/*   
Theme Name: Simple Green
Description: Simple WordPress theme, green and brown, fixed width, two columns, lightweight, widget ready. Enjoy!
Author: Flavius Matis
Author URI: http://www.webstandards.ro/
Version: 1.0
Tags: green, brown, fixed-width, two-columns, left-sidebar
.
	This theme was designed and built by Flavius Matis,
	http://www.webstandards.ro/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
.
*/
/*entry {
float: right;
}*/

body {
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	color:#666666;
	background:#382D24;
	line-height:170%;
}
p {	
	padding:10px;
	text-align:justify;
}
p.post_info {
	font-size:10px;
	padding:0 10px;
	line-height:100%;
	color:#999999;
}
p.post_info a {
	color:#666;
}
blockquote, blockquote p {
	font-style:italic;
}
a {
	color:#007C5A;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#007C5A;
}
a:active, a:focus {
	outline:0 !important;
}
input, textarea, select	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
h1,h2,h3,h4,h5,h6 {
	padding:0 10px;
}
h1 {
	color:#555555;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:170%;
}
h2 {
color:#007C5A;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
line-height:270%;

}
h2 a, h2 a:hover {
	text-decoration:none;
}
h3{
	font-size:18px;
	color:#007C5A;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	margin: 10px 0px 10px 0px;
}

h4, h5, h6 {
	font-size:18px;
	color:#007C5A;
	line-height:270%;
	font-family:Arial, Helvetica, sans-serif;
}
h4 {
	font-size:17px !important;
}
h5 {
	font-size:16px !important;
}
h6 {
	font-size:15px !important;
	line-height:120%;
}
hr {
	color:#CCCCCC;
	background-color:#CCCCCC;
	height: 1px;
	border:0pt none;
	clear:both;
	margin:0 10px;
}

/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/

#header {
	height:200px;
	background:url(images/header.png) no-repeat top left;
}
#name_description {
	float:left;
	width:275px;
	text-align:center;
	padding:45px 0;
}
#name_description h1 {
	color:#342B2A;
	font-size:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:150%;
	border-bottom:1px dotted;
	margin:0 20px;
}
#name_description h1 a, #name_description h1 a:hover {
	color:#342B2A;
	text-decoration:none;
}
#name_description p {
	font-size:11px;
	color:#342B2A;
	text-align:center;
	padding:5px;
}
.rss {
	float:left;
	display:block;
	height:60px;
	width:60px;
	background:url(images/rss.png) no-repeat top left;
	margin-top:135px;
	cursor:pointer;
}
#main_menu {
	float:right;
	padding-top:75px;
}
#main_menu ul {
	float:right;
}
#main_menu ul li {
	float:left;
	padding-left:30px;
}
#main_menu ul li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#FFFFFF;
	text-decoration:none;
	/*text-transform:lowercase;*/
}
#main_menu ul li a:hover {
	text-decoration:underline;
}


/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

#main_bg {
	background:#FFFFFF url(images/main_bg.png) repeat-x top left;
}
#container { 
	width:960px;
	margin:0 auto;
	text-align:left;
}
#main_content {
	float:left;
	width:680px;
	padding-bottom:25px;
	overflow:hidden;
}
	
#main_content_right {
	float:right;
	width:270px;
	padding-bottom:25px;
	padding-top:3px;
}
#main_content_right h1, #main_content_right h2, #main_content_right h3, #main_content_right h4, #main_content_right h5, #main_content_right h6 {
	padding:0;
}
#main_content_right ul li {
	padding-left:10px;
}
#main_content_right ul li:before {
	content: "\00BB \0020";
	}
#main_content_right ul li a {
	color:#666666;
	text-decoration:none;
}
#main_content_right ul li a:hover {
	text-decoration:underline;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/

#footer {
	background:url(images/footer.png) repeat-x top left;
	padding-bottom:25px;
}
#footer_content {
	padding-top:25px;
	margin:0 auto;
	width:960px;
}
#footer p {
	color:#A79687;
	font-size:11px;
	text-align:left;
	line-height:22px;
	padding:0 10px;
}
#footer p span {
	padding:0 10px;
	color:#675545;
}
#footer p a {
	color:#857362;
}
.right {
	float:right;
}
.left {
	float:left;
}

/*------------------------------------------------------------*
**  Search Form
**------------------------------------------------------------*/

#searchform input {
	border:1px solid #666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding:6px;
	width:175px;
	float:left;
}

#searchform input.searchButton {
	font-size:11px;
	color:#333;
	font-weight:bold;
	text-align:center;
	background:#CCC;
	width:
