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

@charset "UTF-8";

/* Text Formatting */

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

h1 { font-size: 2.2em; color: #454545; margin: 0px 0px .5em 0px; font-weight: bold; }
h2 { font-size: 1.6em; color: #666; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.2em; color: #375f8f; margin: 0em 0px .25em 0px; line-height: 120%; }
h4 { font-size: 1.2em; color: #fff; margin: 0em 0px .25em 0px; font-weight: normal; }
h6 { font-size: .3em; color: #666; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px .25em 0px; font-size: 1.1em; line-height: 120%; }
li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #e57404; font-weight: bold; text-decoration: none; }
a:hover { color: #fece7b; text-decoration: underline;}
figure { display: block; margin: 0px; padding: 0px; }
figure .figure_photo1 {
	background: url(../artwork/credit-cards-big.jpg) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 10px auto 10px auto;
	width: 250px;
	height: 50px;
}


/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; width: 100%; max-width: 1400px; }
.page header {
	display: block;
	position: relative;
	height: 75px;
	padding: 50px 20px 0px 420px;
background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}
.page header a.logo {
	position: absolute;
	top: 10px;
	left: 25px;
	display: block;
	width: 380px;
	height: 105px;
	background: url(../images/cb-excur-logo-big.png) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 80px;
	left: 430px;
	display: block;
	width: 360px;
	height: 20px;
	background: url(../artwork/cv-tagline-big.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 45px;
	right: 20px;
	display: block;
	width: 35px;
	height: 35px;
	background: url(../artwork/fb-big.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #fff; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 40px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 98%; float: left; margin: 10px; padding: 0px; background-color: #fff; }

.page .page_content .content {
	margin: 10px 10px 10px 10px;
	padding: 0px;
}


.page nav { position: absolute; top: 77px; right: 20px; text-align: right; border: none; }
.page nav a {
	border: 1px solid #fff;
	border-radius: 16px;
	color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	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: 1.15em;
}
.page nav a:hover { background-color: rgba(44,80,117,.7); color: #fff; }
.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 50px 20px 50px 20px;
	font-size: .9em;
	color: #fff;
	background-color: #fff;
	background: -moz-linear-gradient(top, #4e84c4 40%, #375f8f 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(40%,#4e84c4), color-stop(90%,#375f8f));
}

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

/* Rules Sensitive to Screen Size */

/* Small Phone Vertical Screen Rules */
@media screen and (min-width: 150px) and (max-width: 500px) {	
	body { padding: 10px; }
	h1 { font-size: 1.8em; color: #666; margin: 0px 0px .5em 0px; }
	h2 { font-size: 1em; color: #666; margin: 0px 0px .5em 0px; }
	.page { margin: 0px; padding: 0px; font-size: .9em }
	.page header { height: 60px; padding: 25px 5px 0px 20px; }
	.page header a.logo {
		top: 3px;
		left: 5px;
		margin: 0px auto 0px auto;
		width: 220px;
		height: 61px;
		background: url(../images/cb-excur-logo-sml.png) no-repeat 0px 0px;
	}
		.page header a.tagline {
	position: absolute;
	top: 65px;
	left: 5px;
	display: block;
	width: 250px;
	height: 14px;
	background: url(../artwork/cv-tagline-sml.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 50px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../artwork/fb-med.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_topleft { width: 100%; float: left; margin: 5px; padding: 0px; }
figure .figure_photo1 {
	background: url(../artwork/credit-cards-sml.jpg) 50% 0px no-repeat;
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	width: 150px;
	height: 30px;
}
	.page .page_content .content { margin: 5px 5px 10px 5px; }
	
	.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; }
}
/* Phone Horiz Screen Rules */
@media screen and (min-width: 501px) and (max-width: 700px) {
	.page { margin: 0px auto 0px auto; width: 100%; padding: 0px; font-size: .8em; }
	.page header { height: 60px;
	padding: 25px 20px 0px 420px; }
	.page header a.logo {
		top: 10px;
		left: 20px;
		width: 220px;
		height: 61px;
		background: url(../images/cb-excur-logo-sml.png) no-repeat 0px 0px;
	}
	.page header a.tagline {
	position: absolute;
	top: 48px;
	left: 250px;
	display: block;
	width: 250px;
	height: 14px;
	background: url(../artwork/cv-tagline-sml.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 23px;
	right: 10px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../artwork/fb-med.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 50px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 100%; float: left; margin: 5px; padding: 0px; }

}

/* Medium Screen Rules */
@media screen and (min-width: 701px) and (max-width: 1100px) {
	.page { margin: 0px auto 0px auto; width: 100%; padding: 0px; font-size: .9em; }
	.page header { height: 65px;
	padding: 40px 20px 0px 420px; }
	.page header a.logo {
		top: 10px;
		left: 20px;
		width: 300px;
		height: 83px;
		background: url(../images/cb-excur-logo-med.png) no-repeat 0px 0px;
	}
	.page header a.tagline {
	position: absolute;
	top: 60px;
	left: 340px;
	display: block;
	width: 360px;
	height: 20px;
	background: url(../artwork/cv-tagline-big.png) no-repeat 0px 0px;
}
.page header a.fb {
	position: absolute;
	top: 40px;
	right: 20px;
	display: block;
	width: 25px;
	height: 25px;
	background: url(../artwork/fb-med.png) no-repeat 0px 0px;
}
.page .page_content .page_content_container_nav { width: 100%; float: left; margin: 0 0 10px 0; padding: 0px; height: 40px; background-color: #e3ebf4; }
.page .page_content .page_content_container_topleft { width: 100%; float: left; margin: 10px; padding: 0px; }
figure .figure_photo1 {
	background: url(../artwork/credit-cards-big.jpg) 50% 0px no-repeat;
	position: relative;
	display: block;
	
	margin: 10px auto 0 auto;
	width: 250px;
	height: 50px;
}


}

.page header h3 em {
	color: #FFF; font-weight: normal;
}
.page header h2 a strong {
	color: #FFF;
}
.orange {
	color: #e57404;
}
.red {
	color: #C00;
}
