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

h3 {
	border-bottom:1px solid #444;
	margin-bottom:1em;
}

.header {
	text-align:left;
}

.container {
	/*background:#000;*/
}

.quoted {
	font-style:normal;
	text-align:right;
	color:#000;
}

.quoteplaceanddate {
	color:#888;
	font-size:80%;
}

.nav {
	font-family: 'Nothing You Could Do', sans-serif;
	margin:10px 0;
	padding:5px 0;
	text-align:center;
	font-size:1.2em;
	z-index:2000;
	/*background-color:rgba(0, 0, 0, 0.8);*/
	/*background-color:rgba(167, 158, 101, 0.9);*/
	

	background: rgb(124,117,76); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdjNzU0YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iI2E3OWU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2E3OWU2NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3Yzc1NGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(124,117,76,1) 0%, rgba(167,158,101,1) 40%, rgba(167,158,101,1) 60%, rgba(124,117,76,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(124,117,76,1)), color-stop(40%,rgba(167,158,101,1)), color-stop(60%,rgba(167,158,101,1)), color-stop(100%,rgba(124,117,76,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(124,117,76,1) 0%,rgba(167,158,101,1) 40%,rgba(167,158,101,1) 60%,rgba(124,117,76,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(124,117,76,1) 0%,rgba(167,158,101,1) 40%,rgba(167,158,101,1) 60%,rgba(124,117,76,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(124,117,76,1) 0%,rgba(167,158,101,1) 40%,rgba(167,158,101,1) 60%,rgba(124,117,76,1) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(124,117,76,1) 0%,rgba(167,158,101,1) 40%,rgba(167,158,101,1) 60%,rgba(124,117,76,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c754c', endColorstr='#7c754c',GradientType=1 ); /* IE6-8 */
	
}

.sticky-wrapper.is-sticky .nav {
	margin:0;
}

.nav ul, .nav li {
	list-style:none;
	margin:0;
	padding:0;
}

.nav li {
	display:inline;
	margin:0 1em;
}

.nav a {
	color:#000;
	text-decoration:none;
}
.nav a:hover {
	text-decoration:underline;
}


.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 30px; /* IE6 workaround*/
    height: 0;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#thePlayer {
	width:100%;
	margin-bottom:10px;
}

.playLinks h4 {
	padding:0 0.5em;
}

.playLinks a {
	display:block;
	color:#A79E65;
	text-decoration:none !important;
}

.playLinks h4.nowPlaying {
	background:#222;
}







#form-wrap {
	width:100%;
	padding:10px 0;
	position:absolute;
	top:-400px;
	left:0;
	background-color:#222;
	background-color:rgba(0,0,0,0.8);
	color:#dedede;
	z-index:5000;
}

#form-wrap h2 {
	text-align:center;
	color:#dedede;
}

#form-wrap a {
	color:#cacaca;
	text-decoration:none;
}
#form-wrap a:hover {
	color:#000;
}

p.success,
p.error {
	text-align:center;
}

/* Honeypot */
label.website {
	position:absolute;
	left:-9999em;
}

a.send-mail {
	
	font-family: 'Nothing You Could Do', sans-serif;
	font-size:180%;
}









/* Labels inside form fields: http://attardi.org/labels2/#css */
.input {
  display: block;
}
.input span {
  position: absolute;
  padding: 5px;
  margin-left: 3px;
  color: #999;
  z-index: 1;
  cursor: text;
  pointer-events: none;
}
.input input, .input textarea, .input select {
  z-index: 0;
  padding: 6px;
  font: inherit;
}
/* Hack to remove Safari's extra padding. Remove if you don't care about pixel-perfection. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .input input, .input textarea, .input select { padding: 4px; }
}











.video { position: relative; }

.video a {
   position: absolute;
   display: block;
   background:url(../images/play.png) center center no-repeat;
   height: 100%;
   width: 100%;
   top: 0;
   left: 0;
	 z-index:1000;
}



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

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.header {
			text-align:center;
		}	
	}

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

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


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