/*
	Website Name: Auto Parts S&A LLC
	Designed by: Katherine Leonard, Car-Part.com
	Last updated: 31 Jan 2024
*/

/* 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: #000;
	background-image: url("graphics/fence.png");
	background-size: 5%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 16px;
}
#container {
	background-color: #000;
	background-color: rgba(0,0,0,0.85);
	color: #fff;
	min-height: 100%;
}
header, #content, footer {
	padding: 10px;
}
header {
	text-align: center;
}
#logo, #info {
	display: inline-block;
		vertical-align: middle;
}
#logo {
	max-width: 250px;
}
#logo img {
	width: 100%;
	height: auto;
}
#info {
	font-family: Boogaloo, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	margin-left: 40px;
}
#info h1 {
	color: #0c0;
	font-size: 48px;
	margin-bottom: 10px;
}
header address, #phones {
	display: inline-block;
		vertical-align: middle;
}
header address {
	font-size: 20px;
	margin-right: 20px;
}
#phones {
	font-size: 18px;
	line-height: 1em;
	margin-top: 0;
	width: 200px;
}
header address .block, #phones .block {
	display: block;
}
header address .divider, #phones .divider {
	display: none;
}
#phones .left {
	clear: left;
}
#phones .right {
	clear: right;
}
nav {
	background-color: #f00;
	color: #000;
	font-family: Boogaloo, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 20px;
	margin: 10px 0;
	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 -32px;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	display: inline-block;
		width: 32px;
		height: 32px;
		vertical-align: middle;
	margin: 2px;
}
#menuBtn:hover, #menuBtn.active {
	background-color: #fc0;
}
nav a {
	text-decoration: none;
}
nav ul {
	display: inline-block;
}
nav ul li {
	display: inline-block;
	margin: 0;
	padding: .25em;
}
nav ul li:hover {
	background-color: #fc0;
}
aside {
	display: block;
		width: 280px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#hours {
	color: #0c0;
	display: block;
		max-width: 220px;
	font-family: Boogaloo, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 17px;
	margin: auto;
	margin-bottom: 1.5em;
}
#hours h1 {
	border-bottom: 2px solid #0c0;
	font-size: 18px;
	margin-bottom: 3px;
}
aside .callout {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #fc0;
	display: block;
	font-family: Boogaloo, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 20px;
	margin: auto;
	padding: 1em 0;
}
aside .callout .block {
	display: block;
}
aside .callout .line1 {
	font-size: 22px;
	text-transform: uppercase;
}
aside .callout .line2 {
	text-transform: lowercase;
}
.about aside {
	border: 0;
	width: 320px;
}
.about main {
	max-width: 600px;
}
#contacts {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 10px;
}
#contacts h1 {
	font-weight: 700;
}
#contacts ul {
	font-size: 16px;
	font-variant: small-caps;
	text-align: left;
}
#contacts ul li {
	font-weight: 700;
	padding: 10px 0;
}
#contacts ul ul {
	padding-left: 10px;
}
#contacts ul ul li {
	font-weight: 400;
	padding: 0;
}
#contacts .right {
	font-weight: 400;
	clear: right;
}
main {
	display: block;
}
main h1 {
	font-weight: 700;
	margin-bottom: 1em;
}
main p {
	margin-bottom: 1em;
}
.home main, .about main, .map main {
	max-width: 680px;
	padding-right: 0;
}
ul.features {
	list-style-type: square;
	margin: 1em 0 1em 4em;
}
dl.directions dt {
	font-weight: 700;
}
dl.directions dd {
	margin-bottom: 1em;
}
#frame {
	display: block;
	margin: 2em auto;
	text-align: center;
}
.home #frame, .about #frame {
	max-width: 500px;
}
#map {
	display: block;
		max-width: 800px;
	margin: 2em auto;
	text-align: center;
}
#map iframe {
	display: block;
		width: 100%;
		height: 600px;
	margin: auto;
}
#mapLink {
	background-color: #f00;
	border-radius: 5px;
	color: #000;
	font-family: Boogaloo, "Open Sans", "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 18px;
	display: none;
	margin: 1em auto;
	padding: 10px;
}
.warranty .notice {
	color: #0c0;
	font-weight: 700;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
}
.warranty ol {
	list-style-type: decimal;
	margin-left: 60px;
}
.warranty ol li {
	margin-bottom: .25em;
}
footer {
	font-size: 12px;
}
footer .block, footer .divider {
	display: inline;
}

ul.pymt {
	text-align: center;
	margin-bottom: 1em;
}
ul.pymt li {
	display: inline-block;
	padding: 0 4px;
}
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;
}

@media screen and (max-width: 999px) {
	#menuBtn {
		display: inline-block;
	}
	nav ul {
		background-color: #0c0;
		display: block;
			width: 100%;
		display: none;
		position: absolute;
			z-index: 10;
	}
	nav ul li {
		color: #000;
		display: block;
		padding-left: 32px;
		text-align: left;
	}
	nav ul li:hover {
		background-color: #c00;
		color: #fff;
	}
}
@media screen and (max-width: 799px) {
	#logo, #info {
		display: block;
		margin: auto;
	}
	header address, #phones {
		display: block;
		margin: auto;
	}
	header address .block, header address .divider {
		display: inline;
	}
	#phones {
		line-height: 1.25em;
		margin-top: .5em;
	}
	aside {
		float: none;
		width: auto;
		margin-bottom: 2em;
		padding: 0;
	}
	.warranty aside, .map aside {
		display: none;
	}
	.about aside {
		margin: auto;
	}
	#contacts {
		width: auto;
	}
	footer .left, footer .right {
		float: none;
		line-height: 1.25em;
		text-align: center;
	}
}
@media screen and (max-width: 699px) {
	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;
	}
}
@media screen and (max-width: 519px) {
	footer .block {
		display: block;
	}
	footer .divider {
		display: none;
	}
}
@media screen and (max-width: 399px) {
	#map iframe {
		display: none;
	}
	#mapLink {
		display: inline-block;
	}
	#info h1 {
		font-size: 10vw;
	}
	header address .block {
		display: block;
	}
	header address .divider {
		display: none;
	}
}