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

@charset "UTF-8";

/* Text Formatting */

body {
	font-family: Arial;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	background: #000;
}
.page { font-size: 1em; }

h1 { font-size: 2.2em; color: #FFF; margin: 0px 0px .5em 0px; font-weight: bold; }
h2 { font-size: 1.6em; color: #FFF; margin: 0px 0px .5em 0px; }
h3 { font-size: 1.25em; color: #FFF; margin: 0em 0px .25em 0px; }
h4 { margin: 1.5em 0px 0em 0px; line-height: 140%; font-size: 1em; font-weight: 200; }
h5 { margin: .0em 0px 0em 0px; line-height: 100%; font-size: .8em; font-weight: 200; }
h6 { font-size: .1em; color: #FFF; margin: 0em 0px .25em 0px; }
p { margin: 0px 0px 1em 0px; line-height: 140%; font-size: 1em; }

li { margin: 0px 0px 10px 0px; }
a img { border: none; }
a { color: #018fd8; }
a:hover { color: #a5319d; }

figure .figure_photo2 {
background: url(../artwork/from-the-artist-big.jpg) 0 0px;
	background-repeat: no-repeat;
	float: right;
	display: block;
	width: 290px;
	margin: 0px 0 0 0;
	height: 65px;
	border: 0px solid #000;
}
/* Full screen monitor layout */

.page { position: relative; margin: 0px auto 0px auto; max-width: 100%; }
.page header {
	display: block;
	position: relative;
	height: 150px;
	background: #000;
}
.page header a.logo {
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	width: 465px;
	height: 120px;
	background: url(../artwork/cbp-logo-big.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 50px;
	left: 520px;
	display: block;
	width: 512px;
	height: 65px;
	background: url(../artwork/memories-tagline-big.jpg) no-repeat 0px 0px;
}
.page header a.button {
	position: absolute;
	top: 20px;
	right: 40px;
	display: block;
	width: 200px;
	height: 158px;
	background: url(../artwork/hotel-rock-btn-big1.png) no-repeat 0px 0px;
}
.page header a:hover.button {
	
	background: url(../artwork/hotel-rock-btn-big2.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #000; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_nav {
	width: 96%;
	float: left;
	height: auto;
	margin: 2px 0 0px 40px;
	padding: 0 40px 0 0;
	background-color: #000;
}
.page .page_content .page_content_container_sale { width: 97%; float: left; margin: 0px 0 0 1%; padding: 0px 0px 0 0; }
.page .page_content .page_content_container_top { width: 98%; float: left; margin: 0px 0 0 1%; padding: 0px; }
.page .page_content .page_content_container_bottom-left { width: 20%; float: left; margin: 0px 0 20px 10%; padding: 0px; }
.page .page_content .page_content_container_bottom-right { width: 60%; float: right; margin: 0px 10% 20px 0; padding: 0px; }
.page .page_content .content {
	margin: 0px;
	padding: 0px;
}

.page footer {
	display: block;
	border-top: 1px solid #ddd;
	padding: 25px 10px 25px 10px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	background: -moz-linear-gradient(top, #000000 60%, #252525 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#000000), color-stop(90%,#252525));
}

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

/* Rules Sensitive to Screen Size */

/* Small Screen Rules */
@media screen and (min-width: 150px) and (max-width: 700px) {	
	body { padding: 10px; }
	h4 { line-height: 140%; font-size: .8em; font-weight: 200; }
	h5 { line-height: 120%; font-size: .6em; font-weight: 200; }
	.page { margin: 0px; padding: 0px; font-size: 1.1em }
		.page header {
	display: block;
	position: relative;
	height: 120px;
	background: #000;
}
.page header a.logo {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 200px;
	height: 51px;
	background: url(../artwork/cbp-logo-sml.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 80px;
	left: 10px;
	display: block;
	width: 220px;
	height: 28px;
	background: url(../artwork/memories-tagline-sml.jpg) no-repeat 0px 0px;
}
.page header a.button {
	position: absolute;
	top: 20px;
	right: 10px;
	display: block;
	width: 100px;
	height: 80px;
	background: url(../artwork/hotel-rock-btn3.png) no-repeat 0px 0px;
}
.page header a:hover.button {
	
	background: url(../artwork/hotel-rock-btn4.png) no-repeat 0px 0px;
}
	.page .page_content .page_content_container_nav {
	width: 100%;
	float: left;
	margin: 0px 0 10px 0;
	height: auto;
	min-height: 45px;
	background-color: #000;
}
	.page .page_content .page_content_container_top { width: inherit; float: none; margin: 0px; }
	.page .page_content .page_content_container_bottom-left { width: 100%; float: left; margin: 0px 0 20px 0px; }
	.page .page_content .page_content_container_bottom-right { width: 100%; float: none; margin: 10px; }
	.page .page_content .content { margin: 0px; }
	figure .figure_photo2 {
background: url(../artwork/from-the-artist-med.jpg) 0 0px;
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	margin: 0px auto 0 auto;
	height: 40px;
	border: 0px solid #000;
}

	.page footer { font-size: .8em; }
}

/* Medium Screen Rules */
@media screen and (min-width: 701px) and (max-width: 1000px) {
	.page { margin: 0px; padding: 0px; font-size: .9em; }
	.page header {
	display: block;
	position: relative;
	height: 110px;
	background: #000;
}
.page header a.logo {
	position: absolute;
	top: 20px;
	left: 30px;
	display: block;
	width: 300px;
	height: 77px;
	background: url(../artwork/cbp-logo-med.jpg) no-repeat 0px 0px;
}
.page header a.tagline {
	position: absolute;
	top: 20px;
	left: 340px;
	display: block;
	width: 227px;
	height: 88px;
	background: url(../artwork/memories-tagline-med.jpg) no-repeat 0px 0px;
}
.page header a.button {
	position: absolute;
	top: 20px;
	right: 30px;
	display: block;
	width: 140px;
	height: 109px;
	background: url(../artwork/hotel-rock-btn1.png) no-repeat 0px 0px;
}
.page header a:hover.button {
	
	background: url(../artwork/hotel-rock-btn2.png) no-repeat 0px 0px;
}
.page .page_content { background-color: #000; padding: 1px 0px 1px 0px; }
.page .page_content .page_content_container_nav {
	width: 98%;
	float: left;
	margin: 2px 30px 0 0;
	height: auto;
	background-color: #000;
}
figure .figure_photo2 {
background: url(../artwork/from-the-artist-med.jpg) 0 0px;
	background-repeat: no-repeat;
	display: inline-block;
	float: right;
	width: 200px;
	margin: 0px;
	height: 47px;
	border: 0px solid #000;
}
}
