
/* 
Author URI: http://rockinthemes.com
Version: 1
Author: Nathan Rice
Adaptation: Jeff Tovar/L402
The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #000;
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/bg-grad.gif');
	background-repeat: repeat-x;
	background-attachment: fixed;
	color: #FFF;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-Serif;
	margin: 0px;
	margin-bottom: 20px;
	}

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

a:hover{
	color:#DDD;
  	text-decoration: none;
  	background-color: #ed1651;
	}

#menu { 
	background: #1E1E1E url(images/menu-bg.gif) 0px 0px repeat-x;
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	padding: 15px 25px 30px 25px;
	text-align: center;
	}

* html #menu {
	border: none;
	}

#menu h2 {
	color: #FFF;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
	font-variant: caps;
	margin: 0px;
	padding: 10px 25px 12px 25px;
	}
		
#menu li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}
	
#menu ul li a {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	color: #FFF;
	padding: 15px 25px 30px 25px;
	margin: 0px;
	text-decoration: none;
	}

#menu ul li a:hover {
	text-decoration: none;
	background: url(images/menu-bg.gif) 0px -63px repeat-x;
	}

#header { 
	padding: 40px 0px 0px 0px;
	margin-bottom: 0px;
	text-align: center;
	position: absolute;
	width: 568px;
	}

#header .title {
	color: #00bfcd;
	font-size: 25px;
	font-family: Arial, Sans-Serif;
	margin: 0px;
	}

#header .title a {
	color: #00bfcd;
	text-decoration: none;
	}

#header .title a:hover {
	}

#header .description {
	color: #606060;
	font-size: 20px;
	font-family: Arial, Sans-Serif;
	margin: 0px;
	}

#container { 
	background: #191919;
	width: 960px;
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/container-back.gif');
        background-repeat: repeat;
        background-attachment: scroll;
        background-color: #191919;
	border: #121212 solid 6px;
	text-align: left; 
	margin: 0px auto;
	min-height: 2565px;
	}

#content {
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/content-back.gif');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: #191919;
	backgrond-position: top left; 
	width: 423px;                  
        margin-top: 0px;  
        margin-bottom: 20px;         
        margin-left: 233px;
        margin-right: 0px;
        position:relative;
	border: #121212 solid 6px;
        padding: 34px 33px 15px 25px; 
	}

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	}

#content .post-info {
	color: #3C3C3C;
	}
	
#content p img {
	border: none;
	margin-right: 15px;
	margin-bottom: 2px;
	margin-top: 4px;
	padding: 0px 5px 5px 0px;
	}

#content h1 {
	color: #00bfcd;
	font-size: 22px;
	font-family: Arial, Verdana, Sans-Serif;;
	font-weight: normal;
	padding: 10px 10px 10px 10px;
	line-height: 150%;
	margin: 0px;
	}
	
#content h1 a  {
	color: #00bfcd;
	text-decoration: underline;
	}

#content h1 a:hover {
	color: #949E47;
	text-decoration: none;
	}

#content h2 {
	background-color: transparent;
	color: #00EEFF;
	font-size: 16px;	
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin: 0px;
	line-height: 120%;
	font-variant: normal;
	}

#content h2 a  {
	color: #ed1651;
	text-decoration: none;
	}

#content h2 a:hover {
	color:#DDD;
        text-decoration: none;
        background-color: #ed1651;
	}

#content h3 {
	margin-top: -20px;
	color: #0EF;
	font-size: 14px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 120%;
	}

#content h3 a  {
	color: #ed1651;
	text-decoration: none;
	}

#content h3 a:hover {
	color:#DDD;
        text-decoration: none;
        background-color: #ed1651;
	}

#content ol {
	list-style-type: decimal;
	line-height: 18px;
	margin: 0px;
	padding: 0px 0px 10px 30px;
	}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
	
#content li {
	margin: 0px;
	padding: 0px;
	}
	
#content ul li {
	list-style: square inside;
	margin: 0px 0px 0px 10px;
	padding: 5px 0px 0px 0px;
	}
	
#content ul li a {
	color: #FFFFFF;
	text-decoration: none;
	}

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

blockquote{
	margin: 0px 0px 0px 25px;
	padding: 0px 25px 0px 10px;
	font-style: italic;
	color: #666666;
	border-left: 1px solid #333333;
	}
	
#content blockquote p{
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

.postspace-bg {
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/content-back.gif');
        background-repeat: no-repeat;
        background-attachment: scroll;
	width: 423px;
	height: 400px;
	z-index: -1;
	}		

.postspace {
	background: transparent;
	width: 423px;
	height: 32px;
	margin-top: 6px;
	padding: 0px;
	border-top: 2px solid #121212;
	}

.postspace2 {
	background: transparent;
	width: 423px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	}

.postspace3 {
	background: transparent;
	width: 423px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	}

#l_sidebar {
	background: #121212;           
        background-image: url('http://l402.com/let-loose/wp/images/rockindark/sidebar-bg.gif');
        background-position: top right;
        background-repeat: no-repeat;
        background-attachment: scroll; 
	color: #DDD;
	width: 195px;
	float: left; 
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px;
	font-size: 11px;
	min-height: 800px;
	border: #121212 solid 6px; 
	}

* html #l_sidebar {
	height: 800px;
	}

#l_sidebar p {
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#l_sidebar h2 {
	color: #0EF;
        font-size: 15px;
        font-family: Arial, Sans-Serif;
        font-weight: bold;
        list-style: none; 
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

#l_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#l_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#l_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}
	
#l_sidebar ul li a {
	color:#ed1651;
        text-decoration: none;  
	}

#l_sidebar ul li a:hover {
	color:#DDD;
        text-decoration: none;
        background-color: #ed1651;	
	}

#r_sidebar { 
	background: #121212;
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/sidebar-bg.gif');
	background-position: top right;
	background-repeat: no-repeat;
	background-attachment: scroll;
	color: #DDD;
	width: 195px;
	float: right; 
	position:relative;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 15px 15px 15px;
	font-size: 11px;
	min-height: 800px;
	border: #121212 solid 6px;
	}

* html #r_sidebar {
	height: 800px;
}

#r_sidebar p{
	margin: 0px;
	line-height: 16px;
	padding: 5px 0px 10px 0px;
	}

#r_sidebar h2 {
	color: #0EF;
	font-size: 15px;
	font-family: Arial, Sans-Serif;
	font-weight: bold;
	list-style: none;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	}

#r_sidebar ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	}
	
#r_sidebar li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#r_sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 6px 0px 5px 0px;
	}

#r_sidebar ul li a {
	color:#ed1651;         
        text-decoration: none;       
	}

#r_sidebar ul li a:hover {	
	color:#DDD;         
        text-decoration: none;       
        background-color: #ed1651;
	}

#footer { 
	background: transparent;
	border-top: 1px;	
	padding: 10px 0px 20px 0px;
	text-align: center;
	clear: both;
	color: #FFFFFF;
	}

#footer a:link, #footer a:visited, #footer a:active {
	color: #FFFFFF;
}

#wp-calendar {
        color: #00EEFF;
        background-color: #121212;
        empty-cells: hide;
        font:bold 100% "Verdana",Arial,Sans-Serif;
        margin-left: 0px;
        width: 187px;
        text-align: left;
        margin-top: 5px;
	margin-bottom: 0px;
        padding: 4px;
	}

#wp-calendar #next a {
        color: #ed1651;
        padding-right: 10px;
        text-align: right;
	}

#wp-calendar #next a:hover {     
        color: #DDD;
        padding-right: 10px;         
        text-align: right;
	background-color: #F06;
        } 

#wp-calendar #prev a {
        color: #ed1651;
        padding-left: 10px;
        text-align: left;
	}

#wp-calendar #prev a:hover {
        color: #DDD;          
        padding-left: 10px;
        text-align: left;
        background-color: #ed1651;
        } 

#wp-calendar a {
        color: #ed1651;
        display: block;
        text-decoration: none;  
	}

#wp-calendar a:hover {
        color: #DDD;
        text-decoration: none;
	background-color: #ed1651;
}

#wp-calendar caption {
        text-align: center;
        padding-bottom: 6px;
}

#wp-calendar td {
        color: #888;
        font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
        letter-spacing: normal;
        padding: 1px 0;
        text-align: left;
}

#wp-calendar td.pad:hover {
        background: #111;
	}

#wp-calendar td:hover, #wp-calendar #today {
        background: #333;
        color: #DDD;
	}

#wp-calendar th {
        color: #0EF;
        font-style: normal;
        text-transform: capitalize;
        text-align: center;
	}

#tid-player {
        width: 226px;
        height: 400px;
        text-align: left;
        margin-top: 8px;
        margin-bottom: 45px;
	margin-left: 0px;
	vertical-space: 7px;
	} 

#audioplayer {
        vertical-space:1px;
	}

#mailing-list {
        margin-top: 4px;
	} 

#categories {
	margin-bottom: -30px;
	}

#linkcat-3 ul {
	padding-top: 35px;
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/audio-links.gif');
	background-repeat: no-repeat;
	}

#linkcat-4 ul {          
        padding-top: 35px;
        background-image: url('http://l402.com/let-loose/wp/images/rockindark/visual-links.gif');
        background-repeat: no-repeat; 
        }

#linkcat-3 h2 {
        padding-top: 20px; 
        display:none;
        }

#linkcat-4 h2 {
        padding-top: 20px; 
        display:none;
        } 

#searchbar {
	margin-bottom: 10px;
	}

#l402blurb {
	margin-bottom: 22px;
	}

.style1 {
        font-size: 16px;
        color: #00EEFF;
	}

.style2 {
        font-size: 13px;
	}   

.style3 {
        font-size: 15px;
	}

.style4 {
        font-size: 13px;
        color: #FFF;
	}

.style5 {
        color: #FFF;
	}

.style6 {
        color: #AAA;
	}

.style7 {
        font-size: 10px;
		color: #00EEFF;
	}

.style8 {
	font-size: 11px;
	color: #DDD;
	} 

.style9 {
        color: #FFF;
	font-size: 10px;
        }

.style10 {
	font-size: 15px;
        color: #AAA;
        }

.style11 {
	font-size: 10px;
	color: #00EEFF;
	}

.style12 {
	font-size: 14px;
    color: #00EEFF;                  
    }

.style13 {
	font-size: 12px;
	color: #07B7C3;
	}
	
.style15 {
	color: #CCC;
	}
.style17 {
	font-size: 12px;
	color: #FFFFFF;
	}
.style19 {
	color: #FFFFFF;
	}

.style26 {
	font-size: 20px;
	color: #0EF; 
	}
	
.style28 {
	font-size: 18px;
	}
	
.style29 {
	font-size: 30px;
	color: #0EF;
	}
	
#categories {
	margin-bottom: -30px;
	}

#linkcat-3 ul {
	padding-top: 35px;
	background-image: url('http://l402.com/let-loose/wp/images/rockindark/audio-links.gif');
	background-repeat: no-repeat;
	}

#linkcat-4 ul {          
        padding-top: 35px;
        background-image: url('http://l402.com/let-loose/wp/images/rockindark/visual-links.gif');
        background-repeat: no-repeat; 
        }

#linkcat-3 h2 {
        padding-top: 20px; 
        display:none;
        }

#linkcat-4 h2 {
        padding-top: 20px; 
        display:none;
        } 

#searchbar {
	margin-bottom: 10px;
	}

#audio-player {	
	margin-top: 1px;
	margin-bottom: 10px;
	}

#l402blurb {
	margin-bottom: 22px;
	}

#dhlogo {
	margin-top: 10px;
	}

#mix-img {
	margin-bottom: 10px;
	}

#beatportlogo {
	margin-top: 15px;
	}
	
#dhlogo {
	margin-top: 10px;
	}
