/*
Theme Name: Fresh Green
Theme URI: http://www.zorg-directory.com/wordpress-themes/
Description: Theme by <a href="http://www.zorg-directory.com">Zorg Directory</a> <a href="http://www.zorg-directory.com/wordpress-themes/">free wordpress themes</a>
Version: 1.0 
Author: Zorg Directory
Designed by Zorg Directory
*/

/* main css */

body {
 margin:0;
 padding:0;
 background: #ffffff;
 font: 11px Arial, Helvetica, sans-serif;
 line-height:1.5;
 color: #3D3D3D;
}

a {
	color: #36450C;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
 h1 {
 margin: 0;
 padding: 0 0 4px 25px;
 color: #36450C;
 font: 18px Arial, Helvetica, sans-serif;
}
#page {
 width:880px;
 margin: 0px auto;
 text-align:center;
 background: #1F1F1F url(images/bg_page.gif) top left;
 padding: 0px 10px  0 10px;
}
#top {
 padding: 0px 0 0px 0px; margin: 0 auto;
 background: #F1EEE6 url(images/bg_top.gif) repeat-x top left;
 color:#000000;
 width: 900px; height: 39px;
}

#header {
 width: 900px; height: 138px;
 margin: 0 auto;
 text-align: right;
 background: url(images/header.gif) no-repeat top left;
}
.logo {
	margin-top: 66px; margin-right: 20px;
}

#nav {
 float: left;
 margin: 0px;
}
#nav ul {
 list-style:none;
 padding: 0; margin: 8px 0 10px 0;
}
#nav ul ul {
 display: none;
}
#nav ul li {
 list-style:none;
 display: inline;
 background: url(images/nav_li.gif) no-repeat top right;
 padding: 10px 20px 12px 20px;
}
#nav a:link, #nav a:visited {
 color: #ffffff;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 11px;
 font-weight: normal;
 text-decoration: none;
}
#nav a:hover {
	text-decoration: underline;
}

#search {
	float: right;
	margin: 0px 5px 0 0; padding: 0px;
	height: 39px;
	background: url(images/bg_search.gif) no-repeat center left;
}
#search input#s {
	width: 190px;
	padding: 0px;
	padding-left: 25px;
	margin-top: 5px;
	border: 0px;
	font: bold 10px arial;
	background: none;
	float: left;
}
#searchform {
	margin: 5px auto;
	padding: 4px 3px; 
	text-align: center;
	}
.btnsrc {
	margin: 0 0 0 10px; padding: 0;
}

#footer a {
 color: #333940;
 font-weight:bold;
 font-size:11px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration:none;
}
#footer a:hover {
 text-decoration:underline;
}
#content ul {
 margin: 10px;
}
.post {
 text-align:left;
}
.meta {
	border-bottom: 1px dotted  #3D3D3D;
}

.post li {
 margin-left: 25px;
}
.post h1 {
 margin: 0;
 padding: 5px 0 4px 25px;
 color: #36450C;
 font: bold 12px Arial, Helvetica, sans-serif;
 background: url(images/h.gif) no-repeat top left;
}
.post h1 a:link, .post h1 a:visited {
 text-decoration:none;
 color: #36450C;
}
.post h1 a:hover {
	text-decoration:underline;
}
.post .inner {
 padding: 10px 10px 0px 10px;
}
.post p {
}
.post .inner a:link, .post .inner a:visited {
}
.comment {
 float: right;
 margin-top: -5px;
}
.comment a:link, .comment a:visited {
 color: #336699 ;
 font-weight: bold;
 font-size: 14px;
 text-decoration: none;
}
.comment a:hover {
 text-decoration: underline;
}
.post img {
 margin: 0 5px;
}

#sidebar {
 width: 205px;
 float: right;
 text-align:left;
 color: #333333;
}
#sidebar h2 {
 font: bold 12px Arial, Helvetica, sans-serif;
 margin: 0 0 5px 0;
 padding: 5px 0 7px 25px;
 color: #36450C;
 background: url(images/h.gif) no-repeat top left;
 border-bottom: 1px dotted #3D3D3D;
}
#sidebar li ul li {
	text-align: left;
	list-style: none;
	color: #36450C;
	background: url(images/bg_li.gif) no-repeat center left;
}
#sidebar li {
 list-style: none;
}

#sidebar li ul li a:hover {
 color: #3D3D3D;
 text-decoration: underline;
}
#sidebar li a {
 color: #3D3D3D;
 text-decoration: none;
 font-weight: normal;
}
#sidebar li a:hover, #sidebar li.current_page_item a {
 color: #3D3D3D;
}

#sidebar .inner {
 padding: 0 3px;
}

#sidebar ul, #sidebar ul ol {
 margin: 0;
 padding: 0;
}
#sidebar ul li {
 list-style-type: none;
 margin-bottom: 15px;
}
#sidebar ul p, #sidebar ul select {
 margin: 5px 0 8px;
}
#sidebar ul ul, #sidebar ul ol {
 margin: 5px 15px;
}
#sidebar ul ul ul, #sidebar ul ol {
 margin: 0 0 0 10px;
}
#sidebar ul ul li, #sidebar ul ol li {
 margin: 4px 0 0;
 padding: 0; padding-left: 10px;
}

#content {
 width: 726px;
 margin: 0 auto; padding: 10px 0;
 background: #ffffff;
 border-left: 1px solid #CFCFCF; border-right: 1px solid #CFCFCF;
}

#footer {
 padding: 10px;
 margin: 0 auto;
 text-align:left;
 width: 462px; height:34px;
 color:#333940;
 font: 11px Georgia, "Times New Roman", Times, serif;
}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h3 {
	font-size: 1.3em;
	}
#headerimg .description {
	text-decoration: none;
	color: white;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/*	Begin Headers */

h3 {
	padding: 0;
	margin: 10px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */


/* Begin Form Elements */


.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover {
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	}
