/* ========== */
/* = Layout = */
/* ========== */

/* Fonts */
@font-face {
	font-family: 'Gotham_Light';
	src: url('../fonts/gotham-light-webfont.eot');
	src: url('../fonts/gotham-light-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gotham-light-webfont.woff') format('woff'),
		url('../fonts/gotham-light-webfont.ttf') format('truetype'),
		url('../fonts/gotham-light-webfont.svg#Gotham_Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham_Book';
	src: url('../fonts/gotham-book-webfont.eot');
	src: url('../fonts/gotham-book-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gotham-book-webfont.woff') format('woff'),
		url('../fonts/gotham-book-webfont.ttf') format('truetype'),
		url('../fonts/gotham-book-webfont.svg#Gotham_Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Gotham_Medium';
	src: url('../fonts/gotham-medium-webfont.eot');
	src: url('../fonts/gotham-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gotham-medium-webfont.woff') format('woff'),
		url('../fonts/gotham-medium-webfont.ttf') format('truetype'),
		url('../fonts/gotham-medium-webfont.svg#Gotham_Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Global */
html, body {
	width: 100%;
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body, p, table, td, th, form, select, div, input {
	font: normal 13px/150% Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	background: #fff;
	padding: 0;
	margin: 0;
}
p {
	margin: 0 0 15px 0;
}
h1, h2 {
	font: normal 28px/130% 'Gotham_Medium', Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0 0 15px 0;
}
h3, h4, h5, h6 {
	font: normal 14px/150% 'Gotham_Medium', Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}
img {
	border: 0;
	padding: 0;
	margin: 0;
}
iframe {
	border: none;
}
table, tr, td, th, form {
	vertical-align: top;
	border: 0;
	padding: 0;
	margin: 0;
}
input, textarea, select {
	cursor: pointer;
}
ul {
	list-style: disc;
	padding: 0 0 15px 20px;
	margin: 0;
}
ol {
	list-style: decimal;
	padding: 0 0 15px 15px;
	margin: 0;
}
hr {
	background: #ddd;
	width: 100%;
	height: 1px;
	border: 0;
	margin: 0 0 15px 0;
	clear: both;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
}
legend {
	font: normal 22px/100% 'Gotham_Medium', Arial, Helvetica, sans-serif;
	color: #000;
	padding: 0;
	margin: 0;
}
blockquote {
	color: #444;
	background: #eee;
	border: 1px solid #ccc;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 10px 10px 0 10px;
	margin: 5px 0 15px 0;
}
blockquote p {
	color: #444;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
a {
	color: #daa437;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #000;
}
/* Header */
#header {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 100%;
	height: 140px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2;
}
/* Logo */
#logo {
	padding: 0;
	margin: 40px 0 0 40px;
	float: left;
}
/* Top */
#top_wrapper {
	float: right;
}
#top {
	background: url('../images/noise_bg.jpg') repeat;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	height: 48px;
	padding: 0 15px;
	margin: 0;
	float: right;
}
#top .module,
#top .moduletable {
	background: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: auto;
	padding: 0;
	margin: 0;
	float: left;
}
#top .inputbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 12px;
	line-height: 26px;
	background: url('../images/search_bg.png') no-repeat;
	outline: none;
	border: none;
	height: 26px;
	padding: 0 10px;
	margin: 11px 0 11px 10px;
	float: left;
}
#top .inputbox:focus {
	color: #000;
}
#top .button {
	background: none;
	cursor: pointer;
	border: 0;
	height: 26px;
	padding: 0;
	margin: 11px 10px 11px 0;
}
/* Menu */
#menu {
	text-align: right;
	width: 100%;
	padding: 0;
	margin: 0 20px 0 0;
	float: left;
	clear: both;
}
/* Slideshow */
#slideshow {
	width: 100%;
	height: 280px;
	position: absolute;
	top: 140px;
	padding: 0;
	margin: 0;
	z-index: 1;
}
#slideshow .orange {
	text-align: center;
	background: #daa437;
}
#slideshow .blue {
	text-align: center;
	background: #0091be;
}
#slideshow .light_blue {
	text-align: center;
	background: #cee7ee;
}
/* Content */
#main_wrapper {
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
	width: 100%;
	position: absolute;
	top: 420px;
	left: 0;
	padding: 0;
	margin: 0;
	z-index: 2;
}
#content_wrapper_bg {
	background: url('../images/content_wrapper_bg.png') no-repeat;
	width: 980px;
	min-height: 410px;
	padding: 0;
	margin: -40px auto 0 auto;
}
#content_wrapper {
	width: 960px;
	padding: 40px 10px;
	margin: 0;
	float: left;
	clear: both;
}
#content_small {
	width: 690px;
	padding: 0 30px 0 0;
	margin: 0;
	float: left;
}
#content_wide {
	width: 940px;
	padding: 30px 10px;
	margin: 0 auto;
}
/* Left column */
#left {
	width: 180px;
	padding: 35px 30px 30px 30px;
	float: left;
}
/* Featured */
#featured {
	width: 940px;
	padding: 20px 10px 0 0;
	margin: 0 auto;
	clear: both;
}
#featured .module,
#featured .moduletable {
	text-align: center;
	background: url('../images/featured_bg.png') repeat-x 0 10px;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	clear: both;
}
#featured .module h3,
#featured .moduletable h3 {
	font: normal 18px/100% 'Gotham_Book', Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	display: inline-block;
	padding: 0 10px;
	margin: 0 auto 15px auto;
}
/* Footer */
#footer_wrapper {
	background: url('../images/noise_bg.jpg') repeat;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
	width: 100%;
	padding: 25px 0;
	margin: 0 0 50px 0;
	float: left;
	clear: both;
}
#footer {
	width: 960px;
	margin: 0 auto;
	clear: both;
}
#footer h3 {
	font: normal 28px/100% 'Gotham_Light', Arial, Helvetica, sans-serif;
	color: #daa437;
	text-align: center;
	display: block;
	width: 100%;
	padding: 0 0 30px 0;
	margin: 0;
}
/* iPads (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#header {
		height: 180px;
	}
	#menu {
		text-align: center;
		padding: 20px 0 0 0;
		margin: 0;
	}
	#slideshow {
		top: 180px;
	}
	#main_wrapper {
		top: 460px;
	}
}
