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

.main {margin-top: 60px;}

.main-padding {padding: 60px 0 40px;}

.row-padding {padding: 70px 0 40px;}

.top-padding {padding: 120px 0 0;}

.top-margin {margin-top: 120px;}

.bottom-margin {margin-bottom: 40px;}

.small-bottom-margin {margin-bottom: 40px;}

/* #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) {
		#logo {width: 182px;}
		#logo img {border-right: none;}
		#wordmark {margin: 29px 0 0;}
		h1 {font-size:30px;line-height: 32px;}
		#nav {width:100%;}
		#nav ul {margin-right: 20px;}
		#nav ul li {margin-top:0;}
		#nav ul li a, #nav ul li a:visited {font-size: 0.6em; letter-spacing: 0.1em;}
		.search {float: none;margin: 0;position: absolute;right: 30px;top: 35px;}
		p.quote {font-size: 22px; line-height: 32px;}
		#landing-page p.quote {font-size: 17px;line-height: 17px;}
		p.quote span.attribution {font-size: 12px;}
		.row-padding {padding: 60px 0;}
		p, td {font-size: 18px;line-height: 32px;}
		h2 {font-size: 27px;line-height: 34px;}
		#comments h4 {line-height: 20px;}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		
		.container {position: inherit;}
		
		#logo img {border: none;}

		#nav {background-color: #ccc; position: relative; top: 0; left: 0; margin-bottom: 30px;width:100%;}

		#nav ul {margin-bottom: 0;
			margin-left: 0;
			margin-right: 0;
			padding-top: 30px;
			text-align: justify;
			position: relative;
			top: 0;
			left: 0;}

		#nav ul::after {width: 100%; display: inline-block; content: ""; visibility: hidden}
		
		#nav ul li {display: list-item; margin-bottom: 20px; margin-top: 5px; text-align: center;}

		#wordmark {width: 100%; text-align: center; margin: 10px auto 20px;}
		
		.header {box-shadow: none;}
		
		h1 {font-size: 27px; line-height: 30px; margin-top: 12px;}
		
		.search {display: none;}
		
		.name p {margin-left: 40px;}
		
		.row-padding {padding: 0;}
		
		.columns, h2.left {text-align: center;}
		
		.icon_set ul li:last-child {padding-right: 30px;}
		
		.image-left {float: none; margin: auto;}
		
		.main {margin-top: 0;}
		
		.top-padding {padding: 50px;}
		
		.main-padding {padding: 0;}
		
		.columns.bottom-margin {margin-bottom: 30px;}
		
		.container {width: 90%;}
		
		h2 {font-size: 24px;}
		
		#comments h4 {line-height: 20px;}
		
		p, td {font-size: 18px; line-height: 32px;}
		
		.gray-bg {padding: 40px 0;}
		
		table {text-align: left;}
		
		#landing-page #wordmark {float: none;}
		
		#landing-page .news h2 {text-align: center;}
		
		.columns, h2.left {margin-top: 30px;}
		
		.related-links.container {padding: 30px 0 50px 0;}
		
		.playlist.container {margin-top: 0;}
		
		#video_and_photos .gray-bg {margin: 100px 0;padding: 0;}
		
		p.quote {font-size: 26px; line-height: 32px;}
		
		#carousel {display: none;}
		
		.main .columns h2, .main .columns h3, .main .columns h4, .main .columns p, .main.content p {text-align: left;}
		
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.attribution {font-size: 19px;}
		p.quote {font-size: 21px; line-height: 30px;}
		.columns, .columns.main-padding, .main.content p {font-size: 17px;line-height: 29px;margin: 0 0 22px;}
		.columns, .columns.main-padding, .main.content li {font-size: 17px;line-height: 27px;}
		.columns, .columns.main-padding, .main .columns h2, .main .columns h3, .main .columns h4, .main .columns p, .main.content ul {text-align: left;}
		.footer .columns {text-align: center;}
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.attribution {font-size: 14px;}
		p.quote {font-size: 16px; line-height: 23px;}
		.columns, .columns.main-padding, .main.content p {font-size: 17px;line-height: 29px;margin: 0 0 22px;}
		.columns, .columns.main-padding, .main.content li {font-size: 17px;line-height: 27px;}
		.columns, .columns.main-padding, .main .columns h2, .main .columns h3, .main .columns h4, .main .columns p, .main.content p, .main.content ul {text-align: left;}
		.footer .columns {text-align: center;}
	}


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