body {margin: 0; padding: 0; background: #ECEBD9 url('../../images/theme/body_bg.jpg') repeat-y center;}
* {font-family: verdana, helvetica, sans-serif;}
div#wrapper { width: 940px; margin: auto;}

div#head {background: url('../../images/theme/head_bg.jpg') no-repeat; height: 104px;}
div#head img { border: none;}

div#divider {background: url('../../images/theme/divider_bg.jpg') repeat-x; height: 46px;}

div#divider img {border: none;}

ul#topnav, ul#topnav li {margin: 0; padding: 0; list-style: none;}
ul#topnav { text-align: left;padding-left: 200px;}
ul#topnav li { display: inline; padding-right: 20px;}

/*
ul#topnav, ul#topnav li {margin: 0; padding: 0; list-style: none;}
ul#topnav { text-align: right; padding-right: 30px;}
ul#topnav li { display: inline;}
*/

div#main {background: #fff url('../../images/theme/main_bg.jpg') repeat-y;}

div#column { width: 210px; background: #4C9745 url('../../images/theme/column_bg.jpg') no-repeat; float: left; padding-top: 8px;}
div#column ul, div#column li {margin: 0; padding: 0; list-style: none; color: white;}
div#column h3 {background: url('../../images/theme/nav_bg.jpg'); 
	font-size: 11px; 
	padding: 6px 0 6px 10px;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color: white; 
	border-bottom: 1px solid white;}
div#column ul li {border-bottom: none; border-top: 1px solid white; background:  url('../../images/theme/nav_bg.jpg'); padding: 3px 10px 3px 20px; font-size: 11px;}
div#column ul li a {padding: 0;}
div#column ul li a:link, div#column ul li a:visited {color: #fff; text-decoration: none;}

div#membership-badges { text-align: center; margin-top: 100px;}
div#membership-badges p {font-size: 10px; color: #fff; margin: 0 6px 6px 8px;}


div#content {margin-left: 230px; margin-right: 20px; padding-top: 20px;}

h1 {font-size: 18px; padding: 0 0 1em 0; margin: 0; color: #026200;}
h2 {font-size: 14px; padding: 1em 0 0.5em 0; margin: 0; color: #60AB2C;}
div#content p, div#content ul {font-size: 12px;}

div#finial {clear: both; height: 211px; background: url('../../images/theme/finial_bg.jpg') no-repeat top right;}

div#footer {height: 103px; background: url('../../images/theme/footer_bg.jpg') no-repeat; padding: 16px;}
div#footer p {font-size: 11px; color: white; text-align: center; line-height: 1.4em;}


/* Blog specific */

#content h2 { 
	font-size: 18px;
	margin: 0 0 0.3em;	
}

#content h4 { 
	font-size: 18px;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #bbb;
}

#content h5 {
	font-size: 18px;
	background: #ffd;
	margin: 1.2em 0 0.3em;	
	border-bottom: 1px dotted #aaa;
}


/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .atomentry { 
	margin: 0 0 1.5em 0;
}

#content .atomentry .title {
	font-size: 24px;
	line-height: 94%;
	letter-spacing: -1.5px; 
	margin: 0;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited { 
	color: #026200;
	text-decoration: none;
}

#content .atomentry .title a:hover,
#content .atomentry .title a:active { 
	color: #000;
	background: transparent;
}

#content .atomentry .title .comment_count { color: #eee; }

#content .atomentry .author {
	color: #bbb;
	font: normal 16px/14px "lucidamac bold", "lucida grande", arial, verdana, sans-serif;
	letter-spacing: -1px;
	margin: 0 0 1em;
}

#content .atomentry .author cite a,
#content .atomentry .author cite a:hover { /* author mailto: link (if any) */
	color: #aaa; background: transparent;
	text-decoration: none;
}

#content .atomentry .author abbr { /* posted date */
	font-weight: bold;
	color: #aaa;
}

#content .atomentry .content {}

#content .atomentry ul.meta { 
	font-size: 10px;
	background: #eee;
	margin: 0; padding: 5px;
	border: 1px solid #ddd;
	list-style-type: none;
}

#content .atomentry ul.meta li { 
	line-height: 13px;
	margin: 0; padding: 0;
}

#content .atomentry .meta a:link,
#content .atomentry .meta a:visited {
	color: #555;
}

#content .atomentry .meta a:hover,
#content .atomentry .meta a:active  {
	color: #fff;
}


/* Comments and Trackbacks */
#content ol.comments,
#content ol.trackbacks {
	list-style-type: none;
	margin: 0; padding: 0;
}

#content .comment,
#content .trackback {
	border: 2px solid #ddd;
	margin: 0 0 1.5em; padding: 1em;
}

#content .comment.preview { 
	background: #ffc;
	border: 3px solid #fab444;
}

#content .comment   .author,
#content .trackback .author { 
	font-weight: bold;
	margin-bottom: 1em;
}

#content .comment   .author cite,
#content .trackback .author cite {
	font-size: 16px;
	letter-spacing: -1px;
}

#content .comment   .author abbr, 
#content .trackback .author abbr { color: #999; }

#content .comment .author .gravatar { 
	margin: 0 0 0.5em 0.5em;
	float: right; 
}

/* uncomment to enable a default gravatar
#content .comment .author div {
	margin: 0 0 0.5em 0.5em;
 	width: 60px; height: 60px;
	background: url(../../images/theme/gravatar.gif) no-repeat left top;
	float: right; 
}*/


#content form.comments {
	background: #f2f2f2;
	border-top: 1px solid #ddd;
	padding: 1em 0.5em;
}

#content form.comments fieldset { 
	border: none;
}

#content form.comments legend { 
	display: none;
}

#content form.comments label { 
	font-weight: bold;
}

#content form.comments textarea { 
	width: 90%; height: 150px;
	padding: 3px;
}

/* Respond */

#respond {
}

#respond p {
	margin-bottom: 5px;
	line-height: normal;
}

/* Search */

#search {
}

div#column #search h3 { padding-top: 30px;}

#search form { margin: 0;}

#search br {
	display: none;
}

#search div#searchbox {	border-bottom: 1px solid white; background: url('../../images/theme/nav_bg.jpg'); padding: 3px 10px 3px 20px; font-size: 11px;}



#search input {
	padding: 3px;
	background: #ECECEC url(../../images/theme/img08.gif) repeat-x left bottom;
	border: none;
	text-transform: lowercase;
	font-size: 11px;
	color: #4F4F4F;
}

#search #q {
	width: 120px;
	margin: 0 0 0 20px;
	border: 1px solid #999;
}
