body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F4F5F9;
	background:url(images/bg_repeat.gif);
	background-repeat:repeat;
}
/* = main structure */
#main-wrapper {
	width: 900px;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
}
/* = basic reused style rules */

a {
	color: #C0360E;
	text-decoration: none;
}
	a:hover {
	border-color: #3c6c92;
	color: #000000;
	text-decoration:underline;
}
img.wrap {
	float: right;
	padding-left: 20px;
}


.date {
	font-size:11px;
	color:#333;
	margin-bottom:5px;
	margin-top:-10px;
}

ul li {
   list-style:none;
   line-height:20px;
   margin:0;
   padding:0;
}

ul.text li {
   list-style:square;
   line-height:20px;
   margin:0;
   padding:0;
}


ul.fix li {
   list-style:none;
   line-height:14px;

}
/* = css3 border radius link */
#main-nav li { list-style: none; }
	#main-nav li a, 
	.radius-link a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #eee;
	border-radius: 3px;
	border: 1px solid #888;
	color: #333;
	display: block;
	font-size: 12px;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
	

#main-nav li a:hover, 
	.radius-link a:hover {
	border-color: #888;
	color: #fff;
	background-color: #000;
}
li a#current  {
	
	color: #000;
	
}
li a#currenth  {
	
	background-color:#000;
	color:#FFF;
	
}
li a#current1  {
	
	color: #000;
}

/* = text input */
.text-input { background: #fff url(images/bg-input-gradient.png) repeat-x 0 0; border-left-color: #aaa; border-top-color: #999; border: 1px solid #ccc; font-family: arial, verdana, sans-serif; font-size: 0.8em; padding: 4px; }
/* = masthead */
#leaderboard {
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	
}
#site-name {
	float: left;
	width: 245px;
	margin-bottom: 0px;
	height: 40px;
}
	#site-name h4 {
	font-size: 1.1em;
	margin-top: 0px;
}
	#site-name a img { margin-top: 1px;
	 }
	/* = plain text logo option */
#site-name a { border: 0; color: #333; }
		#site-name a:hover { color: #3c6c92; }
/* = main navigation top of page */
.nav-container {
	width: 600px;
	margin-top: -10px;
	float: left;
	margin-right: 0px;
	margin-left: -20px;
	
}
#main-nav { font-weight: bold; text-align: center; text-transform: uppercase; }
	#main-nav li {
	float: left;
	margin-left: 7px;
}
div.home fix {
	background-color: #FFF;
	background-image: url(images/content_bg_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 900px;
	margin-top: 20px;	
}
ul.leftmenu  {
	list-style:none;
	margin-left:-40px;
}

*ul.leftmenu  {
	list-style:none;
	margin-left: 0px;
}

ul.leftmenu li {
	border-bottom: 1px solid #666;
	padding-bottom:5px;
	padding-top:5px;
}

	
/* = home posts */
.left, 
.recent-leads {
	width: 607px;
}
.leftpage
 {
	width: 900px;	
}
.leftpage, 
.recent-leadspage {
	width: 900px;
	
}


.post-comments { position: absolute; right: 7px; top: -1px; z-index: 1; }
	.post-comments a { -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px; background: #fff; border: 1px solid #333; color: #555; display: block; font-size: 0.8em; padding: 7px; text-align: center; }
		.post-comments a:hover { background: #222; border-color: #000; color: #fff; }

/* = single entry style */
.home.is-single { border-top: 1px solid #333; }
.home.not-single { border:0px; }
.post.single {
    float:left;
	width:580px;
	padding-left:20px;
	line-height: 1.2em;
	padding-top: 5px;
}
	.post.single h2, 
	.post.single h2 a {
	border: 0;
	color: #000;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-top:5px;
	
}
	.post.single h2 a:hover {
	color: #999;
}
	.post.single .showhero h2 a { color: #ddd; }
	.post.single .showhero h2 a:hover { color: #fff; }
	.post.single .entry {
	
	border-top: 1px solid #333;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

}

.postmetadata {
	font-size:10px;
}

.postmetadata a {
	font-weight:normal;
}

.page.single {
    float:left;
	width:570px;
	padding-left:30px;
	padding-top: 5px;
}

.page.single .entry {
	
	border-top: 1px solid #333;
	clear: both;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;

}
div.posttext {
	margin-top:10px;
}
.entry p {
	line-height:15px;
}
.alignleft  {
   float:left;
   }
.alignright {
   float:right;
   }
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight:normal;
	}
	
	.post.single .meta { font-size: 0.8em; overflow: hidden; margin: 10px 0 20px 7px; padding: 0; }
		.post.single .meta li { list-style: none; float: left; margin: 0 5px 0 0; padding: 2px 7px; }
		.post.single .meta li.first { background: #eee; border: 1px solid #ccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; padding: 2px 7px; }
	.post.single p {
	line-height: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

	.post.single h3 {
	margin-top: 10px;
}
h3 a {
	color:#000000;
	margin-bottom:-10px;
	padding-bottom:0px;
	}
	
   img {
   border:0;
   }
	.post.single blockquote, 
	.post.single ul, 
	.post.single ol {  }
	.post.single ul li { }
	.post.single ol li { list-style: decimal; margin: 0 20px; line-height:20px; }
	.post.single blockquote { border-left: 1px solid #333; font-style: italic; margin-left: 20px; padding-left: 10px; }
	.post.single img.floatleft,
	.post.single img.alignleft { float: left; margin: 4px 10px 0 0; }
	.post.single img.floatright,
	.post.single img.alignright { float: right; margin: 4px 0 0 10px; }
	.post.single .wp-caption-text { color: #888; font-size: 0.8em; text-align: center; }
.gallery-item a img { border-color: #333 !important; }


.for-tags {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 0.8em;
	padding: 7px 10px;
}
/* = sidebar and widgets style */
.home .right {
	overflow: hidden;
	width: 270px;
}
	.home .right h3 { font-size: 1em; padding: 9px 3px 7px; }
h3.module-title, 
h3.widgetTitle { border-bottom: 1px solid #333; border-top: 1px solid #333; font-size: 1em; margin: 0 0 10px; padding: 9px 3px 7px; }
h3.module-title a, 
h3.widgetTitle a { border: 0; }
h4.module-title, 
h4.widgetTitle { border-bottom: 1px solid #333; border-top: 1px solid #333; font-size: 1em; margin: 0 0 10px; padding: 9px 3px 7px; }
.widgetContainer { margin: 0 0 20px 0; }
	.widgetContainer .textwidget { font-size: 0.8em; line-height: 1.4em; margin: 0 7px; }
ul.module-list, 
.widgetContainer ul { margin: 0 0 20px 0; }
.module-list li, 
.widgetContainer li { font-size: 0.9em; line-height: 1.4em; margin: 0 3px 7px 21px; }

#sidebar {
   margin-top:10px;
   float:right;
   width:270px;
   }
#sidebarpage {
   margin-top:70px;
   width:250px;
   margin-right:20px;
   line-height:15px;
   float:right;
  
   }

.widgetContainer #wp-calendar { border-collapse: collapse; width: 100%; }
#wp-calendar caption { font-weight: bold; margin-bottom: 7px; }
#wp-calendar thead th { border-width: 1px 0; border: 1px solid #333; padding: 4px 0 4px 3px; }
#wp-calendar td { color: #777; padding: 3px 0 7px 3px; }
	#wp-calendar td a { font-weight: bold; }
#middle-widgets { width: 970px; }
	#middle-widgets .widgetContainer { clear: top; float: left; margin: 0 11px 15px 0; width: 312px; }
.sidebar-desc {
	line-height: 1.4em;
	margin: 0 4px;
}
/* = legacy comments style support */
.legacy .commentlist li { border-top: 1px solid #ccc; margin: 0; padding: 7px 0 15px 80px; }
.legacy img.avatar { float: right; margin: 0 7px 0 0; }
.legacy cite { font-style: normal; }
.legacy .commentlist li p { margin: 1em 0; }
.legacy .commentlist li ul, 
.legacy .commentlist li ol, 
.legacy .commentlist li blockquote { margin: 1em 15px; }
.legacy .commentlist li ul li, 
.legacy .commentlist li ol li { border: 0 !important; margin: 0 15px !important; padding: 0 !important; }
.legacy .commentlist ol li { list-style: decimal; }
.legacy #respondform { margin-left: 80px; padding: 10px 0 0 0; }
.nocomments { background: #ffffcc; border: 1px solid #BEBE3C; font-size: 0.8em; font-weight: bold; padding: 10px 0; text-align: center; }
/* = style support for threaded comments */
#comments-wrapper, 
#comments-wrapper-form {}
#comments-wrapper p {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}

h3#comments { clear: both; margin: 60px 0 20px 0px; }
.commentlist { font-size: 0.9em; line-height: 1.4em; }
	.commentlist li.comment, 
	.commentlist li.pingback { border-top: 1px solid #ccc; margin: 0; padding: 7px 0 15px 0px; }
	.commentlist li.comment-author-admin { border-color: #3c6c92; }
	.commentlist li.comment ul, 
	.commentlist li.comment ol, 
	.commentlist li.comment blockquote { margin: 0 15px; }
	.commentlist li.comment blockquote { border-left: 1px solid #ccc; color: #777; font-style: italic; padding-left: 10px; }
	.commentlist ul.children { margin: 0 !important; padding: 0; }
	.commentlist .children li.comment { list-style: none; margin: 15px 0 0 0; padding: 7px 0 0 45px; }
.comment-author img.avatar { float: right; margin: 0 7px 0 0; }
.comment-author cite { font-style: normal; }
.comment-meta { font-size: 0.8em; }
#respond { clear: both; margin-left: 80px; padding: 10px 0 0 0; }
li.comment #respond { margin-left: 0; }
#respond h3 { margin: 0 0 15px 0; }
#respond .text-input { font-size: 12px; margin-right: 4px; width: 160px; }
#respond textarea.text-input, 
#respondform textarea.text-input { margin-right: 0; overflow: auto; width: 97%; }
/* = categories */
#categories {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	#categories h3 { margin-bottom: 10px; }
	#categories ul {
	color: #333;
	line-height: 1.2em;
	margin-left:-20px;
}
	#categories li {
	display: block;
	float: left;
	margin: 0 8px 0 7px;
	text-align: left;
	width: 265px;
}
		#categories li li {
	width: 268px;
}
		#categories li li li {
	width: 261px;
}
		#categories li li li li {
	width: 264px;
}
		#categories li li li li li {
	width: 167px;
}
		#categories li a { float: left; margin: 3px 0;}
/* = search */
#searchForm { margin: 0; }
#searchWrap span { -moz-border-radius: 3px; -webkit-border-radius: 3px; background: #fff; border-radius: 3px; border: 1px solid #333; display: block; padding: 2px; }
#searchWrap input { color: #777; width: 324px; }
/* = footer */
#footer {
	border-top: 1px solid #333;
	margin-top: 25px;
	width: 885px;
	color: #000000;
	padding-top: 20px;
	padding-right: 0;
	margin-bottom: 5px;
	padding-left: 15;


}
	#footer a {
}