@charset "utf-8";
body {
	background-image: url(images/back2.gif);
	background-repeat: repeat-x;
	background-color: #3a1e20;
	margin-top: 20px;
}

#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #2e4214;
	border: 1px solid #6b4044;
}

#mainBack {
	background-image: url(images/middle.jpg);
	background-repeat: repeat-y;
	width: 900px;
	float:left;
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 900px;
}


#logo {
	float: left;

	height: 200px;
	width: 900px;
	position: relative;
	padding: 0px;
	margin: 0px;
}



#logo a{
	top: 0;
	left: 0;
	width: 450px;
	height: 200px;
	display: block;
	float: left;
	position: relative;
} 


#logo a h1{
    display: none;
}
#footer {
	background-image: url(images/footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 150px;
	float: left;
	width: 700px;
}

#container {float: left; width: 900px; 	padding-top: 190px;}

#content {
	width: 560px;
	float: left;
	padding-left: 55px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
}

#content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #5f1e23;
	font-style: italic;
	font-weight: normal;
		margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content h3 {
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


#content a {
	color: #5f1e23;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
	color: #872028;
}

#sideBar {
	float: right;
	width: 210px;
    padding-right: 10px;
	color: #efeacf;
}

#sideBar ul {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sideBar li {	margin: 0px;
	padding: 0px;
	list-style-type: none;}

#sideBar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #efeacf;
	text-decoration: none;
}


#sideBar a:hover {

	color: #c8c2a3;
	text-decoration: underline;
}

#sideBar h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: italic;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

.post {
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 30px;
	margin-bottom: 10px;
}


.entry-meta {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/signature.gif);
	background-position: right bottom;
	padding-bottom: 65px;
	background-repeat: no-repeat;
}

.entry-date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5f1e23;
	padding-top: 6px;

}

#credits {
	width: 900px;
	float: left;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color: #efeacf;
	padding-top: 10px;
	padding-bottom: 20px;
}

#credits a {
	color: #cec38a;
	text-decoration: none;
}

#credits a:hover {
	color: #efeacf;
	text-decoration: underline;
}

#nav-below {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.nav-previous {
	float: left;
	width: 250px;
}

.nav-next {	float: right;
	width: 250px; text-align:right;}


#reading ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#reading li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}



form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

