/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
html, body{background:#decb40;}
h1, h2, h3 {color:#fff; font-family: 'Lato', sans-serif; text-transform:uppercase;}
h1{font-size:1.7em; line-height:1.2em }
h2{font-size:1.6em;}
strong{color:#fff!important}
#main a {color:#fff;}
#header{background:url(header-bg.png) top center no-repeat; height:226px; z-index:9999; position:relative;}
#slideshow{margin-top:-135px;}
#footer{background:#decb40; padding:18px 24px;}
#wwd {text-align:right; padding:0 23px 0 0; background:url(wwd.png) right center no-repeat;}
#wwd a {text-decoration:none;}
#main{border-top:8px solid #decb40; min-height:330px; position:relative; background:rgba(0,0,0,0.8); z-index:9998; color:#fff;}
#main ul{list-style:disc; padding:0 0 0 18px;}
.padding {padding:27px 28px 95px;}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Between 960 and 1140 (devices and browsers) */
	@media only screen and (min-width: 1140px) {
		#main{margin-top:-315px;}
	}

	/* Between 960 and 1140 (devices and browsers) */
	@media only screen and (min-width: 960px) and (max-width: 1139px) {
		#main{margin-top:-165px;}
	}
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		#main{margin-top:-125px;}
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		#main{margin-top:-85px;}		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#main{margin-top:-45px;}	
	}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/