/*
Theme Name: underCurrent media
Theme URI: http://www.undercurrentmedia.com/
Description: The layout of undercurrent media.
Version: 1.0
Author: Shaun Smith
Author URI: http://www.undercurrentmedia.com/
Tags: blue, custom header, fixed width, two columns, widgets

*/



@charset "UTF-8";

* {
	margin:0px;
	border:0px;
	padding:0px;}

body {
	background:url(images/bg.jpg) top left repeat-x #000d55;}	

#wrapper {
	height:auto;
	width:960px;
	margin-left:auto;
	margin-right:auto;}
	
#mastHead {
	height:40px;
	width:960px;
	float:left;
	position:relative;
	margin-top:179px;
	overflow:hidden;}
	
#emailLine	{
	height:26px;
	width:929px;
	float:left;
	position:relative;
	background:url(images/emailLine.png) bottom left no-repeat;
	text-align:right;
	padding-right:31px;
	padding-top:10px;
	margin-bottom:6px;}	

/*=========
Nav Area
===========*/

#navHolder {
	height:auto;
	width:253px;
	float:left;
	position:relative;
	margin-left:6px;
	margin-top:22px;
	text-align:left;}
	
#navHolder ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	text-align:left;}
	
#navHolder li {
	list-style-type:none;}

#navHolder a {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	line-height:24px;
	list-style-type:none;
	font-weight:lighter;}

#navHolder a:link, a:active, a:visited {
	color:#ffffff;
	text-decoration:none;}
	
#navHolder a:hover {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	list-style-type:none;
	text-decoration:none;
	font-weight:bold;}
	
.navHead {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	color:#bfbfbf;
	font-weight:bold;
	margin-top:32px;}
	
#navBreak {
	height:1px;
	width:217px;
	float:left;
	position:relative;
	background:url(images/emailLine.png) bottom left no-repeat;
	margin:18px 0px;}

#homeContent {
	height:auto;
	width:695px;
	float:left;
	position:relative;
	margin-right:6px;
	margin-top:32px;}
	
#contentClient {
	height:1000px;
	width:695px;
	float:left;
	position:relative;
	margin-right:6px;
	margin-top:32px;}	

		
#uCaddress {
	height:auto;
	width:253px;
	float:left;
	position:relative;}
	
#clientPromo {
	height:191px;
	width:200px;
	float:right;
	padding:18px 36px 0px 36px;
}

#imgBrk {
	height:48px;
	width:600px;
	float:left;
	position:relative;
	clear:both;}
	
#footer {
	height:36px;
	width:960px;
	float:left;
	position:relative;
	clear:both;}

/*=========
Text Area
===========*/
h1 {
	text-indent:-9000px;}
	
h2 { /*page titles*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#ffffff;
	line-height:48px;
	font-weight:bold;}

h3 { /*subheaders*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#ffffff;
	line-height:40px;
	font-weight:bold;}
	
h4 { /*subsubheaders*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	line-height:24px;}
	
h5 {/* regular size text*/
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:16px;
	color:#bfbfbf;
	line-height:36px;
	font-weight:lighter;}
	
p {/* regular size text*/
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	color:#bfbfbf;
	line-height:24px;
	font-weight:lighter;
	padding-bottom:18px;}

h5 span { /*emphasis amongst regular size text*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ffffff;
	line-height:24px;
	font-weight:bold;}

h6 { /*email address under title*/
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight:lighter;}

h6 a, a:hover, a:active, a:link, a:visited { /*email address under title*/
	text-decoration:none;}

h6 span {
	color:#bfbfbf;}
	
.addressInfo {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#bfbfbf;
	line-height:18px;}
	
h8 {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:12px;
	color:#ffffff;
	line-height:21px;}
	
h9 {/*writeups*/
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:14px;
	color:#bfbfbf;
	line-height:21px;
	font-weight:normal;
	padding-bottom:18px;}

#contentClient ul {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	line-height:24px;
	color:#ffffff;
	text-decoration:none;
	text-indent:72px;
	list-style-type:none;}
	
#contentClient li {
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size:15px;
	line-height:24px;
	color:#ffffff;
	text-decoration:none;
	list-style-type:none;}
	
#contentClient a {
	color:#ffffff;}
