/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

/* Global Styles ========================================== */
.cl { clear: both; }
a { color: #ff7b06; text-decoration: none; }
a:hover { color: #e76f05; text-decoration:none; }

h1, h2, h3, h4 { 
	font-family: "skolar-1","skolar-2", Georgia, serif;
	font-weight: 300;

}

h2 { 
	font-size: 30px; 
	margin: 0 0 30px 0;
	height: 40px; /* height helps with TypeKit page jump */
}

body { 
	color: #666;
	font-family: "skolar-1","skolar-2", serif;
}

#wrap {
}

#about, #work, #services, #contact {
	min-width: 930px;
	padding: 50px 20px 50px 50px; 

}


/* About ================================================== */
#about { 
	width: 930px;
	padding-top: 0;
	margin-top: 50px;

}

#about h1 {
	float:left;
	display:block;
	position:relative;
	left: -23px;
	background: #fff url('../images/enabled-logo.png') no-repeat;
	width: 190px;
	height: 36px;
	text-indent: -999em;
}

#about ul#nav {
	width: 500px;
	display:block;
	float:right;
	text-align:right;
}

#about ul#nav li {
	list-style: none;
	display:inline; 
	margin-left: 20px;
}

#about h2 { 
	font-size: 20px;
	color: #999;
	margin:0;
	padding: 10px 0 0 0;
	font-weight: 400;
	height: 30px;
}

/* Work =================================================== */

#work { 
	background-color: #efefef;
}

#work .item { 
	width: 930px;
	margin: 0 0 80px 0;
	clear: left;
}

#work .item .slideshow { 
	float:left; 
	width: 700px;
}

#work .item .item-info { 
	margin: 0 0 0 20px;
	float:left;
	width: 210px;
}
* html #work .item .item-info { width: 190px; }

#work .item .item-info h3 { 
	font-size: 24px;
	padding: 0 0 5px 0;
}

#work .item .item-info p {
	color: #999;
	font-style:italic;
}

#work .item .item-info .credit { 
	margin: 0 0 15px 0;
}

#work .item .item-info .credit p { 
	font-style: normal;
	font-size: 13px;
	font-weight: normal;
	color: #999;
}

#work .item .slideshow ul img { 
	border: 1px solid #dbdbdb	;
	padding:5px;
	background-color:#e2e2e2;
}

#work .item .slideshow.round ul img { 
	border-radius: 30px;
}

#work .pager {
	width: 700px;
	position:relative;
	right: -12px;
}

#work .pager a {
	float:right;
	display:block;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	color: #efefef;
	font-size: 1px;
	border:1px solid #dbdbdb;
	margin-top: 2px;
}

#work .pager a.activeSlide {
	background-color: #dbdbdb;
	text-decoration:underline;
}

#work .pager a:hover {
	background-color: #e2e2e2;
}

/* Services =============================================== */
#services { 
	background-color: #e2e2e2;
}

#services .item { 
	width: 930px;
}

#services ul { 
	float:left;
	width: 210px;
	margin: 0 30px 0 0
}
#services ul.last {
	margin-right: 0;
}

#services ul li {
	margin: 0 0 20px 0;
	line-height: 1em;
}

/* Contact ================================================ */
#contact {
	background-color: #dbdbdb;
	padding-bottom: 100px;
}

#contact .item { 
	width: 930px;
}

#contact #em {
	float:left;
	width: 700px;
}

#contact #em a {
	font-size: 40px;
}

#contact #address {
	float:left;
	width:230px;
	text-align:right;
}


/* iPhone-specific styles ================================ */
@media only screen and (max-width: 480px) { 

	html {
		-webkit-text-size-adjust: none;
	}

	#about, #work, #services, #contact {
		min-width: 90%;
		padding: 10px;
	}


	#about { 
		width: auto;
		margin-top: 10px;
	}

	#about h1 {
		float:none;
		display:block;
		position: relative;
		left: auto;
		background: #fff url('../images/enabled-logo.png') no-repeat;
		width: 190px;
		height: 36px;
		text-indent: -999em;
		margin: 0 auto;
	}

	#about ul#nav {
		width: 100%;
		float:none;
		text-align: center;
		margin: 20px 0 10px 0;
	}

	#about ul#nav li {
		margin: 0 10px;
	}

	#about h2 { 
		height: auto;
		font-size: 20px;
		padding: 10px 0 0 0;
		text-align:center;
	}

	#work .item { 
		width: 100%;
		margin: 0 0 30px 0;
	}

	#work .item .slideshow { 
		float:none; 
		width: auto;
	}

	#work .item .item-info { 
		margin: 0;
		float:none;
		width: auto;
	}

	#work .item .item-info h3 { 
		font-size: 24px;
		padding: 0;
	}

	#work .item .item-info p {
		color: #999;
		font-style:italic;
	}

	#work .item .slideshow ul li {
		display:none;
	}
	#work .item .slideshow ul li:nth-child(1) { 
		display:block;
	}
	#work .item .slideshow ul img { 
		border: 1px solid #dbdbdb	;
		padding:0px;
		background-color:#e2e2e2;
		width: 100%;
		height: auto;
	}

	#work .pager {
		width: auto;
		display:none;
	}

	#services .item { 
		width: auto;
	}

	#services ul { 
		width: auto;
		float:none;
		margin: 0;
	}

	#services ul li {
		margin: 0 0 10px 0;
	}

	#contact {
		padding-bottom: 100px;
	}

	#contact .item { 
		width: auto;
	}

	#contact #em {
		float:none;
		width: 100%;
	}

	#contact #em a {
		display:block;
		font-size: 20px;
		text-align: center;
	}

	#contact #address {
		margin-top: 30px;
		float:none;
		width: 100%;
		text-align: center;

	}


} /* end media styles */
