/******************************************
* Media Queries (Responsive Design)
*******************************************/

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.

*/


/* Large Screens */
@media screen and (max-width: 1020px) {

	div.wrap {
		width: 96%;
		padding-right: 2%;
		padding-left: 2%;
	}

}

/* Tablet Landscape */
@media screen and (max-width: 960px) {

	#slideshow .post h2.slideshow {
		font-size: 30px;
		line-height: 36px;
	}

	#slideshowContent .featuredPostContent { 
		font-size: 17px; 
		line-height: 24px; 
	}

	/*
	#main div.column-narrow {
		margin-right: 5px;
		width: 215px;
	}
	*/
	
	.column-narrow .posts .post .cover {
		display: none;
	}

	.featured .post h3, .posts .post h3 {
		font-size: 14px;
		line-height: 21px;
	}

}

/* Tabled Portrait */
@media screen and (max-width: 768px) {

	/* Main Menu */

    .btn_menu { 
		display: inline-block; 
		float: left; 
		background: #2f3133 url('images/menu.png') 8px 9px no-repeat; 
		cursor: pointer;
		margin: 5px;
		padding:5px 5px 0; 
		width:30px; 
		height:30px; 
		border-radius: 3px; 
		-moz-border-radius: 3px; 
		-webkit-border-radius: 3px; 
	}
	
	.mobile-menu { 
		display: none; 
		clear:both;
	}

	#menuhead li {
		border-right: none;
		clear: both;
		float: none;
		display: block;
		line-height: 35px;
		margin-left: 0;
		margin-bottom: 1px;
	}

	#nav a, 
	#nav #menuhead li.current-menu-item li a {
		padding: 12px 15px;
		text-shadow: none;
	}
	
	#menuhead ul {
		position: relative;
		visibility: visible !important;
		display: block !important;
		width: 100%;
		top: auto;
		left: auto;
		border-top: none;
	}

	#menuhead li ul {
		margin-left: 20px;
		width: 100%;
	}
	
	#menuhead li ul a {
		background: none;
		width: auto;
		float: none;
		display: inline-block;
	}

	#menuhead li ul ul {
		left: auto;
	}
	
	/* Slideshow */

	#slideshow {
		padding-top: 60px;
	}
	
	#slideshowThumbs {
		height: 40px;
		width: 100%;
		margin-bottom: 0;
		text-align: center;
		left: 0;
		right: auto;
		z-index: 100;
	}

	#slideshow .post h2.slideshow {
		font-size: 24px;
		line-height: 30px;
	}

	#slideshowContent .featuredPostContent { 
		font-size: 16px; 
		line-height: 23px;
		padding-top: 0; 
	}
	
	/* Size Adjustments */
	
	#main,
	#sidebar {
		display: block;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	#main {
		margin-bottom: 40px;
	}

	.posts .post {
		font-size: 13px;
		line-height: 20px;
	}

	#slideshow .post h2.slideshow, h1.title {
		font-size: 30px;
		line-height: 36px;
	}
	
}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 640px) {

	#logo,
	#bannerHead {
		display: block;
		float: none;
		margin: 0 0 30px;
		text-align: center;
	}
	
	#logo img,
	#bannerHead img {
		max-width: 100%;
		height: auto;
	}
	
	/*
	#mainNav #search {
		display: none;
	}
	*/

	#slideshow .post h2.slideshow, h1.title {
		font-size: 24px;
		line-height: 32px;
	}

	.post-single {
		font-size: 13px;
		line-height: 21px;
	}

}

/* All Mobile Sizes (devices and browser) */
@media screen and (max-width: 480px) {



}