/* ----- Michael Jackson Channel styles ----- */

/* ----- The Basics ----- */
body {
	background: #769ca7 url("body-bg.jpg") repeat-y 50% 0;
	color: #535353;
}

a {
	color: #3d8ecf;
}


/* ----- Layout ----- */
div#doc {
	background: url("doc-bg.jpg") no-repeat 50% -70px;
	margin: 0 auto;
}


/* ----- Header ----- */
div#header {
	border: 0;
	height: 183px;
}

div#header > div:first-child {
	background: transparent;
	height: 183px;
}

ul#utility-nav {
	background: transparent;
}

ul#utility-nav li:first-child {
	background: transparent;
}

div#logo {
	display: block;
	padding: 0;
	width: 375px;
	height: 150px;
	left: 283px;
	position: absolute;
	top: 31px;
}

div#logo img {
	width: 375px;
	height: 150px;
}

div#header div#header-search {
	display: none;
/*	left: 0;*/
/*	right: auto;*/
/*	top: 25px;*/
}

div#header div#signin {
	display: none;
/*	left: 350px;*/
/*	right: auto;*/
/*	top: 25px;*/
}


/* ----- Navigation ----- */
div#nav {
	background: transparent;
	height: 50px;
}

div#nav ul li {
	padding: 12px 0;
	text-shadow: none;
}

div#nav ul li.current {
	background: transparent;
	text-shadow: none;
}

div#nav ul li a {
	color: #555;
}

div#nav ul li a:hover {
	color: #333;
}

div#nav ul li.current a {
	background: #555;
	color: #fff;
}


/* ----- Content ----- */
div#content {
	min-height: 1300px;
}


/* ----- Pagelets ----- */

	/* ----- Retweeter pagelet ----- */
	
	
	/* ----- RSS pagelet ----- */
	


/* ----- Update Status form ----- */


/* ----- Tweets and Thingies ----- */
div#tweets div.clear {
	background: transparent;
}


/* ----- Following ----- */


/* ----- Top/Trending Thingies ----- */



/* ----- Channel Chatter ----- */



/* ----- Channel Insiders ----- */


/* ----- Footer ----- */
div#footer {
	background: url("footer-bg.jpg") no-repeat 50% 0;
	border: none;
	color: #535353;
	padding-top: 80px;
	text-shadow: none;
}

div#footer a {
	text-decoration: underline;
	text-shadow: none;
}
