@charset "UTF-8";

/* @override 
	http://abrandnewway.com/css/v1/layout.css
	http://abnw.local/css/v1/layout.css
*/

body {
	text-align: center; /* IE 5.x browsers centering. Reset in #wrapper */
}

#wrapper{
	/* @NOTE: Site is based off of the 960 Grid System (960.gs) */
	padding: 0 16px; /* Content has left/right gutters for iPhone */
	width: 60em;
	min-width: 60em;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
#header {
	float: left;
}
#header,#feed {
	width: 14.75em;
}
#feed {
	margin-bottom: 4em;
}
#footer {
	padding: 0 16px;
	width: 60em;
	margin: 0 auto;
}
#content,#projects {
	position: relative;
}
#feature {
	margin-left: 245px;
}
#content,#feature,#nav {
	width: 44.6875em;
}
#projects {
	width: 715px;
}
#content, #nav {
	float: right;
}
body.home #projects .project,
body.portfolio #projects .project {
	width: 225px;
	float: left;
	margin-right: 20px;
}
body.portfolio #projects .project {
	margin-bottom: 30px;
}
body.home #projects .last,
body.portfolio #projects .last {
	margin-right: 0 !important;
}
.project h2 {
	display: block;
	height: 15px;
	text-indent: -9999em;
	margin-bottom: 6px;
}
.project img {
	margin-bottom: 15px;
}
.project p {
	color: #444;
	font-size: 12px;
	line-height:16px;
	display: block;
	padding-left: 2px;
}
.example-work img {
	margin-bottom: 10px;
}
.example-work .project p {
	font-size: 12px;
	line-height: 16px;
}

body.home #services .spotlight,
#content #main {
	width: 470px;
	float: left;
}
body.home #services .spotlight img {
	margin-top: 6px;
}
body.home #services .secondary,
#content #callout {
	width: 220px;
	float: right;
}

#footerwrap {
	clear: both;
	text-align: left;
}

#header h1 {
	display: block;
	height: 9em;
	margin-bottom: 1.625em;
	margin-top: 1.55em;
}
#header h1 a {
	width: 100%;
	height: 100%;
	display: block;
	text-indent: -9999em;
	cursor: pointer;
}

#feature {
	margin-top: 30px;
}

#nav {
	margin-bottom: 2.3125em;
	height: 35px;
}

#nav ul {
	padding-left: 1em;
}
#nav li {
	display: block;
	margin: 0 .5em;
	float: left;
	cursor: pointer;
}
#nav li a {
	display: block;
	height: 35px;
	padding: 0 .375em;
	text-indent: -9999em;
	font-size: .625em; /* Shrink font so graphic space correctly */
}
ul.pagination {
	clear: left;
}

#content {
	padding-bottom: 5em;
}

#services-intro p,
#contact-intro p {
	margin-bottom: 10px;
}
#services-intro,
#contact-intro {
	padding-bottom: 10px;
}

/* @group Projects */
#projects {
	padding-bottom: 1.4375em;
	margin-bottom: 2em;
}

	/* @group Project Details */
	
	#project-details {
		width: 454px;
		float: left;
		padding-left: 2px;
	}
	#project-details h3#project-title,
	#project-details h5#project-tagline {
		margin-left: -2px;
	}
	#project-details p#project-summary {
		margin-bottom: 20px;
	}
	
	#project-details h5+p,
	#project-details h3+p {
		margin-top: 10px;
	}
	#project-details h3+h5 {
		margin-top: 4px;	
	}
	#project-details h4 {
		margin-bottom: 3px;	
	}
	
	#project-details p {
		margin-bottom: 15px;
	}
	
	#project-details img.image-full,
	#project-details .figure-full {
		clear: both;
		margin-bottom: 15px;
	}
	#project-details img.image-left,
	#project-details .figure-left {
		float: left;
		margin-right: 15px;
		margin-bottom: 12px;
	}
	#project-details img.image-right,
	#project-details .figure-right {
		float: right;
		margin-left: 15px;
		margin-bottom: 15px;
	}
	
	/* @end */
	
	/* @group Project Sidebar */
	
	#project-extras {
		width: 234px;
		margin-left: 480px;
		padding-left: 10px;
	}
	li.client-brand h3 {
		visibility: hidden;
		display: none;
	}
	li.client-brands img {
		border: 1px solid #0f0;
	}
	#project-extras ul {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.client-extras img {
		padding: 10px 0 0px 1px;
		display: block;
	}
}
	
	
	/* @end */

/* @end */

#services-intro,
#contact-intro{
	margin-bottom: 20px;
	margin-left: 1px;
}

/* @group Services */
.service-content {
	width:  454px;
	float: left;
}

.service-content img {
	margin-bottom: 20px;
}
.service-sidebar {
	width: 243px;
	margin-left: 471px;
	padding-left: 10px;
}
/* @end */

/* @group Contact Us */
.contact-graphic {
	margin-right: 20px;
	margin-bottom: 25px;
	
}
/* @end */

/* @group Contact Form */

.tabContent form.contactForm p {
	float: left;	
}
.tabContent form.contactForm p.alt {
	float: right;
}

/* @end */

/* @group Footer */
#social-marks {
	float: right;
	font-size: 11px;
	padding-right: 18px;
}
/* @end */

/* @group Utilities */
.clear {
	clear: both;
	font: normal 1px/1px sans-serif;
	margin-bottom: -1px;
}
.column {
	float: left;
	margin-right: 30px;
}
/* @end */