/**************************************************
 
Copyright 2008 eye9 Design - www.eye9design.com 

***************************************************

# [Color Codes]

# Pink (text): #f16882
# Blue (links): #4bd2ef
# Blue (Heading): #3fcfee
# White with Brown background (text accents): #ffffff & #544b37

 
***********************************/



/**********************************
 
 GLOBAL
 
***********************************/

html, body {
	background: #fff;
	margin: 0px;
	padding: 0px;
}

#wrap {
	margin: 0px auto;
	width: 989px;
}

a {
	text-decoration: none;
	color: #4bd2ef;
}

a:active, a:focus, a:hover {
	outline: none;
	text-decoration: underline;
	color: #544b37;
}

img {
	border: none;
}

/**** Global Font Styles ****/

p {
	color: #5f5644;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
	line-height: 24px;
	margin: 0px;
}

.highlight {
	color: #f16882;
} 

.highlight2 {
	background-color: #544b37;
	color: white;
	padding: 2px;
} 

.link {
	color: #4bd2ef;
 	font-family: Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
}

.link a {
	color: #4bd2ef;
 	font-family: Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
	text-decoration: none;
}

.link a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #3fcfee;
	font-size: 52px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 40px 0;
	padding: 0px;
} /* page titles */

h2 {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #f16882;
	font-size: 38px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 42px 0;
	padding: 20px 0 0 0;
	background: url(images/bg_header2.jpg) top left no-repeat;
	letter-spacing: -.02em;
} /* column titles */

h3 {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #4bd2ef;
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
} /* portfolio project title */

h3 a {
	color: #4bd2ef;
	text-decoration: none;
} /* portfolio project title */

h3 a:hover {
	text-decoration: underline;
} /* portfolio project title */

h4 {
	color: #5f5644;
 	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
 	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	font-weight: normal;
} /* portfolio project desc. */

h5 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #f16882;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
} /* deliverables ul */

.seo {
	color: #5f5644;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
	line-height: 24px;
	margin: 20px 0 0 0;
}

/**********************************
 
 HEADER & NAVIGATION
 
***********************************/

#header {
	height: 157px;
}

#logo {
	float: left;
	width: 280px;
}

#navigation {
	float: left;
	width: 709px;
	height: 157px;
	background: url(images/bg_nav.jpg) top right no-repeat;
}

#nav_primary {
	width: 576px;
	height: 43px;
	margin: 8px 0 0 133px;	
}

#nav_primary ul {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#nav_primary li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

#nav_secondary {
	padding: 0 0 0 303px;
	margin: 0px;
	height: 106px;
}

#nav_secondary ul {
	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 106px;
}

#nav_secondary li {
	width: 80px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

/**********************************
 
 CONTENT
 
***********************************/

/**** Main Images For Main Pages ****/

#content_top_index {
	background: url(images/bg_pretty.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* index */

#content_top_curiosity {
	background: url(images/bg_curiosity.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* expertise */

#content_top_difference {
	background: url(images/bg_difference.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* the difference */

#content_top_chaotic {
	background: url(images/bg_chaotic.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* expertise -> web */

#content_top_graphic {
	background: url(images/bg_design.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* expertise -> graphic */

#content_top_seo {
	background: url(images/bg_hiding.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* expertise -> seo */

#content_top_portfolio {
	background: url(images/bg_portfolio.jpg) no-repeat; 
	height: 26px;
	width: 989px;
	float: left;
} /* expertise -> seo */

#content_top_contact {
	background: url(images/bg_contact.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
	margin: 0 0 20px 0;
} /* expertise -> seo */

#content_top_careers {
	background: url(images/bg_careers.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
	margin: 0 0 20px 0;
} /* careers page*/

#content_top_sitemap {
	background: url(images/bg_sitemap.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
	margin: 0 0 20px 0;
} /* sitemap page*/

/**** Main Images For Portfolio Pages ****/

#content_top_chp {
	background: url(images/bg_chp.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> chp */

#content_top_ccdw {
	background: url(images/bg_ccdw.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> ccdw */

#content_top_cerulean {
	background: url(images/bg_cerulean.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> cerulean */

#content_top_memento {
	background: url(images/bg_memento.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> memento by keri */

#content_top_data {
	background: url(images/bg_data.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> data dynamix */

#content_top_prolink {
	background: url(images/bg_prolink.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> prolink */

#content_top_skydex {
	background: url(images/bg_skydex.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> skydex */

#content_top_tech {
	background: url(images/bg_tech.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> techsmart */

#content_top_sidelot {
	background: url(images/bg_sidelot.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> the sidelot */

#content_top_charliestshirts {
	background: url(images/bg_charliestshirts.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> the sidelot */

#content_top_dominantsports {
	background: url(images/bg_dominantsports.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> the sidelot */

#content_top_museo {
	background: url(images/bg_museo.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> the sidelot */

#content_top_sage {
	background: url(images/bg_sage.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> the sidelot */

#content_top_experiencejeffersoncounty {
	background: url(images/bg_experiencejeffersoncounty.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* case study -> the sidelot */

#content_top_404 {
	background: url(images/bg_404.jpg) no-repeat; 
	height: 415px;
	width: 989px;
	float: left;
} /* 404 error */

/**** END ALL Main Images ****/

#content_top_text {
	width: 293px;
	height: 300px;
	padding: 0 22px 0 674px;
	margin: 125px 0 0 0;
	overflow: hidden;	
} /*wrapper for right side text area */

#content_top_text_casestudy {
	width: 293px;
	height: 325px;
	padding: 0 22px 0 674px;
	margin: 25px 0 0 0;
	overflow: hidden;	
} /*wrapper for right side text area - portfolio pages */

#text_area_top p {
	margin: 0px;
	color: #5f5644;
 	text-transform: uppercase;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 14px;
 	font-weight: bold;
	line-height: 26px;
}

#text_area_bottom p {
 	margin: 15px 0 0 0;
	color: #5f5644;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 14px;
	line-height: 24px;
}

#text_area_casestudy p {
 	margin: 15px 0 0 0;
	color: #5f5644;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 14px;
	line-height: 24px;
}

#content_bottom_index {
	float: left;
	width: 938px;
	padding: 0px;
} 

/**** Below Page Main Image ****/

#content_bottom {
	float: left;
	width: 938px;
	padding: 0 21px 0 30px;
} /* recent work */

.text_area_more {
	float: right;
	margin: 20px 0 0 0;
}

#content_title p {
	margin: 0 0 40px 0;
}

/**** Expertise Page ****/

#content_column_1 {
	float: left;
	width: 281px;
	margin: 0 46px 0 0;
}

#content_column_2 {
	float: left;
	width: 281px;
	margin: 0 46px 0 0;
}

#content_column_3 {
	float: left;
	width: 281px;
}

/**** Portfolio Page ****/

.portfolio_item_1 {
	float: left;
	width: 281px;
	margin: 0 46px 0 0;
}

.portfolio_item_2 {
	float: left;
	width: 281px;
	margin: 0 46px 0 0;
}

.portfolio_item_3 {
	float: left;
	width: 281px;
}

/**** Case Study Pages ****/

#left_column {
	float: left;
	width: 281px;
	margin: 25px 46px 0 0;
}

#right_column {
	float: left;
	width: 608px;
	padding: 20px 0 0 0;
}


#right_column p {
	margin: 10px 0 0 0;
}

#content ul {
	list-style-image: url(images/list_image.jpg);
}

#content li  {
	color: #5f5644;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
 	text-transform: uppercase;
	margin: 15px 0 0 0;
}

.visit_site {
	float: right;
	margin: 6px 0 0 0;
}

/**********************************
 
 CONTACT PAGE & FORM
 
***********************************/

#sidebar {
	width: 291px;
	padding: 0 0px 0 24px;
	margin: 0px 0 0 0;
	float: left;
}

#main {
	width: 623px;
	float: left;
}

* html #main {
	padding-bottom: 40px; 
}

*:first-child+html #main {
	padding-bottom: 40px; 
}

.thankyou {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3fcfee;
	text-transform: uppercase;
	margin: 0px;
	line-height: 28px;
	padding: 20px 0 0 0;
}

/**** Contact Form ****/

input.left_form {
	background: #ffffff;
	width: 400px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

input.right_form {
	background: #ffffff;
	width: 200px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

input.alert {
	background: #ffffff;
	width: 400px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

textarea {
	background: #ffffff;
	width: 400px;
	height: 150px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

textarea.alert {
	background: #ffffff;
	width: 400px;
	height: 150px;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 10px 0px;
}

.alt_button_format {
	float: left;
	background: #ffffff;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px 4px 4px 4px;
	margin: 0px 5px 0px 0px;
}

.alert_text {
	color: #999999;
}      

.buttons {
	margin: 20px 0 0 0;
}

.interest {
	margin: 0 0 20px 0;
}

.submit {
	background: #ffffff;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding: 4px;
	margin: 0px 5px 0px 0px;
}

* html .submit {
	padding: 2px;
}

*:first-child+html .submit {
	padding: 2px;
}

/**********************************
 
 SITEMAP
 
***********************************/

#sitemap {
	margin: 0 0 0 10px;
	float: left;
}

/**********************************
 
 INDEX SEO
 
***********************************/

#footer_seo {
	width: 700px;
	margin: 0px auto;
	padding: 140px 0 20px 0;
}

#footer_seo h1 {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #3fcfee;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	padding: 0px;
}

#footer_seo h1 a {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #3fcfee;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	padding: 0px;
}

#footer_seo h1 a:hover {
	text-decoration: underline;
	color: #544b37;
}

/**********************************
 
 FOOTER
 
***********************************/

#footer {
	float: left;
	background: url(images/bg_footer.gif) no-repeat;
	width: 933px;
	height: 24px;
	padding: 28px 26px 0 30px;
	margin: 40px 0 20px 0;
}

* html #footer {
	margin: 0px 0 20px 0;
}

*:first-child+html #footer {
	margin: 0px 0 20px 0;
}

#footer p {
	font-family: Helvetica Neue, Helvetica, Arial sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3fcfee;
	text-transform: uppercase;
}

#footer a {
	color: #3fcfee;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #544b37;
}

.copy {
	float: left;
}

.sitemap {
	float: right;
}

/**********************************
 
 VARIOUS CLASSES
 
***********************************/

.clear {
	clear: both;
}

.spacer {
	margin: 0 0 40px 0;
}

* html .adjust {
	margin-bottom: 40px;
}

*:first-child+html .adjust {
	margin-bottom: 40px;
}
