/* Companion Custom CSS over-rides for [ The Art of Crystal Kan ]:  -  */

/* Hide the Text in the header. */
#header h1 a, #header .description { display: none; }

/*WIDTH SIZE*/

#page-wide {
	width: 960px;
	margin: 0px auto;
        background: #FFF;
}

/* Add Image to Header AND make it clickable back to home - adjust height width and location of image*/
#header {width: 900px; height: 120px; background: url('/img/banner2015.png') top center no-repeat; overflow: hidden;}
#header h1 {padding: 0;}
#header h1 a {display: block; width: 900px; height: 120px; text-indent: -9999px;}
#header .description {display: none;}

/*CONTENT*/

#content-wrapper{
	padding-top: 20px;
	width: 960px;
}

#content-wrapper a{
	color: #336699;
}

#content-wrapper a:hover{
	color: #6699cc;
}

div.notable{
	width: 960px;
	}

dl.gallery-item{
	width: 25%;
}
	
/*FOOTER*/

#footer{
	background: #4a9b23;
}

#footer a{
        color: #003300;
}

#footer a:hover{
        color: #fff;
}

/*SIDE BAR!!!*/

#sidebar-left {
	float: left;
	width: 150px;
}

/* make the html page not wobble when reloading to a new page. */  
html { overflow-y: scroll; }