/* style.css
 * Copyright (c) Richard Ye 2008. All Rights Reserved.
 */

body {
	background: #EDF4FF;
	font-family: "georgia", serif;
}

/* Layout and stuff
 --------------------------*/
#wrapper {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
	min-width: 760px;
}
#header {
	background: #000F87;
	border-top: 8px solid #848DE0;
	border-bottom: 8px solid #00073F;
	color: #ADB5FF;
	padding: 0 20px 10px 20px;
	height: 8.3em;
}
#headerinner {
	max-width: 1000px;
	margin: 0 auto;
}
#headerleft {
	width: 33em;
	float: left;
}
#header h1, #header h1 a {
	font-family: "century schoolbook", "georgia", serif;
	font-size: 72pt;
	font-weight: normal;
	padding: 0;
	margin: -7px 0 0 0;
	text-decoration: none;
	color: #ADB5FF;
}
#header a:hover {
	color: #D6DAFF;
}
#header #subtitle {
	font-family: "century schoolbook", "georgia", serif;
	font-size: 17pt;
	margin: 0;
	position: relative;
	bottom: 3px;
}
#headerright {
	float: right;
	width: 12em;
	background: #000F87;
	padding: 3px;
	text-align: right;
}
.topnav {
	display: block;
	margin: 0.2em 20px 0 0;
	font-size: 18pt;
}
.topnav a, .topnav a:visited {
	color: #ADB5FF;
	text-decoration: none;
}

#contentwrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 10px 20px;
	line-height: 125%;
	font-size: 14pt;
}

/* Fonts and stuff
 --------------------------*/

a {	color: #005BBC;	text-decoration: none; }
a:hover { color: #007FFF; text-decoration: underline;}
a:visited {	color: #7F00FF;}

h1 { font-weight: normal; font-family: "Century Schoolbook", georgia, serif;}
