/* @override http://www.halfamonkey.net/styles-site.css */

body {
	background: #ECE9D1 repeat-y url(/images/pagebg.gif) 50% 0px;
	margin: 0px;
	color: #4a4a4a;
	font: 14px Times New Roman, Times, serif;
}

a {
	color: #632D2D;
	text-decoration: none;
	font: 13px Georgia, Times New Roman, Times, serif;
	font-style: italic;

}

a:hover {
	color: #A93A3A;
}

#container {
	width: 810px;
	margin: 0px auto;	
}

h1 {
	width: 309px;
	height: 389px;
	float: left;
	position: fixed;
	background: no-repeat url(/images/title-medium.png);
	display: block;
	text-indent: -9999px;
	margin: 0px;
}

h2 {
	text-align: center;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	line-height: 20px;
	padding-right: 25px;
	padding-left: 25px;
}

h3 {
	text-align: center;
	font-style: italic;
	font-size: 14px;
	font-weight: normal;
	line-height: 10px;
	padding-right: 25px;
	padding-left: 25px;
}

#sidebar {
	float: left;
	top: 350px;
	width: 309px;
	text-align: center;
	position: fixed;
}

#sidebar > ul {
	padding: 0px;
	margin: 0px;
}

#search {
	width: 250px;
	background: #F4F3E6;
	border: 1px solid #C1C0A7;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}

a#searchbutton {
	display: block;
	width: 67px;
	height: 24px;
	margin: 10px auto;
	text-indent: -9999px;
	border: 1px solid #C1C0A7;
	background: url(/images/search.gif) no-repeat 0px 0px;
}

a:hover#searchbutton {
	background-position: 0px -24px;
	background-color: #F4F3E6;
}

ul#linksblock {
	list-style: none;
	width: 250px;
	display: block;
	margin: 35px auto auto;
}

ul#linksblock li {
	font: italic 12px Georgia, Times New Roman, Times, serif;
	display: inline;
 	line-height: 20px;
}

li.tablelabel {
	display: block;
	text-align: center;
	float: left;
	height: 20px;
	width: 238px;
	position: relative;
	padding-left: 4px;
	margin: 1px;
 	border: 1px solid #C1C0A7;
 	background-color: #F4F3E6;
}

#linksblock li a {
	display: block;
	text-align: right;
	float: left;
	line-height: 20px;
	height: 20px;
	width: 115px;
	position: relative;
 	padding-right: 4px;
 	margin: 1px;
 	border: 1px solid #C1C0A7;
 	font-size: 12px;
}

#linksblock li a:hover {
	background-color: #F4F3E6;
}

.content {
	position: absolute;
	top: 0px;
	bottom: 0px;
	width: 502px;
	margin-left: 309px;
}

.content > *:first-child {
	margin-top: 68px;
}

.content p {
	text-align: justify;
	padding-right: 25px;
	padding-left: 25px;
}

pre, code {
	padding-right: 25px;
	padding-left: 25px;
}

.content > ul {
	padding-left: 40px;
	padding-right: 25px;
	text-align: justify;
}

.content > li {
	padding-left: 5px;
	margin-left: 5px;
	padding-right: 25px;
}

.content img {
	margin-left: 25px;
	padding: 3px;
	border: 1px solid gray;
	background-color: #FFF;
	border: 1px solid #999;
}

p.forwardback {
	text-align: center;
}

p.posted {
	color: #616161;
	font-size: .9em;
	text-align: right;
}

#topfade {
	background: url(/images/topfade2.png) no-repeat;
	width: 500px;
	height: 68px;
	position: fixed;
	top: 0px;
	margin-left: 309px;
}

#bottomfade {
	width: 584px;
	height: 70px;
	position: fixed;
	bottom: 0px;
	background: url(/images/bottomfade2.png) no-repeat;
	text-align: center;
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
	margin-left: 225px;
}

#bottomfade a {
	position: relative;
	top: 40px;
	text-decoration: none;
	color: #4a4a4a;
	font-size: 16px;
	text-indent: -9999px;
	background: no-repeat url(/images/archives.gif) 0px 0px;
	display: block;
	height: 24px;
	width: 74px;
	left: 296px;
}

#bottomfade a:hover {
	background: no-repeat url(/images/archives.gif) 0px -24px;
}

#footer {
	background: no-repeat url(/images/topright.png);
	width: 117px;
	height: 80px;
	position: fixed;
	top: 0px;
	margin-left: 810px;
}

.spacer {
	margin-top: 60px;
}

hr {
	background: url(/images/divider.png) no-repeat;
	height: 14px;
	width: 291px;
	border-style: none;
}

#commentheader {
	display: none;
}