/*  
	Theme Name: Lush Greenz
	Theme URI: http://felu.dreamhosters.com/
	Description: Designed and Coded by Bhuwan Khattar.
	Version: 1.0
	Author: Bhuwan Khattar (Felu)
	Author URI: http://felu.dreamhosters.com/
*/


/*****GLOBAL*****/

* {
	padding: 0;
	margin: 0;
	}
	
/*****GENERAL*****/

body {
	background: #5a7411 url('images/bg.jpg') fixed top center no-repeat;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 1.4;
	}
	
body p {
	margin: 0 10px 10px 20px;
	}

#container {
	width: 750px;
	margin: 0 auto 0 auto;
	text-align: left;
	background-color: white;
	}
	
/*****CLASSES*****/

.right {
	float: right;
	padding-left: 8px;
	}
	
.left {
	float: left;
	padding-right: 8px;
	}
		
.bordergreen {
	border: 1px #693 dashed;
	}

/*****Name*****/
h4#welcome {
	margin: 50px auto 0 auto;
	padding-right: 300px;
	}

h4#welcome #welcometext {
	color: #fff;
	font-family: Verdana;
	font-weight: normal;
	font-style: italic;
	}

h1#title {
	margin: 24px auto 0 auto;
	padding-right: 100px;
	}

h1#title #name {
	color: #fff;
	font-family: Verdana;
	font-weight: bold;
	font-size: 34px;
	}
	
/*****MENU*****/

#menu {
	background: url('images/menu_bg.png') no-repeat top left;
	margin: 75px auto 0 auto;
	text-align: left;
	width: 750px;
	height: 50px;
	overflow: hidden;
	}
	
#menu ul {
	list-style-type: none;
	float: left;
	margin: 0 0 0 20px;
	height: 50px;
	}
	
#menu ul li {
	display: inline;
	}
	
#menu ul li a {
	height: 50px;
	float: left;
	display: block;
	color: white;
	font-size: 18px;
	padding: 13px 10px 0 10px;
	text-decoration: none;
	}

#menu ul li a:hover {
	background-color: #693;
	}

/*****Pages*****/

#pages {
	background: url('images/transparent.png') repeat;
	margin: 0 auto;
	text-align: left;
	width: 750px;
	overflow: hidden;
	max-height: 50px;
	height: 0px;
	}
	
#pages ul {
	list-style-type: none;
	float: left;
	margin: 0 0 0 20px;
	height: 50px;
	}
	
#pages ul li {
	display: inline;
	}
	
#pages ul li a {
	height: 50px;
	float: left;
	display: block;
	color: white;
	font-size: 18px;
	padding: 13px 10px 0 10px;
	text-decoration: none;
	}

#pages ul li a:hover {
	background-color: #693;
	}

/*****Recent Posts/Comments*****/

#recent {
	background: url('images/transparent.png') repeat;
	margin: 0 auto;
	text-align: left;
	width: 600px;
	overflow: hidden;
	height: 0px;
	color: #fff;
	padding: 0 50px 0 50px;
	}
#recent h1 {
	font-size: 18px;
	border-bottom: 1px #fff solid;
	width: 170px;
	margin: 10px 20px 10px 0;
	}
	
#recent ul {
	list-style-type: circle;
	padding: 0 25px 10px;;
	}
	
#recent ul li a {
	font-size: 14px;
	color: #fff;
	}

#recent #posts {
	float: left;
	width: 285px;
	}

#recent #comments {
	float: right;
	width: 285px;
	}	
	
/***SEARCHBOX***/

#menu p.search {
	font-size: 14px;
	color: white;
	font-style: italic;
	float: right;
	display: inline;
	padding: 16px 0 0 0;
	}
	
#menu input {
	margin: 16px 15px 0 8px;
	padding: 2px;
	padding-right: 15px;
	background-color: white;
	background-image: url('images/search_bg.jpg');
	background-repeat: no-repeat;
	background-position: right center;
	border: 1px #427411 solid;
	font-size: 10px;
	color: #427411;
	height: 15px;
	width: 125px;
	float: right;
	display: inline;
	}
	
/*****LEFT*****/

#left {
	width: 515px;
	float: left;
	margin: 0 0 10px 0;
	}
	
#left h1 {
	margin: 20px 0 10px 20px;
	font-size: 24px;
	color: #427411;
	font-weight: normal;
	}
	
#left a {
	color: #333;
	}
	
#left a:hover {
	color: #427411;
	}
	
#left em {
	text-align: right;
	font-size: 12px;
	display: block;
	margin: 0 10px 0 0;
	}
	
#left em a {
	color: #693;
	font-weight: bold;
	}
	
#left em a:hover {
	color: #427411;
	}
	
#left blockquote {
	padding: 10px;
	margin: 10px 15px 10px 30px;
	border-left: 5px #693 solid;
	background-color: #f6ffee;
	}
	
#left blockquote p {
	font-size: 14px;
	font-style: italic;
	line-height: 1.4;
	text-indent: 0;
	margin: 0;
	}
	
#left hr {
	width: 350px;
	margin: 10px 0 10px 50px;
	background-color: #693;
	height: 1px;
	border: 0;
	}

#left .wp-smiley {
	float: none;
	padding-right: none;
}

#left #respond, #left #tcomments {
	margin: 20px 0 10px 20px;
	font-size: 16px;
	color: #427411;
	font-weight: bold;
	}

#left .commentlist li {
	padding: 5px;
	}

#left .commentlist li.alt {
	background-color: #f5fbe2;
	border: 1px #669933 dashed;
	padding: 5px;
	}

#left .push {
	border-width: 0;
	background: #669933;
	font-size: 100%;
	padding: 6px 8px;
	color: #fff;
	}
	
/***LISTS***/

#left ul {
	margin: 15px 10px 15px 50px;
	list-style-type: circle;
	}
	
#left ol {
	margin: 15px 10px 15px 50px;
	}
	
#left ul li, #left ol li {
	font-size: 14px;
	}
	

/*****RIGHT*****/

#right {
	width: 225px;
	float: right;
	}
	
#right h1 {
	color: #669933;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px #669933 solid;
	width: 170px;
	margin: 10px 20px 10px 0;
	}
	
#right ul {
	list-style-type: none;
	color: #669933;
	}
	

#right ul li a {
	color: #669933;
	font-size: 12px;
	}
	
#right ul li a:hover {
	color: #427411;
	}
	
/***POST***/

.postblock {
	border-bottom: 1px #669933 dashed;
	width: 170px;
	}
	
.post {
	background-color: #f5fbe2;
	border-top: 1px #669933 dashed;
	}
	
.post h2 {
	font-size: 16px;
	margin: 2px;
	}
	
.post h2 a {
	color: #693;
	}
	
.post p {
	font-size: 12px;
	margin: 1px;
	}


/********************** Images ***************************/

p img {padding: 4px; max-width: 100%; border:none;}

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;}

.alignright { float: right;}
.alignleft { float: left;}

/********************** Captions ***************************/

.aligncenter, div.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.wp-caption {
	border: 1px solid #CCC;
	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 p {font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; font-style: italic; color: #333; }

/*****FOOTER*****/

#footer {
	width: 650px;
	margin: 10px 25px 0 25px;
	border-top: 1px #333 solid;
	clear: both;
	text-align: center;
	}
	
#footer p {
	margin: 5px;
	font-size: 10px;
	}
	
#footer p a {
	color: #999;
	}

#footer p a:hover {
	color: #427411;
	}
	
#footer p img {
	vertical-align: top;
	}

#footer h1 {
	font-size: 10px;
	font-weight: normal;
}
