/* CSS Reset */

body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
	font-size:11px;
	font-weight:normal;
	letter-spacing:102%;
	background: url(../v3/images/blackorchid.png) left top repeat fixed;
	background-color: #000; 
}

a {
	color: #be9d40;
	text-decoration: none;
}

a:hover {
	color: #be9d40;
	text-decoration: underline;
}

#page-wrap {
	width:1125px;
	margin: 0 auto;
}


#container {
	width: 960px; 
	margin: 0 auto; 
	padding: 0 0 0 0; 
}
header {
	height:320px;
	background: url(../v3/images/bod_2013_header.png) center top no-repeat; 
}
#tagline {
	margin: 0 0 20px 0;
	padding-top: 185px;
}

.divFixed {
	background: url(../v3/images/blackorchid.png) left top repeat fixed;
	border-bottom: 1px dashed #ccc;
	display: none;
	position: fixed;
	top: 0;
	width:1125px;
	height:75px;
	box-shadow: 0px 15px 70px -15px black;
}

.fixedLogo {
	width:170px;
	float:left;
}

.fixedNavLinks {
	float:right;
	position: relative;
	top: 35px;
	font-size: smaller;
}

.fixedNavLinks ul {
	list-style: none;
}

.fixedNavLinks ul li {
	display: inline;
}
.fixedNavLinks ul li a {
	display: block; 
	float: left; 
	height: 20px; 
	padding: 0 0 0 0; 
	margin: 0 15px 0 0;
	text-decoration: none;
}
.fixedNavLinks ul li a.last {
	margin:0;
}

.icon-header {
	font-size: 20px;
	margin-right: 4px;
}

.icon-headerx {
	margin-right: 10px;
}

.grey {
	font-size: 16px;
	color: #ccc;
	letter-spacing: 2px;
	width:100%;
	text-align: center;
	margin:	0 0 30px 0;
	
}

#header {
	margin: 0 0 20px 0;
	text-align: center;
}

#header h1 a {
		display: block; 
		width: 960px; height: 10px; 
		color: #6b5c4e; margin: 0px 0 20px 0; 
		/*background: url(../v3/images/portfolio.png) no-repeat;*/ text-indent: -9999px;
	}
	
	#header h2 {
		width: 960px; height: 30px;
		background: url(../v3/images/p_comingsoon.png) no-repeat center; text-indent: -9999px;
	}

#portfolio {
	width: 960px;
	margin: 0 0 30px 0;
	border-bottom: 1px dashed #ccc;
}
	
	#portfolio.editorial h2 {
		width: 100%; height: 17px; margin: 0 0 30px 0;
		background: url(../v3/images/editorialheader.png) no-repeat center; text-indent: -9999px;
	}
	
	#portfolio.print h2 {
		width: 100%; height: 17px; margin: 0 0 30px 0;
		background: url(../v3/images/printheader.png) no-repeat center; text-indent: -9999px;
	}
	
	#portfolio.web h2 {
		width: 100%; height: 17px; margin: 0 0 30px 0;
		background: url(../v3/images/webheader.png) no-repeat center; text-indent: -9999px;
	}
	
	#portfolio.photography h2 {
		width: 100%; height: 17px; margin: 0 0 30px 0;
		background: url(../v3/images/photographyheader.png) no-repeat center; text-indent: -9999px;
	}
	
	#portfolio.branding h2 {
		width: 100%; height: 17px; margin: 0 0 30px 0;
		background: url(../v3/images/brandingheader.png) no-repeat center; text-indent: -9999px;
	}
	
#portfolio ul {
		list-style: none; 
	}
		#portfolio ul li.left {
			float: left; 
			padding-top: 6px;
			padding-left: 6px;
			padding-right: 6px;
			padding-bottom: 4px;
			margin: 0 44px 44px 0;
			background: url(../v3/images/img-bg.png); 
			border-radius: 6px; 
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
		#portfolio ul li.right {
			float: left; 
			padding-top: 6px;
			padding-left: 6px;
			padding-right: 6px;
			padding-bottom: 4px;
			margin: 0 0 44px 0;
			background: url(../v3/images/img-bg.png); 
			border-radius: 6px; 
			-moz-border-radius: 6px;
			-webkit-border-radius: 6px;
		}
			
	#footer p.copyright {
		clear: both; 
		float: left; margin: 0 0 0 0; 
		font-size: 10px; color: #ccc; letter-spacing: 2px;
	}

		
.clear:after {
	content: "";
	display: block; visibility: hidden; clear: both;
}
	.clear { zoom: 1; } /* Clearfix IE fix */
	
.TrendSansOne { 
	font-family: TrendSansOne;
	font-weight: normal;
	font-style: normal;
}

.contact {
	font-size: 14px;
	color: #ccc;
	letter-spacing: 2px;
	width:100%;
	text-align: center;
	margin:	0 0 30px 0;
}
.contact:hover {
	color: #be9d40;
}

.contact:hover i {
	color:#444;
}

.section {
	font-size: 24px;
	color: #be9d40;
	letter-spacing: 2px;
	width:100%;
	text-align: center;
	margin:	0 0 30px 0;
}

#links {
	width: 100%;
	height: 45px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 50px;
}

#links ul {
	list-style: none;
}

#links ul li {
	display: inline;
}
#links ul li a {
	display: block; 
	float: left; 
	height: 20px; 
	padding: 0 0 0 0; 
	margin: 0 35px 0 0;
	text-decoration: none;
}
#links ul li a.last {
	margin:0;
}
#linksFooter {
	width: 100%;
	height: 45px;
	margin-top:25px;
}

#linksFooter ul {
	list-style: none;
}

#linksFooter ul li {
	display: inline;
}
#linksFooter ul li a {
	display: block; 
	float: left; 
	height: 20px; 
	padding: 0 0 0 0; 
	margin: 0 35px 0 0;
	text-decoration: none;
}
#linksFooter ul li a.last {
	margin:0;
}