/*
Theme Name: Modern Auto Body 2010
Description: The 2010 Redesign Theme for Modern Auto Body
Author: Anchor Marketing
Version: 1.0
Tags: 
*/

/* 
Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html 
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/* IMAGE STYLING - REQUIRED FOR WORDPRESS EDITOR */
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* CLEARFIX */
/* full clearfix */
/* add to floating elements which shall clear floating after themselves */ 
* html .clearfix {
    height: 1%; /* IE5-6 */
    }
*+html .clearfix {
	display: inline-block; /* IE7not8 */
	}
.clearfix:after { /* FF, IE8, O, S, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }


/* GENERAL CSS STYLES */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #F3EEEA url(images/bg-mab.jpg) repeat-x;
	}
h3 {
	padding: 5px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	}
p {
	padding: 3px 0;
	}
ul, ol {
	padding: 5px 0;
	}
li {
	list-style: disc;
	margin-left: 15px;
	}
a {
	color: #5E4C38;
	/* text-decoration: none; */
	}
a:hover {
	color: #9F0A0E;
	}
#wrapper {
	margin: 0 auto;
	width: 945px;
	}
	.valignmiddle { vertical-align: middle; }

/* HEADER */
#header {
	position: relative;
	height: 196px;
	background: url(images/header-mab.jpg) no-repeat;
	}
	ul#main-menu {
		position: absolute;
		top: 115px;
		left: 295px;
		padding: 0;
		}
		ul#main-menu li {
			float: left;
			display: block;
			margin: 0;
			width: 90px;
			text-align: center;
			font-size: 13px;
			font-weight: bolder;
			}
			ul#main-menu li a, 
			ul#main-menu li a:visited {
				color: #5E4C38;
				text-decoration: none;
				}
			ul#main-menu li a:hover {
				color: #9F0A0E;
				}

	#header #click_home,
	#header-front #click_home {
		position: absolute;
		top: 0;
		left: 55px;
		display: block;
		width: 325px;
		height: 90px;
		text-indent: -9999px;
		font-size: 0;
		}
#header-front {
	position: relative;
	height: 338px;
	background: url(images/front-header-mab.jpg) no-repeat;
	}
/* CONTENT */
#main {
	width: 945px;
	background: url(images/bg-body-mab.png) repeat-y;
	}
	#main-inner {
		margin: 0 10px;
		width: 925px;
		background: url(images/bg-body-bottom-mab.jpg) no-repeat center bottom;
		}
		#content {
			display: block;
			margin: 0 20px;
			padding-bottom: 20px;
			min-height: 400px;
			}
			#content > div:first-child {
				/* min-height: 400px; */
				}
			#content h2.main-title { /* for IE6 */
				padding: 10px 0px;
				color: #9F0A0E;
				font-size: 24px;
				font-weight: bold;
				}
			#right-content-column,
			#left-content-column {
				float: left;
				}
			#left-content-column {
				margin: 0 20px 0 0;
				width: 480px;
				}
			#right-content-column {
				margin: 50px 0 0;
				width: 385px;
				}
div.entry-content {
	min-height: 300px;
	}
				
	/* Services Page, About Page */
div.menu-service,
div.menu-about,
div.entry-content {
	clear: both;
	}
ul#service-menu,
ul#about-menu {
	margin: -10px 0 25px;
	}
	#service-menu li,
	#about-menu li {
		float: left;
		margin: 0;
		padding: 0 15px 0px 0px;
		list-style: none;
		}
		#service-menu li a,
		#about-menu li a,
		#service-menu li a:visited,
		#about-menu li a:visited {
			color: #5E4C38;
			/* text-decoration: none; */
			}
		#service-menu li a:hover,
		#about-menu li a:hover {
			color: #9F0A0E;
			}
			
	/* Results */
.results table {
	margin: 0 auto;
	width: 476px;
	}
	.results table th {
		padding-bottom: 7px;
		font-size: 20px;
		font-style: italic;
		}
	.results table td {
		padding: 3px 3px 0;
		}
.results #testimonial-content {
	margin-top: 35px;
	padding: 0;
	}
	.results #testimonial-content blockquote {
		margin-bottom: 15px;
		width: 355px;
		}
		
	/* Contact */
table.gadget {
	margin: 0 auto 10px auto !important;
	}
	table.gadget div { 
		margin: 0 auto; 
		width: 320px; 
		height: 62px; 
		}
	table.gadget a {
		color: #0000CC;
		}
	table.gadget td {
		padding: 0;
		}
div#wpcf7-f1-p12-o1 {
	padding: 20px 0;
	}
div#contact {
	padding: 20px 0 5px;
	}
	
	/* Testimonials */
#testimonial-content {
	/* padding: 15px 0 25px 0; */
	padding-top: 20px;
	}
	#testimonial-content blockquote {
		margin: 0 auto;
		padding: 20px 10px 10px 20px;
		width: 400px;
		color: #FFFFFF;
		font-weight: bold;
		text-align: center;
		background: #9F0A0E url(images/open-quote.png) no-repeat 10px 10px;
		}
		#testimonial-content blockquote strong {
			font-size: 1.3em;
			}
		#testimonial-content blockquote span {
			display: block;
			padding: 0 10px 10px 0;
			background: url(images/close-quote.png) no-repeat bottom right;
			}
			#testimonial-content blockquote span img {
				padding: 0 3px;
				}

/* FOOTER */
#footer {
	height: 165px;
	background: url(images/footer-mab.png) no-repeat center top;
	}
	div.menu-footer {
		position: relative;
		margin: 0 auto;
		width: 736px;
		background-color:#CCCCCC;
		}
	ul#footer-menu {
		position: absolute;
		top: 105px;
		left: 0;
		}
		ul#footer-menu li {
			float: left;
			display: block;
			margin: 0;
			padding: 0px 33px;
			text-align: center;
			font-size: 11px;
			line-height: 12px;
			border-right: 1px solid #5E4C38;
			}
			ul#footer-menu li a, ul#footer-menu li a:visited {
				color: #5E4C38;
				text-decoration: none;
				}
			ul#footer-menu li a:hover {
				color: #9F0A0E;
				}
				ul#footer-menu li#menu-item-17 {
					border: none;
					}
	p#footer-copyright {
		position: relative;
		top: 135px;
		color: #5E4C38;
		text-align: center;
		font-size: 11px;
		}