/*
	Main CSS - Sounds New 2011
	Created on 24th Jan 2011
	
	Created by Dotcafe Designs - http://www.dotcafedesigns.com
*/
body, h1, h2, h3, h4, h5, h6, ul, li, ol, form, table, tr, th, td, p, img, blockquote {
	margin:					0;
	padding:				0;
	border:					0;
}

body {
	background-color:		black;
}

/*
	Header
*/
#header {
	margin-top:				35px;
	
	height:					164px;
	overflow:				hidden;
}

#header h1.logo {
	display:				block;
	float:					right;
	background-image:		url(img/logo-shape.png);
	background-repeat:		no-repeat;
	background-position:	0 10px;
	
	width:					130px;
	height:					140px;
	
	text-indent:			-10000px;
	overflow:				hidden;
}

#header h2.logo {
	display:				block;
	float:					left;
	background-image:		url(img/logo-text-1.png);
	background-repeat:		no-repeat;
	
	width:					196px;
	height:					82px;
	margin-bottom:			42px;
	
	text-indent:			-10000px;
	overflow:				hidden;
}

#header .tagtext {
	float:					left;
	clear:					left;
	font-size:				12pt;
}

p.dates {
	float:					right;
	clear:					both;
	background-image:		url(img/banner-vertical3.png);
	background-repeat:		no-repeat;
	
	width:					94px;
	height:					343px;
	margin-bottom:			20px;
	
	text-indent:			-10000px;
	overflow:				hidden;
}

/*
	Main Menu
*/
#header .main_menu ul {
	float:					right;
	list-style-type:		none;
	margin-top:				16px;
	
}

#header .main_menu ul li {
	float:					left;
}
#header .main_menu ul li a {
	display:				block;
	padding:				5px 8px 4px 8px;
	margin-bottom:			5px;
}
#header .main_menu ul li a {
	margin-left:			10px;
}
#header .main_menu ul li a:hover {
	background-color:		#D9F52B;
	color:					#000000;
}
#header .main_menu ul li.lit>a {
	background-color:		#D9F52B;
}
#header .main_menu ul li ul {
	position:				absolute;
	z-index:				40;
	left:					-10000px;
	margin-top:				0;
	background-color:		black;
}
#header .main_menu ul li ul li a {
	background-color:		#000;
	display: block;
}
#header .main_menu ul li:hover ul,
#header .main_menu ul li.sfhover ul {
	left:					auto;
}
#header .main_menu ul li:hover ul li,
#header .main_menu ul li.sfhover ul li {
	clear:					left;
	margin-bottom:			1px;
}

/*
	Logos
*/
#logos .logo {
	float:					left;
	clear:					left;
	
	margin:					0 0 36px 0;
}

/*
	Social
*/
#social a.facebook,
#social a.mailing,
#social a.twitter {
	float:					left;
	clear:					left;
	background-repeat:		no-repeat;
	background-position:	0 0;
	margin:					0 0 30px 0;
	
	text-indent:			-10000px;
	overflow:				hidden;
}
#social a.facebook {
	background-image:		url(img/facebook.png);
	background-repeat:		no-repeat;
	
	width:					27px;
	height:					135px;
}
#social a.twitter {
	background-image:		url(img/twitter.png);
	background-repeat:		no-repeat;
	
	width:					33px;
	height:					144px;
}

#social a.mailing {
	background-image:		url(img/mailinglist.png);
	background-repeat:		no-repeat;
	
	width:					24px;
	height:					148px;
}


/*
	White Block
*/
.white_block {
	background-color:		white;
	padding-bottom:			10px;
}

/*
	Objects
*/
h3, h5 {
	float:					left;
	clear:					left;
	background-image:		url(img/mini-logo.png);
	background-repeat:		no-repeat;
	background-position:	9px 8px;
	background-color:		#D9F52B;
	margin-bottom:			10px;
	
	color:					black;
	padding:				8px 12px 5px 30px;
}
h3 a, h5 a {
	color:					black;
	text-decoration:		none;
}

/*
	Tables
*/
td {
	padding:				2px 3px 2px 3px;
}

/*
	Fonts
*/
body {
	font-family:			'Helvetica', 'Arial', sans-serif;
	color:					white;
}

h3 {
	font-size:				12pt;
	font-weight:			normal;
}

h4 {
	font-size:				11pt;
	font-weight:			normal;
}
h5 {
	font-size:				11pt;
	font-weight:			normal;
}

p {
	font-size:				10pt;
	line-height:			14pt;
	margin-bottom:			15px;
}
p a {
	color:					#D9F52B;
}

li {
	font-size:				10pt;
}

td {
	font-size:				10pt;
}
th {
	font-size:				10pt;
}


.white_block p, .white_block li, .col.w3 li {
	clear:					left;
	color:					black;
	margin:					0 10px 10px 10px;
}
.white_block a, .col.w3 a {
	color:					#221E1F;
}

.white_block ul, .col.w3 ul {
	margin-left:			30px;
}


#header .main_menu ul li a {
	color:					white;
	text-decoration:		none;
	font-size:				11pt;
}
#header .main_menu ul li.lit>a {
	color:					black;
}