/*  
Theme Name: Webmaster Ease
Theme URI: http://www.ezwpthemes.com/templates/webmaster-ease.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>. Clean layout and light color scheme, best choice for webhosting and small business sites.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: white, fixed-width, three-columns, right-sidebar, threaded-comments
*/

/* Begin Body */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	}
a:link, a:visited {
	color: #00709F;
	text-decoration: none;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration:underline;
}
h1 {
	font-family: "Arial Narrow", Arial;
	font-size: 3.6em;
	line-height: 100%;
}
h1 a:link, h1 a:visited {
	color: #000000;
	text-decoration: none;
}
h2 {
	font-family: "Arial Narrow", Arial;
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
	background-image: url(images/content_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 30px;
	line-height: 220%;
	text-align: left;
}
h6 {
	font-size: 0.8em;
	color: #666666;
	background-image: url(images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font-weight: normal;
	padding-left: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* End Body */

/* Begin Structure */ 
* {
padding: 0px;
margin: 0px;
}

#page {
    width: 980px;
	margin: 0 auto;
}
#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 120px;
}

#content {
	float: left;
	width: 820px;
	margin-top: 10px;
}

 #sidebar {
	float: right;
	width: 150px;
	font-size: 1.2em;
    margin-top: 10px;
}

#footer {
	font-size: 1.2em;
	text-align: center;
	height: 59px;
	margin-top: 10px;
	background-image: url(images/footer_bg.jpg);
	padding-top: 25px;
	line-height: 150%;
}

/* End Structure */ 



/* Begin Header */
#logo {
	float: left;
	width: 300px;
	padding-top: 40px;
	padding-bottom: 10px;
}
#header_right {
	float: right;
	width: 680px;
}
#description {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-top: 4px;
	padding-left: 20px;
}
#search {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 15px;
}
.search_text {
	width: 400px;
	border: 1px solid #CCCCCC;
	padding: 4px;
}
.search_button {
	background-image: url(images/button.jpg);
	height: 24px;
	width: 50px;
	border: 0px;
	font-weight: bold;
	color: #FFFFFF;
}
#page_link {
	list-style-type: none;
}
#page_link li {
	font-size: 1.3em;
	color: #666666;
	float: left;
	margin-right: 40px;
	font-weight: bold;
}
#page_link li a:link, #page_link li a:visited {
	color: #666666;
}
#page_link li a:hover, #page_link li a:active {
	color: #FF6600;
	text-decoration: none;
}
#wp_a_bg {
	height: 100px;
	text-align: center;
}


/* End Header */	
	

/* Begin Content */
#content_left {
	float: left;
	width: 620px;
	margin-right: 10px;
	font-size: 1.4em;
	line-height: 150%;
}
.post {
	margin-bottom: 15px;
}
.entry {
    margin-top: 5px;
}
.entry p {
	padding-bottom: 5px;
}
.postmetadata {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.post_meta_data {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	line-height: 150%;
	background-color: #F0F0F0;
	padding: 6px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
#content_right {
	float: right;
	width: 170px;
	font-size: 1.2em;
	margin-right: 10px;

}
#content_right ul {
	list-style-type: none;
	padding-left: 5px;
	margin-bottom: 25px;
	text-align: left;
}
#content_right ul li {
	margin-bottom: 5px;
}
/* End Content */

/* Begin Sidebar */
#sidebar h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	line-height: 180%;
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 5px;
}
#wp-calendar td, #wp-calendar th {
padding: 2px;
}
#sidebar caption {
	font-weight: bold;
	font-size: 1.1em;
	color: #990000;
}
.pagetitle {
	color: #990000;
}
/* End Sidebar */

/* 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 Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
	margin-right: 15px;
	}
/* End Various Tags & Classes*/

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	border: 1px solid #F9F49B;
	background-color: #FFFEF0;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
		font-size: 1.1em;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li ul li {
	font-size: 1em;
}

.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;

	color: #990000;
	}

.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;
	}
	
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

/* End Comments */

