td, body, h2, h1 {
color: #360302;
font-family: "Garamond", Serif;
}

/*links*/
a, a:link, a:visited, a:active {
color: #360302;
text-decoration: none;
font-family: Garamond, Serif;
}

a:hover {
color: #797979;
}

input, textarea {
border: 1px solid #aaaaaa;
color: #360302;
font-size: 9px;
background-color: #d2ccaf;
}

/* positioning */ 
html, body{ 
 margin:0; 
 padding:0px; 
 text-align:left; 
 background-color: #d2ccaf;
 color: #360302;
 font-family: "Garamond", serif; 
 } 
 

#pagewidth
{  
width:90%; 
text-align:left;  
margin-left:auto; 
margin-right:auto;   
background-color:#d2ccaf;
border-left: 10px solid #d2ccaf;
border-right: 10px solid #d2ccaf;
padding: 5px;
list-style-type: none;
}  

#header
{	
font-family: "Garamond", serif;
color: #30602;
background-color: #d2ccaf;
text-align: center;
font-size: 2.3em;
line-height: 2.5em;
border-left: 10px solid #f3f5d7;
border-right: 10px solid #f3f5d7;
border-top: 10px solid #f3f5d7;
border-bottom: 10px solid #f3f5d7;
}  

#maincol
{
 background-color: #d2ccaf; 
float: right; 
display:inline; 
position: relative; 
width:100%; 
font-family: "Garamond", serif; 
color:#360302; 
font-size: 20px;
min-height: 700px;
border-bottom: 4px solid #cccccc;
 }


#sidebar
{
display:inline; 
position: relative; 
width:100%; 

}

#left
{
float: left;
width: 49%;
padding: 2px;
}

#right
{
float: right;
width: 49%;
padding: 2px;
}

#footer 
{  
background-color:#d2ccaf;
clear:both;
color: #360302;
font-weight: bold;
font-size: 10px;
text-align: center;
}



/*posts*/
#maincol .date {		
line-height: 200%;		
top: 5px;
color: #360302;
font-family: "Garamond", serif;
font-size: 15px;
		}
	
#maincol .title {		
margin-top: 0px;
color: #333333;
font-family: "Garamond", serif;
text-align: left;
font-size: 30px;
font-weight: bold;
		}

#maincol .comments {
text-align: center;
padding-right: 10px;
}

#maincol .comments a, #maincol .comments a:link, #maincol .comments a:visited {
text-transform: uppercase;
color: #8dc63f;
text-decoration: none;
font-weight: lighter;
font-family: verdana, sans-serif;
font-size: 15px;
}

#maincol .comments a:hover {
color: #cccccc;
}

/*Sidebar*/
div.sidebar ul li h2 a, div.sidebar ul li h2 a:active, div.sidebar ul li h2 a:link, div.sidebar ul li h2 a:visited {
	background: #d2ccaf;
	color: #360302;
	text-decoration: none;
}

div.sidebar ul li ul li a, div.sidebar ul li ul li a:active, div.sidebar ul li ul li a:link {
	background: #d2ccaf;
	color: #360302;
	display: block;
	font-size: 1em;
	margin: 0.5em 0;
	padding: 0.5em;
	text-decoration: none;
	width: 96%;
	border-bottom: 1px solid #dddddd;
        font-weight: lighter;
}
div.sidebar ul li ul li a:visited {
	background: #d2ccaf;
	color: #360302;
	text-decoration: none;

}
div.sidebar ul li ul li a:hover {
	background: #d2ccaf;
	border-bottom: 1px solid #dddddd;
	color: #360302;
	text-decoration: none;
}
div.sidebar ul li ul li a.rsswidget {
	display: block !important;
}
div.sidebar ul, div.sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
div.sidebar h2 {
	font-size: 1em;
}
div.sidebar h2, h3#comment-count {
	font-weight: lighter;
	margin: 1em 0 0 0;
        font-family: "century gothic", sans-serif;
        font-size: 16px;
        text-transform: uppercase;
color: #360302;
background-color: #d2ccaf;
}


#sidebar input {
width:75px;
border: 1px solid #e1e1e1;
color: #360302;
font-size: 9px;
text-transform: lowercase;
background-color: #d2ccaf;
}




 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 


/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
