/*
	Website Name: Tim's Auto Parts
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 30 June 2015
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
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,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,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* "Beat THAT ClearFix!" by Thierry Koblentz - http://www.cssmojo.com/ */
.btcf:after{content:"";display:table;clear:both}

/* "Frustration Fixes" by Katherine Leonard - http://www.kat-and-mouse.com/ */
html,body{height:100%;overflow:auto}a{color:inherit}strong,b,bold{font-weight:700}em,i,italic{font-style:italic}.left{float:left;text-align:left}.center{float:none;margin:0auto;text-align:center}.right{float:right;text-align:right}.noU{text-decoration:none}

body {
	background-color: #333;
	color: #ccc;
	font-family: Lato, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
header {
	background-color: #fff;
	color: #666;
	padding: 20px 0;
	position: relative;
	text-align: center;
}
#logo, #info {
	display: inline-block;
	vertical-align: middle;
}
#logo {
	margin-right: 50px;
	max-width: 280px;
}
#logo img {
	display: block;
		width: 100%;
		height: auto;
}
#info {
	padding-top: 40px;
}
#info .upper, #info .lower {
	clear: both;
	display: block;
}
#info .block {
	display: block;
}
#info .divider {
	display: none;
}
header address, #phones, #hours {
	display: inline-block;
	line-height: 1.125em;
	vertical-align: top;
}
header address, #phones {
	font-weight: 700;
	margin-right: 40px;
}
#hours h1 {
	font-weight: 700;
}
header .callout, #social {
	display: inline-block;
		vertical-align: middle;
}
header .callout {
	margin: 10px auto;
}
#social {
	margin-left: 20px;
	position: relative;
}
#social ul li {
	background-image: url("graphics/social_sprites.png");
	background-repeat: no-repeat;
	background-size: auto 200%;
	display: inline-block;
		width: 32px;
		height: 32px;
	font-size: 0;
	margin: 0 2px;
}
#social .fb {
	background-position: 0 0;
}
#social .fb:hover {
	background-position: 0 -32px;
}
#social .tw {
	background-position: -32px 0;
}
#social .tw:hover {
	background-position: -32px -32px;
}
nav {
	background-color: #a00;
	background: linear-gradient(#600, #a00, #600);
	color: #fff;
	font-weight: 700;
	position: relative;
	text-align: center;
}
#menuBtn {
	display: inline-block;
		width: 100%;
		vertical-align: middle;
	display: none;
	text-align: left;
}
#menuBtn:before {
	background-image: url("graphics/menuBtn.png");
	background-position: 0 0px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
}
#menuBtn:hover, #menuBtn.active, nav ul li:hover {
	background-color: #666;
	background: linear-gradient(#000, #999, #000);
}
nav a {
	text-decoration: none;
}
nav ul {
	display: inline-block;
}
nav ul li {
	display: inline-block;
	padding: 8px;
}
#content {
	background-color: #fff;
	color: #333;
}
#slider {
	display: block;
		width: 100%;
	position: relative;
}
#slider figure {
	position: relative;
}
#slider figure img {
	display: block;
		width: 100%;
		height: auto;
}
#slider figure .container {
	display: block;
		height: 100%;
	position: relative;
}
#slider figure figcaption {
	background-color: #600;
	background-color: rgba(102, 0, 0, 0.7);
	color: #fff;
	padding: 10px;
	position: absolute;
		right: 0;
		bottom: 6vw;
}
#slides.slidesjs-navigation, #slider.slidesjs-navigation, a.slidesjs-next, a.slidesjs-previous, a.slidesjs-play, a.slidesjs-stop {
	position: absolute;
		bottom: 5px;
		left: 5px;
		z-index: 30;
}
a.slidesjs-previous, a.slidesjs-next {
	display: none;
}
.slidesjs-pagination {
	position: absolute;
		bottom: 5px;
		right: 5px;
		z-index: 35;
}
main {
	padding: 20px 10px;
}
main h1 {
	font-weight: 700;
	margin-bottom: 1em;
}
main p {
	margin-bottom: 1em;
}
ul.features {
	list-style-type: square;
	margin-left: 3em;
	margin-bottom: 1em;
}
ul.directions li {
	font-weight: 700;
}
ul.directions ul {
	list-style-type: square;
	margin-bottom: .5em;
	margin-left: 4em;
}
ul.directions ul li {
	font-weight: 400;
}
#frame {
	display: block;
		max-width: 850px;
	margin: auto;
	padding: 10px;
	text-align: center;
}
#frame a {
	color: inherit;
	text-decoration: none;
}
#map, #searchFrame {
	display: block;
		width: 100%;
		height: 600px;
	margin: auto;
}
.button {
	background-color: #600;
	box-shadow: 3px 3px 1px #000;
	color: #fff;
	display: inline-block;
	margin: 10px 2px 2px 0;
	padding: 10px;
}
.button:hover {
	background-color: #666;
	box-shadow: 2px 2px 1px #000;
	margin: 12px 0 0 2px;
}
#mapLink, #searchBtn {
	display: none;
}
#logos {
	margin-top: 20px;
	text-align: center;
}
#logos ul {
	display: inline-block;
	vertical-align: middle;
}
ul.pymt {
	margin-right: 40px;
}
ul.assoc li {
	display: inline-block;
		height: 60px;
}
ul.assoc li img {
	display: block;
		height: 100%;
		width: auto;
}
footer {
	font-size: 13px;
	margin-top: 10px;
	padding: 10px;
}

ul.pymt {
	text-align: center;
}
ul.pymt li {
	display: inline-block;
	padding: 10px 2px;
}
ul.pymt .cc {
	background-size: auto 100%;
	background-image: url("graphics/payments.png");
	background-repeat: no-repeat;
	width: 62px;
	height: 42px;
	font-size: 0;
}
ul.pymt .visa {
	background-position: 0 0;
}
ul.pymt .mc {
	background-position: -62px 0;
}
ul.pymt .disc {
	background-position: -124px 0;
}
ul.pymt .paypal {
	background-position: -186px 0;
}
ul.pymt .amex {
	background-position: -248px 0;
}
ul.pymt .debit {
	background-position: -310px 0;
}
.container {
	margin: 0 auto;
	max-width: 1000px;
}
.callout {
	color: #333;
	font-family: "Pacifico", Lato, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 32px;
	text-align: center;
}

@media screen and (max-width: 999px) {
	#menuBtn {
		display: inline-block;
	}
	nav ul {
		background-color: #000;
		display: block;
			width: 100%;
		display: none;
		position: absolute;
			z-index: 100;
	}
	nav ul li {
		color: #fff;
		display: block;
		padding-left: 32px;
		text-align: left;
	}
	nav ul li:hover {
		background: none;
		background-color: #600;
	}
}
@media screen and (max-width: 949px) {
	#searchFrame {
		display: none;
	}
	#searchBtn {
		display: inline-block;
	}
}
@media screen and (max-width: 899px) {
	#logo, #info {
		display: block;
		margin: auto;
		padding: 10px;
	}
	#logo {
		padding-top: 20px;
		padding-bottom: 0;
	}
	#info address, #phones, #hours {
		display: block;
		margin: auto;
	}
	#info .block, #info .divider {
		display: inline;
	}
	#hours {
		margin-top: 10px;
		max-width: 230px;
	}
	#social {
		position: absolute;
			top: 0;
			right: 5px;
	}
	.callout {
		font-size: 22px;
	}
	#logos ul {
		display: block;
		margin: auto;
	}
}
@media screen and (max-width: 699px) {
	.callout {
		font-size: 18px;
	}
	ul.pymt .cc {
		background-size: auto 100%;
		width: 31px;
		height: 21px;
		font-size: 0;
	}
	ul.pymt .visa {
		background-position: 0 0;
	}
	ul.pymt .mc {
		background-position: -31px 0;
	}
	ul.pymt .disc {
		background-position: -62px 0;
	}
	ul.pymt .paypal {
		background-position: -93px 0;
	}
	ul.pymt .amex {
		background-position: -124px 0;
	}
	ul.pymt .debit {
		background-position: -155px 0;
	}
	ul.assoc li {
		height: 45px;
	}
	footer .left, footer .right {
		float: none;
		line-height: 1.125em;
		text-align: center;
	}
}
@media screen and (max-width: 499px) {
	#social ul li {
		width: 24px;
		height: 24px;
	}
	#social .fb {
		background-position: 0 0;
	}
	#social .fb:hover {
		background-position: 0 -24px;
	}
	#social .tw {
		background-position: -24px 0;
	}
	#social .tw:hover {
		background-position: -24px -24px;
	}
	#slider figure figcaption {
		display: none;
	}
	#frame iframe {
		display: none;
	}
	#mapLink {
		display: inline-block;
	}
	footer .divider {
		display: none;
	}
	footer .block {
		display: block;
	}
}