/**
* -------------------------
* @section Header
* -------------------------
*/

#header {
	border-bottom: 1px solid #00285e;
	margin-bottom: 1.84em;
	padding-bottom: 1em;
}
	#header h1.bg { display: none; }
	#header ul.toolbar { display: none; }
	#header #primary { display: none; }

	#header a.logo {
		display: block;
	}



/**
* -------------------------
* @section Body
* -------------------------
*/

#body .breadcrumb { display: none; }
#body div.rotator { display: none; }
#body div.slideshow { display: none; }
#body a.more, #body a.rss { display: none; }

#body dl.headlines { margin-left: 0; }
	#body dl.headlines dd { margin-bottom: 1em; }



/**
* -------------------------
* @section Navigation
* -------------------------
*/

#navigation, #navigation * { display: none; }



/**
* -------------------------
* @section Sidebar
* -------------------------
*/

#sidebar, #sidebar * { display: none; }



/**
* -------------------------
* @section Footer
* -------------------------
*/

#footer {
	border-top: 1px solid #00285e;
	clear: both;
	margin-top: 3.64em;
	padding-top: 1em;
}
	#footer .logo { display: none; }



/**
* -------------------------
* @section Misc.
* -------------------------
*/

#skipper { display: none; }
#bottom-features { display: none; }
