/* 
	Theme Name: Altra Theme #24
	Theme URL: http://www.altramarketing.com
	Description: Custom Theme for Camarillo Car Care Center 
	Author: Larry Tartisel
	Author URI: http://www.altramarketing.com
	Version: 1.0
	Tags: three columns, fixed width, Blue, sidebar widgets
*/

body {
	color: #000;
	margin: 0px auto 0px;
	padding: 0px;
	background: #115085;
	font: 12px Arial, Tahoma, Verdana;
	}
	
#main {

	color: #333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px;
	}
	
#wrap {
	width: 970px;
	margin: 0px auto;
	padding: 5px 0px;
	background: url(images/content.jpg) repeat-y;
	}
h1, h2, h3, h4, h5, h6 {
	color:#115085;
	font-family:Tahoma, Geneva, sans-serif;
}
h1 {font-size:18px;}
h2 {font-size:16px;}
h3 {font-size:14px;}
h4 {font-size:13px;}
/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #00F;
	text-decoration: none;
	}
	
a:hover {
	color: #003;
	text-decoration: underline;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none 
	}
	
/************************************************
*	Header  									*
************************************************/
#header .description div {
	padding-left:30px;
	}
#header {
	width: 970px;
	height: 188px;
	color: #D1D0B1;
	font-size: 16px;
	font-weight: normal;
	padding: 0px;
	overflow: hidden;
	margin: 0px auto;
	background: url(images/masthead.jpg);
	}
	
#logo {width:300px;float:left;padding:25px 0px 0px 30px;}
	
/************************************************
*	Navbar  									*
************************************************/

#navbar {
	width: 950px;
	height: 75px;
	color: #FFFFFF;
	margin: 0 auto;
	padding: 12px 0 0 20px;
	background: url(images/navbar.jpg) no-repeat;
	}
	
	
#nav {
	margin: 0px;
	padding: 0px;
	}
	
#nav ul {

	list-style: none;
	margin: 0px;
	padding: 0px;
	
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px 0px 0px -1px;
	padding: 0px;
	}
/* THIS IS THE NAV BAR'S LINKS */	
#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight:bold;
	margin: 0px;
	padding: 4px 5px;
	border-left: 1px dotted #F90;
	}
/* THIS IS THE NAV BAR'S HOVER */		
#nav li a:hover, #nav li a:active {
	color: #F90;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 4px 5px;
	background: url(images/navhov.png) no-repeat center bottom;
	border-left: 1px dotted #F90;
	border-top: 1px dotted #F90;
	}
/* THIS IS THE NAV BAR'S CHILD LINKS */	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 220px;
	color: #FFF;
	float: none;
	margin: 0px;
	padding: 5px 15px;
	background-color: #115085;
	background-image:none;
	}
/* THIS IS THE NAV BAR'S CHILD HOVER  */	
#nav li li a:hover, #nav li li a:active {
	color: #FFFFFF;
	padding: 5px 15px;
	background: #4290CE url(images/star.png) no-repeat left center;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 160px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -31px 0 0 192px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/************************************************
*	Homepage					     		    * 
************************************************/

#homepage, #featuredpage {
	width: 956px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#homepage p, #featuredpage p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	}
	
#homepage h1, #featuredpage h1 {
	margin: 0px 0px 5px 0px;
	padding: 5px 0px 0px 0px;
	
	}
#homepage h1 a, #featuredpage h1 a {
	color: #115085;	
}	
	
/************************************************
*	Content 					     		    * 
************************************************/

#content {
	width: 970px;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#content h1 {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
	}
	
#content h1 a, #content h1 a:visited {
	text-decoration: none;
	}

#content h1 a:hover {
	text-decoration: underline;
	}
	
#contentleft h2 {
	text-transform: none;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}

	
#content h3 {
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#content h4 {
	margin: 20px 0px 10px 0px;
	padding: 0px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	}
	
#content h5 {
	font-style: italic;
	margin: 20px 0px 10px 0px;
	padding: 0px;

	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
	
#content blockquote p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
blockquote {
	background: url(images/bg_content.png);
	margin: 0px 20px 15px 20px;
	padding: 10px 15px 0px 15px;
	border: 1px dotted #BBBBBB;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
#fcg {
	width:625px;
	margin: 10px auto;
	padding: 0px;

}
	
#fcg p {
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#contentleft {
	float: left;
	width: 660px;
	margin: 0px;
	padding:0 0px 0 15px
	;
	}
	
.postarea {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	background-color:#FFFFFF;
	float:left;
	margin:0;
	padding:10px;
	width:660px;
	}
	
.postarea p, #postwide {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	}
	
.postarea ol, .postright ol, #postwide ol {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ol li, .postright ol li, #postwide ol li {
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul, .postright ul, #postwide ul {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul li, .postright ul li, #postwide ul li {
	list-style-type: square;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 5px 0px;
	}
	
.postarea ul ul, .postright ul ul, #postwide ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
.postarea ul li li, .postright ul li li, #postwide ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
.postarea ul li ul li, .postright ul li ul li, .postwide ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
.postright {
	float: right;
	width: 324px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	}
	
.postright p {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	}
	
#postwide {
	width: 916px;
	float: left;
	margin: 0px;
	padding: 0px 20px 10px 20px;
	z-index:2;
	}
#breadcrumb {float:left}	
.breadcrumb {
	color: #333333;
	font-size: 10px;
	margin: 0px 25px 10px 25px !important;
	padding: 0px;

}
.breadcrumb a {

	text-decoration:underline !important;
	}
	
.headline {
	width: 625px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
.headline p {
	margin: 0px;
	padding: 0px;
	}
	
.headline a, .headline a:visited {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	}
	
.headline a:hover {
	color: #2255AA;
	text-decoration: none;
	}
	
.headlineleft {
	width: 520px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.headlineright {
	width: 50px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}
	
.postmeta {
	background: #EEEEEE;
	width: 550px;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 5px 10px 5px 10px;
	border: 1px dotted #BBBBBB;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.author {
	background: #EEEEEE;
	width: 550px;
	float: left;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 50px 0px;
	padding: 10px 10px 0px 10px;
	border: 1px dotted #BBBBBB;
	}
	
.pagination {
	color: #333333;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0px 0px 30px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 2px solid #333333;
	}

.palignright {
	float: right;
	}

.palignleft {
	float: left;
	}
	
.archives {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px;
	}
	
.aheadline {
	width: 670px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	
	}
.a1headline {
	width: 270px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	text-align:center;
	}
	
.bheadline {
	width: 570px;
	float: left;
	margin: 10px 0px 0px 0px;
	padding: 3px 0px 7px 0px;
	clear: both;
	}
	
.fheadline {
	width: 916px;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
.pheadline {
	width: 324px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
.vheadline {
	width: 570px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 3px 0px 7px 0px;
	border-bottom: 1px dotted #BBBBBB;
	clear: both;
	}
	
/************************************************
*	Images  					     		    * 
************************************************/

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: inline;
	}

img.alignright {
	margin: 0px 0px 10px 10px;
	padding: 0px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	border: 1px solid #DDDDDD;
	text-align: center;
	background-color: #EEEEEE;
	padding: 4px 0px 5px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
/************************************************
*	Sidebar 		    	        	        * 
************************************************/

#sidebar {
	float: right;
	width: 238px;
	margin: 0px 15px 0 0 ;
	padding: 0px;
	line-height:1.5em;
	}
	
#sidebar h2 {
	color: #00233F;
	padding: 17px 10px 0px 10px;
	margin: 0px;
	height: 31px;
	width: 218px;
	background: url(images/sidebar_heading.jpg) no-repeat;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	}
#sidebar h4{
	text-align:left;
	margin:0;
	font-size: 14px;
	font-weight: bold;
	}	
#sidebar p {
	margin: 0px;
	padding: 0px 15px 10px 15px;
	line-height:1.2em;
	font-size:12px;
	}
	
#sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding-bottom:15px;
	}

#sidebar ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
#sidebar ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#sidebar ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
.widget {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background: #FFF url(images/sidebar_bg.jpg) repeat-y bottom;
	}
.textwidget p {
	color:#333;
	}
.textwidget hr {
	width:100px;
	}
	
.video {
	background: #FFFFFF url(images/sidebarBg.jpg) repeat-x;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	border: 1px solid #333333;
	width: 100%;
	}
	
.newsletter {
	background: #FFFFFF url(images/sidebarBg.jpg) repeat-x;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 270px;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	border: 1px solid #333333;
	}

/************************************************
*	Left Sidebar                    	        * 
************************************************/

#l_sidebar {
	float: left;
	width: 160px;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#l_sidebar a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}
#l_sidebar h2{
	color:#FFF;
	width:110px;
	text-transform:none;
	padding:5px;
	height:15px;
	margin: 0px 0px 5px;
}
/************************************************
*	Right Sidebar                       	    * 
************************************************/

#r_sidebar {
	float: right;
	width: 132px;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#r_sidebar a img {
	border: none;
	margin: 0px;
	padding: 3px;
	text-align:center;
	}
#r_sidebar h2{
	color:#FFF;
	width:110px;
	text-transform:none;
	padding:5px;
	height:15px;
	margin: 0px 0px 5px;
}


/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	}
	
/************************************************
*	Footer  									*
************************************************/

#footer {
	width: 971px;
	
	color: #CCCCCC;
	margin: 0px auto 0px;
	padding: 60px 0 30px 0;
	}
	
#footer p {
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
#footer h3 {
	font-size:14px;
	font-style:italic;
	text-align:center;
	padding:0 30px;
	color: #FFF;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

#footer ul ul {
	list-style-type: none;
	margin: 5px 0px 0px 20px;
	padding: 0px;
	}
	
#footer ul li li {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li ul li {
	margin: 0px;
	padding: 0px 0px 3px 0px;
	}
	
#footer h2 {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer h2 a {
	color: #999999;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
	
#footer .widget {
	background: none;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border: none;
	}

.footer1 a img, .footer2 a img, .footer3 a img {
	border: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	}
	
.footer1 {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 20px 20px 5px 0px;
	}
	
.footer2 {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 20px 20px 5px 0px;
	}
	
.footer3 {
	width: 220px;
	float: left;
	margin: 0px;
	padding: 20px 20px 5px 0px;
	}
	
.footer5 {
	width: 230px;
	float: right;
	margin: 0px;
	padding: 20px 0px 20px 0px;
	}
	
.footer5 a img {
	border: none;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	}
	
/************************************************
*	Search Form									*
************************************************/
#sidebar #searchform input {
	float:left;
	margin:0 0 15px 15px;
	width:90px;
}
#sidebar #searchform div{height:30px;}
#sidebar #searchform label{display:none;}
#searchdiv {
	margin: 0px;
	padding: 0px;
	}
	
#searchform {
	margin: 0px 0 10px 0;
	float:right;
	padding: 0px 10px 0px 0px;
	}
	
#searchbox {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width: 100px;
	color: #000;
	font-size: 10px;
	font-family: Arial, Tahoma, Verdana;
	padding: 5px;
	border: 1px solid #111111;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: url(images/bg_content.png);
	}

#searchbutton {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #000;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border: 1px solid #CCC;
	width:25px;
	background: url(images/bg_content.png);
	}
#searchbutton input:hover {background-color:#036}
	
#author, #email, #url {
	background: #EAEAEA !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #333333;
	font-size: 9px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 2px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#comment {
	background: #EAEAEA !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 460px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#submit {
	background: #333333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border: 1px solid #111111;
	}
	
#subscribe {
	margin: 0px;
	padding: 0px 0px 5px 5px;
	overflow: hidden;
	}

#subbox {
	background: #FFFFFF !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width: 170px;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 5px;
	margin: 0px 5px 0px 0px;
	border-top: 1px solid #666666;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #DDDDDD;
	}
	
#subbutton {
	background: #333333;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	padding: 4px;
	margin: 0px;
	border: 1px solid #111111;
	}
	
/************************************************
*	Comments									*
************************************************/
	
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #EEEEEE;
	margin: 0px 5px 0px 10px;
	padding: 2px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#commentform {
	margin: 5px 10px 0px 0px;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 10px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border-top: 1px dotted #BBBBBB;
	border-bottom: 1px dotted #BBBBBB;
	border-left: 1px dotted #BBBBBB;
	margin: 0px;
	padding: 0px;
	}
/* ******************************************
**      Home Page Area                    ***
*********************************************/
.homePostsWide {
	background: url(images/bg_content.png) repeat-y;
	padding:10px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	margin:0 0 10px 0;
}
.homePostsNarrow div{
	}
.homePostsNarrow h3 {margin:0px}
.homePostsNarrow h3 a, .homePostsNarrow h3 a:visited{margin:0px; color:#036}
.homePostsNarrow h3 a:hover{color:#900}



#home_news{
	line-height:normal;	
}
#home_news h2 {
	font-size:13px; font-weight:bold; font-style:italic;
	}

.home_left {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	width:300px;
	float:left;
	padding:10px;
	margin:0px;
}

.home_right {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:300px;
	float:right;
	padding:10px ;
	margin:0px;
}

#contentleft div.productdisplay {
border-top:1px dotted #000000;
}
#contentleft .jdGallery .slideInfoZone h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px !important;
}
#contentleft .jdGallery .slideInfoZone p {
	font-size:14px !important;	
	font-family:Arial, Helvetica, sans-serif;
}
/*  *********************************************     CFORMS STYLING *****************************  */
.linklove{
	display:none !important;	
	}

.cform textarea, .cform input {
width:140px !important;
}

ol.cf-ol {
padding:0 0px !important;
}
p.cf-sb {
	padding: 0!important;
	margin: 0;
	text-align:left!important;
}


/* **********************************************************
             CFORMS STYLING 
**************************************  */
.linklove {
	display:none !important;
	}
/* ***********************************
             SIDEBAR FORM STYLING 
**************************************  */
.cform {margin:0 auto !important; width:180px!important;}
.cform fieldset {
background:none !important;
border:none !important;
margin-top:10px;
padding:5px 0 15px;
}
.cform ol.cf-ol li {margin:3px 0 !important;}
.cform legend{
	font-family:Verdana, Geneva, sans-serif;
	}
.cform input {
	background-color:#9AC0E7 !important;
	color:#000 !important;
	font-size:10px !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:150px !important;
}
.cform label {
	display:none !important;
	}
.cform textarea { 
	background-color:#9AC0E7 !important;
	color:#000 !important;
	font-size:10px !important;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:150px !important;
	}
.cform input.sendbutton {
	color:#000 !important; 
	margin-left:10px !important;	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px; 
}

.cform label#label--6 {display:inline-block !important}

/* ***********************************
      APPOINTMENT FORM STYLING 
**************************************  */
#cforms2form {width:600px !important;}
#cforms2form span.reqtxt, #cforms2form span.emailreqtxt { 
	display:inline-block !important; 
	font-size:10px!important;
	color:#00F !important;
	}
#cforms2form fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:10px;
	padding:5px 0 15px;
	background: url(images/bg_content.png) repeat-x!important;
	width:575px !important;
}
#cforms2form input {width:150px!important ;}
#cforms2form label {display:inline-block !important; width:200px !important;}
#cforms2form textarea{ width:365px !important; }
#cforms2form #li-2-8 select{ width:150px !important; }
#cforms2form #li-2-9 select{ width:100% !important; }
#cforms2form input.cf-box-a, input.cf-box-b {
background:transparent none repeat scroll 0 0;
border:medium none !important;
height:22px;
margin:2px 0 0;
width:16px !important;
	
}
#cforms2form p.cf-sb {
margin:0;
padding:0 !important;
text-align:left !important;
}

#cforms2form input.sendbutton	{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:100px;
	padding:5px !important;
	margin: 10px 3px 0;
	font-size:0.8em;
	background: #325477;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #036;
}
#cforms2form input.sendbutton:hover	{color:#FFF !important; background-color:#036 !important;}

/* ***********************************
      STANDARD EMAIL FORM STYLING 
**************************************  */
#cforms3form {width:600px !important;}
#cforms3form span.reqtxt, #cforms3form span.emailreqtxt { 
	display:inline-block !important; 
	font-size:10px!important;
	color:#00F !important;
	}
#cforms3form fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:10px;
	padding:5px 0 15px;
	background: url(images/bg_content.png) repeat-x!important;
	width:575px !important;
}
#cforms3form input {width:150px!important ;}
#cforms3form label {display:inline-block !important; width:200px !important;}
#cforms3form textarea{ width:365px !important; }

#cforms3form input.cf-box-a, input.cf-box-b {
background:transparent none repeat scroll 0 0;
border:medium none !important;
height:22px;
margin:2px 0 0;
width:16px !important;
	
}
#cforms3form p.cf-sb {
margin:0;
padding:0 !important;
text-align:left !important;
}

#cforms3form input.sendbutton	{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:100px;
	padding:5px !important;
	margin: 10px 3px 0;
	font-size:0.8em;
	background: #325477;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #036;
}
#cforms3form input.sendbutton:hover	{color:#FFF !important; background-color:#036 !important;}

/* ***********************************
      EMAIL REMINDERS FORM STYLING 
**************************************  */
#cforms4form label#label-4-5, #cforms4form label#label-4-31, #cforms4form label#label-4-32 {
	display:inline-block !important
	}

/* ***********************************
     ASK A TECH FORM STYLING 
**************************************  */
#cforms5form {width:600px !important;}
#cforms5form span.reqtxt, #cforms5form span.emailreqtxt { 
	display:inline-block !important; 
	font-size:10px!important;
	color:#00F !important;
	}
#cforms5form fieldset {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top:10px;
	padding:5px 0 15px;
	background: url(images/bg_content.png) repeat-x!important;
	width:575px !important;
}
#cforms5form input {width:150px!important ;}
#cforms5form label {display:inline-block !important; width:200px !important;}
#cforms5form textarea{ width:365px !important; }

#cforms5form input.cf-box-a, input.cf-box-b {
background:transparent none repeat scroll 0 0;
border:medium none !important;
height:22px;
margin:2px 0 0;
width:16px !important;
	
}
#cforms5form p.cf-sb {
margin:0;
padding:0 !important;
text-align:left !important;
}

#cforms5form input.sendbutton	{
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	width:100px;
	padding:5px !important;
	margin: 10px 3px 0;
	font-size:0.8em;
	background: #325477;
	font-weight: bold;
	color: #FFF;
	border: 3px solid #036;
}
#cforms5form input.sendbutton:hover	{color:#FFF !important; background-color:#036 !important;}

/* ***********************************
      EMAIL PATRICK FORM STYLING 
**************************************  */
#cforms6form label#label-6-5  {
	display:inline-block !important
	}

.testimonial_text{
	background-image:url(images/testimonial_bg.png);
	font: italic 14px Georgia, "Times New Roman", Times, serif;
	color: #036;
	margin: 0px;
	padding: 50px 10px 10px;
	height: 140px;
	width: 580px;
}
.coupon {
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	background: url(none);!important;	/* this is here to override DemandForce's .coupon statement in their stylesheet */
	font-size:1em!important;			/* this is here to override DemandForce's .coupon statement in their stylesheet */
	width:600px; 
	border: 3px dotted #666 !important;
	margin:0 auto;
	padding:10px; 
	background-color:#DDDDDD
	}
	

	
/* ***********************************
      FACEBOOK FAN BOX STYLING 
**************************************  */
.widget .fan_box .full_widget .connect_top {
	background: #033 url(none)!important;
}
/* ***********************************
      Center Auto Net Tips videos
**************************************  */
body.single-post div#contentleft div.postarea p object {margin-left:25px; width: 600px !important; height: 466px !important;}
