@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'helvetica neue', 'helvetica', 'arial', sans-serif;
	background-color: #e6eaec;
	}
	
p {
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 150%;
	letter-spacing: .1em;
	}

h1 {
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
	
h2 {
	font-size: 14px;
	padding: 10px 0 7px 0;
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: .1em;
	}
			
.contentWrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 20px 20px 20px;
	}


/* Styles for HEADER */

#header {
	background-color: none;
	padding: 0;
	margin: 0;
	width: 100%;
	}
	
#headerContent {
	width: 900px;
	margin: 0 auto;
	}
	
#headerBox {
	float: right;
	padding: 0 20px;
	}
	
#header p {
	font-size: 12px;
	padding: 10px 0;
	margin: 0;
	}
	
.whiteText {
	color: white;
	}
	
.grayText {
	color: #666;
	}



.featuredbox {
	float: right;
	}
	
	
	
	
#homeContent {
	margin: 0;
	}



/* Style for FOOTER */


#footer {
	background-color: #2d2d2d;
	padding: 20px 0 40px 0;
	margin: 0;
	}
	
.footerColumn {
	width: 280px;
	margin-right: 60px;
	float: left;
	padding: 0;
	}
	
#footer a {
	color: white;
	}
	
#footer p {
	padding-bottom: 5px;
	}
	
.footerHeading {
	border-top: 10px solid white;
	margin: 0 0 20px 0;
	padding: 0;
	}
	
.footerWrapper {
	width: 900px;
	margin: 0 auto;
	}
	

/* Styles for CONTENT */

.servicesColumn {
	float: left;
	margin-right: 30px;
	}
	
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul li {
	padding: 0;
	margin: 0;
	font-size: 11px;
	padding: 0;
	line-height: 150%;
	letter-spacing: .1em;
	color: #2d2d2d;
	}
	
.heading {
	border-top: 10px solid #2d2d2d;
	margin: 10px 0 20px 0;
	padding: 0;
	}
	
	
	
/* Styles for MISC ITEMS */

	
.clear {
	clear: both;
	}
	
a {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
#logo {
	margin: 0;
	padding-top: 10px;
	width: 100%;
	}
	
.labelBox {
	float: right;
	}
	
	
	
	
#splashbox {
	height: 340px;
	background-image: url(images/huge_bg.jpg);
	margin: 10px 0 10px 0;
	}
	
	
	
	
	
/*Styles for Work */

	
#work {
	width: 900px;
	margin: 0 auto;
	}


#work_wrapper {
	width: 870px;
	margin: 0 auto;
	height: 100%;
	padding: 10px;
	}
	
.description {
	width: 250px;
	height: 70px;
	min-height: 70px;
	padding: 15px 10px;
	}
	
#description p {
	margin-top: 5px;
	}
	
.portfolio{
	float: left;
	width: 270px;
	height: 220px;
	min-height: 220px;
	margin: 10px 10px 0 10px;
	overflow: hidden;
	}
	
.portfolio img {
	border: 10px solid black;
	}
	
.work_divider {
	height: 1px;
	border-top: 1px solid #CCC;
	clear: both;
	margin-bottom: 20px;
	}
	
.divider {
	height: 10px;
	background-color: #CCC;
	}
	
	


/* Styles for menu */

#navigation {
	text-align: left;
	margin: 0;
	width: 900px;
	background-image:url(images/new_top.jpg);
	height: 153px;
	}
	
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#navigation ul li { display: inline; }
	
#navigation ul li a {
	float: left; margin: 0; font-size: 15px; text-transform: uppercase; border-top: 10px solid #e6eaec; font-weight: normal; padding: 5px 0 10px 20px; text-decoration: none;  letter-spacing: .1em;}

#navigation ul li a:hover { border-top: 10px solid #2d2d2d; border-bottom: none; }


.navLabel {
	border-bottom: 1px dashed #2d2d2d; padding: 0; text-align: right;
	}


/* Navigation with sprites 
.print { background-image:url(images/nav/nav_print.gif); width: 73px; background-position: -25px 0; background-repeat: no-repeat; }
.print:hover { background-image:url(images/nav/nav_print_over.gif); background-position: -25px 0; background-repeat: no-repeat; }

.web { background-image:url(images/nav/nav_web.gif); width: 60px; background-position: -25px 0; background-repeat: no-repeat; }
.web:hover { background-image:url(images/nav/nav_web_over.gif); background-position: -25px 0; background-repeat: no-repeat; }

.identity { background-image:url(images/nav/nav_identity.gif); width: 95px; background-position: -25px 0; background-repeat: no-repeat; }
.identity:hover { background-image:url(images/nav/nav_identity_over.gif); background-position: -25px 0; background-repeat: no-repeat; }

.illustration { background-image:url(images/nav/nav_illustration.gif); width: 132px; background-position: -25px 0; background-repeat: no-repeat; }
.illustration:hover { background-image:url(images/nav/nav_illustration_over.gif); background-position: -25px 0; background-repeat: no-repeat; }

*/

a { outline: none; color: #333;}

img {
	border: none;
	}






/* Styles for columns */

#leftColumn {
	width: 300px;
	float: left;
	}
	
#rightColumn {
	width: 560px;
	float: right;
	}
	
	
	
/* Portfolio */

.portfolioHeader {
	border-bottom: 1px dashed #2d2d2d;
	margin: 10px 0;
	padding: 0 0 10px 0;
	}
	
	
#contact_form {
	margin-top: 20px;
	}
	
input {
	padding: 2px;
	margin: 5px 0;
	}


.featuredContent {
	width: 450px;
	float: left;
	margin-bottom: 20px;
	}
	
.featuredText {
	padding: 10px;
	}
	