@charset "utf-8";
/* STYLES SPECIFIC TO ALL PAGES EXCEPT THE HOMEPAGE. */

/*
THE HUMANITIES PROJECT COLOR SCHEME
HP Red 1 (text):						#9D0A0E
HP Dark Blue (text):					#015878
HP Light Blue (background):				#D9E5E9
HP Dark Grey 1 (text):					#2F2F2F
HP Dark Grey 2 (text):					#595959
HP Light Grey 1 (text):					#9A9A9A
HP Light Grey 2 (i.e., footer text):	#B4B4B4
HP Background Grey: 					#B9B3B3
HP Banner Background:					#58A6BC
*/


/* THE MAIN PAGE BLOCK */
div#main
{
	background-image: url("/College/humanities/img/template/defaultpage_columns.bmp"); /* This image creates faux columns. */
	background-repeat: repeat-y;
	height: 100%;
}


/* THE SIDEBAR */
div#sidebar { float: left; width: 190px; height: 100%; }
* html div#sidebar { width: 230px; } /* This should only show up to Internet Explorer. */
div#sidebar p {}
div#sidebar h1 { margin-top: 30px; } /* This gives more space before h1 elements in the sidebar on the homepage. */
div#sidebar ul { margin: 0; padding: 0; list-style-type: none; }


/* MAIN PAGE CONTENT */
div#content
{
	overflow: hidden;
	float: left; width: 479px;
	padding: 20px;
}
* html div#content { width: 519px; }
