@CHARSET "ISO-8859-1";
body{
	background: url(./images/pageBG.png);
	font-family: verdana, helvetica, serif, times;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
}
a img{
	border: 0px;
}
h1,h2,h3{
	margin: 0px;
	padding: 0px;	
}
/*images*/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

h2{
	padding-bottom: 10px;
	margin-bottom: 5px;
	/*background: url(./images/header-bottom.png) bottom center no-repeat;*/	
}
h2 a{
	text-decoration: none;
	color: #003080;	
}

#wrapper{
	width: 1009px;
	margin: auto;
	font-size: 1.5em;
}
.clear{
	height: 1px;
	clear: both;
	font-size: 1px;
	visibility: hidden;
}
/* Titlebar*/
#header{
	background: url(./images/headerBG.png) top left no-repeat;
	height: 121px;
	margin-top:8px;
}
#headerimg{
	clear: both;
	padding: 15px 0px 0px 40px;
	color: #fff;
}
#headerimg img{
	vertical-align: top;	
}
#headerimg .description{
	float: left;
	vertical-align: bottom;
	margin: 5px 0px 0px 35px;
}
#headerimg h1{
	float: left;
	padding: 0px;
	margin: 0px;
}
#siteNav{
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
#siteNav li{
	float: right;
	margin-left: 10px;
}
#siteNav li a{
	color: #fff;
	text-decoration: none;
}
#siteNav li a:hover{
	color: #ff9;
	text-decoration: underline;
}
#main{
	float: left;
	background-color: #fff;
	border: 1px solid #57422b;
	border-top: 0px;
	padding-top: 6px;
	margin: 0px 10px 0px 10px;
}
/*navigation bar*/
#navigation{
	clear: both;
	background: url(./images/menuBG.png) top left no-repeat;
}
#navigation #mainNav{
	list-style-type: none;
	margin: 0px;
	height: 45px;
}
#navigation #mainNav li{
	float: left;
	height: 20px;
	text-align: center;
}
#navigation #mainNav li a{
	font-weight: bold;
	color: #d6cf8e;
	text-decoration: none;
	display: block;
	padding: 10px 30px 10px 30px;
	float: left;
}
#navigation #mainNav li a:hover{
	color: #ffaa4e;
	text-decoration: underline;
	background-color: #244c23;
}

/* main content */
#body{
	/*background-color: #dfd;*/
	margin: 0px 0px 0px 0px;
}
#content{
	float: left;
	width: 100%;
}
#content .wrap{
	background-color: #fff;
	margin: 5px 268px 5px 0px;
	padding: 10px;
	border-right: 1px solid #b5a17b;
}

/* sidebar */
#sidebar{
	float: left;
	margin: 0px;
	padding: 3px 0px 0px 0px;
	margin-left: -260px;
	text-align: center;
	width: 260px;
}
#sidebar ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar ul li{
	text-align: center;
	float: left;
	width: 125px;
	height: 125px;
	background-color: #fff;
	margin: 2px;
	font-size: .9em;
}
#sidebar .sideAds img{
	border: 1px solid #000;
}

/*form styles*/
.entry form { /* This is mainly for password protected posts, makes them look better. */
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea,
#message{
	width: 90%;
	padding: 2px;
	clear: both;
	}
label{
	font-weight: bold;	
}
#commentform #submit {
	margin: 0;
	}
/*Category Summary Columns*/
#categorySummary{
	background-color: #3e2b16;
	border-bottom: 1px solid #563e22;
}
#categorySummary .column{
	width: 24.8%;
	float: left;
	border-left: 1px solid #563e22;
	padding: 12px 0px 12px 0px;
}
#categorySummary h3{
	text-align: center;
	color: #fd5;
	font-size: 1em;
}
#categorySummary .column ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#categorySummary .column ul li{
	padding: 2px;
	text-align: center;
}
#categorySummary .column ul li a{
	color: #fff;
	text-decoration: none;
	font-size: .72em;
	display: block;
	margin-top: 12px;
}
#categorySummary .column ul li a:hover{
	color: #fd5;
}
#footer a{
	color: #ddd;	
}
#footer a:hover{
	color: #faa;	
}
/*footer style*/
#footer{
	color: #fff;
	background-color: #322210;
	clear: both;
	margin: 0px;
	text-align: center;
	font-size: .8em;
	padding: 5px;
}
/* Post Styles */
ul.post{
	list-style-type: none;
	padding: 0px;
	margin: 0px;	
}
ul.post li{
	border: none;
	margin: 2px 2px 5px 2px;
	padding: 2px;
	border-bottom: 1px solid #eee;
}
ul.post li a{
	
}
span.categories,
span.categories a,
span.tags,
span.tags a{
	color: #444;
	text-decoration: none;
	font-size: .9em;
}
span.categories a:hover,
span.tags a:hover{
	color: #44f;
	text-decoration: underline;	
}
div.post{
	margin-bottom: 10px;
}
div.post small{
	font-weight: bold;	
}
p.postmetadata{
	margin: 0px;
	padding: 5px;
	border-top: 1px dashed #aaa;
}

.featured{
	margin: 2px;
	padding: 2px;	
	background-color: #fff;
	/*color: #666;*/
}
.featured h2, .postHeader{
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.postHeader a{
	color: #0b490f;
	text-decoration: none;
	font-size:24px;
}
.featured a,.featured a:visited{
	color: #66f;	
}
.featured p{
	margin: 2px;	
}
.featured .entry{
	margin-bottom: 15px;	
}

/*ad styles*/
.leaderboard{
	text-align: center;
	margin-right: 268px;
	width: 700px;
}
.center{
	text-align: center;
}

.commentlist{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.commentlist li{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
.commentlist li p{
	background: url(./images/comment-bg.png) #e3dbdb repeat-x bottom;
	padding: 5px;
	margin: 0px;
}
.commentlist li cite{
	margin: 0px;
	padding-left: 25px;
	background: url(./images/point.png) 5px 0px no-repeat;
}
.commentform{
	background-color: #e3dbdb;
	padding: 5px;
}
.commentform p{
	padding: 0px;
	margin: 0px;
}
