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

/* #Media Queries
================================================== */


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 1180px) {
	.intro { 
		background: url(../images/blood-still02.png) no-repeat fixed 75% 12%,
				url(../images/blood-still01.jpg) no-repeat;
		background-color: #000;
		
		}		
	}
	
	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		.project { overflow: visible; height: auto; }
		.witchcraft { background-image: url(../images/resonance-witchcraft.png) no-repeat 0% 0%; }
	
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.intro div.columns { padding-top: 130px; }
		.dialogues { background: #ad963a url(../images/dialogues-fantasques.png) no-repeat -10% 100% ; }
			
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.circus { background: url(../images/resonance-circus-acrobat2.png) no-repeat 80% 10%,
				url(../images/circus_pattern.png); }
		.cymbeline { background: #d1c8a2 url(../images/cymbeline-materials-mobile.png) no-repeat 95% 0%;  }
		.dialogues { background: #ad963a url(../images/dialogues-fantasques-mobile.png) no-repeat 10% 100% ; }
		#contact { margin-top: 2em; border-top: 1px solid #ddd; padding-top: 1em;}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.intro div.columns {  margin-left: -20px; }
		.project p { margin: 0 auto; }
		.witchcraft { background-image: none; }
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		.intro { height: 490px; }
		.intro .container { width: 100%; }
		.intro div.columns {  padding: 0; margin-left: 0; height: 390px; }
		.intro .eight.columns { width: 100%; padding-top: 100px; }
		.intro .eight.columns p {padding: 30px;}
		img.align-left { padding: 0 1em 2em 0; float: none; display: block; margin: 0 auto;  }
		
		.witchcraft { background-image: none; }
		.cymbeline { background: #d1c8a2 url(../images/cymbeline-materials-mobile.png) no-repeat 95% 100%;  }
		
		
	}


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