/**************************************************
 
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;
}

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

.box-main 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: 20px 0 0 0;
}

.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: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3fcfee;
	text-transform: uppercase;
	margin: 0px;
	padding: 20px 0 0 0;
} /* page titles */

h1 a {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #3fcfee;
	text-transform: uppercase;
	margin: 0px;
	padding: 20px 0 0 0;
} /* page titles */

h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #f16882;
	text-transform: uppercase;
	margin: 0px 0 20px 0;
	padding: 20px 0 0 0;
	background: url(images/bg_header2.jpg) top left no-repeat;
} /* sidebar title */

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

h3 a {
	color: #f16882;
	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 */


/**********************************
 
 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;
}

#nav_secondary ul {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 103px;
}

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

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

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


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

/**** 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;
}


/**********************************
 
 Blog Only
 
***********************************/

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

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

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

* html #main {
	padding: 0 0px 0 0;
}

#main h2 {
	background: none;
	border-top: 2px solid #544b37;
}

#main h3 {
	padding-top: 20px;
	border-top: 2px solid #544b37;
}

#sidebar ul {
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

#sidebar li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar ul ul {
	list-style-image: none;
	margin-bottom: 20px;
}

#sidebar ul ul li {
	margin: 5px 0 0 15px;
} /* for li under categories */

#sidebar ul ul li a {
	color: #4bd2ef;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	text-transform: uppercase;
	margin: 15px 0 0 0;
}

#sidebar ul ul li a:hover {
	text-decoration: underline;
	color: #544b37;
}

.sidemenu {
	margin: 0px;
	padding: 0px;
}

.tagcloud {
	margin: 0px;
	padding: 0px;
}

.st-tag-cloud {
	width: 280px;
}

.st-tags {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	color: #f16882;
}

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

.box-main {
	border-top: 14px solid #544b37;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 623px;
}

.box-main ol {
	list-style-type: disc;
}

.box-main li {
	color: #544b37;
 	font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
 	font-size: 12px;
 	font-weight: bold;
 	text-transform: uppercase;
 	line-height: 20px;
	margin: 15px 0 0 0;
}

blockquote {
	background: url(images/blockquote.jpg) no-repeat scroll 0px -10px;
	padding: 0px 40px 0 40px;
	margin: 10px 0 10px 0;
}

.widget_tag_cloud a {
	font-family: Futurist, Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
}

/**** 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.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;
}

/**********************************
 
 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;
}


#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;
	text-decoration: underline;
	color: #544b37;
}

.copy {
	float: left;
}

.sitemap {
	float: right;
}

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

.post-foter a:hover {
	outline: none;
	text-decoration: underline;
	color: #544b37;
}

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

.clear {
	clear: both;
}
