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

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

/* #Site Styles
================================================== */

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

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

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
	#top-left {
	width: 12%;
	}
	
	#top-right {
	width: 12%;
	}
	
	#top-middle {
	width: 76%;
	}
	
	nav {
	font-size: 11px;
	}
	
	nav a {
	padding: 10px 5px 0 5px;
	}
	
	
	/*
	.nav { position: relative;
	  top: -14px;
	  left: -340px;
	}
	*/
	
	#slideshow, #slide-01, #slide-02, #slide-03 {
	width:767px; 
	height:394px;
	}
	
	img.thumb { width: 210px; }
	
	
	#masthead {
	width: 767px;
	}
	
	}
	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	#top-left {
	width: 12%;
	}
	
	#top-right {
	width: 12%;
	}
	
	#top-middle {
	width: 76%;
	}
	
	nav {
	font-size: 11px;
	}
	
	nav a {
	padding: 10px 5px 0 5px;
	}
	
	#slideshow, #slide-01, #slide-02, #slide-03 {
	width:767px; 
	height:315px;
	}
	/*
	.nav { position: relative;
	  top: -14px;
	  left: -340px;
	}
	*/
	
	#masthead {
	width: 767px;
	}
	
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
	#top-right {
	width: 0%;
	}
	
	#top-right .social {display: none;}
	
	
	#top-middle {
	float: left;
	width: 80%;
	}
	
	nav ul     { display: none; }
	nav select { display: inline-block; float: right; width: 150px; margin-top: 10px;}
	
	
	#slideshow, #slide-01, #slide-02, #slide-03 {
	width:425px; 
	height:394px;
	}
	
	#slide-01 {
	background: url(../images/bg-slide-01-sm.jpg);	
	}
	
	#slide-02 {
	background: url(../images/bg-slide-02-sm.jpg);	
	}
	
	#slide-03 {
	background: url(../images/bg-slide-03-sm.jpg);	
	}
	
	.slideshow-caption {
	position: relative;
	left: 20px;
	top: 200px;
	display: block;
	height: 240px;
	width: 390px;
	color: #fff;	
	font-size: 11px;
	line-height: 17px;
	font-weight: 300;
	}
	
	.slideshow-caption h1 {
	font-size: 26px; line-height: 30px; margin-bottom: 10px; color: #c85c14;}
	
	/*
	.nav { position: relative;
	  top: -14px;
	  left: 0px;
	}
	*/
	
	img.thumb { width: 398px; }
	
	#footer-logo {
	display: none;
	}
	
	#masthead {
	width: 425px;
	}
	
	#masthead-title {
	
	font-size: 18px; 
	line-height: 30px; 
	float: left;
	margin: 120px 0 0 30px;
	}
	
	
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (min-device-width : 320px) and (max-width: 479px) {
		

	
	#top-right {
	display: none;
	width: 0%;
	}
	
	#top-middle {
	float: left;
	width: 80%;
	}
	
	nav ul     { display: none; }
	nav select { display: inline-block; float: right; width: 150px; margin-top: 10px;}
	
	#slideshow, #slide-01, #slide-02, #slide-03 {
	width:300px; 
	height:394px;
	}
	
	
	#slide-01 {
	background: url(../images/bg-slide-01-sm.jpg);	
	}
	
	#slide-02 {
	background: url(../images/bg-slide-02-sm.jpg);	
	}
	
	#slide-03 {
	background: url(../images/bg-slide-03-sm.jpg);	
	}
	
	.slideshow-caption {
	position: relative;
	left: 20px;
	top: 200px;
	display: block;
	height: 240px;
	width: 260px;
	color: #fff;	
	font-size: 11px;
	line-height: 16px;
	font-weight: 300;
	}
	
	.slideshow-caption h1 {
	font-size: 16px; line-height: 20px; margin-bottom: 5px; color: #c85c14;}
	
	
	/*
	.nav { position: relative;
	  top: -14px;
	  left: 0px;
	}
	*/
	
	img.thumb { width: 278px; }
	
	#footer-logo {
	display: none;
	}
	
	#masthead {
	width: 300px;
	}
	
	#harold {
	display: none;
	}
	
	#masthead-title {
	
	font-size: 26px; 
	line-height: 40px; 
	float: left;
	margin: 120px 0 0 35px;
	}
	
	.right {
	float: none;
	display: block;
	margin: 0 auto;
	}
	
	
	}


/* #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; }
*/