/*
Theme Name: SA-Cars V4
*/


@charset "iso-8859-1";

#adsense { float: left; }

IMG { float: left }

a:link { color: #BE0429; }
a:visited { color: #BE0429; }
a:active { color: #BE0429; }
a:hover { background-color: #BE0429;
	color: #fff; }

#masthead { text-align: right; }
#footer a:link { color: #ffffff; }
#footer a:visited { color: #ffffff; }
#footer a:active { color: #ffffff; }
#footer a:hover { background-color: #1339c5;
	text-color: #fff; }
#footer a {text-decoration: none ;}

#adsense-insur {
	width: 340px;
	height: 255px;
	float: right;
}
/************************
*  base_pixels.css : 2004-09-07 : Ruthsarian Layouts
***********************/

#pageWrapper
{
	margin: 0;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
#outerColumnContainer
{
	z-index: 1;
	border-color: #fff;	/* set default color to white. set the real
				   color inside colors.css */
	border-style: solid;
}
#innerColumnContainer
{
	z-index: 2;
}
* html #innerColumnContainer
{
	position: relative;	/* fix a render bug in IE under certain
				   conditions */
}
#contentColumn
{
	margin: 0 -1px;		/* without this, boxes stop floating next to 
				   each other */
	
}
#leftColumn, #rightColumn, #contentColumn
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
	width: 240px;
}

#footer
{
	position: relative;
}
#masthead h1
{
	display: inline;
        color: #000000;
}
#masthead h2
{
	color: #000000;
}
#masthead a
{
       color: #000000;
       text-decoration: none;
}
.clear
{
	clear: both;
}
.hide, #oldBrowserNotice, .ieSixCharDupBug
{
	display: none;		
}
html[xmlns] .mozclear
{
	border-bottom: 1px solid;
	border-color: transparent;
	margin-bottom: -1px;
}
#contentColumn
{
	border-width: 0;
}

* html #pageWrapper
{
	word-wrap: break-word;
}

/**************************************
*  hnav.css : 2005-08-31 : Ruthsarian Layouts
****************************************/

.hnav
{
	border-bottom: solid 1px #FFF;
	text-align: center;
}
.hnav, .hnav ul li a
{
	padding-top: 3px;
	padding-bottom: 4px;
}
.hnav ul, .hnav ul li
{
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.hnav ul li a
{
	margin: 0 -1px 0 0;
	padding-left: 10px;
	padding-right: 10px;	
	border-left: solid 1px #000;
	border-right: solid 1px #000;
	white-space: nowrap;
}
.hnav ul li a:link, .hnav ul li a:visited, .hnav ul li a:active, .hnav ul li a:hover
{
	text-decoration: none;
}
.hnav ul li span.divider
{
	display: none;
}
* html .hnav ul li, * html .hnav ul li a
{
	width: 1%; 
	display: inline-block;	
	/* \*/
		width: auto;
		display: inline; 
		position: relative;
	/* reset above hack */
}
* html .hnav, * html .hnav ul a
{
	/* \*/ height: 0.01%; 
}
* html .HNAV
{
	padding: 0;	
}

/**********************************
*  vnav.css : 2004-07-21 : Ruthsarian Layouts
***********************/

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
* html .vnav ul li a
{
	height: 1%;
}
* html .vnav ul
{
	position: relative;
}
.vnav h3
{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 126%;
}

/**************************************
*  colors.css : 2004-06-28 : Ruthsarian Layouts
************************************/

body
{
	background-color: #BBBBBB;
	color: #fff;
}
#outerColumnContainer
{
	border-left-color: #E6E6E6;	/* left hand column background color */
	border-right-color: #E6E6E6;	/* right hand column background color */
}
#masthead
{
	background-color: #BE0429;
        background-image: url(http://www.sanantonio-cars.com/wp-content/uploads/2006/03/sa-c-logo.gif);
	color: #fff;
        background-repeat: no-repeat;
        height: 100px;
}
#footer
{
	background-color: #BE0429;
	color: #fff;
}
#outerColumnContainer, #contentcolumn
{
	background-color: #fff;		/* this sets the background color on the
					   center column */
	color: #000;
}
#leftColumn, #rightColumn, #contentColumn
{
	color: #000;
}
.vnav ul li a
{
	color: #BE0429;
	background-color: #C5C5C5;
}
#rightColumn .vnav ul li a:hover, .vnav ul li a:hover
{
	background-color: #BE0429;
	color: #fff;
}
#rightColumn .vnav ul li a
{
	color: #BE0429;
	background-color: #C5C5C5;
}
.hnav, .hnav ul li a
{
	background-color: #E6E6E6;
	color: #BE0429;
}
.hnav ul li a:hover
{
	background-color: #BE0429;
	color: #fff;
}
#pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav
{
	border-color: #000;
}

/***************************************
*  gutters.css : 2004-07-06 : Ruthsarian Layouts
**********************************/

body
{
	margin: 0;
	padding: 2em;		
}
p, h1, h2, h3, h4, h5, h6
{
	margin: 1em 0;		
}
.inside
{
	padding: 0 1.5em;	
}
#leftColumn, #centerColumn, #rightColumn, #masthead
{
	padding-top: 0.5em;
	padding-bottom: 0.5em;	
}
#masthead, #footer
{
	padding: 1em;
}
.vnav
{
	margin: 1em 0;
}
html>body #footer
{
	padding-bottom: 1.01em;	
}

/**********************************************
*  borders.css : 2004-07-29 : Ruthsarian Layouts
******************************************************/

#pageWrapper
{
	border-style: solid;	
	border-width: 0 1px;	
}

#masthead
{
	border-style: solid;
	border-width: 1px 0;	
}
.hnav
{
	border-style: solid;
	border-width: 0 0 1px 0;
}
#footer
{
	border-style: solid;
	border-width: 1px 0;	
}

@charset "iso-8859-1";

/*************************************************
*  fonts.css : 2004-06-28 : Ruthsarian Layouts
**************************************************/

body
{
	font-family: arial, helvetica, sans-serif;
	font-size: 100.1%;	
}
#pageWrapper
{
	font-size: 80%;
}
#footer
{
	text-align: center;
}
/* :root is an invalid pseudo class but mozilla knows it */
:root code
{ font-size: 120%; }

h1 { font-size: 210%; }
h2 { font-size: 180%; }
h3 { font-size: 140%; }
h4 { font-size: 126%; }
h5 { font-size: 110%; }
h6 { font-size: 100%; }

/* END RUTHSARIAN LAYOUT */
/*******************************************************************************/

li.feed {
	background: url(images/rss.gif) no-repeat left top;
	padding: 2px 0 8px 20px;
	list-style: none;
}

/* Archives/Links Page List styles */

.archives li, .linkspage li { list-style: none; }

.archives ul.children {
	padding-left: 10px;
	margin-left: 10px;
}

/*** comments Form ***/
#comment {
	width: 100%;
	border:1px solid #b0b0b0;
}

#commentform { width: 97%; }

#author, #email, #url { border:1px solid #b0b0b0; }

#submit {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#submit:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}


/* Search Form */

.searchform { margin: 0; }

#searchbox {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
	margin:0 4px 0 0;
	width:160px;
}

#searchbutton {
	background:#f0f0f0;
	border:1px solid #b0b0b0;
}

#searchbutton:hover {
	background: #e8e9ea;
	border: 1px solid #848484;
	cursor: pointer;
}

/*** Comments Display ***/

.postmetadata {
	background:#e8e9ea;
	font-size: 0.9em;
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin: 0px;
}

ol.commentlist li {
	border: 1px solid #b0b0b0;
	padding: 10px;
	margin-bottom: 10px;
}

ol.commentlist li cite {
	text-transform: capitalize;
}

ol.commentlist li p {
	padding-top: 10px;
}

/*** Text format ***/
.center {
	text-align:center;
}

.date {
	margin-top: -10px;
	padding-top: 0px;
	border-bottom: 1px solid #b0b0b0;
}

#page {
	border-bottom: 1px solid #b0b0b0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* Previous/Next Page Navigation */

.navigation {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #b0b0b0;
}

.bottomnavigation {
	margin: 30px 0 0 0;
	padding: 5px 0 30px 0;
	border-top: 1px dashed #b0b0b0;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

.post {
	padding-top: 0px;
	padding-bottom: 10px;
	margin: 0px;
}

/* Fix by Andy Skelton */

.entry, .entrytext {
	overflow: hidden;
}

* html.entry, * html.entrytext {
	overflow: visible;
	height: 1px;
}

* html.entry p, * html.entrytext p {
	width: 99%;
	overflow: hidden;
}

.entrytext {

	padding-top: 0px;

}



/* Begin Contact Form CSS */


.contactform { 
	background-color: #FFFACD; 
	width: 200px;
	border-style: solid;	
	border-width: 1 1px;
	font-size: 140%;	
}

		.contactform { 
			position: relative;
			overflow: hidden;
			}
		
		.contactleft {
			width: 25%; 
			text-align: right;
			clear: both; 
			float: left; 
			display: inline; 
			padding: 2px; 
			margin: 2px 0; 
			}
		
		.contactright {
			width: 70%;
			text-align: left;  
			float: right; 
			display: inline; 
			padding: 2px; 
			margin: 2px 0; 
			}

    .contacterror {
      border: 1px solid #ff0000;
    	}


#contacttitle { 
	background-color: #BE0429;
	color: #fff
	width: 200px;
	border-style: solid;	
	border-width: 0px 0px 1px 0px;	
}


/* End Contact Form CSS */

.contactform2 { 
	background-color: #FFFACD; 
	width: 350px;
	border-style: solid;	
	border-width: 1 1px;
	font-size: 140%;	
}

.contactform2 { 
	position: relative;
	overflow: hidden;
}
		
.contactleft {
	width: 30%; 
	text-align: right;
	clear: both; 
	float: left; 
	display: inline; 
	padding: 2px; 
	margin: 2px 0; 
}
		
.contactright {
	width: 65%;
	text-align: left;  
	float: right; 
	display: inline; 
	padding: 2px; 
	margin: 2px 0; 
}

.contacterror {
        border: 1px solid #ff0000;
}

#left2, #content2
{
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
	width: 370px;
}

#cartitle {
        padding-left: 5px;
}