/* Dusk at the Mansion 2010 */

/* General Styles */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, 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, li {
	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;
}

/* Global reset-RESET /*/
/* The below restores some sensible defaults */
strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

strike, s { text-decoration: line-through; }

u { text-decoration: underline; }

a img {
	border: none; /* Gets rid of IE's blue borders */
} 

p {
	line-height: 20px;
	margin-bottom: 20px;
}

/* Clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* Clearfix /*/

body {
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px; /* Baseline grid of 20px */
	background: #002A3A;
}

a:link,
a:visited {
	color: #004059;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #00658C; 
	text-decoration: none;
	outline: none;
}

a:active {
	color: #00658C; 
	text-decoration: none;
}

/* Headings */
h1 {
	width: 780px;
	height: 380px;
	font-size: 40px;
	font-weight: bold;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/img/brand-banner.png) center center no-repeat;
	margin: 0 auto;
}
/* Headings /*/

/* ----------------------------------------- */
/* General Styles /*/


/* Page Structure */
/* ----------------------------------------- */
div#wrapper {
	overflow: visible;
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	height: 1px;
	width: 100%;
	text-align: center;
}

div#container {
	position: absolute;
	top: -240px;
	left: 50%;
	width: 780px;
	height: 480px;
	margin-left: -390px;
}

ul#social-network {
	height: 40px;
	width: 730px;
	margin: 60px auto 0 auto;
}

ul#social-network li {
	float: left;
	width: auto;
	height: 40px;
	margin: 0 15px;
}

ul#social-network li a {
	display: block;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent url(/img/social-network-bttns.png) no-repeat;
}

ul#social-network li.soundcloud a {
	width: 205px;
	background-position: 0 0;
}

ul#social-network li.soundcloud a:hover {
	background-position: 0 -50px;
}

ul#social-network li.myspace a {
	width: 140px;
	background-position: 0 -100px;
}

ul#social-network li.myspace a:hover {
	background-position: 0 -150px;
}

ul#social-network li.facebook a {
	width: 130px;
	background-position: 0 -200px;
}

ul#social-network li.facebook a:hover {
	background-position: 0 -250px;
}

ul#social-network li.mailbox a {
	width: 135px;
	background-position: 0 -300px;
}

ul#social-network li.mailbox a:hover {
	background-position: 0 -350px;
}
/* ----------------------------------------- */
/* Page Structure /*/
