/*************************************************
*	Mobile Portrait				 *
*************************************************/

@media only screen and (max-width: 767px) {
	
	/* Main styles */
	
	#header {
		height:auto;
	}
	
	#bg-wrapper {
		width:320px;
	}
	
	#wrapper { 
		width:300px;
		margin:0 auto;
	}

	#main {
		width:300px;
	}
	
	#footer_tab {
		width:320px;
	}
	
	#content {
		width:300px;
		margin:0;
		float:left;
	}

	#content.full {
		width:300px;
		margin:0;
		float:none;
	}
	
	#sidebar {
		margin:0;
	}
	
	img {
		max-width:300px;
		height:auto;
	}
	.post-img.full {
		width:300px;
	}
	#logo {
		position:static;
		text-align:center;
		float:none;
		padding:10px 0 30px 0;
	}
	
	#header select {
		display:inline;
		width:288px;
		padding:6px;
		border:1px solid #e5e5e5;
		position:static;
		margin-bottom:20px;
	}
	
	#header .menu {
		display:none;
	}
	
	/* Slider */
	.flexslider {
		margin-top:30px;
	}
/*	.flexslider .slides img { 
		height:127px;
	}
	
*/	.flexslider ul.slides li .slider-text {
		position:absolute;
		bottom:16px;
		left:16px;
		padding-right:16px;
	}

	.flexslider ul.slides li .slider-text h1 {
		font-size:13px;
		padding:4px 6px;
	}
	.flexslider ul.slides li .slider-text p { 
		display:none;
	}
	
	/* comments */
	.comment .avatar {
		display:none;	
	}
	.comment span.date {
		display:none;
	}
	ul.children { margin: 0 0 0 20px; }
	ul.children li.comment { margin:0 0 8px 0; }
	#respond textarea { 
		width:95%;
	}

	/* Items */
		/* 3 columns */
		.item.column4 {
			width:290px;
		}
		.item.column4 img {
			width:290px;
		}
		
		/* 3 columns */
		.item.column3 {
			width:290px;
		}
		.item.column3 img {
			width:290px;
		}
		
		/* 2 columns */
		.item.column2 {
			width:290px;
		}
		.item.column2 img {
			width:290px;
		}
		/* 2 columns */
		.item.column1 {
			width:290px;
		}
		.item.column1 img {
			width:290px;
		}
		
		/* filter */
		#filter ul.sort {
			float:left;
			margin-top:10px;
			clear:both;
		}
		#filter {
			margin-bottom:68px;
		}
		
		/* Carousel */
		#footer_tab {
			display:none;
		}
		#footer_tab {
			display:none;
		}
		#footer_hidden_wrapper {
		display:none;
		}
		#footer_hidden {
		display:none;
		}
		
		/* Search */
		#pop_out_search {
		position: absolute;	
		right: 0;
		left:0;
		top: 10px;
		display: none;
		width:150px;
		height:40px;
		}
		#searchform #searchsubmit {
		display:none;
		}
		#searchform input#s {
		width:105px;
		}
		
		/* Archive */
		.item.archive {
			width:300px;
			cursor:default;
			margin-bottom:30px;
			padding-bottom:40px;
			border-bottom:1px dashed #e5e5e5;
			clear:both;
		}
		.item.archive img {
			width:290px;
			float:none;
			margin-right:0;
			margin-bottom:10px;
		}
		.item.archive .item-descrip {
			overflow:visible;
			padding:0;
			background:#FFF;
			position: relative;
			height: auto;
		}
		.item.archive .item-footer {
			position: static;
			bottom: auto;
			border-top: 1px solid #e5e5e5;
			padding-top: 10px;
			width: auto;
		}

		.load-more {
			padding-top:50px;
			
		}
		
		.post-pagination a.pagination {
			margin-bottom:3px;
		}
		
	.flexslider iframe {
		width:290px;
		height:200px;
	}
	
	.post-entry iframe {
		width:290px;
		height:200px;
	}
	
	.post .post-img {
		text-align:left;
	}

	.post-img.full {
		text-align:left;
	}
	
	.post-entry .wp-caption {
		max-width:300px;
	}

	#widgets-footer .widget-area {
		width: 100%;	
	}

	/* Added */
	.header-bg {
	height: 200px;
	}
	
	#hero {
	height: 180px;
	position: static;
	margin-bottom: 50px;
	}
	#hero-title {
	position: static;
	text-align: center;
	display: block;
	float: none;
	
	}
	#hero-title h1 {
		padding:0;
	}
	
	#logo {
	display: block;
	}
	
	#top-nav {
		top: 0px;
		border-top: 0px white none;
	}
	
	#header-search, #header-social {
		top: 10px;
	}
	
	#header select {
			margin-top: 200px;
	}

	.slider-bg, .single-post .slider-bg {
		display: none;
	}

}

/*************************************************
*	10. Landscape				 *
*************************************************/

@media only screen and (min-width: 480px) and (max-width: 767px) {
	
	#bg-wrapper {
		width:480px;
	}
	
	#wrapper { 
		width:440px;
		margin:0 auto;
	}

	#main {
		width:440px;
	}
	
	#footer_tab {
		width:480px;
	}
	
	#content {
		width:440px;
		margin:0;
		float:left;
	}

	#content.full {
		width:440px;
		margin:0;
		float:none;
	}
	
	#sidebar {
		margin:0;
		float:left;
	}
	
	img {
		max-width:440px;
		
	}
	.post-img.full {
		width:440px;
	}
	#header select {
		width:428px;
		padding:6px;
	}
	
/*	.flexslider .slides img { 
		height:187px;
	}
*/
	
	/* Items */
		
		/* 4 columns */
		.item.column4 {
			width:430px;
		}
		.item.column4 img {
			width:430px;
		}
		
		/* 3 columns */
		.item.column3 {
			width:430px;
		}
		.item.column3 img {
			width:430px;
		}
		
		/* 2 columns */
		.item.column2 {
			width:430px;
		}
		.item.column2 img {
			width:430px;
		}
		/* 2 columns */
		.item.column1 {
			width:430px;
		}
		.item.column1 img {
			width:430px;
		}
		
	/* Carousel */
	#footer_tab {
		display:none;
	}
	
	#searchform input#s {
		width:120px;
	}
	
	/* Archive */
		.item.archive {
			width:440px;
			cursor:default;
			margin-bottom:30px;
			padding-bottom:40px;
			border-bottom:1px dashed #e5e5e5;
			clear:both;
		}
		.item.archive img {
			width:430px;
			float:none;
			margin-right:0;
			margin-bottom:10px;
		}
		.item.archive .item-descrip {
			overflow:visible;
			padding:0;
			background:#FFF;
			position: relative;
			height: auto;
		}
		.item.archive .item-footer {
			position: static;
			bottom: auto;
			border-top: 1px solid #e5e5e5;
			padding-top: 10px;
			width: auto;
		}
		
	.post-pagination a.pagination {
		background:#eee;
		padding:20px;
		width:440px;
		margin-bottom:3px;
	}
	
	.flexslider iframe {
		width:430px;
		height:220px;
	}
	
	.post-entry iframe {
		width:430px;
		height:260px;
	}
	
	.post .post-img {
		text-align:left;
	}

	.post-img.full {
		text-align:left;
	}
	
	.post-entry .wp-caption {
		max-width:440px;
	}

	#widgets-footer .widget-area {
		width: 100%;	
	}
	
	/* Added */
	#header-search {
		left: 300px;
	}
	#header-social {
		left: 145px;
	}
}

@media only screen and (max-width: 480px) {
	#hero-title h1 {	
		font-size: 40pt;
		line-height: 60px;
	}

	#header-search {
		left: 215px;
	}
	#header-social {
		left: 60px;
	}

		#pop_out_search {
		top: 30px;
		}

}
	



