/* 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.6em; color: #000; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #276193; margin: 0em 0px .25em 0px; }
h4 { font-size: .9em; color: #276193; margin: 0em 0px .25em 0px; }
h6 { font-size: .1em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; line-height: 140%; font-size: 1.1em; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #3b65b5; font-weight: bold; }
a:hover { color: #7ea0d7; }

.content_sidebar h3 { color: #000; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #000; }
.content_sidebar a { color: #3b65b5; }
.content_sidebar a:hover { color: #7ea0d7; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: #edf2f6 url(../images/cv-overview-big.jpg) no-repeat; 50% 0px;
	margin: 0px;
	height: 288px;
	border: 0px solid #000;
}
.content_sidebar figure figcaption { font-size: 1em; display: block; color: #000; margin: 5px 0px 10px 0px; padding: 0px 0px 0px 0px; }

/* 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: 25px;
	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_left { width: 73%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 25%; float: right; margin: 20px 10px 0px 0px; padding: 0px; }

.page .page_content .content_sidebar {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	background: #edf2f6;
}
.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: 8px;
		left: 10px;
		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_left { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content_sidebar {
	margin: 10px;
	padding: 0px;
	border: 0px solid #000;
	background: #edf2f6;
}
	.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: #edf2f6 url(../images/cv-overview-med.jpg) no-repeat 50% 0px;
	margin: 0px;
	height: 143px;
	border: 0px solid #000;
}
	
	.page nav {
		position: inherit;
		padding: 2px 0px 1px 0px;
		text-align: left;
		border-top: 1px solid #ddd;
	}
	.page nav a {
		color: #000;
		border: none;
		padding: 7px 10px 7px 10px;
		font-weight: bold;
		font-size: .9em;
		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: 125px; background-image: url(../images/inside-banner-med.jpg); padding: 10px 50px 0px 75px; }
	.page header a.logo {
		top: 15px;
		left: 20px;
		width: 200px;
		height: 48px;
		background: url(../artwork/cv-logo-med.png) no-repeat 0px 0px;
	}
	.page .page_content .page_content_container_left { width: 62%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 35%; float: right; margin: 10px 10px 0px 0px; padding: 0px; }

.page .page_content .content_sidebar {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000;
	background: #edf2f6;
}
	.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: #edf2f6 url(../images/cv-overview-med.jpg) 50% 0px;
	margin: 0px;
	height: 223px;
	border: 0px solid #000;
}
.content_sidebar figure figcaption { font-size: 1em; display: block; color: #000; margin: 5px 0px 10px 0px; padding: 0px 0px 0px 0px; }
	.page nav { top: 80px; }
	.page nav a {
		border-color: #fff;
		margin: 0px 2px 4px 2px;
		padding: 4px 6px 4px 6px;
		font-size: .9em;
	}

}

