/* #Tablet (Portrait)
================================================== */
/* Note: Design for a width of 768px */

@media only screen and (min-width: 768px) and (max-width: 995px) {

/* Logo */
.logo h1,
.logo h2 {
	font-size:2.2em;
	}

nav.primary {
	width: 748px;
}

.sf-menu li a {
	width: 124px;
}

	.sf-menu li:first-child a {
			width: 123px;
	}

/* Slider
---------------------------------------- */

#slider-wrapper {
	height: 494px;
}

	#slider-wrapper .grid_12 {
		height: 494px;
	}
	
	#slider-wrapper .inner {
		background: url(../images/line.gif) repeat-x 0% 442px;
		height: 443px;
	}

.flexslider-holder {
	height: 442px;
}












#content .featured-thumbnail img {
	max-width: 508px;
	height: auto;
}

ul.news li .featured-thumbnail img {
	max-width: 352px;
	height: auto;
}

ul.latestpost {
	margin: 0 0 12px 0;
}

	ul.latestpost li {
		width: 177px;
		margin: 0 7px 20px 0;
	}

	ul.latestpost li.odd {
		margin: 0 0 20px 0;
	}
	
		ul.latestpost li time {
			padding: 0 0 7px 0;
		}
		
		ul.latestpost li .excerpt {
			height: 72px;
			overflow: hidden;
		}

ul.info li em {
	padding: 0 15% 0 0;
}

ul.gallery li .featured-thumbnail img {
	max-width: 72px;
}

ul.related-posts li .featured-thumbnail img {
	width: 100%;
}

ul.faces li {
	width: 179px;
	margin: 0 0 0 10px;
}

	ul.faces li .featured-thumbnail img {
		max-width: 167px;
		height: auto;
	}

.wpcf7-form {
	width: 220px;
	overflow: hidden;
}

	.wpcf7-form input[type="text"] {
		width: 220px;
		padding: 5px 10px;
	}
	
	.wpcf7-form textarea {
		width: 220px;
	}
	
	.wpcf7-not-valid-tip {
		width: 220px !important;
	}

.grid_6 img {
	max-width: 352px;
	height: auto;
}











	
	
/* 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 {
	width:134px;
	}
.recent-posts.team li .featured-thumbnail {
	width:134px;
	height:auto;
	overflow:hidden;
	}

/* 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;
		}

/* Google Map */
.google-map {
	position: relative;
	padding-bottom: 75.25%;
	height: 0;
	overflow: hidden;
	margin:0 0 2% 0;
}
.google-map iframe,  
.google-map object,  
.google-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* 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;
		}
	
	
/* Portfolio
---------------------------------------- */

/* Default layout 3 columns */
#gallery .portfolio li {
	width:239px;
	margin:0 12px 16px 0;
	}
	#gallery .portfolio li a.image-wrap {
		width:227px;
		height:142px;
		}

/* 1 column portfolio*/
#gallery.one_column .portfolio li a.image-wrap {
	width:490px;
	height:245px;
	float:left;
	}
	#gallery.one_column .folio-desc {
		width:225px;
		padding-top:5px;
		}
		
		#gallery.one_column .folio-desc h3 {
			height: 1.2em;
			overflow: hidden;
		}
		
		#gallery.one_column .folio-desc p.excerpt {
			height: 126px;
			overflow: hidden;
		}

		
/* 2 columns portfolio*/
#gallery.two_columns .portfolio li {
	width:366px;
	margin-right:13px;
	}
	#gallery.two_columns .portfolio li a.image-wrap {
		width:355px;
		height:225px;
		}

/* 4 columns portfolio*/
#gallery.four_columns .portfolio li {
	width:175px;
	margin: 0 13px 16px 0;
	}
	#gallery.four_columns .portfolio li a.image-wrap {
		width:163px;
		height:101px;
		}
		
		#gallery.four_columns .portfolio li a.image-wrap img {
			float: left;
		}
	
/* Comment Form */
.commentlist ul.children {
	margin-left:0;
	}	

	
/* Sidebar
---------------------------------------- */
#searchform .searching {
	width:130px;
	}	
	
}