/* @override 
	http://www.ohnoseo.com/css/styles.css
*/

@import url("reset.css");
body{
	margin: 0;
	padding: 0;
	background: url(../images/bg.gif);
	font: 100%/1.125em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
}

/* @group STRUCTURES */

#header{
	background: url(../images/bg_header.png) repeat-x;
	height: 100px;
}
#menu{
	height: 40px;
	background: url(../images/bg_menu_blue.png) repeat-x;
}
#content #menu{
	background: none;
}
#content{
	position: relative;
	line-height: 1.2em ;
}
#highlight{
	display: block;
	position: relative;
	margin: 0 auto 10px auto;
	background: url(../images/bg_highlight.png) no-repeat left bottom;
	height: 200px;
	width: 760px;
	border-top: 1px solid #999;
}
#main,
#footer div.news{
	position: relative;
	width: 350px;
	padding-left: 20px;
	float: left;
}
.request #main{
	width: 450px;
}
.blog #main{
	width: 450px;
}
.terms #main{
	width: 740px;
}

#sidebar,
#footer div.tagcloud{
	position: relative;
	width: 350px;
	padding-right: 20px;
	float: right;
}
.widget_text{
	width: 250px;
	text-align: center;
}
.blog #sidebar,
.request #sidebar{
	width: 250px;
}
.break{
	clear: both;
}
.about #footer,
.service #footer,
.contact #footer,
.request #footer{
	
}
#footer .content{
	color: #fff;
	background: url(../images/bg_footer.png) left bottom no-repeat #1a1a1a;
	padding-top: 20px;
}
.home #footer .content,
.about #footer .content,
.service #footer .content,
.request #footer .content,
.contact #footer .content{
	height: 230px;
}
.blog #footer .content{
	padding: 20px;
	background: url(../images/bg_footer.png) left bottom no-repeat #1a1a1a;
	height: auto;
	border-bottom: none;
}
.comment_form h2,
#commentform{
	background: none !important;
}
.wrap{
	position: relative;
	width: 796px;
	margin: 0 auto;
}
#content .wrap{
	background: #fff url(../images/bg_content.png) 0 1px repeat-x;
	padding-bottom: 30px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#footer .wrap{
	padding-bottom: 10px;
}

.error #content .wrap{
	padding:0;
}
.terms #content .wrap{
	padding:0;
}
.block{
	margin-bottom: 24px;
}
/* @end */
h1,
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter !important;
	line-height: 160%;
}
h1{
	color: #fff;
	font-size: 2em;
}
h2{
	font-size: 1.25em;
	color: #000;
	padding-bottom: 5px;
}

#content #main h3{
	margin-bottom: 15px;
}
#footer h2{
	color: #fff;
}
a{
	color: #5E98E1;
	text-decoration: none;
}
a:hover,
#footer .content .news a:hover{
	color: #f90 !important;
}
#footer .content .news a{
	color: #5E98E1;
	text-decoration: none;
}
p, 
ul,
ol, 
cite,
.vcard,
div.meta,
.post div.feedback{
	font-size:0.75em; /* 16px * x = 12px */
}
p{
	margin: 0 0 15px 0;
}
strong,
b{
	font-weight: 800;
}
em{
	font-style: italic;
}
#header cite{
	color: #f90;
	background: url(../images/quote.png) left 5px no-repeat;
	width: 420px;
	display: block;
	position: absolute;
	top: 0;
	padding: 10px 0 0 40px;
	right:20px;
}
#content h2{
	margin-top: 15px;
}
.copyright{
	color: #666;
	margin-left: 10px;
	font-size: .75em;
}
#footer2 .copyright{
	height: 50px;
}
#request_quote{
	position: relative;
	background: url(../images/bg_request.png) no-repeat;
	width: 321px;
	height: 107px;
	text-align: center;
	padding: 10px;
	font-size: 1.1em;
	margin-top: 25px;
}
.service #request_quote{
	margin-top: 40px;
}
#request_quote a{
	position: absolute;
	bottom: 20px;
	left: 80px;
}
.service #content ul{
	padding-left: 20px;
	list-style-type: square;
}
div.msg{
	font-size: .8em;
	color: #000;
	padding: 5px;
	background: #d6ff8e;
	border: 1px solid #7e9a50;
}
/* @group ULs AND LIs */
#menu ul li,
#footer .menu ul li{
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	text-transform: capitalize;
	font-weight: bold;
}
#menu ul {
	margin-left: 13px;
}
#menu ul li{
	margin-left: 5px;
}
 ul#top_reasons{
	padding-top: 10px !important;
	padding-right: 5px;
}
#top_reasons li{ 
	vertical-align: middle;
	clear: both;
	font-size: 1.1em;
	height: 35px;
	line-height: 14px;
}
#top_reasons li.m4{
	padding-top: 5px;
	height: 30px;
}
#top_reasons li img{
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
#top_reasons li.m4 img{
	margin-top: -5px;
}
#footer .menu {
	width: 100%;
	clear: both;
	height: 35px;
}
#footer .menu ul li{
	font-size: .875em;
	margin-left: 10px;
	line-height: 45px;
	height: 20px;
}
#footer .menu ul li:after{
	padding-left: 5px;
}
#footer .menu ul li a{
	color: #666;
}
.rss_box{
	display: none;
}
#from_blog ul li,
#footer .rss_box ul li,
#recent-posts li{
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#recent-posts ul{
	border-top: 1px solid #ddd;
	margin-top: 5px;
}
#from_blog li div.title a,
div.rss_box li a,
#recent-posts li a{
	font-weight: bold;
	font-size: 1.2em;
	
}
#subscribe2widget form{
	padding: 10px;
	background: #f6f6f6;
	font-size: .825em;
	line-height: 2.2em;
	border: 1px solid #ddd;
}
#footer .rss_box ul li{
	border-color: #666;
	font-size: .8em;
	line-height: 1.5em;

}
#from_blog a.bt_more,
#footer a.bt_more{
	position: absolute;
	right: 20px;
	font-size: .65em;
	display: none;
	background: #eee;
	border: 1px solid #ddd;
	border-top: none;
	padding: 2px 6px;
	color: #999;
	text-decoration: none;
}
#footer .news a.bt_more{
	right: 0;
	background: #333;
	border-color: #666;
}
#footer .news a.bt_more:hover,
#from_blog a.bt_more:hover{
	background: #f90;
	color: #fff !important;
}
#footer .logo{
	position: absolute;
	right: 0;
	bottom: 20px;
}
#footer2 .logo{
 	position: absolute;
 	top: 0;
 	right: 0;
}
div.rss_box ul p{
	display: none;
}
/* @end */

/* @group MICROFORMATS */

.vcard .adr{
	margin-bottom: 10px;
}
.vcard{
	margin-bottom: 10px;
}
.vcard .tel,
.vcard .fax{
	font-size: 1.175em;
}
.address a{
	
}


/* @end */
#menu ul li a{
	margin-top: -2px;
	color: #000;
	text-decoration: none;
	display: block;
	width: 72px;
	height: 38px;
	text-align: center;
	font-size: 1.1em;
	
}
#menu ul li.active a,
#menu ul li a:hover{
	background: url(../images/bt_menuActiveBlue.gif) no-repeat;
	color: #fff;
}
/* @group HIGHLIGHT */
.service div#highlight,
.about div#highlight,
.contact div#highlight,
.error div#highlight,
.terms div#highlight,
.request div#highlight{
	height: 90px !important;	
}
#highlight h1{
	position: absolute;
	width: 350px;
	top: 15px;
	left: 20px;
	line-height: 110%;
	z-index: 20;
}
.about #highlight h1,
.service #highlight h1,
.contact #highlight h1,
.error div#highlight h1,
.terms div#highlight h1,
.request div#highlight h1{
	top: 30px;
	width: 90%;
	text-align: center;
}
#highlight .txt{
	position: absolute;
	width: 330px;
	top: 20px; 
	right:20px;
	color: #fff; 
}
#highlight img{
	position: absolute;
	bottom: 0;
	left: 69px;
}
#highlight p {
	font-size: 12px;
	line-height: 16px !important;
}
#highlight .txt a{
	line-height: 1em;
	font-size:.75em;
}
/* @end */

/* @group CONTACT FORM */

form#sendEmail ol{
	
}
form#sendEmail ol li{
	clear: both;
	margin-top: 1px;

	position: relative;
}
form#sendEmail ol li label{
	display: block;
	font-size: .75em;
	
}
form#sendEmail ol li input,
form#sendEmail ol li textarea{
	font-size: 1.2em;
	width: 100%;
	border: 1px solid #999;
}
form#sendEmail ol li textarea{
	height: 100px;
}
form#sendEmail p.alert{
	margin-bottom: 10px;
	position: absolute;
	color: #eb001e;
	text-align: right;
	right: 10px;
	top: 14px;
}

/* @end */

/* @group TAG CLOUD */
#tags li{
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
/* @end */
.request #sidebar ol{
	margin-bottom: 0px;
	list-style-type: none;
	list-style-position: inside;
}
.request #main ol{
	font-size: .9em;
}
.request #main ol li{
	margin: 0;
	padding: 3px 0;
}
fieldset{
	margin:0 0 10px 0;
}
legend{
	text-transform: uppercase;
	color: #999;
	padding: 0;
}
.tip{
	margin-top: 5px;
	color: #999;
	font: italic .75em Georgia, "Times New Roman", Times, serif;
}
.blog #sidebar{
	font-size: 1.2em;
	margin-top: 20px;
}

/* @group BLOG */



/* @end */
.blog h2{
	padding:10px 0 0 0;
	font-size: 1.5em;
	line-height: 1.3em;
}
div.aligncenter{
	width: 100% !important;
	text-align: center;
	background: #f0f0f0;
	padding: 10px 0 0 0;
	border: 1px solid #e0e0e0;
	margin: 15px 0;
}
.wp-caption-text{
	color: #666;
	font-size: .675em;
	margin: 5px ;
}
.post .date{
	font-size: .725em;
	color: #666;
	display: block;
	margin-top: 10px;
}
div.PSR_container{
	float: left;
	margin-right: 10px;
}
.blog ol#commentlist{
	font-size: 1em;
}
span.PSR_tvote{
	display: none;
}
span.PSR_tvotes,
span.PSR_votes{
	color: #ccc;
	font-size: 10px;
}
div.storycontent{
	margin-top: 10px;
}
div.storycontent blockquote{
	background: url(../images/blockquote.gif) no-repeat 30px 10px;
	padding: 10px 0 10px 80px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5E98E1;
	font-style: italic;	
}
li.comments{
	margin: 20px 0;
	clear: both;
	border-top: 1px solid #000;
}
li.comments .text{
	width: 580px;
	float: right;
	padding: 10px;
	border: 1px solid #555;
	color: #fff;
}
div.person{
	border-top: 1px solid #555;
	padding: 10px 10px 0 10px;
}
div.author{
	font-size: .875em;
	line-height: .9em;
}
div.date{
	color: #999;
	font-size: .70em;
}
textarea#comment{
	margin-left: 55px;
	font-size: 1.1em;
	width: 350px;
}
#comment_block{
	clear: both;
}
#commentform{
	background: #eee;
	padding: 5px 20px 5px 20px;
}
#commentform p{
	margin: 0 0 10px;
}
#commentform input{
	font-size: 1.1em;
	padding: 2px;
}
#commentform small{
	padding-left: 10px;
}
h2#postcomment{
	padding:20px 0 0 75px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	text-transform: uppercase;
	color: #666;
}
#commentform label{
	display: block;
	float: left;
	width: 55px;
	text-transform: uppercase;
	color: #666;
	
}
input#submit{
	margin-left: 55px;
}
li.widget_archives{
	padding-bottom: 10px;
}
li.widget_text{
	padding: 15px 0 15px 0;
}
.storycontent .wp-caption img{
	
}
#searchform{
	padding: 0;
	margin: 10px 0;
	clear: both !important;
	position: relative;
	height: 20px;
}
#searchform div label{
	display: none;
}
#searchform input#s{
	width: 160px;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	float: left;
	position: relative !important;
	left: 0 !important;
	top: 0 !important;
	padding: 0 !important;
	border-style: inset;
	background: #fff;
}
#searchform div input{
	position: absolute;
	top: 0px;
	left: 170px;
	height: 22px;
	background: #f0f0f0;
	border: 1px outset #ccc;
	padding: 2px 5px;
	
}
.feedback{
	margin-top: 10px;
}
.zoomclouds img{
	display: none;
}
