/*  
Theme Name: autorepairs02.2
Theme URI: http://www.webdesignlessons.com/
Description: Custom theme by http://www.webdesignlessons.com/
Version: 1.0
Author: WebDesignLessons.com
Author URI: http://www.webdesignlessons.com/

*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	margin:0;
	padding:0;
	color:#000000;
	background:#000E2B url(images/bgr_main.png) repeat-x;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	letter-spacing:-1px;	
}

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}

ul{
        margin-left:25px;
}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

a img{
	border:0;
}

.clear{
	clear:both;
}


#page{
	width:960px;
	margin:0 auto;
	padding:32px 0 44px 0;
}

/* HEADER */

#header{
	width:100%;
	height:119px;
	overflow:hidden;
	background:url(images/bgr_header.png) no-repeat;
}

#contact_info {
	line-height: 1.1em;
	font-weight: bolder;
	color: #006;
	width: 400px;
	float: right;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
}

#contact_info h3 {
font-size: large;
}

#header #logo{
	float:left;
	width:400px;
	height: 100px;
	margin-left: 25px;
	margin-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#header #logo a{
	display:block;
	cursor:pointer;
	text-indent:-9999em;
	background:url(images/logo.png) no-repeat;
	width:400px;
	height:100px;
}

#header #logo .description{
	color:#afafaf;
	font-size:13px;
	letter-spacing:1px;
	position:relative;
	top:-5px;
}

#header #s{

	float:left;
	width:194px;
	padding:5px;
	border:0;
	background:none;
	margin:0 11px 0 0;
	color:#b1b1b1;
	font-size:13px;
}

#header #searchsubmit{
	float:left;
	padding:0;
	margin:5px 0 0 0;
}

/* mainmenu */

#mainmenu{
	width:100%;
	height:59px;
	background:url(images/bgr_mainmenu.png) no-repeat;
}

#mainmenu ul{
	margin: 0;
	float:left;
	list-style-type: none;
	z-index:1000;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;
}

/*Top level list items*/

#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#fff;
	font-size:16px;
	text-transform:capitalize;
	font-weight:bold;
	padding:0 0 0 34px;
}

#mainmenu ul li.first{
	padding:0;
	background:none;
}

/*Top level menu link items style*/

#mainmenu ul li a{
	display:block;
	color:#fff;
	z-index:1000;
}

* html #mainmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	display: inline-block;
	float:left;
}

* html #mainmenu ul li ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
	float:none;
}

#mainmenu ul li a:link, #mainmenucat ul li a:visited{

}

#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	text-decoration:underline;
	color:#ffff;
}

/*1st sub level menu*/

#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 35px;
	padding:0;
	background:#79cac4;
}

/*Sub level menu list items (undo style from Top level List Items)*/

#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */

#mainmenu ul li ul li ul{

	top: 0;

	margin:0 0 0 1px;

	background:#79cac4;

}

/* Sub level menu links style */

#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{

	width: 160px; /*width of sub menus*/

	height:auto;

	padding: 7px 5px 7px 10px;

	margin: 0;

	border-bottom: 1px solid #60b9b2;

	background:#79cac4;

	border-top-width: 0;

	text-align:left;

	text-decoration:none;

	color:#fff;

	font-size:13px;

	text-transform:capitalize;

}

#mainmenu ul li ul li a:hover, #mainmenu ul li ul li.select a{ /*sub menus hover style*/

	color:#fff;

	background:#70bbb5;

}

/* Sub level menu links style */

#mainmenu ul li ul li ul li a, #mainmenu ul li.current_page_item ul ul a, #mainmenu ul li.select ul ul a{

	border-bottom: 1px solid #60b9b2;

	background:#79cac4;

}

#mainmenu ul li ul li ul li a:hover{ /*sub menus hover style*/

	color:#fff;

	background:#70bbb5;

}

/* ######### CSS classes applied to down and right arrow images  ######### */

/*board*/

#board{

	width:100%;

	height:272px;

	overflow:hidden;

	background:url(images/bgr_board.png) no-repeat;

}

#sub_board {
	width:100%;

	height:272px;

	overflow:hidden;

	background:url(images/bgr_sub_board.png) no-repeat;
}

#board_cost{
	float:left;
	width:250px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;	

}

#board_cost h2{

	font-size:23px;

	line-height:0.9em;

	letter-spacing:-1px;

	margin:0 0 10px 0;

}

#board_cost select{

	width:220px;

	font-size:13px;

	color:#000;

}

#board_cost p{
	font-size:13px;
	line-height:1.5em;
	color:#444444;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#board_cost .get{

	text-align:center;

}

#board_welcome{

	float:left;

	padding:22px 0 0 43px;

	width:294px;

}

#board_welcome h2{

	font-size:27px;

	font-weight:normal;

	letter-spacing:-1px;
        color: #CCC

}

#board_welcome h3{

	font-weight:normal;

	letter-spacing:-1px;
        color: #CCC

}

#board_welcome p{

	font-size:13px;

	line-height:1.6em;

	color:#444444;

	padding:10px 0 0 0;

}

#board_welcome .welcome{

	height:125px;

	overflow:hidden;

}

#board_welcome h3{

	font-size:21px;

	font-weight:normal;

	letter-spacing:-1px;

	word-spacing:-1px;

	margin:0 0 0 72px;

}

#offers{
	width:940px;
	height:160px;
	overflow:hidden;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	background-image: url(images/bgr_offers.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFF;
}

#offers p {
	color: #FFFFFF;
	font-size: 1em;
	font-weight: bold;
}

.offers_1 {
	float: left;
	width: 290px;
	height: 150px;
	background-image: url(images/offers_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 66px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.offers_2 {
	float: left;
	width: 290px;
	padding-top: 66px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 150px;
	background-image: url(images/offers_2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.offers_3 {
	float: left;
	width: 290px;
	padding-top: 66px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 150px;
	background-image: url(images/offers_3.png);
	background-repeat: no-repeat;
	background-position: left top;
}



/* BODY */



#body{
	width:100%;
	background:url(images/bgr_body.png) repeat-y;
	overflow:hidden;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0;
}

#content{
	width:590px;
	float:right;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 0;
}

#content h1 {
	line-height: 1.2em;
}

#content h2,
#content h3,
#content h4 {
	line-height: 1.75em;
}

#content p {
	line-height: 1.75em;
	font-size: 1.1em;
}

.home #content{

	width:610px;

	padding:10px 42px 0 0;

}

.home #content h1,
.home #content h2,
.home #content h3, {
	font-size: 100%;
	color: #333;
}


.home #content p {
	font-size: 1.1;
	color: #333;	
}

#sidebar{

	width:255px;

	float:left;

	padding:0 0 0 24px;

}

.quote {
	margin: 15px;
	float: right;
	height: 150px;
	width: 250px;
}

/* post */

.post{

	width:100%;

	margin:0 0 40px 0;

	border-bottom:1px solid #c4c4c4;

}

.single .post{

	border-bottom:0;

}

.post .post_top{

	padding:0 0 10px 0;

	border-bottom:1px solid #c4c4c4;

}



.post .post_title{

	width:100%;

	overflow:hidden;

}

.post_title h2{

	font-size:27px;

	color:#000;

	font-weight:normal;

	font-style:italic;

	float:left;

	width:506px;

	padding:5px 0 0 0;

}

.post_title h2 a{

	color:#000;

}

.post .post_comm{

	float:right;

	width:63px;

	height:51px;

	text-align:center;

	background:url(images/bgr_post_comm.png) no-repeat;

}

.post .post_comm span{

	display:block;

	color:#fff;

	font-size:25px;

	font-family:Georgia, "Times New Roman", Times, serif;

	padding:4px 0 0 0;

}

.post .post_comm span a{

	color:#fff;

}

.post .post_top p{

	line-height:1.5em;

	color:#898989;

	font-size:12px;

}

.post .post_top p span, .post .post_top p a{

	color:#f26521;

}

.post .post_top p a{

	text-decoration:underline;

}

.post .post_top p a:hover{

	text-decoration:none;

}

.post .post_top p strong, .post .post_top p strong a{

	color:#659f86;

}

.entry{

	line-height:20px;

	font-size:13px;

	width:100%;

	overflow:hidden;

	padding:8px 0 10px 0;

}

.entry img{

margin: 5px;


}

.entry p{

	padding-bottom:15px;

}

.entry strong{

	color:#000;

}

.entry p a{

	font-weight:bold;

	text-decoration:underline;

	color:#0071bc;

}

.entry p a:hover{

	text-decoration:none;

}


.entry p a.more-link{

	text-decoration:underline;

	font-weight:bold;

	color:#0071bc;

	background:url(images/ico_more.gif) no-repeat left 5px;

	padding:0 0 0 18px;

	margin:10px 0 0 0;

	float:right;

}

.entry p a.more-link:hover{

	text-decoration:none;

}

.post-page{

}

h2.page_title{

	font-size:31px;

	color:#000;

	border-bottom:1px solid #cecece;

	padding:0 0 10px 0;

	font-style:italic;

	font-weight:normal;

}



.post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{

	color:#000;

	display:block;

	font-weight:normal;

}

.post-page .entry h1{

	font-size:26px;

	padding:0 0 14px 0;

}



.post-page .entry h2{

	font-size:24px;

	padding:0 0 14px 0;

}



.post-page .entry h3{

	font-size:22px;

	padding:0 0 12px 0;

}



.post-page .entry h4{

	font-size:20px;

	padding:0 0 10px 0;

}



.post-page .entry h5{

	font-size:18px;

	padding:0 0 8px 0;

}



.post-page .entry h6{

	font-size:16px;

	padding:0 0 6px 0;

}

/*home_wellcome*/

#home_wellcome{

	width:100%;

	overflow:hidden;

	margin:0 0 20px 0;

}

#home_wellcome h2{

	font-size:25px;

	line-height:1.0em;

	font-weight:normal;

}

#home_wellcome h3{

	font-size:15px;

	line-height:1.0em;

	font-weight:normal;

	padding:0 0 10px 0;

}

#home_wellcome p{

	font-size:13px;

	line-height:1.5em;

	color:#313131;

	padding:0 0 15px 0;

}

#home_wellcome p img{

	float:left;

	border:3px solid #000;

	margin:5px 10px 0 0;

}

#home_wellcome ul{

	float:left;

	width:170px;

	padding:0 25px 0 5px;

}

#home_wellcome li{

	font-size:13px;

	line-height:1.5em;

	color:#313131;

	border-bottom:1px dotted #7a7a7a;

	padding:6px 0 6px 18px;

	background:url(images/ico_home.gif) no-repeat left 10px;

}

/*home_stuff*/

#home_stuff{
	width:608px;
	border:1px solid #900;
	overflow:hidden;
	padding:0 0 20px 0;
	background-color: #FFF;
	background-image: url(images/bgr_home_stuff.gif);
	background-repeat: repeat-y;
}

#home_testi{

	float:left;

	width:305px;

}

#home_ask{

	float:right;

	width:302px;

}

#home_stuff h2{

	font-size:21px;

	font-weight:normal;

	padding:14px 0 14px 20px;

	border-bottom:1px solid #b3cfc4;

}

#home_stuff #home_ask h2{

	padding:14px 0 14px 25px;

}

#home_stuff ul{

	padding:5px 20px 0 20px;

}

#home_stuff ul li{

	font-size:13px;

	line-height:1.6em;

	padding:7px 0 7px 0;

}

#home_stuff #home_ask ul{

	padding:5px 20px 0 25px;

}

#home_testi ul{

	font-style:italic;

	font-family:Georgia, "Times New Roman", Times, serif;

}

#home_testi ul a{

	color:#f7941c;

	font-weight:bold;

	text-decoration:underline;

	display:block;

}

#home_testi ul a:hover{

	text-decoration:none;

}

#home_ask ul a{

	font-weight:bold;

	display:block;

	color:#2f3030;

}

#home_ask ul{

	color:#2f3030;

}

/*sidebar_block*/

.sidebar_block{

	width:100%;

	overflow:hidden;

	margin:0 0 10px 0;

}

.sidebar_block h2{

	color:#fff;

	font-size:21px;

	font-weight:normal;

	padding:11px 0 0 18px;

	background:url(images/bgr_sidebar_block_title.png) no-repeat;

	letter-spacing:-1px;

	width:237px;

	height:34px;

}

.sidebar_block_body{

	padding:5px 15px 0 5px;

}

.sidebar_block ul{

}

.sidebar_block li{

	width:100%;

	overflow:hidden;

	padding:7px 0 7px 0;

	font-size:12px;

	line-height:1.5em;

}

#sidebar_offer li{

	padding:7px 0 7px 0;

	border-bottom:1px solid #d1d1d1;

}

#sidebar_offer li.last{

	border-bottom:0;

}

#sidebar_offer li a{
	color:#000000;
	display:block;
	background:url(images/ico_offer.gif) no-repeat 4px 4px;
	padding:0 0 0 22px;
}

#sidebar_news li{
	line-height:1.70em;
}

#sidebar_news a{
	display:block;
	text-decoration:underline;
	color:#900;
	display:block;
	font-weight:bold;
}

#sidebar_news a:hover{
	text-decoration:none;
	color: #F00;
}

/* FOOTER */

#footer{
	width:100%;
	height:128px;
	background-image: url(images/bgr_footer.png);
	background-repeat: no-repeat;
}

#footer_logo{
	float:left;
	width: 400px;
	padding-top: 28px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 42px;
}

#footer_logo a{
	display:block;
	background:url(images/footer_logo.png) no-repeat;
	width:400px;
	height:100px;
}

#footer_logo a:hover{

	text-decoration:none;

}

#footer_logo .description{

	color:#737373;

	font-size:13px;

}

#footer_right{
	float:right;
	width: 450px;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 0;

}

#footer_right img {
	margin-right: 40px;	
}

#footer_right h3 {
	word-spacing: .0001em;
	margin-bottom: 10px;	
}

#footer ul{

	text-align:right;

	padding:0 0 15px 0;

}

#footer li{

	font-size:13px;

	color:#afafaf;

	padding:0 0 0 12px;

	background:url(images/bgr_footer_li.gif) no-repeat left center;

	display:inline;

}

#footer li.first{

	padding:0;

	background:none;

}

#footer a{

	color:#afafaf;

}

#footer p{

	text-align:right;

	font-size:13px;

	color:#afafaf;

}

/* Begin Typography & Colors */



#wp-calendar #prev a, #wp-calendar #next a {

	font-size: 9pt;

	}



#wp-calendar a {

	text-decoration: none;

	}



#wp-calendar caption {

	font: bold 1.3em ;

	text-align: center;

	}



#wp-calendar th {

	font-style: normal;

	text-transform: capitalize;

	}

/* End Typography & Colors */









/* 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 Calendar */

#wp-calendar {

	empty-cells: show;

	margin: 10px auto 0;

	width: 98%;

	}



#wp-calendar #next a {

	padding-right: 10px;

	text-align: right;

	}



#wp-calendar #prev a {

	padding-left: 10px;

	text-align: left;

	}



#wp-calendar a {

	display: block;

	}



#wp-calendar caption {

	text-align: center;

	width: 100%;

	}



#wp-calendar td {

	padding: 3px 0;

	text-align: center;

	}



#wp-calendar td.pad:hover { /* Doesn't work in IE */

	background-color: #fff; }

/* End Calendar */







/* Begin Various Tags & Classes */

acronym, abbr, span.caps {

	cursor: help;

	}



acronym, abbr {

	border-bottom: 1px dashed #999;

	}



blockquote {

	margin: 15px 30px 10px 10px;

	padding-left: 24px;

	padding-bottom:7px;

	background:url(images/blockquote_bg.gif) repeat-y;

	}



blockquote blockquote{

	background:url(images/blockquote_bg2.gif) repeat-y;

	}



blockquote cite {

	margin: 5px 0 0;

	display: block;

	}



.center {

	text-align: center;

	}

a img {

	border: none;

	}

.navigation {

	display: block;

	margin:10px 0 0 0;

	overflow:hidden;

	clear:both;

	color:#000;

	font-size:13px;

	line-height:1.8em;

	}

.navigation a{

	color:#000;

	font-size:13px;

	}

.wp-pagenavi{

	background:#f9f9f9;

	padding:10px 15px 10px 15px;

	text-align:center;

	border:1px solid #dedede;

}

.wp-pagenavi a {

	padding: 6px; 

	margin: 2px;

	color:#000;

}

.wp-pagenavi span.pages {

	padding: 6px; 

	margin: 2px;

	background:#555555;

	color:#fff;

}

.wp-pagenavi span.current {

	padding: 6px; 

	margin: 2px;

	background:#000;

	color:#fff;

}

.wp-pagenavi span.extend {

	padding: 6px; 

	margin: 2px;

}

/* End Various Tags & Classes*/



/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */



.entry ul {

	margin: 0 10px 15px 0;

	list-style: none;

	padding:15px 15px 15px 20px;

	border:1px solid #c0c0c0;

	background:#f9f9f9;

	} 



.entry ul li {

	border-bottom:1px solid #d6d6d6;

	background:url(images/ico_entry.gif) no-repeat left 13px;

	padding:7px 0 7px 18px;

	}



.entry ol {

	margin: 0 10px 15px 0;

	padding:15px 15px 15px 40px;

	border:1px solid #c0c0c0;

	background:#f9f9f9;

	}



.entry ol li {

	margin: 0;

	padding:7px 0 7px 0;

	border-bottom:1px solid #d6d6d6;

	}



.postmetadata ul, .postmetadata li {

	display: inline;

	list-style-type: none;

	list-style-image: none;

	}

	

ol li{

	list-style: decimal outside;

	}

/* End Entry Lists */







/* Begin Form Elements */

#searchform {

	margin: 10px auto;

	padding: 5px 3px; 

	text-align: center;

	}



#sidebar #searchform #s {

	width: 108px;

	padding: 2px;

	}



#sidebar #searchsubmit {

	padding: 1px;

	}



.entry form { /* This is mainly for password protected posts, makes them look better. */

	

	}



select {

	width: 130px;

	}



#commentform{

	width:400px;

}



#commentform input {

	width: 170px;

	padding: 2px;

	margin: 5px 5px 1px 0;

	}



#commentform textarea {

	width: 350px;

	padding: 2px;

	}



#commentform #submit {

	margin: 5px 0 0 0;

	padding:0;

	width:85px;

	height:35px;

	}

/* End Form Elements */







/* Begin Comments*/



h2#comments{

	font-size:27px;

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#000;

	font-weight:normal;

	border-bottom:2px solid #659f86;

	padding:0 0 10px 0;

	margin:0 0 10px 25px;

}



.alt {

	margin: 0;

	padding: 10px;

	}



.commentlist {

	padding: 0;

	text-align: justify;

	}



.commentlist .comment {

	margin: 15px 0 0 25px;

	padding: 10px 15px 20px 15px;

	list-style: none;

	border:1px solid #c0c0c0;

	background:#f9f9f9;

	}



.commentlist .alt {

	border:1px solid #aeaeae;

	background:#f1f1f1;

	}



.commentlist .comment .comment {

	margin: 15px 15px 15px 15px;

	padding: 10px 15px 20px 15px;

	width:auto;

	}



.commentlist p {

	margin: 10px 5px 10px 0;

	line-height:18px;

	}

.commentmet_data{

	width:100%;

	overflow:hidden;

}

.commentmet_data td{

	vertical-align:top;

	text-align:left;

}

.commentmet_avatar{

	width:102px;

	padding:15px 0 0 0;

}

.commentmet_text{

}

.commentmet_avatar img{

	border:1px solid #000;

}



#commentform p {

	margin: 5px 0;

	}



.commentmet_replay{

	width:100%;

	overflow:hidden;

}

.commentmet_replay a{

	float:right;

	display:block;

	text-indent:-9999px;

	text-transform:capitalize;

	background:url(images/button_replay.gif) no-repeat;

	width:79px;

	height:20px;

}



.nocomments {

	text-align: center;

	margin: 0;

	padding: 0;

	}



.commentmetadata {

	margin: 0;

	display: block;

	padding:0 0 5px 0;

	color:#636363;

	font-size:14px;

	font-family:Georgia, "Times New Roman", Times, serif;

	text-transform:capitalize;

	}

.commentmetadata a{

	color:#f26521;

}

.commentmetadata span{

	color:#f26521;

	font-size:20px;

}



.commentmet_text{

	font-size:13px;

	line-height:1.6em;

}



#respond{

	margin:40px 0 0 25px;

}



h3#respond_title{

	font-size:27px;

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#000;

	font-weight:normal;

	border-bottom:2px solid #f4bba0;

	padding:0 0 10px 0;

	margin:0 0 20px 0;

}



#commentform{

	color:#000;

	font-size:12px;

	width:90%;

	margin:0 0 0 15px;

}



#commentform small{

	position:relative;

	top:-1px;

	font-size:12px;

}

#cancel-comment-reply-link{

	font-size:12px;

	color:#000;

	margin:0 0 0 15px;

}



#commentform a, #commentform small{

	color:#000;

}



#commentform input{

	background:#fff;

	border:3px solid #d6d6d6;

	font-size:12px;

	padding:4px;

	color:#000;

}



#commentform textarea{

	background:#fff;

	border:3px solid #d6d6d6;

	font-size:12px;

	padding:4px;

	margin:5px 0 0 0;

	color:#000;

	overflow:auto;

}



#commentform input#submit{

	background:none;

	border:0px;

}



/* End Comments */

/* Archives page */

.page_archives_div{

	padding-bottom:60px;

}



.page_archives_div h2{

	font-size:27px;

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#000;

	border-bottom:1px solid #cecece;

	padding:0 0 10px 0;

	font-weight:normal;

	font-style:italic;

}



.page_archives_div ul{

	margin:10px 0 40px 0;

	font-family:Verdana, Geneva, sans-serif;

}



.page_archives_div ul li{

	margin:0px;

	padding:8px 0 8px 5px;

	list-style:none;

	border-bottom:1px solid #cecece;

}



.page_archives_div ul li ul li{

	border:0px;

	background:none;

}



.page_archives_div ul li ul{

	margin:0px;

	padding:0px;

	padding-left:10px;

}



.page_archives_div ul li a{

	font-weight:normal;

	color:#000;

	font-size:13px;

	background:url(images/ico_ar.gif) no-repeat left 4px;

	padding:0 0 0 14px;

}





.wpcf7{

	width:100%;

	text-align:left;

}

.wpcf7 p{

	font-size:11px;

	color:#000;

	text-align:left;

	margin:0 0 0 10px;

}

.wpcf7 .text, .wpcf7 select{

	color:#000;

	font-size:11px;

	border:2px solid #cdcdcd;

	background:#fff;

	padding:4px;

	width:280px;

}

.wpcf7 select{

	width:292px;

}

.wpcf7 textarea.text{

	width:470px;

	overflow:auto;

}

.wpcf7 input.submit{

	background:url(images/button_submit.gif) no-repeat;

	width:85px;

	height:35px;

	display:block;

	text-indent:-9999em;

	text-transform:capitalize;

	border:0;

}



.articles{

	width:100%;

	overflow:hidden;

	padding:20px 0 0 0;

}

.articles h3{

	font-size:16px;

	font-weight:normal;

	margin:0 0 10px 0;

	font-family:Georgia, "Times New Roman", Times, serif;

}

.articles .aka_half{

	padding:0 40px 0 0;

	width:235px;

}

.articles ul{

	margin:0 0 20px 0;

}

.articles ul li{

	font-size:12px;

	line-height:1.4em;

	color:#000;

	background:url(images/ico_art_list.gif) no-repeat left 4px;

	padding:0 0 10px 16px;

}

.articles ul li a{

	color:#000;

}



.post_box{

	width:550px;

	background:#f0f0f0;

	border:1px solid #d8d8d8;

	padding:20px 0 20px 20px;

	overflow:hidden;

	margin:0 0 15px 0;

}

.post_box h2{

	font-size:27px;

	line-height:1.0em;

	font-weight:normal;

	font-family:Georgia, "Times New Roman", Times, serif;

	color:#000;

	margin:0 0 6px 0;

	clear:both;

	width:100%;

	overflow:hidden;

}

.post_box ul{

	float:left;

	width:224px;

	padding:0 45px 0 0;

}

.post_box ul li{

	border-bottom:1px solid #d8d8d8;

	font-size:13px;

	color:#000;

	line-height:1.5em;

	padding:7px 0 7px 0;

}

.post_box ul li a{

	background:url(images/ico_ab_list.gif) no-repeat left 6px;

	display:block;

	color:#000;

	padding:0 0 0 13px;

}

.post_box ul li.last{

	border-bottom:0;

	padding:7px 0 0 0;

}

.services_tables tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
}

.coupons {
	margin: 10px;
	padding: 10px;
	background-color: #BFEFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
	border: medium dashed #069;
}

.coupons:hover {
	margin: 10px;
	padding: 10px;
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #069;
	border: medium dashed #069;
}

.coupons_excerpt {
	font-size: medium;
	font-weight: bolder;
	line-height: .5em;
	text-align: center;
}

.coupons_right {
	margin: 10px;
	padding: 10px;
	float: right;
	width: 225px;
	background-color: #79E4FF;
	border: thin solid #09C;
}

.coupons h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	color: #C00;
	font-style: italic;
	font-weight: bolder;
}

.coupons ul {
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
}

.coupons_footer p {
	font-size: x-small;
	line-height: 1.2em;	
}

.coupons h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #C00;
	line-height: 1.4em;
}

.coupons h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #069;
	line-height: 1.4em;
}

.coupons a {
	font-family: Arial, Helvetica, sans-serif;
}
