/*
Theme Name: WordPress Stevens Auto
Theme URI: http://stevensauto.com/
Description: The default Stevens Auto theme
Version: 1.0
Author: E1 Design
Author URI: http://www.e1design.us/
*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	/*background-color: #F2F2F2;*/
    background-color: #FFF;
	color: #333;
	text-align: center;
	}

#page {
	text-align: left;
    background: #fff;
	}
#content {
	font-size: 1.2em;
    background: #fff url(images/fill_main.gif) top right no-repeat;
    margin-top: 2px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #FFF;
	border: 1px solid #631D2C;
    width: 90%;
    font-size: 0.9em;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: "times new roman", georgia, Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.5em;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

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

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #990000;
	text-decoration: none;
	}

a:hover {
	color: #631D2C;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 10px 0 0 0;
	padding: 0;
	}
#top {
	width: 781px;
    margin: 30px auto 3px auto;
	}
#top #logo {
    width: 280px;
    float: left;
    text-align: center;
    }
#top #contact-top {
    width: 230px;
    float: right;
    text-align: center;
    }

#top #logo h1, #top #contact-top h1 {
    font: bold 3em "times new roman", serif;
    color: #000;
    margin: 0;
    padding: 0;
}

#top #logo p, #top #contact-top p {
    font: bold 1.2em arial,sans-serif;
    color: #777;
    margin: 0;
    padding: 0;
}

#header {
    width: 781px;
    height: 150px;
    background: #FFF url(images/header.jpg) no-repeat;
}

#page {
	margin: 0 auto;
	padding: 0;
	width: 781px;
	}

.clear { clear: both; }

.narrowcolumn {
	float: left;
	padding: 0 10px 0 0;
	margin-left: 4px;
	width: 552px;
	}
.narrowcolumn ul {
    list-style-type: square;
    padding: 0;margin:5px 0 5px 40px;
}

.narrowcolumn h2.pagetitle {
    margin: 20px  10px;
    padding: 2px 0;
    display: block;
}

.narrowcolumn form { margin: 10px; }

#content p.edit { margin: 10px; }

.post {
	margin: 10px;
	text-align: justify;
	}
.post h2 {
    text-transform: capitalize;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.narrowcolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.narrowcolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

#footer {
    padding: 5px 20px;
    margin: 0 auto;
    color: #eee;
    background: #676666;
}

#sponsors {
    margin: 10px auto;
    padding: 5px 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

#sponsors img, #sponsors a {
    float: left;
    margin-right: 14px;
}

#sponsors a#t3 {
	width: 100px;
	height: 28px;
	background: url(images/t3-an.gif) no-repeat;
}

#sponsors a:hover#t3 {
	background: url(images/t3.gif) no-repeat;
}

/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 20px;
	margin: 0;
	}

h2 {
	margin: 0 0 20px  0;
    padding: 2px 0;
    color: #990000;
    font-weight: normal;
    font-size: 1.8em;
	}

#sidebar h1 {
	margin: 0 0 2px 0;
    padding: 3px 3px 3px 15px;
    background: #676666;
    font: 1.8em georgia,serif;
    text-align: left;
    text-align: center;
	}

#sidebar h2 {
    font-size: 1.6em;
    margin: 5px 0;
    font-weight: bold;
}

#sidebar .box {
    padding: 5px;
    border: 1px solid #eee;
    text-align: justify;
}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

.narrowcolumn #comments, .narrowcolumn #respond  {
    text-align: center;
    }
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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;
	}

.entrytext img {
    float: left;
    padding: 3px;
    border: 1px solid #ddd;
    margin: 0 5px 5px 0;
    }

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 115px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

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

#commentform textarea {
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 10px;
	text-align: justify;

	}

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

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

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	padding: 10px 0 0 10px;
    margin: 0;
	width: 192px;
    float: left;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin: 10px 10px 60px 10px;
	}
/* End Various Tags & Classes*/


/* =======================================================
-================================================================== */
/**************** menu coding *****************/
/* son of the suckerfish */
#mm {
    width: 774px;
    height: 34px;
    color: #fff;
}

#mm #nav, #mm #nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1;
}

#mm #nav li {
	float: left;
    margin: 1.1em 0 0 0;
}

#mm #nav li ul {
	position: absolute;
	width: 13em;
	left: -999em;
}

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

#mm #nav {
    float: left;
    height: 3.2em;
    margin-left: 1em;
}

#mm #nav li a {
    display: block;
    font-size: 1.2em;
    color: #373434;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    background: #fff url(images/separator.gif) center right no-repeat;
    padding-left: 5px;
}

#mm #nav li a:hover {
    color: #690102;
}

#mm #nav li #about-us {
    width: 7.3em;
}

#mm #nav li #services {
    width: 7.2em;
}

#mm #nav li #dirs {
    width: 8.6em;
}

#mm #nav li #schedule {
    width: 12.5em;
}

#mm #nav li #tires {
    width: 4.8em;
}

#mm #nav li #contact {
    width: 8.8em;
}

#mm #nav li #certifications {
    background: #fff;
}

#mm #nav .top {
    margin-top: 1.1em;
}

#mm #nav li li {
    margin: 0;
}

#mm #nav ul {
    background: transparent url(images/mm_ovr_ul.gif) top left no-repeat;
    position: absolute;
    z-index: 1000;
}

#mm #nav #li-tires ul {
    margin-left: -5px;
}

#mm #nav li li a {
    width: 13em;
    display: block;
    background: #690102 url(images/mm_up.gif) top left no-repeat;;
    color: #fff;
    padding: 0.5em 0 0.5em 2em;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: normal;
}

#mm #nav li li a:hover {
    width: 13em;
    background: #690102 url(images/mm_ovr.gif) top left no-repeat;
    color: #690102;
}

#mm #nav ul .bottom {
    width: 18em;
    background: transparent url(images/mm_bottom_r.gif) top right no-repeat;
}

#mm #nav ul .bottom img {
    float: left;
}
/* end son of suckerfish ;) */


#specials {
    padding: 5px;
}

#specials ul {
    list-style-type: square;
    padding: 0 10px;
}


/** contact form ***/
.red {color:#cc0000}
.A	{font-size:10pt; font-weight:bold; color:#777 }
.B  {font-size:9pt; font-weight:bold; color:#000000; font-style:italic;}
.C	{font-size:8pt; color:#000000}
.D	{font-size:8pt; color:#000000}
form {
	margin: 0px;
}
form input, form select, form submit {
	font-size: 7.5pt;
}
form div.label {
	font-size: 7.5pt;
}
.sectionLabelSpacer { height:5px; }
.formFieldRowSpacer { height:0px; }
.sectionBottomSpacer { height:15px; }



.error {
    padding: 5px;
    border: 1px solid red;
}

.notice {
    padding: 5px;
    border: 1px solid #ddd;
}

#directions .googledir table {
    font-size: x-small;
}

 v\:* {
        behavior:url(#default#VML);
      }

