body, h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
}

body{
/*	font-family: "1942 report", "My Old Remington", Courier, "MS Courier New", "Courier New", monospace; */
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: center;
	vertical-align: top;
/*	background: url(images/backgroundx.jpg) #D0D4CC repeat-y center; */
	background: url(images/backgroundx.jpg) #999 repeat-y center; 
	color: #333;
}

#page{
	margin:auto;
	width:800px;
	background: #D6CEBD;
}

.title{
	margin:0;
	padding:0;
}

.navigation{
	padding-left:20px;
	padding-top:10px;
	padding-bottom:10px;
}

#wrapper{
	clear: both;
	overflow: hidden;
	margin: 0px auto 0px auto;
	width: 800px;
	text-align: left;
}

h1{
/*	font-family: Arial, Helvetica, Georgia, Sans-serif; */
	font-size: 30px;
	padding: 0;
}

h3{
	padding: 15px 0 15px 0;
}

h4{
	padding: 0 0 0 15px;
	color: #555;
}

a:link{
	text-decoration: underline;
/*	color:#9CF; */
	color:#cb3524;
}

a:hover{
	text-decoration: none;
	color:#cb3524;
}

a:visited{
	text-decoration: underline;
/*	color:#9CF; */
	color:#cb3524;
}	

blockquote { 
	font-style: italic; 
/*	font-family: Verdana, Helvetica, Georgia, Sans-serif; */
	font-size: 90%;
	color: #777; 
	margin: 1.5em 30px 1.5em 30px; 
	padding: 4px 4px 4px 10px;
	background: #111;
	border-right: 1px dotted #555;
	border-bottom: 1px dotted #555; 
}

.entry p { 
	margin: 0 0 15px 0; 
}

.entry ul, .entry ol { 
	margin: 0 0 15px 40px; 
}
	
.entry ul { 
	list-style-type: disc; 
}
	
.entry li { 
	margin: 0 0 5px 0; 
}
		
.entry ul li ul, .entry ul li ol, .entry ol li ul, .entry ol li ol { 
	margin: 5px 0 5px 30px; 
}

.entry img.left { 
	padding: 6px; 
	margin: 0.5em 15px 0.5em 0; 
	border: none;
	float: left; 	
	clear: left; 
}
		
.entry img.right { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: none;
	float: right; 
	clear: right; 
}
		
.entry img.center { 
	display: block; 
	padding: 8px; 
	margin: 0 auto 1.5em auto; 
	border: none;
	float: none; 
	clear: both; 
}
	
.entry img.frame { 
	padding: 6px; 
	margin: 0.5em 0 0.5em 15px; 
	border: 1px solid #666;
	background: #444;
	float: right; 
	clear: right; 
}
		
.entry img.stack { 
	clear: none !important; 
}

/*----HEADER----*/

#header{
	float: left;
	width: 100%;
	height: 157px;
	margin:0;
	padding: 0;
	color: #000;
	clear: both;
}

#header a{
/*	color:#9CF; */
	color:#000;
}

#header a:hover{
	color:#000;
}

#header a:visited{
	color:#000;
	border:0;
}

/*----POST----*/

#container{
	float: left;
	width: 610px;
	padding: 0 0 0 0;
}

.post{
	margin: 10px 30px 40px 20px;
	padding-bottom:15px;
	border-bottom: 2px solid red;
}

.post h2{
/*	font-family: Georgia, Sans-serif;*/
	font-size: 22px;
	padding: 20px 0 0 0;
	color:#cb3524;
}
.post h2 a{
	color: #cb3524;
	text-decoration:none;
}
.entry{
	line-height: 22px;
}

.postinfo{
	font-size: 11px;
	color: #000000;
	padding: 2px 0 20px 0;
}

.postinfo a{
	color: #cb3524;
}

.postdate{ color: #000000; }

p.postmetadata{
	font-size: 12px;
	color: #FF0000;
	border-top: 1px dotted #CCC;
	margin: 20px 0 0 0;
	padding: 5px 0 0 0;
}

p.postmetadata strong{
	float: right;
}

/* This is the link at the bottom of a post which lets you go to the next or previous post */

.postnav{
	padding: 10px 20px 20px 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

h2.archive_head{ 
	font-weight: bold !important; 
	font-size: 14px !important; 
	letter-spacing: normal !important; 
	margin: 0 0 1.8em 10px !important; 
	padding: 0.4em 5px !important; 
	border-bottom: 1px dotted #CCC; 
	background: none; 
}

	

/*----SIDEBAR STYLES----*/

.sidebar{
	float: left;
	width: 180px;
	margin: 20px auto 5px auto;
	padding-top: 5px;
	padding-bottom: 15px;
	display: inline;
	overflow: hidden;
	border-right: 1px solid #408ccb;
}

.sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0px;
	padding-left:2px;
	padding-right:10px;
}

.sidebar ul li{
	padding: 10px 0 20px 0;
}

.sidebar ul li h2{
/*	font-family: Georgia, Sans-serif; */
	font-size: 18px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #cb3524;
	padding: 3px 0;
	margin: 0 10px 0 22px;
	border-bottom: 2px solid #408ccb;
}

.sidebar ul ul li{
	padding: 0;
	margin: 0 0 0 13px;
	line-height: 20px;
	list-style: none;
	font-size: 11px;
	border-bottom: 1px solid #408ccb;
}
.sidebar ul ul.children li {
	border-bottom: none;
	border-top: 1px solid #408ccb;
}
.sidebar ul ul li.cat-item-27{
	font-weight: bold;
}

.sidebar  .rss {
	width: 230px;
	height: 20px;
	padding-bottom:5px;
	position: relative;
}

.sidebar  .rss span{
	background: url(images/sub_rss_blue.gif) no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
}

.sidebar .rss .sub{
	border-bottom: none;
}

.sidebar .rss .sub a:hover{
	background: none;
}

.sidebar ul li a{
	display: block;
	text-decoration: underline;
/*	color:#9CF; */
	color:#222;
	padding: 2px 2px;
}

.sidebar li a:hover{
	text-decoration: none;
	color: #FFFFFF;
	background: #cb3524;
}

.sidebar ul li a:visited{
	display: block;
	text-decoration: underline;
/*	color:#9CF; */
	color:#222;
	padding: 2px 2px;
}


table#wp-calendar{
	width: 100%;
}

/*----COMMENT FORM----*/

#comment-form{
	width: 455px;
	margin: 50px 0 0;
	border: 1px dotted #555;
	padding: 5px 5px 15px 15px;
	background: transparent;
}

.comments-template ol{
	margin: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	line-height: 18px;
	margin: 10px 0 10px 0;
}

.comments-template h2, .comments-template h3{
/*	font-family: Georgia, Sans-serif; */
	font-size: 16px;
/*	color:#9CF; */
	font-weight:bold;
	color:#cb3524;
	padding: 10px 0 30px 0;
}

.commentmetadata{
	font-size: 12px;
	color: #FF0000;
	padding: 20px 0 20px 0;
}

.commentmetadata strong { 
	font-size: 16px; 
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template input{
	border: 1px solid #555;
}

.comments-template textarea{
/*	font-family: Arial, Hevletica, Georgia, Sans-serif; */
	font-size: 12px;
	color: #000;
	margin: 30px 15px 15px 0;
	background: #FFF;
	border: 1px solid #555;
}

/*----FOOTER----*/

#footer{
	clear: none;
	float: left;
	width: 885px;
	margin: 0;
	padding: 10px 5px 5px 10px;
	line-height: 18px;
	font-size: 80%;
	color: #000000;
	border-top: 1px dotted #408ccb;
	border-bottom: none;
}

#footer a:link{
	text-decoration: underline;
/*	color:#9CF; */
	color:#cb3524;
}

#footer a:hover{
	text-decoration: none;
	color: #cb3524;
}

#footer a:visited{
	text-decoration: underline;
/*	color:#9CF; */
	color:#cb3524;
}
