/* ----- NWF Channel styles ----- */

html, body {
	background: #807963;
}

/* ----- Layout ----- */
div#doc {
	background: transparent;
}

/* ----- Header ----- */
div#header, div#header > div:first-child {
	background: transparent;
	border: 0;
	height: 72px;
	margin: 0 auto;
	width: 960px;
}

div#header {
	background: url("header-bg.gif") no-repeat 50% 0;
}

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

ul#utility-nav li a {
	color: #00573d;
}

ul#utility-nav li a:hover {
	color: #026e4e;
}

div#logo {
	padding: 10px 0;
	height: auto;
	width: auto;
}

div#header-search, div#signin {
	display: none;
}


/* ----- Navigation ----- */
div#nav {
	background: url("nav-bg.jpg") no-repeat 50% 0;
	height: 58px;
	margin: 0 auto;
	width: 960px;
}

div#nav ul li {
	padding: 10px 0;
	text-shadow: 1px 1px 0 #000;
}

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

div#nav ul li.current a {
	background: #651111;
}


/* ----- Content ----- */
div#content {
	background: #fff;
}


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

	/* ----- Retweeter pagelet ----- */
	div.pagelet.retweeter {
		background: #f1f1f1 url("retweeter-bg.png") no-repeat 10px 10px;
		min-height: 80px;
	}
	
	div.pagelet.retweeter div.bd {
		padding-left: 120px;
	}


/* ----- Footer ----- */
div#footer {
	background: transparent;
	border-top: 7px solid #00573d;
	color: #00573d;
	margin: 0 auto;
	padding: 30px 0;
	text-shadow: none;
	width: 960px;
}

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