/* #Mobile (Landscape)
================================================== */
/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

.content-box {max-width:460px;}

.grid_8.colborder {width:420px!important; padding-right:0px;}
/* Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:10px 0 0 0;
}

/* Logo */
.logo img{
	width:140px;
	height:auto;
}
	.logo {padding:10px 0 5px 0px;}
	
	.logo h1,
	.logo h2 {
		font-size:34px;
		line-height:37px;
	}
	
	.logo .tagline {display:none;}


/* Header widget */

.widget-header ul li {margin:0 18px 0 0;}
.widget-header ul li a {
	font-size:12px;
	line-height:14px;
}

	
/*----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {height:350px;}
.slider-container{
	height:350px;
	width:767px;
	margin-left:-383px;	
}
	.camera_caption {
		width:460px;
		margin-left:-230px;
	}
	.camera_caption > div {padding: 18px 80px 15px 80px;}

.camera_prev {left: 144px;}
.camera_next {right: 144px;}
.camera_commands {right: 184px;}

.camera_prev, .camera_next {bottom:-10px;}
/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
}
/*----------------------------------------
				Recent Post Events
---------------------------------------- */
.recent-posts.events li {
	width:200px;
	margin:0 10px 40px 0;
}

.post-holder .featured-thumbnail {
	width:130px;
	height:auto;
	float:left;
	margin-right:15px;
}
/* Large thumbnail */
.featured-thumbnail.large, .featured-thumbnail.large img {
	width:418px;
	height:213px;
}

/* Post */
.post-meta .fright {
	float:right;
	clear:none;
	}

/* Testimonials list*/
article.testimonial, .testi-single {
	padding:35px 20px 30px 185px;
	background-position:160px 15px;
	margin-right:0px;
}
	article.testimonial .featured-thumbnail, .testi-single .featured-thumbnail {
		left:20px;
		top:40px;
	}

/* Images */
.frame.alignleft,
.frame.alignright,
.frame.alignnone {
	margin-right:0;
	width:404px;
	}
	
/* SlidesJS */
.slides_container {
	width:420px;
}
.slides_container .item {
	width:420px;
	height:250px;
}
.slides_container .item .thumbnail img {
	width:100%;
	height:auto;
	}

/* Comments */
.commentlist ul.children {
	margin-left:0;
	}

#commentform input[type="text"],
#commentform textarea {
	width:400px;
	max-width:400px;
	min-width:400px;
	}
.children #commentform input[type="text"],
.children #commentform textarea {
	width:400px;
	max-width:400px;
	min-width:400px;
	}


/* Post Formats
---------------------------------------- */

/* Image Post Format */


/* Gallery Post Format */
.slides_container_gallery {
	width:420px;
	height:200px;
	}
	.slides_container_gallery .g_item {
		width:420px;
		}

/* Audio Format Type */
.audiojs .scrubber {
	width:248px;
	}
	
		
	
/*----------------------------------------
				Portfolio
---------------------------------------- */
/* Default layout 3 columns */
#gallery .portfolio li {
	width:100%;
	float:none;
	margin-right:0;
}
	#gallery .portfolio li a.image-wrap {
		width:418px;
		height:300px;
	}
		#gallery .portfolio li a.image-wrap img {
			width:100%;
			height:auto;
		}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:418px;
	height:195px;
	float:none;
}


			
			
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:100%;
	margin-right:0;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:418px;
		height:194px;
	}

			
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:204px;
	margin-right:4px;
}

	#gallery.four_columns .portfolio li a.image-wrap {
		width:202px;
		height:146px;
	}


		
		
/* Contact form */
.wpcf7-form p.field input {width:400px;}
.wpcf7-form textarea {width:400px;}
.wpcf7-not-valid-tip {width:408px !important;}

	
	
/* Sidebar
---------------------------------------- */
#searchform .searching {width:350px;}

}