/* 
Theme Name: metamorph_lightgreen
Theme URI: http://metamorphozis.com/wptheem/index.php?wptheme=metamorph_lightgreen
Description: Free WordPress Theme based on <a href="http://www.metamorphozis.com" target="_blank">Metamorphosis Design</a> template "<a href="http://www.metamorphozis.com/free_templates/free_css_templates/metamorph_lightgreen/">metamorph_lightgreen</a>" 
Version: 1.0.1
Author: Oleg Lazarenko
Author URI: http://www.metamorphozis.com/
Tags: valid XHTML, fixed width, two columns, widgets, valid CSS, widget ready, simple, clean, blue, metamorph  
*/

* {
	margin: 0;
	padding: 0;
}

img
{
border: 0px;
}


body {
	margin: 0;
	background: #5C9E1F url(images/back_all2.jpg) repeat-x top;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}


#contmain
{
width: 100%;
background: url(images/back_all.jpg) no-repeat center top;
padding-top: 22px;
}

h1, h2, h3 {
	color: #246030;
}

h1 {
	font-size: 3em;
}

h2 {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #246030;
}


h3 {
	font-size: 1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: underline;
	color: #246030;
}

a:hover {
	border: none;
	text-decoration: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #246030;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #246030;
}


#main
{
width: 778px;
border-left: 10px solid #E4F9D1;
border-right: 10px solid #E4F9D1;
margin: 0 auto;
margin-top: 22px;
padding-top: 10px;
background: #E4F9D1;
}

/* Header */

#header {
	width: 778px;
	margin: 0 auto;
	height: 356px;
}

#menu {
	height: 38px;
	margin: 0 auto;
	width: 698px;
	padding-left: 100px;
	background: url(images/menu.gif) repeat-x;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	width: 100px;
	text-decoration: none;
	font-size: 14px;
	padding-top: 10px;
	font-weight: bold;
	color: #ffffff;
    text-align: center;

}

#menu a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: url(images/menu_r.gif) repeat-x;
}



/* Logo */

#logo {
	width: 778px;
	height: 356px;
	margin: 0 auto;
	background: url(images/header.jpg) no-repeat left top;
	text-align: left;
}


#logo h1 {
	padding-top: 80px;
	padding-left: 20px;
	color: #246030;
	font-size: 18px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo a {
	color: #ffffff;
}

/* Page */

#page {
	width: 778px;
	border-top: none;
}

/* Content */

#content {
	width: 465px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#content H4 
{
background: url(images/h2.gif) no-repeat;
width: 445px;
height: 28px;
padding-left: 20px;
font-size: 12px;
padding-top: 10px;
}

#content H4 a
{
font-size: 12px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
color: #ffffff;

}

#content p
{
line-height: 20px;
padding-left: 20px;
padding-bottom: 10px
}


.date {
	text-align: right;
	color: #918E48;
	font-size: 11px;
}

.date a {
	color: #918E48;
}



/* Sidebars */

.sidebar {
	margin-left: 35px;
	float: right;
}


.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar2 {
  	width: 273px;
	padding-top: 20px;
}

#sidebar2 h3 {
	background: url(images/title.gif) no-repeat left top;
	height: 30px;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 14px;
}

#sidebar2 ul {
	line-height: normal;
	margin-left: 20px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#sidebar2 li {
	padding: 5px;
	background: url(images/small.png) no-repeat left;
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 10px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}



#bottom
{
}

/* Footer */
#footer
{
padding-top: 20px;
height: 54px;
width: 778px;
background: url(images/footer.gif) top repeat-x;
}

#footer p {
	text-align: center;
	font-size: 9px;
	color: #5C9E1F;
	margin: 0px;
	padding: 0px;
}
#footer a
{
color: #5C9E1F
}

.widget_search
{

}

.post-body
{

	margin-top:15px;
}

div.navigationbottom

{
	margin-top:10px;
	margin-bottom:10px;
}

div.navigationbottom .leftnav
{
	float:left;
}

div.navigationbottom .rightnav
{
	float:right;
}

/************* Comments ***************/
#commentform textarea 
{
	width: 80%;
	border: 1px solid #666666;
	padding:10px;
}

#submit
{
	width: 150px;
	height: 28px;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	background: url(images/menu_r.gif) repeat-x;
	overflow:hidden;
        vertical-align: top;
	border:none;
}

#submit:hover
{
	background: url(images/menu_r.gif) repeat-x;
        text-decoration: underline;
}

div.imgbox
{
	float:left;
	margin:5px;
}

/**************** IE 7 *******************/
li.cat-item
{
	font-size:12px;
	font-weight:normal;
}

#calendar table, #left #wp-calendar
{
	font-size:12px;
	font-weight:normal;
}


.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

#content .categor
{
padding-left: 20px;
text-transform: uppercase;
font-size: 10px;
background: #D7EEC2;
width: 445px;
}

#commentlist li
{
margin-left: 20px;
padding-bottom: 20px;
font-size: 11px;
}

#author, #email, #url
{
border: 1px solid #D7EEC2
}
