/*
Theme Name: CleanSuite
Description: This is a custom Wordpress theme by <a href="http://www.xhtml4u.com">XHTML4U.com</a>.
Version: 1.0
Author: XHTML4U.com
Author URI: http://www.xhtml4u.com/
Tags: blue, custom header, fixed width, two columns, widgets

  ---------------------------
  StyleSheet Index
  $1 - Global Styles
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/

/* *************************** 
   $1 GLOBAL Styles
   ***************************/
* { 
	margin: 0;
	padding: 0;
  }
a{
	color:#000000;
	text-decoration: underline;
	}
a:hover {
	color:#00713d;
	text-decoration: underline;
	}
fieldset {
	border:none;
   }
li {
	list-style:none;
   }
.clear {
	clear: both;
   }
img {
	border: none;
	}
.center {
	text-align: center;
	}
.hidden {
	display: none;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left
	}

/* *************************** 
   $2 Website Structure Styles
   ***************************/
body {
	text-align:center;
	background:url(images/bg_body.png) top repeat-x;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}

#page {
	width:1024px;
	margin:0 auto;
	text-align:left;
	font-size:14px;
	color:#000;
	overflow:hidden;
	padding:13px 0 7px 0;
	color:#000;
	}
#banner{
	width:979px;
	height:285px;
	margin:0 auto;
	position:relative;
	padding:0 0 19px 0;
	overflow:hidden;
	}
#banner h2 {
	position:absolute;
	top:20px;
	right:23px;
	color:#00703c;
	text-align:right;
	font-size:38px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:38px;
	text-transform:uppercase;
}
/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:1024px;
	margin:0 auto;
	position:relative;
	z-index:999999;
	height:133px;
	background:url(images/bg_header.png) right top no-repeat;
	}
#header h1 {
	position:absolute;
	left:35px;
	top:5px;
	}
#header h1 a{
	display:block;
	background:url(images/bg_logo.png) no-repeat;
	width:211px;
	height:88px;
	text-indent:-9999px;
	outline-style:none;
	}

/* *************************** 
   $4 Content Styles
   ***************************/
   
 
#content {
	float:left;
	}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}
.entry ol li {
	margin: 0;
	padding: 0;
	}
.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
/*narrowcolumn style begin*/
.home #narrowcolumn_inner{
	background:url(images/bg_homecontent.png) left top no-repeat;
	}
.narrowcolumn {
	width:668px;
	background:url(images/bg_content.png) left repeat-y;
	margin-left:18px;
	display:inline;
	}
#narrowcolumn_inner{
	padding:12px 0 0 0;
	background:url(images/bg_content_top.png) left top no-repeat;
	}
#narrowcolumn_content{
	width:624px;
	padding:7px 25px 18px 19px;
	background:url(images/bg_content_bot.png) left bottom no-repeat;
	}
.narrowcolumn h1{
	color:#00713d;
	font-size:34px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0 0 10px 0;
	}
.home .post h2{
		display:none;
		}
#content  h2{
	font-size:24px;
	padding-bottom:15px;
	color:#00713d;
	}
#content  p{
	line-height:19px;
	padding-bottom:17px;
	}
.narrowcolumn .postmetadata {
	}
.narrowcolumn .entry {
	padding:5px 0 0 0;
	}
.narrowcolumn  #commentform textarea{
	width:558px;
	}
/*narrowcolumn style end*/
p img {
	max-width: 100%;
	}
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;
	}
.post {
	text-align: justify;
	padding:10px 0 0 0;
	}
hr {
	display: none;
	}
.post hr {
	display: block;
	}
.postmetadata {
	clear: both;
	color: #777;
    }
.postmetadata ul, .postmetadata li {
	display: inline;
	}
.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;
	}
cite {
	text-decoration: none;
	}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	margin: 10px 5px 10px 0;
	}
.commentmetadata {
	font-weight: normal;
	margin: 0;
	display: block;
	}
.commentlist {
	padding: 0;
	text-align: justify;
	}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
   }
.children { padding: 0; }
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	color: #777;
	}
code {
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	}
span.caps{
	cursor: help;
	font-size: 0.9em;
	letter-spacing: .07em;
	color: #777;
	}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #777;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
    }
.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;
    }
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
    }

/* *************************** 
   $5 Sidebar Styles
   ***************************/

#sidebar{
	float:right;
	width:314px;
	margin-top:-5px;
	overflow:hidden;
	}
.menu{
	width:314px;
	}
.link_request{
	background:url(images/bg_request.jpg) no-repeat;
	width:314px;
	height:166px;
	display:block;
	text-indent:-9999px;
	outline-style:none;
	margin-bottom:3px;
	}
.link_clean{
	float:left;
	text-indent:-9999px;
	outline-style:none;
	background:url(images/bg_clean.jpg) no-repeat;
	width:149px;
	height:158px;
	}
.link_news{
	float:left;
	text-indent:-9999px;
	outline-style:none;
	background:url(images/bg_news.jpg) no-repeat;
	width:152px;
	height:158px;
	}
#sidebar form {
	margin: 0;
	}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	text-decoration: none;
	}
/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
#wp-calendar a {
	display: block;
	text-decoration: none;
	}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
	}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 9pt;
	}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Calendar */		
.thread-alt {
	background-color: #f8f8f8;
    }
.thread-even {
  	background-color: white;
    }
.depth-1 {
    border: 1px solid #ddd;
    }
.alt {
	margin: 0;
	padding: 10px;
	border-left: 1px solid #ddd;
	}
.even{
	border-left: 1px solid #ddd;
   }
/* *************************** 
   $6 Footer Styles
   ***************************/

#footer {
	width:100%;
	background:#00703c;
	clear:both;
	}
#footer_inner{
	width:1024px;
	height:29px;
	margin:0 auto;
	}
#footer_inner p{
	float:left;
	padding:4px 0 0 15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:14px;
	width:1009px;
	text-align:left;
	}
#footer_inner p span{
	float:right;
	}
#footer_inner p  img{
	vertical-align:middle;
	margin:0 6px;
	}


