* {
padding: 0;
margin: 0;
outline: 0;
}

body {
background: url("../images/grey-cardboard-bg.png") repeat 0 0;
font-size: 100%;
font-family: 'Quattrocento', serif;
}

a {
	color: #000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  text-decoration: none;
}

h2 {
	font-family: 'Rock Salt', cursive;
	text-align: center;
	padding:15px;
	margin-top:30px;
		font-size: 1.5em;
	
}


h3 {
	font-family: 'Rock Salt', cursive;
	text-align: center;
	margin-top:5px;
	font-size: 0.8em;
	
}

.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 */
padding-top: 0px;
height: 0;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

/* ........................................................................

	FLEX NAV
........................................................................*/

header {
text-align: center;
}

header nav {
border-bottom: 2px solid #000;
border-top: 1px solid #000;
background: #bf8e00;
font-family: 'Oswald', sans-serif;
text-transform: uppercase;
font-size: 1em;
width: 100%;
padding-top: 5px;
display: block;
z-index: 999;
position: fixed;
}

#laurels {
	padding-top:45px;
}

#quote {
	text-align:center;
	padding-top:10px;
}

.clear {
	clear:both;
}

.wrap {
	margin: 10px;
	
}

.left {
	width: 500px;
	float: left;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom:30px;
}

.right {
	margin-right:10px;
}

#team {
	text-align:center;
	width:auto;	
	height:auto;	
}



#story {
	/*border-top: 4px solid #000;*/
	background: url("../images/storybg.png") repeat 0 0;
	width:auto;	
	height:auto;	
}

#footer {
	width:auto;	
	height:30px;
	background: #bf8e00;
	text-align:center;	
	padding-top:10px;	
	
}


#news {
	text-align:center;	
	background-color: #fff;
	width:auto;
	height:600px;
}

#story p {
	padding-top:10px;
	font-size: 1.3em;
	font-family: 'Quattrocento', serif;
	line-height: 1.5;
	color: #312A1E;
	padding:10px;
	
}

#likebox-wrapper * {
   /*width: 550px !important;*/
	text-align:center;	
	
}

.affix {
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
background: rgba(18,19,50,0.75);
}

ul.flexnav {
list-style-type: none;
display: inline-block; /* necessary to center */
position: relative;
font-size: 1.1em;
margin-left: auto;
margin-right: auto;
}

ul.flexnav a {
	color: #fff;
}

ul.flexnav a:hover { 
  color: #000;
}

ul.flexnav li {
float: left;
display: block;
text-align: center;
position: relative;
padding: 4px 18px 6px 18px;
margin-bottom: 0;
}
	
.menu-button {
display: none;
}


#press {
	width:100%;	
	text-align:center;
	padding-bottom:50px;
}

#photos {
margin-left:30px;
display: inline-block;
}

#presskit {
margin-left:30px;
text-align:center;
display: inline-block;
}

.still {
	padding: 5px;
	display: inline-block;
	position: relative;
}

.still img {
	height: auto;
	display: block;
	z-index: 9999;
}

#photos .still a:hover .caption{
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
 opacity: 0.85;
}

.caption {
	/* display: none; */
  display: block;
  background-color: #fbf7ed;
  height: 190px;
	width: 190px;
  left: 5px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
	padding: 5px;
  /* padding: 15% 0.5em 0 0.5em;
  margin: 0 0 0.25 0;*/
  position: absolute;
  text-align: center;
  top: 5px;

  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;

  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}		
@media only screen and (max-width: 80em) {/* 1280 */
	ul.flexnav li {
		padding-left: 15px;
		padding-right: 15px;
	}

}
					
@media screen and (max-width:71.25em) {/* 1140 */
	ul.flexnav {
				font-size: 0.9em;
	}
	
}


			
@media screen and (max-width: 56.25em) {/* 900 */ /* IPAD PORTRAIT */
	
header {
	opacity: 0;
}

#laurels {
	opacity: 0;
}

.videoWrapper {
padding-top: 0px;
}

}

/* Flexnav replaces inline navigation */

/*
.flexnav {
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
transition: none;
-webkit-transform-style: preserve-3d;
overflow: hidden;
margin: 0 auto;
width: 100%;
max-height: 0;
}

.flexnav.opacity {
opacity: 0;
}

.flexnav.show {
max-height: 2000px;
opacity: 1;
-webkit-transition: all .5s ease-in-out;
-moz-transition: all .5s ease-in-out;
-ms-transition: all .5s ease-in-out;
transition: all .5s ease-in-out;
}

ul.flexnav:after {
content: "";
display: table;
clear: both;
}

ul.flexnav li {
background-color: rgba(16, 45, 84, 0.9);
width: 100%;
font-size: 1.2em;
font-family: LatoRegular, "Helvetica Neue", Helvetica, Arial, sans-serif;
margin-bottom: 0;
margin-right: 1px;
margin-bottom: 1px;
padding: 15px 0;
display: block;
text-indent: 0;
transition: background-color 0.2s linear 0s;
}

ul.flexnav .touch-button {
position: absolute;
z-index: 999;
top: 5px;
right: 10px;
width: 36px;
height: 36px;
display: inline-block;
text-align: center;
}

ul.flexnav .touch-button:hover {
cursor: pointer;
}

ul.flexnav .touch-button .navicon {
position: relative;
top: 1.4em;
font-size: 1.8em;
color: #FFF;
}

.menu-button {
position: relative;
display: block;
padding: 0.65em 1em;
font-size: 1.5em;
font-family: LatoLight, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
background: #3399FF;
color: #FFF;
cursor: pointer;
text-align: left;
width: 94%;
margin-left: 3%;
height: 50px;
}

.menu-button .touch-button {
background: transparent url(../images/menu-bars.png) no-repeat center center;
position: absolute;
z-index: 999;
top: 7px;
right: 20px;
width: 36px;
height: 36px;
display: inline-block;
text-align: right;
}

.menu-button .touch-button .navicon {
font-size: 16px;
position: relative;
top: 0.5em;
color: #FFF;
}


}*/
			