@charset "utf-8";
/* CSS Document */

/* Imports */
@import url("reset.css");
@import url("global-forms.css");
 

/* Font-Face */
@font-face {
    font-family: 'HelsinkiRegular';
    src: url('../../_fonts/helsinki-webfont.eot');
	src: local('☺'), 
url('../../_fonts/helsinki-webfont.eot?#iefix') format('embedded-opentype'),
url('../_fonts/helsinki-webfont.woff') format('woff'),
url('../_fonts/helsinki-webfont.ttf') format('truetype'),
url('../_fonts/helsinki-webfont.svg#HelsinkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BevanRegular';
	src: local('☺'), 
    src: url('../_fonts/Bevan-webfont.eot');
    src: url('../../_fonts/Bevan-webfont.eot?#iefix') format('embedded-opentype'),
url('../_fonts/Bevan-webfont.woff') format('woff'),
url('../_fonts/Bevan-webfont.ttf') format('truetype'),
url('../_fonts/Bevan-webfont.svg#BevanRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
 
/*Layout*/

html {
	margin: 0;
	padding: 0;
	background: #eee9df url(../images/bg1.jpg) center top repeat fixed;
}

body {
	width: 920px;
	margin: 0 auto;
	padding: 0;
	font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
	background:url(../images/bg0.jpg);
/*	opacity: 0.70;*/
}

/*HTML 5 specific*/
header,section,article,aside,footer{
	display: block;
}

h1 {
	font-size: 2.5em; 
	line-height: 1; 
	font-family: BevanRegular, Arial, Helvetica, sans-serif;
	background: url(../../images/header-bg.png) center top no-repeat;
	text-transform: uppercase;
	color: #666;
	padding: 20px ;
	text-shadow: 1px 1px 2px #fff; 
}

h2 {
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #493831;
	padding-bottom: 10px;
	margin-top: 10px;
}

h3 {
	font: 12pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: normal;
	color:#523838;
	background:#FFF;
	padding: 10px;
	margin: 5px;
	border-left:#930 solid thick; 
}

video {
	padding: 0em 0em 0em 1.25em;
	/*margin: 0 auto;*/
}

a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #B54902;
	font-weight:600;
	padding: 0;
	text-decoration: underline;
}

figcaption {
	color:#669;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

/*Banner*/
#banner{
	clear:both !important;
	margin-bottom:25px;
}

#banner h1{
	text-align: left;
	margin: 0px;
}

#banner img{
	display:block;
	float:left;
	padding:10px 0px 0px 10px;
	margin:0;
}
#banner nav{
	float:right;
	display:block;
	margin: 0 25px 0 0;
}
#banner nav img{

}
#banner li{
	list-style:none;
	float:right;
	display:block;
	font: 12pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #493831;
}
/*Display for Lightbox content floats right*/
#display{
	clear:both !important;
	float: right;
	width: 420px;
	min-height: 320px;
	margin: 0;
/*	background:#FFF;
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}

#display figure{
	float:left;
	padding: 0;
	margin: 0 auto;	
}

#display figure img{
	padding: 6em 0em 0em 3em;
	margin: 0 auto;	
}

#display figcaption{
	padding: 0em 0em 0em 3em;
	margin: 0 auto;	
}

/*Display Discription houses info about the Display content*/
#displayDiscript{
	float: left;
	width: 460px;
	padding: 0 10px 20px 20px;
	margin: 0;
	border-right: 2px dotted #D3D3D3;

}

/*Feature highlight content and spnas across layout*/
#feature {
	clear:both !important;
	display:block
	width: 920px;
	min-height: 400px;
	padding: 0em 1em 0em 1.5em;
	/*padding: 0 10px 0 20px;*/
	margin: 0 auto;
	
}

#feature figure{
	float:left;
	padding: 0 .1em 0 .2em;
	margin: 0 auto;	
}

#buffer {
	clear:both !important;
	display:block;
	width:920px;
	height:25px;
	background:url(../images/bg0.jpg);
	margin: 15px auto;
}

footer{
	clear:both !important;
	width:900px;
	height: 100px;
	padding: 10px;
	color:#200f08 ;
	background:#ddd3bf;
	
	/*Opacity*/
	filter:alpha(opacity=50); /* msie */  
	-moz-opacity: 0.50; /* firefox 1.0 */  
	-khtml-opacity: 0.50; /* webkit */  
	opacity: 0.50; /* css 3 */

	/*Gradient*/
	background-image: -moz-linear-gradient(top, #ddd3bf, #bcae91); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #ddd3bf),color-stop(1, #bcae91)); /* Saf4+, Chrome *
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ddd3bf', EndColorStr='#bcae91')"; /* IE8 */

	/*Round corners*/
	-moz-border-radius: 12px; /* FF1+ */
	-webkit-border-radius: 12px; /* Saf3+, Chrome */
	border-radius: 12px; /* Opera 10.5, IE 9 */
}