/* L-E Stylez */

/* body, background + images */

HTML {
	height: 100%;
}

body { 
	font-family: "Trebuchet MS", Helvetica, Arial, Sans-serif;
	font-size: 0.75em;
	background-color: #000;
	color: #FFF;
	background-image: url(img/bg_bottom-left.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 100%;
	margin: 0;
	padding: 0;
	height: 100%
}

a {
	text-decoration: none;
	color: #fff;
}

#bg_left {
	position: absolute;
	width: 800px;
	height: 440px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
}

#bg_right {
	position: absolute;
	right: 0;
	width: 488px;
	height: 400px;
	background-image: url(img/bg_top-right.gif);
}

/* div'z */

#wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content_wrapper {
	display: block;
	position: absolute;
	height: 100%; /* stretches DIV to full height */
	margin-bottom: -60px;
}

#content {
	filter: alpha(opacity=70); 
	-moz-opacity:0.70; 
	background-color: #222020;
	float: left;
	width: 705px;
	min-width: 705px;
	min-height: 98.5%; /* stretches DIV to *near* full height */
	margin: 0 100px -40px 275px;
	padding: 0 10px 0 10px;
	border-left: 3px solid #491524;
	border-right: 1px solid #491524;
	border-top: 50px solid #491524;
}

#main {
	float: left;
	width: 350px;
	padding: 5px 15px 5px 25px;
	margin: 10px 15px 0 0;
}

#main a:hover {
	color: #fff;
}

#sidebar {
	float: right;
	width: 235px;
	padding: 5px;
	margin: 15px 15px 0 0;
}

#nav {
	margin: -10px 0 30px 0;
}

#upcoming {
	width: 235px;
	height: 400px;
	background-image: url(img/sidebar-bg.jpg);
	background-repeat: no-repeat;
}

/* c-laseses */

.main {
	font-size: 0.95em;
}

.main a:hover {
	color: #cf4d73;
}

/* All them Title EFX */

.title_main, .title_music, .title_comingsoon, .title_events, .title_james, .title_astral, .title_kennedy, .title_downloads, .title_contact {
	width: 155px;
	font-family: "Century Gothic", Helvetica, Arial, Sans-Serif;
	font-size: 2.5em;
	margin-bottom: -5px;}
	
.title_downloads {
	width: 180px;
}

.title_contact {
	width: 135px;
}
	
.title_events {
	width: 110px;
}

.title_end {
	float: right;
	margin-top: -40px;
	color: #cf4d73;}

.article {
	width: 370px;
	height: 80px;
	min-height: 80px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.article_info {
	font-size: 0.90em;
	margin-left: 90px;
	width: 268px;
	padding-top: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
}

.article_info a {
	color: #cf4d73;
}

.article_info a:hover {
	color: #FFF;
}

.article_img {
	float: left;
	width: 77px;
	height: 77px;
	background-image: url(img/image_holder_large.gif);
}

.latest {
	background-color: #f5821f;
	background-image: url(img/latest_bottom_rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 5px;
	margin-top: -10px;
}

.latest a:hover {
	color: #9b3904;
}

.latest_music {
	display: block;
	padding-bottom: 10px;
	margin-left: 10px;
	min-height: 27px;
}

.latest_img {
	float: left;
	width: 27px;
	height: 27px;
}

.latest_link {
	display: block;
	font-size: 0.90em;
	padding-top: 2px;
	padding-left: 35px;
	padding-bottom: 5px;
	margin-right: 5px;
}

.underline {
	border-bottom: 1px solid #824917;
}

.events {
	float: left;
	width: 215px;
	margin: 0 0 5px 10px;
	text-align: center;
}

/* phontz + headerz */

h1, h2 {
	font-family: "Century Gothic", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	margin-bottom: 15px;
}

h2 {
	font-size: 1.25em;
	font-weight: 500;
	letter-spacing: 0.15em;
	padding: 0 0 2px 2px;
	margin-bottom: 2px;
	color: #FFF;
	border-bottom: 1px solid #972b4a;
}

h3 {
	font-family: "Century Gothic", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	display: block;
	font-weight: 400;
	padding: 15px 5px 10px 15px;
}

h4, h4 a {
	color: #cf4d73;
	font-size: 1.75em;
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: -5px;
}

h4 a {
	font-size: 1em;
	margin-bottom: -10px;
}

h4 a:hover {
	color: #FFF;
}

h5 {
	margin-top: 2px;;
}

p.download {
	margin-left: 35px;
	margin-top: -20px;
}

p.main_nav {
	color: #f5821f;
	text-align: right;
	border-bottom: 1px solid #666;
}

p.orange, p.download a:hover, p.bio a:hover {
	color: #cf4d73;
}

p.description {
	font-style: italic;
}

p.main_nav a:hover, p.orange a:hover {
	text-decoration: underline;
}

p.bio {
	font-size: 0.9em;
}

p.events {
	text-align: center;
	width: 185px;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 5px;
	border-top: 3px double #972b4a;
}

/* Lists' */

#nav ul, #coming_soon ul  {
	list-style-type: none;
	padding: 0;
}

#coming_soon ul {
	margin: 0;
}

#nav li a {
	display: block;
	font-size: 0.95em;
	letter-spacing: 0.25em;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 10px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 2px;
	border-bottom: 1px solid #972b4a;
	color: #FFF;
}

#nav li a:hover {
	color: #FFF;
	background-color: #cf4d73;
}

#coming_soon li {
	margin: 0;
	padding-bottom: 5px;
}



