/* 
  --------------------------------------
  PVII Mirage
  by Project Seven Development
  www.projectseven.com
  Layout08: 1-Col
  --------------------------------------
*/

body {
	background-color: #FFF;
	font-family: Calibri, Arial, sans-serif;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px 0px 80px;
	min-width: 982px;
}
/*Utility Rules for images. Scalable class makes images scale with window size.*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	vertical-align: bottom;
}
/* 
Add the fancy class to the scalable class to add a drop shadow
<img class="scalable fancy"...>
*/
.fancy {
	border: 1px solid rgba(255,255,255,.5);
	box-shadow: 0px 0px 20px rgba(0,0,0,.5);
}
#masthead {
	background-image: url(images/mirage_masthead.jpg);
	background-repeat: repeat-x;
}
#logo {
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
#tagline {
	padding: 0px 0px 0px 48px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: -6px 0 36px 0;
}
/*Structural */
#content-wrapper {
	width: 900px;
	background-image: url(images/col1-mirage_middle.jpg);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#footer {
	margin: 0px auto;
	width: 900px;
	background-image: url(images/col1-mirage_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 28px;
	font-size: 11px;
	text-transform: uppercase;
}
#bottom-navigation {
	position: fixed;
	width: 100%;
	top: auto;
	bottom: 0;
	padding: 0;
	background-color: #000;
	background-image: url(images/mirage_bottom-nav.jpg);
	background-repeat: repeat-x;
	color: #CCC;
	z-index: 9999999;
}
#nav-wrapper {
	width: 900px;
	margin: 0 auto;
}
/*CONTENT*/
.column-heading-wrapper {
	background-image: url(images/header-mid.jpg);
	background-repeat: repeat-x;
}
.column-heading {
	background-image: url(images/header-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.column-heading h1 {
	margin: 0px;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/header-right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	color: #CCC;
	padding: 6px 20px;
}
.content {
	padding: 20px 32px;
	font-size: 13px;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 22px 0 0 0;
}
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 22px 0 0 0;
}
p {
	margin: 8px 0 16px 0;
	line-height: 1.35;
}
.topper {
	margin: 0;
}
.page-popper {
	background-color: #101010;
	color: #CCC;
	padding: 20px 20px 12px 20px;
	font-size: 12px;
	border: 2px solid #101010;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin-bottom: 16px;
}
.page-popper-gray {
	background-color: #8A8A8A;
	color: #FFF;
	padding: 20px 20px 12px 20px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
	box-shadow: 5px 5px 20px #000;
	margin-bottom: 16px;
}
.caption {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
}
@media only screen and (min-width: 0px) and (max-width: 900px) {
#content-wrapper {width: auto;}
#footer {width: auto;}
#nav-wrapper {width: auto;}
}
