body{
	font-size: 12px;
	background: url("images/logoBackground.png") center top no-repeat;
	font-family: "Verdana", Tahoma;
	padding-bottom: 20px;
}
a, a:visited{
	text-decoration: underline;
	color: #000;
}
a:hover{
	color: #444;
}
#page{
	text-align: center;
}
#wrap{
	width: 840px;
	margin: 0 auto;
	text-align: left;
	padding: 5px 5px 5px 5px;
}
#contentHead, #contentFooter{
	background: url('images/mainHead.png')  no-repeat;
	width: 840px;
	height: 50px;
	padding: 20px 0px 0px 20px;
}
#contentHead li{
	display: inline-block;
	margin-right: 10px;
	height: 25px;
	padding: 0px 5px 5px 5px;
}
#contentHead li:hover{
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#contentHead a{
	text-decoration: none;
}
#contentFooter{ margin-top: 10px; }
#s{ height: 12px; border: 1px solid #fff; background: #fff; width: 650px;}
#searchsubmit{ background: #fff; border: none; width: 50px;}
#mainContent{
	background: url('images/mainContent.png') repeat-y;
	background-position: 10px;
	width: 840px;
	padding: 10px 10px 10px 40px;
}
.titleBack{
	background: #dfdfdf;
	width: 750px;
	padding: 5px 0px 5px 15px;
}
.post h2{
	font-size: 28px;
	font-family: "Georgia";
	margin: 0 auto;	
}
.post h2 a{
	text-decoration: none;
	color: #000;
}
.post .postDate{
	float: right;
	background: #dbdbdb;
	color: #000;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
}
.post .entry{
	margin-top: 22px;
	padding-left: 5px;
	width: 750px;
}
.post .postmetadata{
	font-family: "Georgia";
}
.alignleft{ float: left; }
.alignright{ float: right; }
.aligncenter{ float: center; }

#respond{ width: 750px; }
#comments{ width: 750px; }
#comment{ width: 600px; overflow: auto; }
.commentlist{ list-style-type: none; }
.commentlist a{
	text-decoration: none;
}
.fn{ font-size: 16px; }

.clear{
	font-size: 0px;
	line-height: 0;
	clear: both;
	margin: 0;
}
#sidebar{ display: none; }
#footer{ text-align: center; }

#older{
	background: url("images/older-hover.png") no-repeat;
	width: 150px;
	height: 60px;
}
#older:hover{
	background: url("images/older.png") no-repeat;
}
#newer{
	background: url("images/newer-hover.png") no-repeat;
	width: 150px;
	height: 60px;
}
#newer:hover{
	background: url("images/newer.png") no-repeat;
}
#footer{
	text-align: center;
}
#footer tr, #footer table, #footer td, .post tr, .post table, .post td{ display: inline-table !important; margin-right: 3px; }
#footer table, .post table{
	background: none !important;
}
code, blockquote{
	padding: 4px 4px 4px 4px;
	color: #000;
	background: #eee;
	border: 1px solid #bbb;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
	display: block;
}
img a{ border: none; }
img{ border: none; }
.navigation{ height: 50px; }