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

@charset "UTF-8";

/* Text Formatting */

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

h1 { font-size: 1.8em; 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: #000; margin: 0em 0px .25em 0px; }
h4 { font-size: 1.1em; font-weight: normal; line-height: 150%; color: #000; margin: 0em 0px .25em 0px; }
h6 { font-size: .1em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; color: #000; font-size: 1em; line-height: 140%; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #cc0000; font-weight: bold; }
a:hover { color: #0000cc; }

.page .page_content .page_content_container_left figure { display: block; float: left; margin: 0px; padding: 0px; width: 350px; }
.page .page_content .page_content_container_left figure .figure_photo {
	background: url(../images/gwp-building-big.jpg) 50% 0px no-repeat;
	margin: 0px 10px 10px 0px;
	height: 174px;
	border: 1px solid #000;
}
.page .page_content .page_content_container_left figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 10px 0px; padding: 0px 0px 0px 0px; }

.content_sidebar h3 { color: #3274ad; margin-bottom: 10px; }
.content_sidebar p, .content_sidebar li { color: #252525; }
.content_sidebar a { color: #cc14a1; }
.content_sidebar a:hover { color: #000; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/gwp-location-big.jpg) 50% 0px;
	margin: 0px 0px 10px 0px;
	height: 330px;
	border: 1px solid #414141;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}
.content_sidebar figure figcaption { font-size: 1em; display: block; color: #000; margin: 3px 0px 10px 0px; padding: 0px 0px 0px 0px; }


/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 1150px; }
.page header {
	display: block;
	position: relative;
	height: 144px;
	-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/top-banner-big.jpg) no-repeat 0px 0px;
}
.page header a.logo {
	position: absolute;
	top: 12px;
	left: 21px;
	display: block;
	width: 122px;
	height: 120px;
	background: url(../artwork/gwp-logo-big.png) no-repeat 0px 0px;
}
.page header a.words {
	position: absolute;
	top: 50px;
	left: 179px;
	display: block;
	width: 613px;
	height: 51px;
	background: url(../artwork/gwp-words-big.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_left { width: 60%; float: left; margin: 0px; padding: 0px; }
.page .page_content .page_content_container_right { width: 40%; float: right; margin: 0px; padding: 0px; }
.page .page_content .content {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}
.page .page_content .content_sidebar {
	margin: 15px 10px 10px 0px;
	padding: 10px;
	border: 1px solid #bdbdbd;
	/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	background: #edf2f6;
}

.page nav {
	position: absolute;
	top: 110px;
	left: 180px;
	text-align: right;
	border: none;
}
.page nav a {
	border: 1px solid #fff;
	border-radius: 16px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(0,0,0,.6);
	font-size: 1em;
}
.page nav a:hover { background-color: rgba(44,80,117,.7); color: #fff; }
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 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, #d9dee7 30%, #3a4b6a 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#9dee7), color-stop(90%,#3a4b6a));*/
	background: #276193;
}

.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: 50px; background-image: url(../images/top-banner-sml.jpg); }
	.page header a.logo {
		top: 5px;
		left: 10px;
		margin: 0px auto 0px auto;
		width: 41px;
		height: 41px;
		background: url(../artwork/gwp-logo-sml.png) no-repeat 0px 0px;
	}
	.page header a.words {
		top: 20px;
		left: 65px;
		margin: 0px auto 0px auto;
		width: 220px;
		height: 20px;
		background: url(../artwork/gwp-words-sml.png) no-repeat 0px 0px;
	}
	.page .page_content .page_content_container_left { width: 100%; float: none; margin: 0px; }
.page .page_content .page_content_container_left figure { display: block; float: left; margin: 0px; padding: 0px; width: 250px; }
.page .page_content .page_content_container_left figure .figure_photo {
	background: url(../images/gwp-building-sml.jpg) 50% 0px no-repeat;
	margin: 0px 5px 0px 0px;
	height: 124px;
	border: 1px solid #000;
}
	.page .page_content .page_content_container_right { width: inherit; float: none; margin: 0px; }
	.page .page_content .content { margin: 10px 10px 20px 10px; }
	.page .page_content .content_sidebar { margin: 0px 10px 15px 10px; }
	.page .page_content .content_sidebar figure { width: 100%; float: right; margin-left: 15px; }
	.page .page_content .content_sidebar figure .figure_photo { background-image: url(../images/gwp-location-med.jpg); width: 250; height: 180px; }
	.page nav {
		position: inherit;
		padding: 15px 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: 1em;
		display: block;
		margin: 0px 10px 15px 10px;
		background: #47657f url(../images/mobile_link_arrow.png) 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: 850px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
	.page header { height: 90px; background-image: url(../images/top-banner-med.jpg); padding: 10px 50px 0px 50px; }
	.page header a.logo {
		top: 10px;
		left: 15px;
		width: 105px;
		height: 95px;
		background: url(../artwork/gwp-logo-med.png) no-repeat 0px 0px;
	}
	.page header a.words {
	top: 35px;
	left: 120px;
	width: 434px;
	height: 34px;
	background: url(../artwork/gwp-words-med.png) no-repeat 0px 0px;
	}
	.page nav { top: 73px; left: 120px; }
	.page nav a {
		border-color: #fff;
		margin-left: 10px;
		padding: 5px 10px 5px 10px;
		font-size: .9em;
	}
	
	.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
	.page .page_content .page_content_container_left { width: 54%; float: left; margin: 0px; padding: 0px; }
	.page .page_content .page_content_container_left figure { display: block; float: none; margin: 0px; padding: 0px; width: 350px; }
.page .page_content .page_content_container_left figure .figure_photo {
	background: url(../images/gwp-building-big.jpg) 50% 0px no-repeat;
	margin: 0px 10px 10px 0px;
	height: 174px;
	border: 1px solid #000;
}
.page .page_content .page_content_container_left figure figcaption { font-size: .9em; display: block; color: #000; margin: 3px 0px 10px 0px; padding: 0px 0px 0px 0px; }
.page .page_content .page_content_container_right { width: 46%; float: right; margin: 0px; padding: 0px; }
.content_sidebar figure { display: block; margin: 0px; padding: 0px; }
.content_sidebar figure .figure_photo {
	background: url(../images/gwp-location-med.jpg) 50% 0px;
	margin: 0px 0px 10px 0px;
	height: 200px;
	border: 1px solid #414141;
	/*border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;*/
	-moz-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
	box-shadow: 0px 4px 4px rgba(0,0,0,0.2);
}
.content_sidebar figure figcaption { font-size: .8em; display: block; color: #000; margin: 3px 0px 10px 0px; padding: 0px 0px 0px 0px; }
}
.red {
	color: #cc0000;
}
