/*
* 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
*/

/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
	html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	body {
		line-height: 1; }



/* #Basic Styles
================================================== */
	
	body {
	background:url(../images/bgtexture.jpg) repeat;
	font: 12px/21px 'Open Sans', sans-serif;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	 }
	 
	h1 {
	font-weight:normal;
	margin-left:10%;
	margin-right:10%;
	color:#565b5a;
	padding:0px 0px 50px 0px;
	text-shadow:0 2px 1px #fff;
	font:40px 'Open Sans',Arial,sans-serif;
	font-weight:bold;
	}
	
	@media only screen and (min-width: 480px) and (max-width: 1300px) {
	h1 {
	font:28px 'Open Sans', Arial,sans-serif;
	font-weight:bold;
	}
	}
	
	h2 {
	font-weight:normal;
	margin-left:20%;
	margin-right:20%;
	color:#115d66;
	padding:0px 0px 100px 0px;
	text-shadow:0 2px 1px #fff;
	font:35px 'Open Sans',Arial,sans-serif;
	}
	
	@media only screen and (min-width: 480px) and (max-width: 1300px) {
	h2 {
	font:20px 'Open Sans',Arial,sans-serif;
	}
	}
	
	h3 {
	font-weight:normal;
	margin-left:20%;
	margin-right:20%;
	color:#115d66;
	font:20px 'BebasNeue',Arial,sans-serif;
	opacity:0.2;
	}
	
	h3:hover {
	opacity:1;
	}
	
	@media only screen and (min-width: 480px) and (max-width: 1300px) {
	h3 {
	font:20px 'BebasNeue',Arial,sans-serif;
	}
	}
	
	h4 {
	font-weight:normal;
	margin:0;
	color:#115d66;
	padding:0px 0px 20px 0px;
	text-shadow:0 2px 1px #fff;
	font:40px 'BebasNeue',Arial,sans-serif;
	text-transform:uppercase;
	}
	
	.footer {
	font-size:11px; 
	color:#999999;
	line-height:50px;
	}
	
	a,a:visited { 
	color:#444;
	font-weight:400;
	text-decoration:none; 
	font-style: italic; 
	opacity: 0.2;
	}
	
	a:hover { 
	color:#115d66;
	font-weight:700;  
	text-decoration:none; 
	font-style: normal; 
	opacity: 1; 
	padding-left:5px;}

/* #Base 960 Grid
================================================== */
	 .container   { 
	 position: relative;
	 width: 960px; 
	 margin: 0 auto; 
	 padding: 0; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }


