/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {


#content.right .post-holder,
#content.left .post-holder,
#respond,
.commentlist,
.related-posts{
	padding-right: 40px;
}

/* Flickr widget */
.flickrImages a {
	width:58px;
	height:58px;
	}

.frame.alignleft img,
.frame.alignright img,
.frame.alignnone img	{
	width:100% !important;
	height:auto !important;
	}

/* SlidesJS */
.slides_container {
	width:224px;
}
.slides_container .item {
	width:224px;
	height:170px;
	}
	.slides_container .item .featured-thumbnail {
		float:none;
		margin-right:0;
		overflow:hidden;
		}
		.slides_container .item .featured-thumbnail img {
			width:100%;
			height:auto;
			}


/* Team */
.recent-posts.team li {
	}
.recent-posts.team li .featured-thumbnail {
	height:auto;
	overflow:hidden;
	}

	.recent-posts.team li:nth-child(3n) {
		margin-right: 20px;
	}
	.recent-posts.team li.nomargin {
		margin-right: 20px;
	}
	.recent-posts.clients li:nth-child(3n) {
		margin-right: 20px;
	}
	.recent-posts.clients li.nomargin {
		margin-right: 20px;
	}
	.recent-posts.methods li {
		float: left;
		width: 230px;
		overflow: hidden;
		margin: 0 20px 20px 0;
	}
.recent-posts.methods li .featured-thumbnail {
	margin: 5px 0 10px 0;
	float: none;
	display: block;
}
.recent-posts.methods li .featured-thumbnail img{ float: none;}
	.recent-posts.methods li h5 {
		padding-top: 0;
	}
/* Address */
.address dt {
	width:135px;
	margin-right:10px;
	padding:0 0 0 55px;
	font-size:11px;
	}
.address dd {
	width:195px;
	padding:0 0 0 43px;
	}
	.address dd span {
		width:80px;
		}

/* Post Formats
---------------------------------------- */

/* Image Post Format */
.image-post-format img {
	width:100%;
	overflow:hidden;
	}	

/* Gallery Post Format */
.slides_container_gallery {
	width:534px;
	height:270px;
	}
	.slides_container_gallery .g_item {
		width:534px;
		}

	
/* Comment Form */
.commentlist ul.children {
	margin-left:0;
	}	

	.error404-num {
		font-size:280px;
		text-align: center;
		}	
	#error404 hgroup {
		padding-top:45px;
		}
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:130px;
	}	
	
}