/*
	Don's Bike Center Style Sheet - Large
	Author: Ted Hendricks
*/

/* Display HTMLS structural elements as blocks */
header, nav, section, article, aside, form {
	display: block;
}

/* Default Styles */
* {
	font-family: Arial;
	margin: 0px;
}

/* Body Styles */
body {
	min-width: 1064px;
	max-width: 1500px;
	margin: auto;
	font-size: 18px;
	background-color: rgb(255,255,255);
}

/* Header Styles */
header {
	background-color: rgb(40,40,40);
	height: 150px;
}
header img {
	float: left;
	margin: -10px 20px 0 0;
	height: 170px;
	width: 170px;
}
/*header h1 {
	font-family: serif;
	float: left;
	color: rgb(255,255,255);
	font-size: 50px;
	text-align: left;
	margin-top: 10px;
	height: 50px;
}*/
header p {
	position: absolute;
	left: 220px;
	top: 45px;
	white-space: nowrap;
	float: left;
	color: rgb(255,255,255);
	text-align: left;
	padding-top: 5px;
	margin-top:  0px;
	font-size: 22px;
	line-height: 25px;
	height: 75px;
}
header p a {
	text-decoration: none;
	color: rgb(255,255,255);
}
/* Header Images Styles - Home Page*/
aside.header_img_home {
	position: absolute;
	top: 0px;
	right: 0px;
	left: 750px;
	height: 150px;
}
aside.header_img_home a img.facebook {
	float: right;
	height: 60px;
	margin: 45px 15px 0 0;
}
aside.header_img_home a img.instagram {
	float: right;
	height: 60px;
	margin: 45px 15px 0 0;
}
aside.header_img_home p {
	position: absolute;
	top: 100px;
	right: 20px;
}
aside.header_img_home p a {
	color: rgb(40,40,40);
	text-decoration: none;
}

/* Navigation List Styles */
nav.pages {
	margin-top: 10px;
}
nav.pages li {
	display: block;
	float: left;
	padding-right: 40px;
	text-align: center;
	font-size: 22px;
}
nav.pages li a {
	text-decoration: none;
	color: rgb(30,30,30);
	font-weight: bold;
}
nav.pages li a img {
	max-height: 100px;
}

/* Home Page - Article Styles */
#updatehome {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 20px;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
	color: rgb(200,0,0);
}
article.main {
	float: left;
	width: 42%;
	margin-top: 20px;
	margin-left: 60px;
	text-align: justify;
	font-size: 18px;
}
article.main h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 30px;
}
article.main p {
	font-size: 18px;
	padding-bottom: 10px;
}
article.main a {
	text-decoration: none;
	color: rgb(120,0,0);
}
article.main img.home_img {
	width: 100%;
	margin-top: 20px;
}
article.main img.home_img2 {
	display: none;
}
article.main img.home_img3 {
	display: none;
}
article.main2 {
	margin-left: 20px;
}
article.main2 div {
	float: left;
	width: 28%;
	margin-top: 20px;
	margin-left: 40px;
	text-align: justify;
	font-size: 18px;
}
article.main2 div img {
	width: 100%;
}
article.main2 h3 {
	font-size: 24px;
}
article.main2 p {
	font-size: 18px;
	padding-bottom: 10px;
}
article.main2 a {
	text-decoration: none;
	color: rgb(120,0,0);
}
#DividingLine {
	width: 100%;
	height: 20px;
	float: left;
}
hr {
	border: none;
}

/* Staff Page - Staff Pictures/Bios Styles */
section.bios {
	margin: 70px 60px 20px 60px;
}
section.bios h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
section.bios img {
	float: left;
	width: 150px;
	margin-right: 15px;
}
section.bios p {
	font-family: serif;
	float: right;
	text-align: left;
	font-size: 18px;
	margin: 15px 0 10px 0;
}
section.bios img.employees {
	float:right;
	clear: both;
	margin: 20px -575px 0px 0px;
	height: 720px;
	width: 555px;
}

/*Service Page - Labor Rates Styles */
section.service {
	float: left;
	width: 42%;
	margin-top: 40px;
	margin-left: 60px;
}
section.service h2 {
	float: left;
	font-size: 30px;
}
section.service p {
	float: left;
	padding-top: 10px;
	font-size: 18px;
	text-align: justify;
}
section.service img.mechanic {
	width: 100%;
}
section.service img.mechanic2 {
	display: none;
}
section.service img.mechanic3 {
	display: none;
}
section.service2 {
	margin: 0px 60px 20px 60px;
	float: left;
	padding-top: 25px;
}
section.service2 h2 {
	float: left;
	font-size: 30px;
	text-align: left;
}
section.service2 p {
	float: left;
	padding-top: 10px;
	font-size: 18px;
	text-align: left;
}
section.service2 table {
	width: 1000px;
	text-align: center;
	margin-top: 25px;
	border: 1px solid rgb(200,200,200);
	border-collapse: collapse;
}
section.service2 table th {
	width: 500px;
	font-size: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(50,50,50);
	color: rgb(255,255,255);
}
#service_packages td {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#line_items td {
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid rgb(200,200,200);
}

/* Rentals Styles */
section.rentals {
	margin: 80px 60px 0px 60px;
}
section.rentals h2 {
	margin-top: 20px;
	text-align: left;
	font-size: 30px;
}
section.rentals p {
	margin: 20px 0px 20px 0px;
	text-align: justify;
	font-size: 18px;
}
div.rental_details {
	float: left;
	width: 42%;
	margin: 20px 0px 20px 60px;
}
div.rental_details ul li {
	font-size: 20px;
	font-weight: bold;
}
#rentals_photo {
	width: 100%;
}
#rentals_photo2 {
	display: none;
}

/* Products Page - Article Styles */
article.products {
	float: left;
	width: 42%;
	margin-top: 40px;
	margin-left: 60px;
}
article.products h2 {
	font-size: 30px;
}
article.products p {
	text-align: justify;
	padding: 10px 0px 20px 0px;
	font-size: 18px;
}
article.products a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(100,0,0);
}
article.products img.products-side {
	width: 100%;
}
article.products img.products-side2 {
	display: none;
}
article.products img.products-side3 {
	display: none;
}

/* Rides Page - Article styles */
#update {
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-top: 40px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	color: rgb(200,0,0);
}
article.rides {
	float: left;
	width: 42%;
	margin-top: 40px;
	margin-left: 60px;
}
article.rides h2 {
	font-size: 30px;
	margin-bottom: 10px;
}
article.rides p {
	font-size: 18px;
	text-align: justify;
}
article.rides p a {
	text-decoration: none;
	font-weight: bold;
	color: rgb(100,0,0);
}
article.rides ul li {
	font-size: 18px;
	padding: 4px;
}
article.rides ul li a {
	text-decoration: none;
	color: rgb(150, 0, 0);
}
article.rides img.group_ride {
	width: 100%;
}
article.rides img.group_ride2 {
	display: none;
}
article.rides img.group_ride3 {
	display: none;
}
article.rides2 {
	margin: 80px 60px 0px 60px;
	clear: both;
}
article.rides2 ul li {
	font-size: 18px;
	padding: 4px;
}
article.rides2 ul li a {
	text-decoration: none;
	color: rgb(150, 0, 0);
}

/* Maps Page - PDF Links Styles */
section.maps {
	float: left;
	margin: 40px 60px 0px 60px;
}
section.maps div {
	border: 1px solid rgb(200,200,200);
	width: 24%;
	height: 200px;
	float: left;
}
section.maps div p {
	margin-top: 10px;
}
section.maps h2 {
	text-align: center;
	font-size: 30px;
	padding-bottom: 10px;
}
section.maps p {
	text-align: center;
	font-size: 18px;
	padding-left: 10px;
	padding-right: 10px;
}
section.maps p a {
	text-decoration: none;
	color: rgb(150,0,0);
}
section.maps p a img {
	border: 1px solid rgb(0,0,0);
	max-height: 100px;
	margin-top: 5px;
}
section.maps ul {
	list-style-type: none;
}
section.maps ul li {
	font-size: 25px;
	margin-bottom: 5px;
}
section.maps ul li a {
	color: rgb(40,40,40);
	text-decoration: none;
}
section.map_warning {
	float: left;
	margin: 20px 60px 0px 60px;
}
section.map_warning p.map_warning {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}

/* 404 error page styles */
#error img {
	position: absolute;
	width: 100%;
	top: 270px;
	left: 0px;
}
#error h1 {
	position: absolute;
	top: 270px;
	left: 0px;
	width: 550px;
	padding: 10px;
	margin-bottom: 10px;
	text-align: left;
	color: rgb(255,255,255);
	font-size: 28px;
	background-color: rgba(0,0,0, 0.5);
}
#error h2 a {
	position: absolute;
	top: 450px;
	left: 0px;
	line-height: 35px;
	padding: 5px;
	text-align: left;
	color: rgb(190,0,0);
	text-decoration: none;
	font-size: 22px;
	background-color: rgba(255,255,255,0.7);
}
#error h3 a {
	position: absolute;
	top: 495px;
	left: 0px;
	line-height: 35px;
	padding: 5px;
	text-align: left;
	color: rgb(190,0,0);
	text-decoration: none;
	font-size: 22px;
	background-color: rgba(255,255,255,0.7);
}

