/*
Theme Name: Leafy Revitalized!
Theme URI: http://leafyproductions.com/
Description: Dark night Theme! was designed by Leafy Productions Design crew for wordpress 2.6 and above.
Version: 1.0
Author: Muhammad K.
Author URI: http://leafyproductions.com/
Tags: green, custom header, fixed width,

	 Leafy Revitalized Theme v4.0
	http://leafyproductions.com/

	This theme was designed and built by Muhammad K.,
	whose website you will find at http://leafyproductions.com/

*/

html,body { margin:0; padding:0; }

body {

	font-size: 103%;
	color: #ffffff;
	font-size: .9em;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px; padding:0px;
	text-align: center;
	min-width: 886px;
	max-width: 100%;
	background: #c4d8e0 url("images/bg.jpg") repeat-x;
	
}
img{ border-width: 0px; }

a:link,a:active,a:visited { text-decoration: none; color : #87da00; }
a:hover	{ text-decoration: underline; color : #787878; }

.clear{ clear: both; }



/* BEGIN ORIGNAL WP STYLES */
/* Begin Calendar */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: .7em;
	}

#wp-calendar a {
	text-decoration: none;
	}
		#wp-calendar a:link, #wp-calendar a:active, #wp-calendar a:visited{ 
			padding: 0px;	
			margin: 0px;
		}
		#wp-calendar a:hover{ 
			padding: 0px;
			margin: 0px;
		}
#wp-calendar caption {
	font: bold 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: left;
	}
#wp-calendar {
	empty-cells: show;
	margin: 0px;
	margin-left: 15px;
	width: 155px;
	clear: both;
	}

#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: left;
	padding: 0px;
	padding-left: 23px;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #9ca4b3;
	text-align: center;
	background-color: #eaeef5;
	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.wp-caption-text {
	font-size: .9em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Misc. */

h2.pagetitle {
	font-size: 1.6em;
	margin-top: 30px;
	text-align: center;
}
.postmetadata {
	clear: both;
	}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
.clear {
	clear: both;
}

.hidden {
	display: none;
	}
	
a img {
	border: none;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
acronym, abbr, span.caps {
	cursor: help;
	}
	
html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}
	
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
	
	
	

/* End Misc. */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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
	}
/* End Images */

/* Begin Block-Quotes*/
blockquote{ color: #777; }
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
/* End Block-Quotes*/
	
.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
.center {
	text-align: center;
	}


/* 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: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */

	
/* Begin Comments*/
.alt {
	background-color: #9a9a9a;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	color: #5f5f5f;
	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;
	}
	




.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.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;
	}
/* End Comments */

/* END ORIGNAL WP STYLES */



/* Begin Wrapper */
.wrapper{
	width: 886px;
	min-height: 700px;
	max-height: 100%;
	margin:0px auto;
	text-align: left;
	padding: 0px;
}
/* End Wrapper */

/* Start Common Page Elements */
#topbg{
	float: left;
	width: 886px;
	height: 114px;
	color: #ffffff;
	margin: 0px;
	background: url("images/top.jpg") no-repeat; 
	clear: both;
}
	.logo{
		float: left;
		width: 203px;
		height: 84px;
		margin: 0px;
		margin-left: 25px;
		margin-top: 18px;
	}
	.navarea{
		float: right;
		width: 225px;
		height: 20px;
		margin: 0px;
		margin-right: 40px;
		margin-top: 92px;
		text-align: left;
		padding: 0px;
	}
	
	.navarea ul{
			list-style-type:none;
			margin:0;
			padding:0;
		}
		.navarea ul li{
			display:inline;
			margin:0;
			padding:0 0 0 8px;
		}
		
		.navarea ul li.page_item{
			display:inline;
			margin:0;
			padding:0 0 0 8px;
		}

	
/* Begin Home Page Elements*/
#middlebgh{
	float: left;
	width: 886px;
	height: 572px;
	color: #ffffff;
	margin: 0px;
	background: url("images/middle.jpg") no-repeat; 
	clear: both;
}
	
	.leftsideh{
		float: left;
		width: 340px;
		min-height: 50px;
		color: #787878;
		margin: 0px;
		margin-top: 55px;
		margin-left: 45px;
		font-size: .9em;
	}
		.servicesh{
			color: #787878;
			margin: 0px;
			margin-top: 10px;
			
		}
	.rightsideh{
		float: right;
		width: 430px;
		min-height: 30px;
		color: #787878;
		margin: 0px;
		margin-right: 55px;
		margin-top: 210px;
		font-size: .9em;
	}
/* End Home Page Elements*/

/* Begin Other page Page Elements*/		
#middlebgo{
	float: left;
	width: 886px;
	height: 572px;
	color: #ffffff;
	margin: 0px;
	background: url("images/general-middle.jpg") no-repeat; 
	clear: both;
}
	.leftsideo{
		float: left;
		width: 785px;
		min-height: 50px;
		margin: 0px;
		margin-top: 70px;
		margin-bottom: 5px;
		margin-left: 55px;
		color: #787878;
		font-size: .9em;		
	}
		.leftsideo a:link{ color: #3366FF; }
		.leftsideo a:active{ text-decoration: none; color : #0099FF; }
		.leftsideo a:visited{ text-decoration: none; color : #0099FF; }
		.leftsideo a:hover	{ text-decoration: underline; color : #787878; }

/* End Portfolio Page Elements*/

/* Begin Portfolio Page Elements*/		
#middlebgp{
	float: left;
	width: 886px;
	height: 572px;
	color: #ffffff;
	margin: 0px;
	background: url("images/portfolio-middle.jpg") no-repeat; 
	clear: both;
}
	.leftsidep{
		float: left;
		width: 785px;
		min-height: 50px;
		margin: 0px;
		margin-top: 70px;
		margin-bottom: 5px;
		margin-left: 55px;
		color: #787878;
		font-size: .9em;		
	}
		.leftsidep a:link{ color: #3366FF; }
		.leftsidep a:active{ text-decoration: none; color : #0099FF; }
		.leftsidep a:visited{ text-decoration: none; color : #0099FF; }
		.leftsidep a:hover	{ text-decoration: underline; color : #787878; }

/* End Portfolio Page Elements*/

/* Begin Contact Page Elements*/		
#middlebgc{
	float: left;
	width: 886px;
	height: 572px;
	color: #ffffff;
	margin: 0px;
	background: url("images/contact-middle.jpg") no-repeat; 
	clear: both;
}
	.leftsidec{
		float: left;
		width: 180px;
		min-height: 50px;
		margin: 0px;
		margin-top: 330px;
		margin-bottom: 5px;
		margin-right: 5px;
		margin-left: 130px;
		color: #3366FF;
		font-size: .9em;		
	}
		.leftsidec a:link{ color: #3366FF; }
		.leftsidec a:active{ text-decoration: none; color : #0099FF; }
		.leftsidec a:visited{ text-decoration: none; color : #0099FF; }
		.leftsidec a:hover	{ text-decoration: underline; color : #787878; }
		
	.rightsidec{
		float: right;
		width: 460px;
		min-height: 30px;
		color: #787878;
		margin: 0px;
		margin-right: 70px;
		margin-top: 70px;
		font-size: .9em;
	}
/* End Contact Page Elements*/


#footerbg{
	float: left;
	width: 886px;
	height: 114px;
	margin: 0px;
	background: url("images/bottom.jpg") no-repeat; 
	clear: both;
}
	.footertext{
		font-size: .8em;
		margin: 0px;
		margin-top: 42px;
		margin-left: 125px;
		margin-right: 30px;
		text-align: left;
		color: #787878;
	}
	.footertext a:link{ text-decoration: none; color : #0099FF; }
	.footertext a:active{ text-decoration: none; color : #0099FF; }
	.footertext a:visited{ text-decoration: none; color : #0099FF; }
	.footertext a:hover	{ text-decoration: underline; color : #787878; }
/* End Common Page Elements */