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

	/* 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) {
		#author, #email, #url {width: 120px;}
		.container .comment-sidebar-width label, .container .comment-sidebar-width .cf-label {width: 140px;}

		#commentform.comment-full-width input {width: 200px;}
		.container .comment-full-width label, .container .comment-full-width .cf-label {width: 205px;}
		.name-label, .email-label {
			margin-right: 16px;
		}
		#commentform textarea {
			max-width:432px;
			min-width:432px;
			min-height:130px;
			max-height:130px;
		}
		.es-carousel ul li{
		}
		.es-nav span{
			top:65px;
		}
		#s{
			width:176px;
		}
		#banner-wrapper{
			margin-top: 220px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		#nav-wrapper ul     { display: none; }
      	#nav-wrapper select{ 
			display: inline-block; 
			background: transparent;
			font-size:12px;
			padding:5px;
			height:30px;
			border:1px solid #eaeaea;
			box-shadow:0px 0px 1px #cacaca, 0px 1px 2px #cacaca;
			-webkit-box-shadow:0px 0px 1px #cacaca, 0px 1px 2px #cacaca;
			-moz-box-shadow:0px 0px 1px #cacaca, 0px 1px 2px #cacaca;
			-o-box-shadow:0px 0px 1px #cacaca, 0px 1px 2px #cacaca;
		}
		.logo{
			position:relative;
			margin:auto;
			margin-bottom:20px;
			text-align:center;
		}
		#header-container{
			text-align:center;
		}
		.blog-bottom .three.columns{
			display:none;
		}
		.post-excerpt p{
			padding:0 10px;
		}
		h4.classic-post-title blockquote{
			margin:0 10px;
		}
		.single-portfolio-nav{
			width:100%;
			padding:10px 0;
		}
		.single-portfolio-nav a[rel="prev"], .single-portfolio-nav a[rel="next"]{
			display:none;
		}
		#service{
			margin:10px auto;
		}
		#nav-wrapper{
			width:auto;
			text-align:center;
			float:none;
		}
		#nav-wrapper img{
			display:none;
		}
		#details h5{
			text-align:center;
		}
		#banner-wrapper{
			margin-top: 10px;
		}
		}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.top-right{
			padding-top:20px;
		}
		#author, #email, #url {width: 360px;}
		.container #commentform label, #commentform .cf-label {width: 380px;}
			
		#commentform textarea {
			max-width:360px;
			min-width:360px;
			min-height:130px;
			max-height:130px;
		}
		.latest-portfolio{
			margin-bottom:20px;
		}
		.latest-portfolio-container{
			padding-bottom:10px;
		}
		.es-carousel ul li{
			padding:3px 0;
		}
		.es-carousel .image-overlay-bg{
			top:3px;
			right:0px;
			bottom:3px;
			left:0px;
		}
		.es-nav span{
			top:55px;
		}
		#s{
			width:360px;
		}
		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
			width:100%;
		}
		.box-2 h4.footer-heading{
			margin-top:0;
		}
		.box-3 h4.footer-heading{
			margin-top:0;
		}
		.single-header-shadow{
			width:420px;
		}
		
	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		#commentform textarea {
			max-width:240px;
			min-width:240px;
			min-height:130px;
			max-height:130px;
		}
		.latest-portfolio{
			margin-bottom:20px;
		}
		.latest-portfolio-container{
			padding-bottom:10px;
		}
		.es-carousel ul li{
			padding:0;
		}
		.es-carousel .image-overlay-bg{
			display:none;
		}
		.es-nav span{
			top:45px;
		}
		.one_half, .one_third, .two_third, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
			width:100%;
		}
		.box-2 h4.footer-heading{
			margin-top:0;
		}
		.box-3 h4.footer-heading{
			margin-top:0;
		}
		.single-header-shadow{
			width:300px;
		}
	}


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

