 
body {
color:#333333;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.8em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #325400;
}

h2
{
	font-size:1.5em;
	line-height:1.5em;	
}
h3 
{
	font-size:1.3em;
	line-height:1.2em;	
}


p, blockquote, ul, ol {
	margin-top: 1;
	line-height:1.6em;
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:0 0 1em 1em;
}
blockquote 
{
	border:#A6DAA7 1px solid;
	padding:5px 1em 0;
	margin:1em;
	background:#f0f9f0;
}
fieldset 
{
	border:0;
}
a:link, a:visited 
{
	color: #003c34;
	border-bottom: 1px dotted #558F00;
	text-decoration: none;
}
a:hover, a:active 
{
	color: #900a09;
	border-bottom: 1px solid #326434;
}
a img 
{
    border:0;
    padding-bottom:3px;
}
a:link img, a:visited img 
{
    border-bottom:1px dotted;
}
a:hover img, a:active img 
{
    border-bottom:1px solid;
}
.clear 
{
	clear: both; 
	height: 0px;
}


/* Content */

#content {
	width: 900px;
	margin: 0 auto;
	background: #fff url(images/bg.jpg) repeat-y left;	
}

/* Latest Post */

#latest-post {
	/*padding: 20px 0;*/
	background: #fff;
	border-bottom: 3px double #C6DAC7;
background: #fff url(images/bg.jpg) repeat-y left;
}
#latest-post .special
{
	font-family: "Garamond","Lucida Sans",Georgia, Verdana, Arial, Serif;
	font-size:1.5em;
	color:#326434;
	text-transform:lowercase;
	text-align:center;
	float:right;
	padding:16px 14px;
	background:url(images/new.gif) no-repeat;	
}
#latest-post .info {
	float: left;
	width: 220px;
	padding: 10pt 13px;	
	line-height: 1.2em;	
}
#latest-post h2 
{
	font-size:1.8em;	
}

#latest-post .story {

        border-left:1px solid #C6DAC7;float:right;padding:29px;width:595px;
}
#latest-post #intro 
{
	font-size:0.85em;
}
#content .meta {
	clear: both;
	padding: 10px 0;
}
#content .meta p {
	margin: 0;
	padding:5px 0;	
	color:#898;
	line-height:1.8em;
	font-size:0.85em;
}
#content .meta p span 
{
	display:block;
	padding-left:16px;
	padding-bottom:5px;
	padding-top:-10px;
}
#content .meta p span.user 
{
	background:url(images/user.png) no-repeat top left;
}
#content .meta p span.date 
{
	background:url(images/date.gif) no-repeat top left;
}
#content .meta p span.category 
{
	background:url(images/topics.gif) no-repeat top left;





}
#content .meta p span.comments 
{
	background:url(images/icon-comments.gif) no-repeat top left;
}
#content .meta p span.trackback 
{
	background:url(images/trackback.gif) no-repeat top left;	
}
#content .meta p span.feed 
{
	background:url(images/feed.gif) no-repeat top left;
}
#content .story ul 
{
	list-style-image:url(images/post.gif);
}

/* Posts */

#posts {
	float: right;
	width: 595px;
	padding: 20px;
}

#posts .post {
	padding-bottom: 30px;
}

#posts .story {
	padding: 15px 20px 0 20px;
}

#posts ul li {
}


#header, #content, #sidebar, #latest-post, #footer,.widget 
{
	overflow:hidden;
}

