/* based on Chaotic Soul with lot of changes by dancingmad */

body { 
        background: #FBF3E4; font: 62.5%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; color: #582604;
       
       /*	background-color: #161410;
	color: #999;
	font: 62.5%/125% 'Trebuchet MS', Tahoma, Arial, Helvetica, sans-serif; */
	margin: 0;
	padding: 0; 
	}

/* hr { display: none; } */
	
.hr {
	background-color: #f4d3b0;
	border: 1px solid #CE9477;
	height: 15px;
	margin: 10px 0px;
        padding: 0px; 
	width: 958px;
	}

.hr a:link, .hr a:visited, .hr a:active {  text-decoration: underline; color: #373736; }
.hr a:hover { color: white; }

.widgethr {
	background-color: #f4d3b0;
	border-top: 1px solid #CE9477;
	margin: 10px 0;
        height: 0px;
	width: 100%;
	}


a:link, a:visited, a:active { color: #373736; text-decoration: none; 	                             
                            }
a:hover { text-decoration: none; }

li a:hover { color: #fff; }

.entry a:link, .entry a:visited, .entry a:active {  border-bottom-style: dashed;
                                      border-bottom-width: 1px;
                                      border-bottom-color: #373736; 
									  color: gray; }

.entry a:hover { border-bottom-style: solid;
                 border-bottom-width: 1px;
                 border-bottom-color: #373736; 
				 color: #373736; }

.entrytext a:link, .entrytext a:visited, .entrytext a:active {  border-bottom-style: dashed;
                                      border-bottom-width: 1px;
                                      border-bottom-color: #373736; 
									  color: gray; }

.entrytext a:hover { border-bottom-style: solid;
                 border-bottom-width: 1px;
                 border-bottom-color: #373736; 
				 color: #373736; }
				 
				 
.postmetadata a:link, .postmetadata a:visited, .postmetadata a:active {  border-bottom-style: dashed;
                                      border-bottom-width: 1px;
                                      border-bottom-color: #373736; 
									  color: gray; }

.postmetadata a:hover { border-bottom-style: solid;
                 border-bottom-width: 1px;
                 border-bottom-color: #373736; 
				 color: #373736; }
				 
.post p a:link, .post p a:visited, .post p a:active {  border-bottom-style: dashed;
                                      border-bottom-width: 1px;
                                      border-bottom-color: #373736; 
									  color: gray; }

.post p a:hover { border-bottom-style: solid;
                     border-bottom-width: 1px;
                     border-bottom-color: #373736; 
	             color: #373736; }




ul { list-style: none; }

input, textarea {
	color: #393835;
	font-size: 11px; 
	text-decoration: none; 
	background-color: f4c28d; 
	border: 1px solid #CE9477;
	padding: 5px;
	}
	
blockquote {
	background: #CE9477;
	padding: 1px 15px 5px;
	border-bottom: 1px solid #35302a;
}

table { width: 100%; border-collapse: collapse; }
	th { border-bottom: 1px solid #35302a; text-align: left; }

pre {
	padding: 5px 0;
	border-top: 1px dotted #35302a;
	border-bottom: 1px dotted #35302a;
}



/*  -----|  Structure  |----------------------------------------------------  */
	
#page {
	margin: 50px auto 25px;
	padding: 0;
	width: 960px;
	}
	
#header {
	text-align: center;
	}

#headerimg { width: 760px; position: relative; margin:10px auto; }
#wrapper { position: relative; width: 960px; /*background: url('images/content_bkg.gif') repeat-y top left; */}



.image {
	background: #f4d3b0 url('images/image_left.png');
	border: 1px solid #CE9477;
	height: 149px;
	width: 372px;	
	}
	
	.bkgleft { background: url('images/image_left.jpg'); float: left; }
	.bkgright { background: url('images/image_right.jpg'); float: right; }

#header-overlay { 
	background: url('images/header_overlay.gif') no-repeat top left;
	width: 760px;
	height: 151px;
	z-index: 5; 
	position: absolute;
	top: 0;
	left: 0;
	}

	
#footer {
	font-family: Georgia, 'Times New Roman', serif; 
	color: #999;
	}
	


#content, #sidebar, #contentBig { 
	border-left: 1px solid #CE9477;
	border-right: 1px solid #CE9477;
	padding: 0 10px; 
	}
	
	#content { float: left; font-size: 1.1em; width: 717px; }
         #contentBig { float: left; font-size: 1.1em; width: 717px; }
	#content h2 { margin: 0 0 10px; }
	#content p { line-height: 1.5em; }
	#contentBig h2 { margin: 0 0 10px; }
	#contentBig p { line-height: 1.5em; }
	
	
	#sidebar { border-left: 0; float: right; width: 200px; }
	#sidebar h3 { color: #835127; margin: 15px 0 5px; font-variant: small-caps; }
	#sidebar ul { margin: 0 0 10px; padding: 0; border-top: 1px solid #CE9477; border-bottom: 1px solid #CE9477; }
	#sidebar ul ul { border-bottom: none; border-top:none; }
	#sidebar li { display: block; padding: 4px 10px; background: #f4d3b0; margin: 1px 0; }
	#sidebar li:hover { background: #CE9477; }
		
#searchform { background: #f4d3b0; padding: 10px; text-align: center; }
	#s { width: 160px; }
	
.goleft { float: left; }
.goright { float: right; }

ul.navigation { 
	border-top: 1px solid #CE9477; 
	border-bottom: 1px solid #CE9477;
	}
	
	ul.navigation li { display: block; padding: 4px 10px; background: #f4d3b0; margin: 1px 0; }
	ul.navigation li:hover { background: #CE9477; }

/* Post Structure */

.post { padding: 10px 0 0; }
	.widecolumn .post { padding: 0; margin: 0; }
	
.top { padding: 15px 10px 0px; background: #CE9477; margin-bottom: 15px; border-bottom: 1px solid #35302a; }
.lastfive { padding-left: 10px; padding-right: 10px; }
	.postmetadata { margin: 3px 0; padding: 0; }
	.postmetadata a { font-weight: bold; }
		#sidebar .postmetadata { line-height: 1.5em; }
	.continue { font-weight: bold; font-size: 1.3em; }
	
	.top .entry { font-size: 1.1em; }
	.entrytext { padding: 0 10px 0; line-height: 2em; font-size: 1.1em; }
	
	.entrytext h2 { border-bottom: 1px solid #835127; display: block; }
	.entrytext ul { list-style-type: square; }
	
/* Comments Structure */

.comments { padding: 10px; margin-top: 15px; background: #CE9477;  position: relative; }
	#commentform p { margin: 0 10px 10px 0; }
	
.commentlist { background: #CE9477; list-style: none; margin: 0; padding: 0; }
	.commentlist li { background: f4c28d; margin-top: 10px; padding: 5px 0 0; }
	.commentlist li p { padding: 5px 10px 0; margin: 0; }
	.commentlist li p.commentmetadata {  background: #f4d3b0; padding: 5px 10px; margin-top: 10px; }
	
ul.archive { list-style: none; padding: 0; margin: 0 10px 25px; font-size: 1.3em; }	
ul.archive li { display: inline; }


/*  -----|  Typography  |---------------------------------------------------  */

h1, h2, h3, h4, h5, h6 { font-family: Georgia, 'Times New Roman', serif; font-weight: normal; }

h1 { color: #fff; font-size: 2em; margin: 0 0 8px; }
h1:before, h1:after { content: " . . "; color: #444; }
h1 span { color: #835127; }

h2 { color: #835127; font-size: 1.50em; margin: 0; padding: 1px 0; display: inline;  }
	.post h2 a { border-bottom: 1px solid #835127; color: #835127; }
	.post h2.first { font-size: 1.75em; }
	
	.widecolumn h2.title { 
		display: block; 
		padding: 13px 10px;
		background: #CE9477;
		margin: 0 0 15px; 		
		font-size: 1.75em; }

.description { color: #666; font-weight: bold; }

.comments h3 { margin: 0 0 10px 0; color: #835127; }



/*  -----|  Miscellaneous  |------------------------------------------------  */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
