/*
* 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) {
		#three-columns-middle ul					{padding-left:10px;}
		#three-columns-middle h3					{color: #613318; padding-left:0px; padding-bottom:2px}								
		#hero-section								{margin-bottom:0;}
		#hero-section h1							{color: #613318; text-align: center;margin-top: 180px; font-size:35px; line-height: 1.3em;}
		.headline-big								{font-size: 50px; font-weight:700;}
		
		.floating-logo-home							{position:absolute; right:19%; top:200px; z-index:2;}
		.floating-logo-services						{position:absolute; right:19%; top:200px; z-index:2;}
		.floating-logo-projects						{position:absolute; right:19%; top:200px; z-index:2;}
		.floating-logo-about						{position:absolute; right:19%; top:200px; z-index:2;}
		.floating-logo-contact						{position:absolute; right:19%; top:200px; z-index:2;}
		.floating-logo-gallery						{position:absolute; right:19%; top:200px; z-index:2;}
		
		.services-box-brown-top						{margin-top: 0px;}
		.project-border-top							{border-top-style: solid; border-width: 1px; border-color: #613318; padding: 0px 0 30px 0;}
		.projects-video								{margin: 0 0 0 0 }
		
		#gallery h2									{padding: 30px 0 0 0; margin:0px 0 10px 0; border-top: 1px solid #613318; color: #333; font-size:20pt; line-height:1.25em;}		

		
		
	
	
	}

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

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


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