/* YUI 2: Reset CSS */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

/* CLEARFIX OPTIMIZED */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { *zoom: 1; } /* IE6 */
*:first-child+html .clearfix { _zoom: 1; } /* IE7 */


/* PROJECT SPECIFIC STYLES  */
body {
	background: #ccc;
	font: normal 10px/1 "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}
#wrapper {
	width: 1150px;
	margin: 0 auto;
/* 	box-shadow: 5px 5px 5px #ccc; -moz-box-shadow: 5px 5px 5px #ccc; -webkit-box-shadow: 5px 5px 5px #ccc; */
	overflow: hidden;
}
#header {
	background: url(header.jpg) 50% 0 no-repeat transparent;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}
	#header h1 {
		display: block;
		position: relative;
		margin: 142px 0 260px 85px;
	}
	#header h1 a {
		display: block;
		outline: none;
	}
	#header h1 a img {
		display: block;
	}
	#header h1 span {
		display: block;
		text-indent: -999999px;
	}

#nav {
	width: 100%;
	margin: 0;
	padding: 0;
}
	#nav ul {
		display: block;
		list-style: none;
		font-size: 1em;
		float: left;
		overflow: hidden;
		margin: 0;
	}
		#nav ul#main-nav {
			width: 65%;
			margin-left: 85px;
		}
		#nav ul#social-nav {
			width: auto;
		}
	#nav ul li {
		float: left;
		padding: 0;
		margin: 0;
	}
	
	
	#nav ul li a {
		display: block;
		padding: 12px 37px;
		margin: 0 5px 0 0;
		
		color: #fff;
		text-transform: lowercase;
		text-decoration: none;
		font-size: 1.6em;
		
		text-indent: -99999px;
		padding: 0;
		width: 175px;
		height: 38px;
		background: url(nav-sprite.png) 0 0 no-repeat transparent;
	}
		#nav ul li#nav-site a {	background-position: 0 0;}
		#nav ul li#nav-blog a {	background-position: 0 -38px;}
		#nav ul li#nav-site a:hover {	background-position: -175px 0;}
		#nav ul li#nav-blog a:hover {	background-position: -175px -38px;}
	
	#nav ul#social-nav li a {
		display: block;
		padding: 0;
		width: 28px;
		height: 28px;
		text-indent: -99999px;
		margin: 6px 10px 0 0;
	}
	#nav ul li#facebook a {
		background: url(icon-facebook.png) 0 0 no-repeat transparent;
	}
	#nav ul li#youtube a {
		background: url(icon-youtube.png) 0 0 no-repeat transparent;
	}
	#nav ul li#flash a {
		text-indent: 0;
		width: auto;
		height: auto;
		background: none;
		padding: 12px 10px 0 10px;
		margin: 0;
		font-size: 1.2em;
	}
	
#content {
	background: white;
	display: block;
	padding: 55px 0;
}
#main {
	margin: 0 85px;
	padding: 0 250px 0 40px;
	border-left: 1px solid #750714;
}

h2, h3, h4, h5, h6, p, ul, ol {
	color: #750714;
}
h2, h3, h4, h5, h6 {
	margin-bottom: 0.25em;
}
h2 {
	font-size: 3em;
}
h3 {
	font-size: 2em;
}

p, ul, ol, dl {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: inherit;
	text-decoration: underline;
}
a:hover, a:active {
	text-decoration: none;
	color: #592f90;
}

p.footer {
	text-transform: uppercase;
	font-size: 0.9em;
}

ul.inline {
	display: block;
	overflow: hidden;
}
ul.inline li {
	float: left;
	list-style: disc;
	margin-right: 10px;
	padding-right: 10px;
}

