/* @override http://www.brianherring.com/stylesheets/brian_styles.css */

/*-----------------------------------------------------------------
BrianHerring.com CSS Style Sheet

version: 	1.0
author: 	Brian Herring
email:		contact@brianherring.com
website:	http://www.brianherring.com
copyright:	(c)2007	

-------------------------------------------------------------------*/

/* STRUCTURE 
-------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background-color: #62030B;
	text-align: center;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

wrapper {
	background-color: #FFF;
}

.container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#brand {
	height: 150px;
	background: #000 url(/images/brand_bg.jpg) repeat-x 0 0;
}

#brand .container {
}

/* TOP AREA 
-------------------------------------------*/
h1 {
	float: left;
	display: block;
	width: 425px;
	height: 100px;
	margin: 0;
	padding: 22px 0 0 90px;
	position: relative;
	font-size: 9px;
}

h1 span {
	background: url(/images/brand.jpg) no-repeat 0 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

 /*MIDDLE AREA 
-------------------------------------------*/

#content {
	width: 100%;
	background: #FFF url(/images/content_bg.jpg) repeat-x 0 0;
}

#content .container {
	overflow: hidden;
	text-align: left;
	padding: 50px 0 15px 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#content_main {
	padding: 0 0 0 150px;
	float: left;
	width: 490px;
}

#content .content_sub {
	padding: 50px 50px 0 10px;
	width: 235px;
	float: right;
}

#content_main .entry {
	margin: 0 25px 1.8em 0;
	clear: right;
}

#portfolio .entry {
	width: 210px;
	margin-bottom: 10px;
}

#portfolio .entry.left {
	float: left;
	clear: left;
	margin-right: -3px;
}

#portfolio .entry.right {
	float: right;
	clear: right;
	margin-right: 0px;
}

#content_main img {
	margin: 5px 20px 20px 0;
	border: solid 1px #BBB;
	padding: 4px;
}

#portfolio img {
	margin: 5px 0px 5px 0;;
}

.content_sub img {
	float: left;
	margin: 0 10px 10px 0;
}

h2 {
	color: #9f030b;
	margin-bottom: 1em;
	font: normal 1.6em/1em Georgia, "Times New Roman", Times, serif;
}

h3 {
	color: #666;
	margin: 25px 0 10px 0;
	border-top: dotted 1px #666;
	border-bottom:  dotted 1px #666;
	padding: .45em 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font: normal .9em/1em Georgia, "Times New Roman", Times, serif;
	clear: both;
}

h4 {
	margin-bottom: .5em;
	margin-top: 1.5em;
	font: bold 1em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#portfolio h4 {
	margin-top: 10px;
}

h5 {
	margin-bottom: .5em;
	margin-top: 1em;
	font: bold .9em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: left;
}

#content a {
	color: #9f030b;
	text-decoration: none;
	border-bottom: dotted 1px #9f030b;
}

#content a:hover {
	color: #666;
	border-bottom: dotted 1px #666;
}

#content a.image {
	border: none;
}

ul#nav_main {
	margin-top: 36px;
	width: 300px;
	color: #CCC;
	float: right;
	list-style-type: none;
}

ul#nav_main li {
	font: normal .7em/1.7em Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul#nav_main strong {
	color: #9f030b;
}


p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: .5em;
	padding-right: 10px;
}

#content .content_sub p {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	font-size: .8em;
		line-height: 1.7em;
}

.date {
	font: italic .9em/1.7em Georgia, "Times New Roman", Times, serif;
	margin-top: -5px;
	margin-bottom: .8em;
}

 /*BOTTOM AREA 
-------------------------------------------*/

#site {
	clear: both;
	width: 100%;
	background: #62030B url(/images/site_bg.jpg) repeat-x 0 0;
}

#site .container {
	clear: both;
	width: 900px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	font-size: 12px;
}

#site a {
	color: #fff;
}

#site a:hover {
	color: #fff;
}

/* @group Navigation */

#nav_main a {
	color: #CCC;
	text-decoration: none;
}

#nav_main a.current {
	color: #FFF;
	text-decoration: none;
}

#nav_main a:hover {
	color: #9f030b;
}


/* @end */