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

/* ----------------------------------------
				Slider
---------------------------------------- */
#slider-wrapper {height:194px;}

/*----------------------------------------
				Navigations
---------------------------------------- */

/* Primary navigation */
nav.primary {
	clear:both;
	width:100%;
	margin:0;
	text-align:center;
	padding:4px 0;
}
#widget-header {padding:75px 0px 0 0;}
#widget_meta {width:150px;}

/* Top search */
#top-search .input-search {width:360px;}

/*----------------------------------------
			Posts Type widget Services
---------------------------------------- */
.post_list.services li .featured-thumbnail {
	width:210px;
	height:auto;
	float:left;
	margin:0px 10px 10px 0;
}
/*----------------------------------------
			 Recent Posts
---------------------------------------- */
.recent-posts.latest li {margin:0 0 10px 0;}
.recent-posts.latest li .featured-thumbnail {
	float:left;
	width:180px;
	height:auto;
	margin:4px 10px 6px 0;
}

/* Flickr widget */
.flickrImages a {
	width:69px;
	height:69px;
	}
/*----------------------------------------
				Post
---------------------------------------- */
.post-holder .featured-thumbnail, .single-post.services .featured-thumbnail {
	width:200px;
	height:auto;
	float:left;
	margin-right:20px;
}
	.post-holder .featured-thumbnail.large {
		width:100%; 
		float:none;
		margin-right:0px;
	}
	
/* Post */
.post-meta .fright {
	float:right;
	clear:none;
	}
	
/*----------------------------------------
				Testimonials
---------------------------------------- */
article.testimonial, .testi-single {
	padding:15px 15px 20px 145px;
	background-position:130px 12px;
}
	article.testimonial .featured-thumbnail, .testi-single .featured-thumbnail {
		width:100px;
		height:100px;
		left:20px;
		top:20px;
	}

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


/* 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:420px;
	margin:0 0px 30px 0;
	float:none;
}
	#gallery .portfolio li a.image-wrap {
		width:420px;
		height:278px;
	}
		#gallery .portfolio li a.image-wrap img {
			width:100%;
			height:auto;
		}
/* 1 column portfolio*/
#gallery.one_column .portfolio li {
	width:420px;
	margin:0 0px 30px 0;
	float:none;
}
#gallery.one_column .portfolio li a.image-wrap {
	width:420px;
	height:205px;
	float:none;
	margin-left:0px;
}


/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:420px;
	margin:0 0 30px 0;
	float:none;
}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:420px;
		height:205px;
	}
	
/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:200px;
	margin:0 8px 30px 0;
	float:none;
}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:200px;
		height:145px;
	}

/*---------------------------------------
				 404
---------------------------------------- */
.error404-num {font-size:200px;}	

/*---------------------------------------- 
				Sidebar
---------------------------------------- */
#searchform .searching {width:320px;}

}