/*
* 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) {
		.video { width:600px; height:450px; }
		#detail.about .file img { max-width: 100%; }
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		h2, h2.page-title, h3, strong, .postTitle, .slideshow-nav { font-size: 16px; line-height: 21px; }
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#jail { position:absolute; top:10px; right:0; bottom:10px; left:0; }
		#main { margin-top:40px; }
		#detail.works #main { margin-top:0; }
		.project .thumbnail { display: block; }
		.textblock img { max-width:200px; }
	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		body { font-size:13px; line-height:20px; }
		#menu, #submenu, #title, h2, h2.page-title, h3, strong, .postTitle, .slideshow-nav { font-size: 17px; line-height: 20px; }
		#works, #news, #about, #contact, #biography, #publications, #press { width:auto; }
		.zaehler, .more, .exhib { width:auto; margin-right:10px; }
		.prev, .next { display:none; }
		.video { width:400px; height:300px; }
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		body { font-size:13px; line-height:20px; }
		#menu, #submenu { margin-top:2px; }
		#menu, #submenu, #title, h2, h2.page-title, h3, strong, .postTitle, .slideshow-nav { font-size: 15px; line-height: 20px; }
		#menu li, #submenu li { margin-right:5px; margin-bottom:5px; }
		#works, #news, #about, #contact, #biography, #publications, #press { width:auto; }
		.zaehler, .more, .exhib { width:auto; margin-right:10px; }
		.prev, .next { display:none; }
		.video { width:296px; height:222px; }
	}


/* #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: 'euroreg';
			src: url('fonts/eurostreg.eot');
			src: url('fonts/eurostreg.eot?#iefix') format('embedded-opentype'),
					 url('fonts/eurostreg.woff') format('woff'),
					 url('fonts/eurostreg.ttf') format('truetype'),
					 url('fonts/eurostreg.svg#eurostile_tregular') format('svg');
			font-weight: normal;
			font-style: normal;
	}
	
	@font-face {
    font-family: 'euroblack';
    src: url('fonts/eurostbla.eot');
    src: url('fonts/eurostbla.eot?#iefix') format('embedded-opentype'),
         url('fonts/eurostbla.woff') format('woff'),
         url('fonts/eurostbla.ttf') format('truetype'),
         url('fonts/eurostbla.svg#eurostile_tregular') format('svg');
    font-weight: normal;
    font-style: normal;

	}