html, body {
	background-color: #999;
	width: 100%;
	min-height: 100%;
}
body {
	background: #999 url(images/bgDocument.gif) top repeat-x;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

#Document {
	background-color: #900;
	color: #CCC;
	margin: 0 auto;
	width: 73.077em;
	*width: 71.252em;
}

#Header {
	background: #000 url(images/bgHeader.gif) top left no-repeat;
	height: 10em;
	*height: 9.750em;
}
#Header #Menu {
	margin-left: 0.5em;
	float: left;
}
#Header #Menu ul {
	margin: 0;
}
#Header #Title {
	float: right;
	text-align: right;
}
#Header #Description {
	margin-right: 18px;
}
#Header #FindMe {
	position: absolute;
	left: 20px;
	top: 20px;
}

#Footer {
	background-color: #000;
	font-size: 0.8em;
	padding: 0.6em 1em;
	height: 1.3em;
	clear: both;
}
#Footer #Copyright {
	float: left;
}
#Footer #Legal {
	float: right;
}

#Body {
	background: url(images/bgBody.gif) top repeat-x;
	padding-bottom: 2em;
	min-height: 25em;
}

#Content {
	border-right: 0.1em dotted #BFBC7D;
	padding: 0 1em;
	margin-bottom: 0.5em;
	float: left;
	width: 47.230em;
	*width: 46.001em;
}

#Sidebar {
	padding: 0 1em;
	text-align: right;
	float: right;
	width: 21.746em;
	*width: 21.151em;
}


/* Tabs */
.Tabs li {
	background: url(images/bgTabLeft.gif) no-repeat left;
	list-style: none;
	margin: 0 0.5em 0 0;
	float: left;
	width: auto;
}
.Tabs li a {
	background: url(images/bgTabRight.gif) no-repeat right;
	font-weight: bold;
	text-decoration: none;
	padding: 0 1em;
	display: block;
}
.Tabs li a span {
	background: #730000 url(images/bgTab.gif) repeat-x;
	padding-top: 5px;
	height: 23px;
	display: block;
	cursor: pointer;
}


/* Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}

h2, h3, h4 {
	clear: both;
}

h1 {
	margin: 0;
}

h2 {
	font-size: 138.5%;
	margin: 0 0 1em 0;
	padding-bottom: 0.1em;
}
h2, h2 a {
	color: #BFBC7D !important;
	text-decoration: none;
}
#Sidebar h2 {
	border-bottom: none;
	margin-bottom: 0.25em;
}

h3 {
	color: #B7DBF2;
	font-size: 123.1%;
	margin: 1em 0 0.4em 0;
}

h4 {
	font-size: 108%;
	margin: 0.75em 0 0.2em 0;
}


/* Content */
a {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

.Centered {
	text-align: center;
}

#Content a {
	color: #B7DBF2;
}
#Content ul, #Content ol {
	margin: 1em 0 1.5em 2em;
}
#Content ul ul, #Content ul ol, #Content ol ol, #Content ol ul {
	margin-top: 0;
	margin-bottom: 0.5em;
}
#Content ul li {
	list-style-type: disc;
}
#Content ul li li {
	list-style-type: circle;
}
#Content ul li li li {
	list-style-type: square;
}

#Content ol li {
	list-style-type: decimal;
}
#Content ol li li {
	list-style-type: lower-alpha;
}
#Content ol li li li {
	list-style-type: lower-roman;
}

#Sidebar ul {
	margin: 0 0 1.75em 0;
}
#Sidebar ul li {
	list-style-type: none;
}

input, select, textarea {
	background-color: #999;
	border: solid 0.1em #CCC;
	color: #EEE;
	padding: 0.15em 0.25em;
}
input[type=button], input[type=submit] {
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
input[type=button]:hover, input[type=submit]:hover {
	border: solid 0.1em #FFF;
}

#SearchForm input#s {
	background: #999 url(images/bgSearchText.gif) no-repeat left;
	border: none;
	font-size: 1.4em;
	padding: 0 0 0 3px;
	width: 11.5em;
	height: 25px;
	vertical-align: top;
}
#SearchForm input#btnSearch {
	background-color: transparent;
	border: none;
	padding: 0;
	margin-left: -1px;
	height: 25px;
	vertical-align: top;
}

blockquote {
	border-left: 0.35em solid;
	margin: 0.5em 1em 0 0.5em;
	padding-left: 1em;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}


/* Posts */
.post {
	clear: both;
	margin-bottom: 2em;
}
.post h2 {
	border-bottom: 0.15em solid #BFBC7D;
	margin-bottom: 0.5em;
}
.post img {
	border: 0.1em solid;
}

.navigation {
	margin: 0.5em 0;
}

.navigation .left {
	padding-right: 1em;
}

.navigation .right {
	padding-left: 1em;
}

.Info {
	color: #BFBC7D;
	font-size: 0.85em;
	margin-top: -0.5em;
	margin-bottom: 1em;
}

.Meta {
	border-top: dotted 0.1em;
	font-size: 0.85em;
}

.Disclaimer {
	font-size: 0.75em;
	font-style: italic;
	margin-top: 2em;
}

.Clear {
	clear: both;
}

.post .edit {
	background-color: #CCC;
	border: solid 0.1em #999;
	color: #900;
	margin: 1.5em 0;
	padding: 0.5em;
}


/* Comments */
.commentlist img.avatar {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}
.commentlist .comment-author {
	color: #BFBC7D;
}
.commentlist .comment-meta {
	margin-top: 0.05em;
	font-size: 0.8em;
}
.commentlist p {
	clear: both;
}
.commentlist .reply {
	font-size: 0.9em;
}
.commentlist li {
	background-color: #900;
	border-bottom: solid 0.1em #FFF;
	padding: 1em 0.5em;
}
.commentlist li li {
	border-top: solid 0.1em #FFF;
	border-bottom: none;
	list-style-type: lower-roman !important;
}
.commentlist li.alt {
}
.commentlist li.bypostauthor {
	background-color: #800000;
}

#respond .cancel-comment-reply {
	font-size: 0.9em;
	margin-bottom: 1em;
}

#CommentForm label {
	font-size: 0.9em;
}
#CommentForm input#author, #CommentForm input#email, #CommentForm input#url {
	width: 50%;
}
#CommentForm textarea#comment {
	width: 99.5%;
	height: 15em;
}


/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background-color: #800000;
	border: 0.1em solid;
	padding: 0.75em 0.5em;
	margin: 0.5em;
	text-align: center;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
}
.wp-caption img {
	border-color: #999;
	border-width: 0;
	padding: 0;
	margin: 0;
}
.wp-caption p.wp-caption-text {
	font-size: 0.8em;
	padding: 0 0.2em;
	margin: 0;
}
.wp-caption dl, .wp-caption dd {
	margin: 0;
}

.Caption {
	font-size: 0.9em;
	font-style: italic;
}