@charset "utf-8";

/* CSS Document */

/* Universal Styles */
body {
	margin:0;
	padding:0;
	font-size:13px;
	background-color:#131313;
	background-image: url(../images/bg_hdr.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Arial, Helvetica, sans-serif;
	color:#848484;
	}

h1,h2,h3,h4,h5,h6 {margin:0;padding:0;font-size:1em;font-weight:normal;}
ul,ol,li {
padding:0;
margin:0;
list-style-type:none;
}

a {color:#CCCCCC;}

a:hover {text-decoration:underline;color:#FFFFFF;}	


/* LAYOUT */
#container {
	width:960px;
	margin:0 auto;
}

#header {
	height:48px;
	overflow:hidden; /*Remove When Working on this*/
	margin-bottom:20px;
	position:relative;
	}
#logo a {
	display:block;
	text-indent:-999999px;
	background-image: url(../images/logo.jpg);
	margin: 0px;
	padding: 0px;
	height: 52px;
	width: 165px;
	background-repeat: no-repeat;
	}

/* Main Navigation */
#navigation {
	position:absolute;
	top:11px;
	left:177px;
	}
#navigation li {
	float:left;
	margin-right:5px;
	}
#navigation li a{
	display:block;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	height:27px;
	background-image: url(../images/nav_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	}
#navigation li a span{
	display:block;
	height:20px;
	background-image: url(../images/nav_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding:7px 10px 0 10px;
	}
#navigation li a:hover{background-image: url(../images/nav_bg_left-hover.jpg);}	
#navigation li a:hover span{background-image: url(../images/nav_bg_right-hover.jpg);}		


/* Social Network Header Links */
#hdrsociallinks	{
	position:absolute;
	top:11px;
	right:20px;
	background-image: url(../images/nav_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: left;
	height:27px;
	}
#hdrsociallinks	div{
	background-image: url(../images/nav_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display:block;
	height:27px;
	padding:0 2px 0 5px;
	}	
#hdrsociallinks li{
	float:left;
	margin-right:3px;
	}
#hdrsociallinks li a{
	margin-top:5px;
	display:block;
	width:16px;
	height:16px;
	text-indent:-999999px;
	}

/* CONTENT WRAPPER (houses Sidebar/Main Content)*/
#wrapper {
	margin:0;
	padding:0 20px;
	overflow:hidden;
	}		

/* Main Content Div */
#content {margin-left:240px;}	

/* Content Container (inside #content)*/
.panel {
	background-color:#0e0e0e;
	margin-bottom:17px;
	padding-bottom:1px;
	color:#848484;
	}
.panel .title {
	overflow:hidden;
	background-image: url(../images/sectiontitle_off.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height:37px;
	}
.panel .title h2 {
	background-image: url(../images/sectiontitle_left.jpg);
	background-repeat: no-repeat;
	height: 37px;
	background-position: left;
	float:left;
	padding-left:10px;
	white-space:nowrap;
	}
.panel .title h2 strong {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	height: 27px;
	background-image: url(../images/sectiontitle_right.jpg);
	background-repeat: no-repeat;
	background-position: right;
	display: block;
	padding:10px 12px 0 0;
	}
.panel .title span {
	color:#c4c4c4;
	font-size:14px;
	padding:10px 0 0 12px;
	height:27px;
	display:block;
	float:left;
	}		
.panel .title a{text-decoration:none;}		
.panel .content {
	margin:20px;
	color:#848484;
	}		
.panel .share {
	overflow:hidden;
	}
.panel .share ul{
	float:left;
	overflow:hidden;
	margin:0 20px 20px 20px;
	background-color:#222;
	padding:5px 2px 5px 5px;
	}
.panel .share ul li{
	float:left;
	margin-right:3px;
	}
.panel .share ul li a{
	display:block;
	width:16px;
	height:16px;
	text-indent:-999999px;
	background-repeat: no-repeat;		
	}
/* Media Player Pop Up Link*/
.panel .title span.popoutplayer {
	padding:5px 0px 0px 0px;
	margin:0 5px 0 0;
	height:30px;
	display:block;
	float:right;
	}
.popoutplayer a{
	font-size:10px;
	text-transform:uppercase;
	color: #777;
	text-decoration: none;
	background-image: url(../images/popout_icon.jpg);
	display: block;
	height: 20px;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 30px;
	padding-top: 7px;
	}
.popoutplayer a:hover{color:#fff;}	

#banner {
	width:920px;
	height:204px;
	margin-bottom:20px;
	}		


#sidebar {
	float:left;
	width:220px;
	}

#sidebar ul li ul,#sidebar ul li ul li {
	padding:0;
	margin:0;
	list-style-type:none;
	}
#sidebar ul li {
	margin-bottom:17px;
	background-color:#0e0e0e;
	text-align:center;
	padding-bottom:20px;
	}
#sidebar ul li h3 {
	width:200px;
	height:27px;
	padding:10px 0 0 20px;
	font-size:14px;
	font-weight:normal;
	background-image: url(../images/sidebar_hdr.jpg);
	background-repeat: no-repeat;
	display:block;
	color:#fff;
	margin-bottom:20px;
	text-align:left;
	}


/* Social Network Feed spacing */
table tr td.facebookfeed{padding-left:10px;}
table tr td.twitterfeed{padding-right:10px;}

/* Twitter Feed Style */
#tweet {margin:0 auto;}
#tweet ul{
	padding:0;
	margin:0;
	list-style-type:none;
	}
#tweet li{
	margin:0 0 10px 0;
	font-size:1em;
	overflow:hidden;
	border-bottom:solid 1px #555;
	padding-bottom:5px;
	color:#444;
	}
#tweet li:first-child{
	font-size:1em;	
	color:#fff;
	}	
#tweet li:last-child{
	border-bottom:none;
	}	
#tweet li .avatar{float:left;padding:0 5px 0 0}
#tweet li a{
	text-decoration:none;
	}
#tweet li a.tweetdate{
	display:block;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	float:right;
	margin-top:10px;
	}	

/*General Button Style*/
.button {
	display:block;
	padding:4px;
	background-color:#222;
	border:solid 1px #333;
	color:#fff;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	}

/* DISCOGRAPHY Page Styles*/
ul#discogwrapper {
	padding:0;
	margin:0;
	list-style-type:none;
	}

ul#discogwrapper h2{
	font-size:20px;
	border-bottom:solid 3px #525252;
	color:#fff;
	margin-bottom:20px;
	}	
ul#discogwrapper li{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	overflow:hidden;
	border-bottom:solid 5px #191919;
	}
ul#discogwrapper li img{
	float:left;
	margin-right:10px;
	margin-bottom:20px;
	border:solid 1px #3d3d3d;
	}
ul#discogwrapper li h3{
	font-size:20px;
	color:#fff;
	}
ul#discogwrapper li h4{
	font-size:12px;
	color:#424242;
	font-style:italic;
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:solid 3px #191919;
	margin-left:191px;
	}
ul#discogwrapper li p{
	font-size:12px;
	margin-bottom:10px;
	margin-left:191px;
	}
ul#discogwrapper li .listen{
	margin-left:191px;
	}
ul#discogwrapper li .links{
	display:none;
	padding:4px;
	background-color:#131313;
	border:solid 1px #3d3d3d;
	overflow:hidden;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
	}
ul#discogwrapper li .links span{
	font-size:10px;
	float:left;
	}	
ul#discogwrapper li .links ul{
	margin:0;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	float:right;
	}
ul#discogwrapper li .links ul li{
	padding:0;
	margin:0;
	float:left;
	margin-right:10px;
	overflow:hidden;
	}
ul#discogwrapper li .links ul li a{
	display:block;
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:10px;
	text-transform:uppercase;
	}
ul#discogwrapper li .links ul li a.itunesico{
	background-image: url(../images/itunes_16x16.png);
	background-repeat: no-repeat;
	display:block;
	width:16px;
	height:16px;
	text-decoration:none;
	text-indent:-999999px;
	}
ul#discogwrapper li .links ul li a.amazonico{
	background-image: url(../images/amazon_16x16.png);
	background-repeat: no-repeat;
	display:block;
	width:16px;
	height:16px;
	text-decoration:none;
	text-indent:-999999px;
	}	
ul#discogwrapper li .links ul li a:hover{}
ul#discogremix {}
ul#discogremix h2{
	font-size:20px;
	border-bottom:solid 3px #525252;
	color:#fff;
	margin-bottom:20px;
	}
ul#discogremix li{
	overflow:hidden;
	}
ul#discogremix li h3{
	color:#fff;
	font-weight:bold;
	}
ul#discogremix li h4{
	font-size:12px;
	color:#424242;
	font-style:italic;
	}
ul#discogremix li a{
	float:right;
	}
ul#discogremix li .trackinfo {
	padding-bottom:7px;
	margin-bottom:7px;
	border-bottom:solid 3px #191919;	
	}
/* Discography Page Release Styles */
.release {
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 10px #222;
	}

.release img{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
	border:solid 1px #3d3d3d;
	}	
.release div{display:block;}	


.release .relName {
	font-size:25px;
	color:#fff;
	margin-left:195px;	
	overflow:hidden;	
	}
.release .relName span {
	color:#333;
	font-size:15px;
	font-weight:bold;
	}		
.release .yearlabel {
	font-size:10px;
	text-transform:uppercase;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:solid 1px #666;
	margin-left:195px;
	}

.release .description	{
	font-size:12px;
	color:#c4c4c4;
	margin-left:195px;
	line-height:1.75em;
	}
.release .links	{margin-left:195px;}
.release ol.tracklisting {
	float:left;
	width:180px;
	clear:left;
	list-style-type:decimal;
	list-style-position:outside;
	}		
.release ol.tracklisting span{
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	border-bottom:solid 1px #666;	
	color:#fff;
	display:block;
	}	
.release .tracklisting li{
	font-size:10px;
	text-transform:uppercase;
	}



/* BLOG Styles */

.postmetadata {
	background-color:#111;
	border:solid 1px #000;
	padding:10px;
	display:block;
	}

#searchform input {
	padding:4px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 3px #292929;
	
	}
h2.pagetitle {
	font-size:15px;
	font-weight:bold;
	margin-bottom:20px;
	}

