/*
Theme Name:Clean Home
Theme URI:http://midmodesign.com/news/general/our-special-wordpress-theme/
Description:This WordPress theme is one with a minimal, clean looking design and has full CSS widgetization. Special thanks to <a href="http://bryanhelmig.com/">Bryan Helmig</a> of <a href="http://midmodesign.com/">Mid Mo Web Design</a>.
Version:1.1.5
Author:Mid Mo Web Design
Author URI:http://midmodesign.com/
Tags:minimal, simple, clean, white, fixed width, two columns, right sidebar, widget ready

	"Clean Home" by http://midmodesign.com/

	This theme was designed and built by Bryan Helmig
	of Mid Mo Design: http://midmodesign.com/.

	The CSS, XHTML and design is released under the GPL.

*/
* {
	margin:0;
	padding:0;

	
}
body {
/*font-family:Verdana, Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;*/
margin: 0px;
padding: 0px;
/*background-color:Red;*/
background-image:url(images/whole-bg.gif);
}

a {
/*border-bottom:1px dotted #000;*/
text-decoration:none;
color:#a40826;
font-weight:590;
}
a:hover {
color:#e12000;
/*border-bottom:1px dashed #e12000;*/
}
hr{
margin-top:15px;
border:0;
border-top:1px dotted #ccc;
width:668px;
color:#ccc;
clear:both;
}
#wrapper {
width:950px;
margin:0px auto;
background-color:#e6e6e6;
border-left-width:10px;
border-left-color:white;
border-left-style:solid;
border-right-width:10px;
border-right-color:white;
border-right-style:solid;
}
/*header start*/
/*#header {
	backgroud:#FFFFFF url(images/top-bg.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #FFFFFF;
}*/
#header {
	background:url(images/top-bg.gif) repeat-x scroll 0 0;
width:100%;

	}

#header .inner {
	height:107px !important;
	height:107px;

	/*background:url(images/top-bg.gif) no-repeat; */
	/*backgroud:#FFFFFF url(images/top-bg.gif) repeat-x scroll 0 0;
	border-bottom:1px solid #FFFFFF;*/
}

#header .content {
	width:950px;
    height:107px;
	margin:0 auto;
	text-align:left;
    background:url(images/top-header.jpg) no-repeat;   
		/*border-bottom:1px solid #FFFFFF ;*/
/*	background:url(images/top-bg.gif) no-repeat;   */
	}
#header h1 {
	float:left;
	font-weight:normal;
	font-style:Verdana;
	padding:1px 0 0 10px !important;
	padding:2px 0 2px 10px;
	margin-top:9px;
	
}
#header #title {
	float:left;
	text-transform:uppercase;
	letter-spacing:-1px;
	font-family:"BitStream vera Sans",Arial,Helvetica,sans-serif;
}
#header #tagline {
	float:left;
	font-size:10px;
	margin-left:10px;
	vertical-align:bottom;
	color:#999;
}
#header #searchbox, 
#header #nav {
	float:right;
	margin-top:11px !important;
	margin-top:10px;
}
#notice {
	margin:0 -5px 10px;
}
#notice .inner {
	padding:5px 7px;
}
#notice .icon {
	float:left;
	margin-right:5px;
	margin-bottom:0;
}
#notice .content {
	float:left;
}
#notice .content .separator {
	padding-right:10px;
}
#nav img {
	border:none;
}
#navlist {
	margin-right:10px;
}
#navlist li {
	list-style:none;
	float:left;
	margin-top:1px !important;
	margin-top:3px;
	
}
#navlist li a {
	display:block;
	padding:3px 5px 5px;
	border-style:solid;
	border-width:0 1px 0 0;
	
}
#navlist li.current_page_item a {
	font-weight:bold;
}
#navlist li a#feed {
	border-width:0;
	margin-left:10px;
	padding:1px 0;
}
#navlist li a#feed img {
	background-position:0 0;
	width:18px;
	height:18px;
}
#navlist li a#feed:hover img {
	background-position:0 -18px !important;
}
#search_textfield {
	width:247px;
	padding-right:20px;
}
/* header end */
/*#header {
float:left;
width:950px;
height:107px;
}*/
/*border-bottom:1px dotted #ccc;*/
/*margin:0 auto;
text-align:left;
/*background:#F4F5F7 url(images/top-header-red.gif) no-repeat;*/
/*background: url(images/top-header.jpg) no-repeat;
}
#logo {
float:left;
width:auto;
padding:18px 0 34px 0;
}*/
/*#logo a {
color:#a40826;
font-size:60px;
font-weight:600;
text-decoration:none;
border-bottom:none;
letter-spacing:-4px;
background-color:#fff;
}
#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}*/
/*#nav {
float:right;
width:auto;
padding:12px 0 0;
}
#nav ul {
height:50px;
float:right;
}
#nav li {
text-align:center;
float:left;
display:inline;
width:auto;
}
#nav li a {
font-size:20px;
font-weight:400;
display:block;
padding:15px;
border-bottom:none;
}
#nav li a:hover {
background-color:#f7f7f7;
}*/
#blurb {
font-family:Verdana, Georgia;
height:auto;
border-bottom:1px dotted #ccc;
width:100%;
float:left;
padding:35px 0;
font-size:32px;
font-weight:400;
line-height:120%;
}
#blurb:hover {
color:#e12000;
}
/*page start*/
#container_body {
	position:relative;
	margin:15px auto;
	text-align:left;
	width:920px;
	}
#main {
	float:left;
	padding:10px 14px 0;
	background-color: #f7ffed;
	border: 0px solid #a4cb72;
	font-family: "Verdana", Arial;
	font-size: 12px;
	color: #333333;
}
#container_bottom {
	font-size:10px;
	background-color: #f7ffed;
}
.post img {
	max-width:600px;
}
.sided {
	padding:2px;
	margin-bottom:5px;
}
.part {
	margin-bottom:10px;
}
.sidedate {
	float:right;
	font-size:10px;
}
.post .content ul li, 
.post .content ol li {
	list-style-position:inside;
	padding-left:20px;
	}
.post .content ul, 
.post .content ol {
	padding-bottom:10px;
}
.post {
	margin-bottom:10px;
}
.post .title h2 {
	font-size:14px;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	margin:0pt;
	padding:0px;
}
.post .content {
	line-height:145%;
	overflow:hidden;
}
.post .content p {
	margin:0 0 10px 0;
}
.post .comments {
	padding:3px 0 3px 22px;
	margin:10px 0 0;
	font-size:10px;
}
.post .comments_single {
	margin:10px 0;
}
#postnav {
	margin-top:20px;
}
.post .info {
	/*color:#999;
	font-size:10px;
	margin-bottom:8px;
	margin-top:0pt;
	padding-top:3px;*/
	
	font-family: "Verdana", Arial;
	font-size: 11px;
	color: #75965C;
}
.post .info .edit, 
.post .info .editlinks {
	float:right;
}
#container_bottom .postnav {
	float:left;
	padding:9px 10px !important;
	padding:9px 10px 0;
	width:629px;
}
#container_bottom .postnav span.right {
	margin-right:10px;
}
#container_bottom .anchor {
	float:right;
	text-align:right;
	width:251px;
	padding:11px 10px 10px;
	margin-bottom:-1px;
}
#container_bottom .anchor span {
	padding:4px 0 4px 20px;
}

/*page end*/
/*#container_body {
	position:relative;
	margin:15px auto;
	text-align:left;
	width:920px;
}*/
#content {
/*width:670px;
float:left;
border-right:1px dotted #ccc;
padding:0 0 30px 0;
min-height:420px;*/
	float:left;
	padding:10px 14px 0;
	background-color: #f7ffed;
	border: 0px solid #a4cb72;
	font-family: "Verdana", Arial;
	font-size: 12px;
	color: #333333;
/*background-color:Red;*/
}
/*.post {
/*padding:0 30px 0 0;*/
/*margin-bottom:20px;
/*background-color:Red;*/
/*}*/
/*.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}*/
/*.post h2 {
font-family:Verdana, Georgia;
font-size:24px;
margin:25px 0 10px 0;
font-weight:normal;
}*/
/*.post h1, .post h1 a{
font-family:Verdana, Georgia;
font-size:18px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Verdana, Georgia;
font-size:20px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}*/
/*.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
}
.post .alignleft {
float:left;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:Verdana, courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}*/
/*Comment Start*/
.box {
	margin-bottom:10px;
}
.box .content {
	padding:8px 10px;
}
.box h3 {
	font-size:14px;
	margin-bottom:2px;
}
.boxcaption {
	padding:5px 10px;
	margin-bottom:10px;
}
small, 
.small {
	font-size:10px;
}
.alignleft{
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright{
	text-align:right;
	float:right;
	margin-left:10px;
}
.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
/*#comments h3, #comments h4{
font-family:Verdana, Georgia;
font-size:18px;
margin:35px 0 5px;
font-weight:normal;
color:#111111;
}
#comments h4{
font-size:20px;

}
#comments cite{
font-family:Verdana, Georgia;
font-size:14px;
font-weight:normal;
border-bottom:1px dotted #ccc;
background-color:#eee;
}
#comments em {
font-style:italic;
text-align:right;

}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
width:97%

}
#comments p {
margin:10px 0 0 10px;
width:auto;
/*background-color:#eee;*/
/*}*/
/*#comments span {
display:block;
color:#eee;
font-family:Verdana, Georgia;
font-size:90px;
font-weight:normal;
float:right;
padding-top:25px;*/
/*background-color:White;*/
/*}
#comments ul.formlist {
margin:20px auto;
width:375px;
background-color:White;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;

}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Verdana, Georgia;
width:370px;
font-size:14px;
font-weight:normal;
color:#a40826;
border:1px solid #a40826;

}
#comments textarea {
font-family:Verdana, Georgia;
width:370px;
font-size:14px;
font-weight:normal;
color:#a40826;
border:1px solid #a40826;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #a40826;
color:#a40826;
font-family:Verdana, Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
color:#a40826;
}*/
#commentlist {
	margin-bottom:15px;
}
#commentlist ol {
	margin:0;
	padding-left:0;
	
}
#commentlist li.comment {
	list-style:none;
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
}
#commentlist .comment p {
	margin-bottom:8px;
}
#commentlist .comment blockquote {
	margin:0 0 8px;
}
.userinfo {
	padding:5px 10px 6px;
}
.userinfo .date {
	font-size:10px;
	position:relative;
}
.userinfo .userpic {
	padding:1px;
	float:left;
	margin-right:10px;
	position:relative;
}
.userinfo .usertext {
	float:left;
	position:relative;
}
.userinfo .count {
	float:right;
	text-align:right;
	font-size:10px;
	position:relative;
}
#commentlist .comment .username {
	font-weight:bold;
}
#commentlist .comment .comment_text {
	padding:8px 10px 0;
	line-height:145%;
}
#trackbacks {
	margin-bottom:8px;
}
ol#trackbacks {
	padding-bottom:8px;
}
#trackbacks li {
	border:0;
	list-style-position:inside;
}
textarea#comment {
	width:611px !important;
	width:610px;
}
#commentlist .children {
	margin:0 0 0 20px !important;
	margin:0 10px;
}
#commentlist .children textarea#comment {
	width:591px !important;
	width:586px;
}
#commentlist .children .children textarea#comment {
	width:571px !important;
	width:562px;
}
#commentlist .children .children .children textarea#comment {
	width:551px !important;
	width:538px;
}
#commentlist .children .children .children .children textarea#comment {
	width:531px !important;
	width:514px;
}
#commentlist .children .children .children .children .children textarea#comment {

	width:511px !important;
	width:490px;
}
#commentlist .children .children .children .children .children .children textarea#comment {
	width:491px !important;
	width:466px;
}
#commentlist .children .children .children .children .children .children .children textarea#comment {
	width:471px !important;
	width:442px;
}
#commentlist .children .children .children .children .children .children .children .children textarea#comment {
	width:451px !important;
	width:418px;
}
*+html #commentlist .children {
	margin:0 10px !important;
}
*+html #commentlist .children textarea#comment {
	width:587px !important;
}
*+html #commentlist .children .children textarea#comment {
	width:563px !important;
}
*+html #commentlist .children .children .children textarea#comment {
	width:539px !important;
}
*+html #commentlist .children .children .children .children textarea#comment {
	width:515px !important;
}
*+html #commentlist .children .children .children .children .children textarea#comment {
	width:491px !important;
}
*+html #commentlist .children .children .children .children .children .children textarea#comment {
	width:467px !important;
}
*+html #commentlist .children .children .children .children .children .children .children textarea#comment {
	width:443px !important;
}
*+html #commentlist .children .children .children .children .children .children .children .children textarea#comment {
	width:419px !important;
}
#submitbox {
	margin:8px 0;
	font-size:10px;
	text-align:right;
}
#comments_rss {
	padding:2px 0 2px 22px !important;
	padding:2px 0 16px 22px;
	float:left;
	position:relative;
}
#submitbox .act {
	float:right;
}
#emoticon {
	margin-right:10px;
	float:right;
}
#respond .row {
	margin:0 3px 5px 0;
	text-align:left;
	font-size:10px;
}
#commentnavi {
	font-size:10px;
	margin-bottom:15px;
}
#commentnavi a.page-numbers {
	padding:0 3px;
}
#commentnavi span.pages {
	padding:0 3px 0 0;
}
#commentnavi span.current {
	padding:0 3px;
	font-weight:bolder;
}
/*Comment End*/

/*Sidebar start*/ 
#sidebar {
width:270px;
float:right;
height:100%;
/*margin:0 0 25px 0;*/
}
#sidebar-body ul {
	padding:0 5px;
	background-color: #f7ffed;
	border: 0px solid #a4cb72;
	font-family: "Verdana", Arial;
	font-size: 12px;
	color: #333333;
	}
#sidebar-body li {
	list-style:none;
}
#sidebar-body div {
	margin:5px;
}
#sidebar-body ul div {
	margin:0;
}

#sidebar h3 {
/*padding:15px 0 3px 0;
font-size:14px;
color:#a40826;
padding:3px 5px 4px;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	text-decoration:none;*/
	padding:3px 5px 4px;
	font-weight:bold;
	font-size:11px;
	margin-top:5px;
	text-decoration:none;
}
#sidebar .widget {
	margin:0;
	padding:0;
	
}
.widget ul li {
	line-height:18px;
	padding:3px 0;
}
.widget ul li span.right {
	font-size:10px;
}
.widget .box {
	padding:5px;
	}
.widget ul li ul {
	padding-bottom:0;
	padding-right:0;
}
.widget ul li ul li {
	padding:3px 5px 0;
	border-bottom:none;
	line-height:18px;
	margin-top:3px;
	margin-right:-5px;
}
#sidebar .block ul {
border-bottom:1px dotted #a4cb72;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px dotted #a4cb72;
}
#sidebar .block li a {
background:transparent url(images/bullet.gif) no-repeat scroll 2px 52%;
font-size:13px;
font-weight:normal;
/*padding:2px 0 2px 15px;*/
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
}
/*#sidebar .block li a:hover {
background:#f7f7f7 url(images/bullet.gif) no-repeat scroll 2px 52%;
}*/
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px dotted #a4cb72;
margin:0 0 5px;
color:#a40826;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px dotted #a4cb72;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #a4cb72;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px dotted #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px dotted #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
}
/*sidebar end*/
/* Footer Start*/
#footer {

font-size:10px;
width:1002px;
float:left;
text-align:center;
/*border-top:1px dotted #333333;*/

/*padding:15px 0 40px 0;*/
/*font-size:10px;*/
/*background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;*/
	
}
#footer a{
color:#4C7C08;
font-family:"Verdana",Arial;
font-size:12px;
text-decoration:none

}

#footer .inner {
	padding-top:1px;
	margin:0;
	height:49px;
	/*font-size:10px;*/
	border-top:1px solid #FFFFFF;
	/*background:#F7F7F7 url(bottom-bg.gif) repeat-x scroll 0 0;*/
}
#footer .content {
	/*margin:8px auto 0;
	/*width:900px;
	background-image: url(bottom-bg.gif);
	background-repeat: repeat-x;
	height: 49px;
	font-family: "Verdana", Arial;
	font-size: 12px;
	color: #333333;*/
	/*margin:8px auto ;
	width:1002px;
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;*/
	/*background-color:#f7ffed;*/
	/*height: 49px;
	font-family: Verdana, Arial;
	font-size: 12px;*/
	/*color: #333333;*/
	color:#333333;
	font-family:"Verdana",Arial;
	font-size:12px;
}
#footer_gs {
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 38px;
	/*color: #FFFFFF;*/
	/*background-color: #f7ffed;*/
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	width:1002px;
	text-align: left;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: both;
}
#footerblack_gs {
	font-family: Verdana, Arial ;
	font-size: 10px;
	line-height: 38px;
	/*color: #FFFFFF;*/
	background-image: url(images/bottom-bg.gif);
	background-repeat: repeat-x;
	/*background-color: #f7ffed;*/
	text-align: center;
	display: block;
	width: 270px;
	margin: 0px;
	float: left;
}
a.footerlink:link {
	font-family: Verdana, Arial;
	font-size: 12px;
	/*color: #FFFFFF;*/
	text-decoration: none;
}
a.footerlink:visited {
	font-family: Verdana, Arial;
	font-size: 12px;
	/*color: #FFFFFF;*/
	text-decoration: none;
}
a.footerlink:hover {
	font-family: Verdana, Arial;
	font-size: 12px;
	/*color: #FFFFFF;*/
	text-decoration: underline;
}
a.footerlink_1:link {
	font-family: "Verdana", Arial;
	font-size: 12px;
	font-weight:bold;
	color: #A4CB72;
	text-align:center;
	text-decoration: none;
	font-weight:400;
}
a.footerlink_1:visited {
	font-family: "Verdana", Arial;
	font-size: 12px;
	color: #a4cb72;
	text-decoration: none;
}
a.footerlink_1:hover {
	font-family: "Verdana", Arial;
	font-size: 12px;
	color: #a4cb72;
	text-decoration: underline;
}
#footer #about {
	float:left;
}
#footer ul#admin {
	float:right;
	display:block;
	list-style-position:outside;
	list-style-type:none;
}
#footer ul#admin li {
	display:block;
	float:left;
	margin-left:12px;
}
#bottom-bg {
	/*background-image: url(../images/bottom-bg.gif);
	background-repeat: no-repeat;*/
	background-position: center;
	width: 950px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	clear: both;
}
