/*
	Theme Name: Green Slesta
	Theme URI: http://www.slesta.com/
	Author: Loucee.com & Aprian.net
	Description: The 1st design for slesta.com by loucee.com
	Version: 1.0
*/

body{
	background-color: #b3d431;
	font-family: Arial, Helvetica, sans-serif;
	color: #669900;
}
#container{
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
	width: 806px;
}

	/* comments container */
	#commentspopup #container{
		padding: 0;
		width: 530px;
	}
	
	
/* STANDARD */
h1{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 13px;
}
h2{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
}
h3{
	margin: 0px 0px 12px 0px;
	padding: 0;
	font-size: 11px;
}
p,li,span,a,div{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 9px 0px;
	padding: 0;
	font-size: 10px;
	line-height: 18px;
}
li, span,a,div{
	margin: 0;
	line-height: normal;
}

a{
	color: #73B019;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	color: #66ccff;
	text-decoration: underline;
}
hr{
	height: 1px;
	width: 75%;
	background-color: #ffffff;
	color: #ffffff;
	border: none;
}
img{
	border: none;
	margin: 0 8px 8px 0;
}
form label{
	float: left;
	width: 75px;
}
form p{
	overflow: auto;
}


/* HEAD */
#head{
	margin: 0px 0px;
	padding: 0px 0px;
	background: url(images/head-bg.jpg) no-repeat top;
	height: 190px;
	width: 806px;
}

	/* head for comments popup */
	#commentspopup #head{
		background: url(images/head-bg-530.gif) no-repeat top center;
		height: 23px;
		width: 530px;
	}
#head-nav{
	height: 20px;
	padding-top: 150px !important;
	padding: 159px 10px 10px 200px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#head-nav ul{
	list-style: none;
}
#head-nav ul li{
	float: left;
	margin: 0px 5px 0px 5px;
	padding: 0px 2px 0px 2px;
}
#head-nav a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
#head-nav a:hover{
	color: #66ccff;
	text-decoration: underline;
}


/* BODYBOX */
#wrapper_body{
	margin: 0px 0px;
	padding: 25px 25px 15px 25px;
	background: #b3d431 url(images/bodybox-bg.gif) repeat-y top;
}
	
	/* wrapper body for comments */
	#commentspopup #wrapper_body{
		padding: 0px 15px;
		background: #b3d431 url(images/bodybox-bg-530.gif) repeat-y top;
	}
#main_content{
	background: #fff;
	padding: 15px;
}
	body#commentspopup #main_content{
		background: #fff;
	}
#content{
	/*
	float: left;
	width: 475px;
	*/
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
	#content h1{
		margin-bottom: 20px;
	}

	/* home, category & page 
	.home #content, .page #content, .category #content{
		float: none;
		width: auto;
	}	
	*/
		
	.fulldate{
		font-size: 11px;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
	}
	.wrapper_blog{
		margin: 30px 0 30px 10px;
	}
	
	/* contact */
	.wpcf7 form, .clearboth, .wpcf7-validation-errors{
		clear: both;
	}
	span.wpcf7-not-valid-tip-no-ajax{
		font-size: 10px;
	}
	.wpcf7 .onerow{
		clear: both;
	}
	label sup{
		color: #ff0000;
	}
	.your-message textarea{
		vertical-align: top;
	}
	
	
	/* comments */
	#commentlist{
		padding: 20px 0 20px 0;
		margin: 0;
		list-style: none;
	}
		#commentlist li{
			padding: 10px 0 15px 0;
			margin: 5px 0;
			border-bottom: 1px dotted #517B13;
		}
		
		
/* SIDEBAR */
#sidebar{
	margin: 30px 0 0 0;
	padding: 20px 10px 10px 10px;
	border-top: 1px dotted #669900;
	background: #F4FFC7;
	zoom: 1;
}
	#sidebar h2{
		font-size: 13px
	}
		#sidebar h2 span{
			font-family: georgia;
		}

#sidebar_channel{
	float: left;
	width: 500px;
}	
#recent_post{
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
	#recent_post li{
		margin-bottom: 8px;
	}
	#recent_post a{
		font-size: 10px;
		text-transform: lowercase;
	}
#sidebar_link{
	float: right;
	width: 200px;
	margin: 0;
	text-align: right;
}
	#sidebar_link img{
		margin: 0;
	}
	#sidebar_link p{
		line-height: 11px;
	}	
#menu{
	margin: 0px 0px 0px 610px;
	padding: 20px 20px 8px 8px;
}

/* FOOT */
#foot {
	background: url(images/foot-bg.gif) no-repeat top;
	padding: 20px 0px 0px 20px;
}
	#commentspopup #foot{
		background: url(images/foot-bg-530.gif) no-repeat top;
	}
#foot p{
	color: #73b019;
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}


/*
 * INDEX
 */
#index_nav{
	width: 550px;
	margin: 60px auto;
	padding: 0;
	list-style: none;
} 
	#index_nav li{
		float: left;
		width: 90px;
		height: 90px;
		margin-right: 20px;
	}
		#index_nav li.last{
			margin-right: 0;
		}
	#index_nav li a{
		display: block;
		width: 90px;
		height: 90px;
		text-indent: -8888px;
		overflow: hidden;	
		background-repeat: no-repeat;
		background-image: url(images/index-nav.gif);
	}
	
		#index_nav li.nav_pikofdawik a{
			background-position: 0 0;
		}
		#index_nav li.nav_about a{
			background-position: -125px 0;
		}
		#index_nav li.nav_blog a{
			background-position: -254px 0;
		}
		#index_nav li.nav_gallery a{
			background-position: -376px 0;
		}
		#index_nav li.nav_contact a{
			background-position: -505px 0;
		}
		
		#index_nav li.nav_pikofdawik a:hover{
			background-position: 0 -180px;
		}
		#index_nav li.nav_about a:hover{
			background-position: -125px -180px;
		}
		#index_nav li.nav_blog a:hover{
			background-position: -254px -180px;
		}
		#index_nav li.nav_gallery a:hover{
			background-position: -376px -180px;
		}
		#index_nav li.nav_contact a:hover{
			background-position: -505px -180px;
		}
		
/* SEARCH */
#search_header strong{
	color: #ff0000;
}
.search_result h2 a{
	font-size: 13px;
}

/* FUNCTION */
.navigation{
	position: relative;
}
	.navigation .alignright{
		position: absolute;
		top: 0;
		right: 0;
	}
	
#searchform{
	margin-bottom: 15px;
}
	#searchform input{
		font-size: 11px;
		border: 1px solid #ccc;
	}
	form#searchform label{
		display: none;
	}
.button,
input#searchsubmit{
	color: #fff;
	border: 1px solid #517B13;
	background: #73B019;
	padding: 2px;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana;
}
input#searchsubmit{
	font-size: 10px;
	padding: 0 2px;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clear {display: inline-table;}

	/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
	/* End hide from IE-mac */