@charset "utf-8";
/*
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
Another gray (search box):				#E6E6E6
*/

/* THE FOOTER */
div#footer
{
	font-size: 10px; background: #D9E5E9;
	clear: both; padding: 5px; color: #2F2F2F;
	padding-top: 20px; /* Push everything inside the footer down a bit. */
	padding-left: 15px; /* Line up the left side with everything else. */
	padding-bottom: 20px; /* Empty space at the bottom of the footer. */
	border-top: solid 2px White; /* A top border to separate the content from the footer. */
}
div#footer a { text-decoration: none; }
div#footer div#about { /*position: relative; left: 250px;*/ /* Use this to align the copyright and the address. */ }
div#footer div#about a { color: #2F2F2F; }
div#footer div#about a:hover { color: #9D0A0E; }
div#footer a:hover { text-decoration: underline; color: #9D0A0E; }
div#footer div#search
{
	color: #2F2F2F; font-size: 12px;
	float: right; width: 270px;
	padding-left: 15px; /* Should be the same as the padding inside the sidebar. */
}
* html div#footer div#search { width: 285px; }
div#footer div#search a { color: #2F2F2F; }
div#footer div#search a:hover { text-decoration: underline; color: #9D0A0E; }
div#footer div#search input#searchbox /* The search box at the bottom of the page. */
{
	color: #2F2F2F; /* The search box font color. */
	font-size: 14px; /* The font size in the search box. */
	border: solid 1px #015878; /* The search box border. */
	background: White; /* Verify this color. */
	width: 155px; height: 18px; padding: 0;
	margin: 5px 0; /* A little vertical separation above and below the search box. */
}
div#footer div#search input.go { display: none; height: 18px; padding: 0; } /* The "Go" button next to the search box. */
div#footer div#copyright
{
	float: right; width: 270px; clear: right;
	padding-left: 15px; /* Should be the same as the padding inside the sidebar. */
	margin-top: 7px;
	/*position: relative; left: -335px;*/ /* Use this to align the copyright to the last line in the "about" div. */
}
* html div#footer div#copyright { width: 285px; }
