/* CSS Document */


html, body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
}
body {
	margin: 0px auto;
	padding: 0px;
	height: 100%;
	text-align:center;
	background: url(images/cover/backdrop.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	cursor: pointer;
}
#buffer {
	width: 100%;
	height: 50%;
	float: left;
	margin-top: -300px;
}

/*	browser window frame starts here */

@media 

/* Fairly small screens including iphones */
only screen and (max-width: 500px),

/* iPads */
only screen and (min-device-width: 768px) and (max-device-width: 1024px) 

{
	#topEdge, #bottomEdge, #leftEdge, #rightEdge { display: none; }
}


#topEdge {
	background: #afae9b;
	position: fixed;
	left: 0;
	right: 0;
	height: 3px;
	top: 0;
	z-index: 9;
	clear: both;
}
#bottomEdge {
	background: #afae9b;
	position: fixed;
	left: 0; right: 0;
	height: 3px;
	bottom: 0;
	z-index: 9;
	clear: both;
}
#leftEdge {
	background: #afae9b;
	position: fixed;
	top: 0; bottom: 0;
	width: 3px;
	left: 0;
	z-index: 9;
	clear: both;
}
#rightEdge {
	background: #afae9b;
	position: fixed;
	top: 0; bottom: 0;
	width: 3px;
	right: 0;
	z-index: 9;
	clear: both;
}


/*	browser window frame end here */

/* content for the cover - starts here */

#contentCover {
	clear: both;
	margin: 0px auto;
	padding: 0px;;
	height: 600px;
	width: 1000px;
	cursor: pointer;
}
#coverTitle {
	margin: 430px 0px 0px;
	padding: 0px;
	width: 280px;
	float: right;
	text-align: left;
}


/* content for the cover - ends here */




a:link {
	text-decoration: none;
	color: #8a4b0b;
}
a:visited {
	text-decoration: none;
	color: #8a4b0b;
}
a:hover {
	color: #c66b0f;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family: 'folksregular', sans-serif;
	font-size: 30px;
	color: #8a4b0b;
	font-weight: normal;
	letter-spacing: 5px;
	word-spacing: 6px;
	line-height: 30px;
}
p {
	font-family: 'folksregular', sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #8a4b0b;
	text-align: left;
}
.bold {
	font-weight: bold;
}
.subtitle {
	font-family: 'folksregular', sans-serif;
	font-size: 10px;
	color: #8a4b0b;
	font-style: normal;
	font-weight: lighter;
}
.general {
	font-family: 'folksregular', sans-serif;
	font-size: 10px;
	color: #8a4b0b;
	font-style: normal;
	font-weight: lighter;
}
.small {
	font-family: 'folksregular', sans-serif;
	font-size: 9px;
	color: #8a4b0b;
	font-style: normal;
	font-weight: lighter;
}
.sold {
	color: #CC0000;
}
.accreditation {
	font-style: italic;
}




/* @font-face - Generated by Font Squirrel (http://www.fontsquirrel.com) on May 28, 2013 */

@font-face {
 font-family: 'folksbold';
 src: url('fonts/folks-bold-webfont.eot');
 src: url('fonts/folks-bold-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/folks-bold-webfont.woff') format('woff'),  url('fonts/folks-bold-webfont.ttf') format('truetype'),  url('fonts/folks-bold-webfont.svg#folksbold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'folks-heavyregular';
 src: url('fonts/folks-heavy-webfont.eot');
 src: url('fonts/folks-heavy-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/folks-heavy-webfont.woff') format('woff'),  url('fonts/folks-heavy-webfont.ttf') format('truetype'),  url('fonts/folks-heavy-webfont.svg#folks-heavyregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'folks-lightregular';
 src: url('fonts/folks-light-webfont.eot');
 src: url('fonts/folks-light-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/folks-light-webfont.woff') format('woff'),  url('fonts/folks-light-webfont.ttf') format('truetype'),  url('fonts/folks-light-webfont.svg#folks-lightregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'folksregular';
 src: url('fonts/folks-normal-webfont.eot');
 src: url('fonts/folks-normal-webfont.eot?#iefix') format('embedded-opentype'),  url('fonts/folks-normal-webfont.woff') format('woff'),  url('fonts/folks-normal-webfont.ttf') format('truetype'),  url('fonts/folks-normal-webfont.svg#folksregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
