/* This stylesheet was designed and developed by Chris Converse for Udemy */

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 13px;
	margin: 0px;
	padding: 20px;
	color: #444;
	background: #7399ce;
}
.page { font-size: 1em; }

h1 { font-size: 1.7em; color: #276193; margin: 0px 0px .5em 0px; font-weight: bold; }
h2 { font-size: 1.4em; color: #000; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #000; margin: 0em 0px .25em 0px; }
h6 { font-size: .1em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px .25em 0px; line-height: 150%; font-size: 1.1em; color: #222; font-weight: normal; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #3b65b5; font-weight: bold; }
a:hover { color: #7ea0d7; }

figure { display: block; margin: 0px; padding: 0px; }
 figure .figure_photo {
	background: url(../images/Diers-garage-big.jpg) no-repeat 50% 0px;
	float: right;
	width: 300px;
	margin: 0px;
	height: 224px;
	border: 1px solid #000;
}

/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; max-width: 2000px; }
.page header {
	display: block;
	position: relative;
	height: 340px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/inside-banner-big.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 20px;
	left: 15px;
	display: block;
	width: 250px;
	height: 60px;
	background: url(../artwork/cv-logo-medbig.png) no-repeat 0px 0px;
}

.page .page_content { background-color: #edf2f6; padding: 1px 0px 1px 0px; }

.page .page_content .content {
	margin: 10px 10px 0px 10px;
	padding: 0px;
}
.page .page_content .page_content_container_top { float: left; width: 98%; margin: 10px 10px 0px 10px; padding: 0px; }
.page .page_content .page_content_container_left { 
	width: 98%; 
	float: left; 
	margin: 10px 0 10px 10px; 
	padding: 0px; }
.page .page_content .page_content_container_right {
	width: 0%;
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0px;
}

.page nav { position: absolute; top: 140px; left: 20px; text-align: center; border: none; }
.page nav a {
	border: 1px solid #fff;
	/*border-radius: 16px;*/
	color: #fff;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	padding: 6px 14px 6px 14px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(176,156,132,.5);
	font-size: .9em;
}
.page nav a:hover { background-color: rgba(44,80,117,.5); color: #fff; }
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 25px 20px 25px 20px;
	font-size: .9em;
	color: #fff;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #7ea0d7 50%, #3b65b5 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#7ea0d7), color-stop(90%,#3b65b5));
}

.clear_both { clear: both; line-height: 1px; }

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	.page { margin: 0px; padding: 0px; font-size: .9em }
	.page header { height: 65px; background-image: url(../images/inside-banner-sml.jpg); }
	.page header a.logo {
		top: 3px;
		left: 15px;
		margin: 0px auto 0px auto;
		width: 120px;
		height: 29px;
		background: url(../artwork/cv-logo-sml.png) no-repeat 50% 0px;
	}
.page .page_content .content { margin: 10px 10px 0px 10px; }
.page .page_content .page_content_container_top { float: left; width: 95%; margin: 10px 10px 0px 10px; padding: 0px; }
.page .page_content .page_content_container_left { 
	width: 98%; 
	float: none; 
	margin: 10px auto 10px auto; 
	padding: 0px; }
.page .page_content .page_content_container_right {
	width: 0%;
	float: none;
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
figure .figure_photo {
	background: url(../images/Diers-garage-med.jpg) no-repeat 50% 0px;
	float: right;
	width: 280px;
	margin: 0px;
	height: 209px;
	border: 1px solid #000;
}
	.page nav {
		position: inherit;
		padding: 2px 0px 1px 0px;
		text-align: left;
		border-top: 1px solid #ddd;
	}
	.page nav a {
		color: #fff;
		border: none;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: .8em;
		display: block;
		width: 260px;
		margin: 0px 10px 5px 10px;
		/*background: #47657f url() no-repeat right 50%;*/
	}
	.page nav a:hover { color: #fff; background-color: #27425a; }
	.page footer { font-size: .8em; }
}

/* Medium Screen Rules */
@media screen and (min-width: 501px) and (max-width: 800px) {
	.page { margin: 0px; padding: 0px; font-size: .95em; }
	.page header { height: 115px; background-image: url(../images/inside-banner-med.jpg); padding: 10px 50px 0px 75px; }
	.page header a.logo {
		top: 20px;
		left: 10px;
		width: 200px;
		height: 48px;
		background: url(../artwork/cv-logo-med.png) no-repeat 0px 0px;
	}
.page .page_content .page_content_container_left { 
	width: 49%; 
	float: left; 
	margin: 10px 0 10px 10px; 
	padding: 0px; }
.page .page_content .page_content_container_right {
	width: 49%;
	float: right;
	margin: 10px 10px 10px 0;
	padding: 0px;
}
	.page nav { top: 80px; }
	.page nav a {
		border-color: #fff;
		margin: 0px 2px 4px 2px;
		padding: 4px 6px 4px 6px;
		font-size: .9em;
		
	}

}

