/*
iPhone specific style sheet
 */



/* Overarching body styles */


body {
	margin: 0 auto;
	margin-bottom: 60px;
	overflow-x: hidden;
	-webkit-text-size-adjust: none;
	font-size: 14px;
	line-height: 22px;
}

/* Font adjustments for iPhone screen */

h1.home {
	font-family: Museo-500, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 38px;
	color: #ffffff;
}


h2 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 0px;
}

h3 {
	font-size: 16px;
	line-height: 18px;
}

h4 {
	font-size: 30px;
	line-height: 40px;
	margin-top: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0;
}

.homeintro-content {
	width: 500px;
}

.subnavitem, .filter-educ, .filter-home, .filter-pub, .filter-sil, .filter-clear {
	margin-left: 20px;
}



/* Main site frame and layout */


#container {
	width: 940px;
	margin: 0 auto;
	margin-top: 0px;
}

#brand, #navigation, #subnav, #footer {
	width: 940px;
}


/* Adjust top navigation */

#navigation {
	height: 36px;
}

.fbook, .twit {
	margin-top: -1px;
}





#creative {
	width: 940px;
	overflow: hidden;
}

#homeintro {
	margin-top: 95px;
	width: 940px;
	left: 50%;
	margin-left: -470px;
}



#piececreative {
	width: 940px;
	height: 586px;
}

#contactpanel, #contactpanel-vis {
	width: 940px;
}


/* Grid page layouts */

#gridcreative {
	width: 960px;
	margin-left: -10px;
}


.projectprev, .projectprev-home, .projectprev-pub, .projectprev-educ, .projectprev-sil, .projectprev-dual {
	width: 220px;
	overflow: hidden;	
}

.prevrollover {
	width: 180px;
	height: 113px;
	overflow: hidden;
	
}




/* Product page layouts */

.projnavanchor {
	display: none;
}

#piececreative {
	width: 940px;
	overflow-x: hidden;
}


#productdescription {
	width: 940px;
}


.producttitle {
	display: block;
	vertical-align: top;
	width: 800px;
	margin-right: 0px;
	margin-bottom: 30px;
}

.productinfo {
	display: block;
	vertical-align: top;
	width: 700px;
	margin-right: 0px;
	margin-bottom: 60px;
	font-size: 20px;
	line-height: 30px;
}

.productspec {
	display: block;
	vertical-align: top;
	width: 700px;
	font-size: 20px;
	line-height: 30px;
}





/* Flexslider */


.flexslider {
	width: 940px;
}

.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.flexslider .slides img {width: 940px; height: 556px; display: block;}

.flex-viewport {height: 556px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}

.loading .flex-viewport {height: 556px; background: url('graphics/ajax-loader.gif') no-repeat center center;}
.loading {height: 556px; background: url('graphics/ajax-loader.gif') no-repeat center center;}


/* Direction Nav */
.flex-direction-nav {display: none;}

.flex-control-nav {width: 940px;}




/* Image Slider */


#full-width-slider {
    margin: 0 auto;
    height: auto;
    width: 940px;
	height: 556px;
	background: #ffffff;
	z-index: 1;
}





/* About page layouts */

#aboutcreative {
	width: 940px;
	height: 370px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: right;
}

#aboutintro, #aboutexpander, #aboutdescription {
	width: 940px;
}	

.aboutinfo {
	display: block;
	vertical-align: top;
	width: 720px;
	margin-right: 0px;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
}

.aboutinfowide {
	display: block;
	vertical-align: top;
	width: 720px;
	margin-right: 0px;
}


