/* Companion Custom CSS over-rides for [ Kandid ]:  -  */

/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/*WIDTH SIZE*/

#page-wide {
	width: 960px;
	margin: 0px auto;
        background: #FFF;
}

/*CLICKABLE HEADER?? WHAAAAAAT?*/
#header h1 {padding: 0;}
#header h1 a {display: block; width: 960px; height: 250px; text-indent: -9999px;}
#header .description {display: none;}

/*MENU BAR OM NOM NOM*/

#menubar-wrapper {
	background: #00223d;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
}

#menubar-wrapper a{
		color: #78b0f4;

}

#menubar-wrapper a:hover{
	background: #004882;
	color: #c0defa;
}

#sidebar-left {
	float: left;
	width: 180px;
}


/* make the html page not wobble when reloading to a new page. */  
html { overflow-y: scroll; }