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

/* #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) {
	body { font-size: 14px; line-height:22px; }
	header { height:240px !important; }
	#title { top:0; left:0; }
	#agenda #content { padding-left:0 !important; }
	#menu { position:absolute; top:100px; margin-left:0 !important; }
	.textblock { margin-bottom:30px !important; }
	#home .file img { max-width:300px; height:auto !important; }
	#home .fileGroup { float:left !important; margin-bottom:30px !important; }
	#home #aktuell { margin:0 !important; }
	.audiojs { width:100% !important; }
	#repertoire iframe { width:100% !important; height:auto !important; }
	strong { font-size:18px !important; line-height:23px !important; }
	#portrait strong { padding-right:0 !important; }
}

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