@charset "UTF-8";
/* Aaron Paul Website */

html, body {
	height: 100%;
}
body {
	margin: 0;
	color: #FFF;
	font: 100% 'Nexa W01 Light', sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #000;
	background-image: url(../images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-text-size-adjust: 100%;
}
article, aside, footer, header, hgroup, main, nav, section {
	display: block;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: 'Nexa W01 Heavy';
	font-style: normal;
	font-weight: normal;
}
h1 {
	width: 224px;
	height: 100px;
	margin-top: 50px;
	display: block;
	float: left;
}
h2 {
	width: 422px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 62px;
	line-height: 50px;
}
h3 {
	margin: 17px 0;
	font-size: 52px;
}
ul {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	color: #FFF;
	text-decoration: none;
}
/* General Classes */
.highlight {
	color: #73CAD0;
}
/* Page Master Structure */
#page-container {
	width: 964px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px;
}
header {
	width: 964px;
	height: 665px;
	position: relative;
	float: left;
}
main {
	width: 964px;
	float: left;
}
.push {
	height: 100px;
	clear: both;
}
footer {
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding-top: 20px;
	line-height: 30px;
	text-align: center;
	text-transform: lowercase;
}
/* Content*/
#content {
	width: 400px;
	padding-right: 64px;
	float: left;
	font-size: 24px;
}
#the-latest {
	width: 500px;
	position: relative;
	float: left;
}
#google-map {
	width: 356px;
	height: 232px;
	position: absolute;
	left: -464px;
	bottom: 0;
}
/* Banner Logo Images */
#banner {
	width: 964px;
	margin-top: 40px;
	float: left;
	clear: both;
}
#banner h3 {
	height: 71px;
	display: block;
	margin: 0;
	float: left;
	line-height: 71px;
}
#brand-logos {
	height: 71px;
	float: right;
	list-style: none;
}
#brand-logos li {
	height: 71px;
	margin-left: 46px;
	float: left;
}
#brand-logos li:first-child {
	margin-left: 0;
}
/* Contact Bar Styles */
.contact {
	padding: 40px 0;
	float: left;
	list-style: none;
}
.contact li {
	height: 20px;
	float: left;
	font-family: 'Nexa W01 Light';
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 32px;
}
.address, .phone, .email_address, .dates {
	margin-right: 22px;
	padding-left: 22px;
	background-position: left bottom;
	background-repeat: no-repeat;
}
.facebook, .instagram, .twitter, .pinterest {
	padding: 0 3px;
}
.address {
	background-image: url(../images/map-pointer.png);
}
.phone {
	background-image: url(../images/mobile.png);
}
.email_address {
	background-image: url(../images/email.png);
}
.dates {
	background-image: url(../images/clock.png);
}
/* Footer */
footer a {
	color: #73CAD0;
}
