/*
* 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 {
	height: 100.000001%;
	overflow-y: scroll;
}

body {
	background-image: url(../images/tileable_wood_texture.png);
	font-family: 'Open Sans', sans-serif;
	color: #33251A;
	font-weight: bold;
}

h1, h2, h3 {
	font-family: 'Habibi';
	font-weight: normal;
}

blockquote {
	color: #33251A;
	border-left: none;
}

section:not(.sidebar) img {
	width: 100%;
}

article, figure:not(:first-child) {
	background-color: rgba(255, 190, 115, 0.2);
	box-shadow: inset 0 2px 6px #DBA363;
	padding: 10px;
	margin-bottom: 20px;
}

a, .nav-trigger {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

p {
	color: #33251A;
}

p, section, article, img, iframe, div.sidebar {
	border-radius: 2px;
}

cite {
	color: #33251A;
}

li p {
	margin: 0;
}

li cite {
	font-style: italic;
	font-size: 0.9em;
}

li span {
	display: block;
}

ul a {
	display: block;
	line-height: 1.8em;
}

article h1 {
	font-size: 28px; 
	line-height: 34px; 
	margin-bottom: 8px;
}

article a:hover,  cite a:hover {
	text-decoration: underline;
}

.stuck {
	position: fixed;
	top: 30px;
}

nav:not(.sidebar) a {
	display: inline-block;
	width: 13%;
	text-align: justify;
	font-weight: bold;
}

nav:after {
	content: '';
	display: inline-block;
	width: 100%;
}

nav.sixteen a, a[href^="http://vimeo.com/"] {
	line-height: 2em;	
	border: 2px solid transparent;
	border-radius: 0.3em;
}

nav.sixteen a {
	text-align: center;
}

a[href^="http://vimeo.com/"] {
	padding-left: 1em;
}

nav.sixteen a:hover, a[href^="http://vimeo.com/"]:hover  {
	border: 2px solid rgba(219, 163, 99, 0.3);
	background-color: rgba(255, 190, 115, 0.2);
}

footer.bottom {
	width: 100%;
	background-image: url(../images/tileable_wood_texture.png);
	padding: 20px 0;
	z-index: 100;
	text-align: center;
}

header.top {
	padding: 20px 0 30px;
	text-align: left;
	max-height: 160px;
}

.nav-trigger {
	display:inline-block;
	height: 32px;
	margin: 2px;
	margin-bottom: -4px;
	padding: 8px 10px;
	line-height: normal;
	vertical-align: center;
	text-align: center;
	cursor:pointer;
	border: 2px solid rgba(219, 163, 99, 0.5);
	background-color: rgba(255, 190, 115, 0.3);
	box-sizing: border-box;
}

.icon-bar {
	background-color: rgba(219, 163, 99, 0.8);
}

.nav-trigger:hover, .nav-trigger:focus {
	border: 2px solid rgba(219, 163, 99, 0.7);
	background-color: rgba(255, 190, 115, 0.5);
}

.nav-trigger:active {
	background-color: rgba(219, 163, 99, 0.5);
	border: 2px solid rgba(219, 163, 99, 0.8);
}

.nav-trigger:active .icon-bar {
	background-color: rgba(219, 163, 99, 0.8);
}

section.sidebar h1 {
	font-size: 21px; 
	line-height: 30px; 
	margin-bottom: 4px;
}

section.sidebar span {
	display: block;
}

section.sidebar a {
	line-height: normal;
}

div.container.sixteen {
	padding: 20px;
	background-color: rgba(219, 163, 99, 0.4);
}

div.container.sidebar {
	padding: 0;
	background-color: transparent;
}

div.Collage {
	padding: 10px;
}

div.Collage img {
	vertical-align: bottom;
	opacity: 0;
}


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

.events section h1 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }

.events section > h1 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }

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

	@media only screen and (min-width: 768px) {
		.small {
			display: none;
		}
		.not-small {
			display:block;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		header.top {
			padding: 0;
		}
		h1 {
			margin-bottom: 0;
		}
		header.top h1 {
			display:inline-block;
		}
		nav.sixteen a {
			display: block;
			width: 100%;
		}
		nav.sixteen.columns.not-small {
			display:none;
		}
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		h1 {
			font-size: 25px;
		}
		header.top h1 {
			width: 370px;
		}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		h1 {
			font-size: 18px;
		}
		header.top h1 {
			width: 250px;
		}
	}

	@media only screen and (max-width: 1224px) {
		header a > img {
			display: none;
		}
	}

	@media only screen and (min-width : 1224px) {
		header.top {
			padding: 0;
			padding-bottom: 40px;
		}
		header a > img {
			z-index: 5;
			width: 100%;
		}
		header a > h1 {
			display: none;
		}
	}


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