/* overall page */
body { 
	color: #0a1226;
	background-color: #eeeeee; 
	font-family: Arial,sans-serif;
}

p, ul, li, blockquote { padding: .2em 0; }
p, blockquote { line-height: 1.3em; } 

img { border: none; }

ul { 
	list-style-type: disc; 
	list-style-position: inside;
	padding-left: 1em;
}

#pagewrap {
	min-width: 940px;
	margin-left: 36px;
	margin-right: 36px;
}

/* header */
#pghead {
	background-color: #152754;
	color: #eeeeee;
	height: 38px;
	margin: 12px 0px;
	padding: 0;
	-moz-border-radius: 30px;
} 
h2#name { 
	font-size: 28px;
	display: inline;
	vertical-align: top;
	font-weight: normal;
}

#masthead { 
	padding: 3px;
	height: 32px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	float: left;
	padding-left: 30px;
} 
#nav { 
	font-size: 18px;
	padding: 5px 0px;
	height: 32px;
	vertical-align: middle;
	float: right;
	padding: 8px 30px 0 0;
}

#nav a { color: #eeeeee;}

/* body */
#main { position: relative; }

#main p { text-align: justify; margin-bottom: .3em ;}
#main h2 { text-align: center; padding: .5em; }

#content-full { 
	padding: 0px 12px 40px 12px;
}

#content-split { 
	margin-right: 360px;
	position: absolute;
	left: 12px;
	top: 0;
	padding-bottom: 40px;
}

#sidebar { 
	position: absolute;
	right: 12px;
	top: 0;
	width: 300px;
	border: 1px solid #808080;
	padding: 6px 12px;
	-moz-border-radius: 12px;
}

h1 { 
	font-size: 1.5em; 
	text-align: center;
	margin: .2em 0;
}

#bumper { clear: both; }
/* footer */
#pgfoot {
	min-width: 940px;
	position: fixed;
	background-color: #152754;
	color: #eeeeee;
	height: 24px;
	bottom: 0;
	left: 36px;
	right: 36px;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	-moz-border-radius: 22px;
}

#pgfoot a { color: #eeeeee;}
#pgfoot a:visited, #nav a:visited { color: #eeeeee;}
#pgfoot a:hover, #nav a:hover { color: #366289;}

blockquote#qotd {
	border-top: 1px solid #808080;
	top: auto;
	bottom: 0;
}

code { display: block; border: 1px solid #808080; margin: 2em; padding: 2em; }
