﻿body {
	margin : 0;
	padding : 0;
	text-align : justify;
	color : #808080;
	background: #FFFFFF;
	font : 75% "Trebuchet MS", verdana, arial, tahoma, sans-serif;
}
#container {
width : 750px;
margin : 0 auto;
padding : 0;
color : #aaa;
background : #ffffff;
}
				/*BANNER*/
#banner {
	float : left;
	width : 750px;
	height : 180px;
	padding : 0;
	margin-bottom : 0;
}
			/*MAIN CONTENT*/
#content {
padding : 0 10px 0 10px;
margin-left : 240px;
margin-right : 0px;
margin-top : 137px;
line-height : 1.8em;
}
#content h1 {
padding : 20px 0 0 0;
font : normal verdana, tahoma, arial, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #8f5c2f;
background : inherit;
text-align : center;
}
#content h10 {
float : left;
margin : 0 0 0 0;
padding : 0px;
color : #8F5C2F;
font-weight:bold;
font-size:medium;
}

#content h11 {
float : left;
margin : 0 0 0 0;
padding : 0px;
color : #8F5C2F;
font-size:medium;
}

			
			
			
			
			
			
			
			
			
			/*LEFT SIDEBAR*/
#sidebar {
float : left;
width : 180px;
margin : 0 0 0 0;
padding : 5px;
color : #8F5C2F;
}
			/*NAVIGATION*/
.menu {
margin-bottom : 20px;
width : 180px;
padding : 10px 0 0 0;
}
.menu ul {
margin : 0;
padding : 0;
list-style-type : none;
	width: 180px;
}
.menu li {
margin : 0 0 0.2em 0;
}
.menu a {
display : block;
font-size : 11px;
color : #ffffff;
background : #b9c869;
width : 180px;
padding : 0.5em 0.8em;
text-decoration : none;
border-left : 10px solid #8f5c2f;
}
.menu a:hover {
	border-left : 10px solid #6d6f1c;
	background-color : #5e7f2b;
	color : #ffffff;
}
.links {
font-size : 10px;
text-transform : uppercase;
letter-spacing : 3px;
}

			/*FOOTER*/
#footer {
clear : both;
padding : 5px;
margin-top : 5px;
height : 40px;
font-size : 0.8em;
border-top : 1px solid #515244;
color : #000000;
background : #fffff;
}
#footer a:link, #footer a:visited {
background : inherit;
color : #808080;
text-decoration : none;
}
#footer a:hover {
border-bottom : 1px dashed #858563;
background : inherit;
color : #808080;
}
			/*TYPOGRAPHY*/
h1 {
margin : 0 0 10px 0;
font : normal 1.4em verdana, arial, tahoma, sans-serif;
text-transform : uppercase;
color : #8f5c2f;
background : inherit;
}
blockquote {
font-weight : bold;
font-style : italic;
color : #b29b35;
}
			/*LINKS*/
a {
color : #808080;
font-weight : none;
text-decoration : none;
background : inherit;
}
a:hover {
text-decoration : none;
color : #808080;
background : inherit;
}
a img {
border: 0;
}
			/*CLASS*/
.clear {
clear : both;
overflow : hidden;
width : 0;
height : 1px;
}
.post {
background-color : #ffffff;
padding : 3px;
margin : 20px 10px 0 5px;
border : 0 dashed #8a795d;
font-size : 100%;
}
.post .date {
background : url(img/clock.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .comments {
background : url(img/comment.gif) no-repeat left center;
padding-left : 15px;
margin : 0 15px 0 5px;
}
.post .readmore {
padding-left : 0px;
margin : 0 0px 0 0px;
}
