/*-----------------------------------------------
Digital Street
Author:   Jason Cooper
Version:  June 25 2009
----------------------------------------------- */


/* Global
----------------------------------------------- */

* {
	padding: 0px;
	margin: 0px;
	}

p {
	padding-bottom: 10px;
	}
	
img {
	border: 0;
	}

a:link, a:visited, a:active {
	color: #ff0000;
    text-decoration: underline;
	}    
	
a:hover {
	color: #ff0000;
    text-decoration: none;
	}  	
	
/* Navigation
----------------------------------------------- */	
#subNav {
	text-align: right;
	background: #fff;
	height: 50px;
	line-height: 50px;
	}
	#subNav a:link, #subNav a:visited, #subNav a:active {
	color: #000;
    text-decoration: none;
	}    
	#subNav a:hover {
	color: #dd3a18;
    text-decoration: none;
	}  	
	
#mainNav {
	background-color: #ff0000;
	height: 70px;
	line-height: 75px;
	font-size: 17px;
	color: #fff;
	text-align: right;
	}
	#mainNav  li { 
	display: inline; 
	padding-right: 20px;
	}
	#mainNav li a:link, #mainNav  li a:visited, #mainNav  li a:active {
	color: #fff;
    text-decoration: none;
	}    
	#mainNav li a:hover {
	color: #000;
    text-decoration: none;
	}  
	
	#mainNavSub {
	background-color: #ff0000;
	height: 70px;
	line-height: 75px;
	font-size: 17px;
	color: #fff;
	text-align: right;
	width: 580px;
	float: right;
	}
	#mainNavSub  li { 
	display: inline; 
	padding-right: 20px;
	}
	#mainNavSub li a:link, #mainNavSub  li a:visited, #mainNavSub li a:active {
	color: #fff;
    text-decoration: none;
	}    
	#mainNavSub li a:hover {
	color: #000;
    text-decoration: none;
	}  
	
	
/* Structure
----------------------------------------------- */
body {
  	background-color: #f3f3f3;
  	background-image: url("../media/bg.gif");
	font-family: helvetica, tahoma, sans-serif;
  	font-size: 13px;
  	line-height: 16px;
  	color: #000;
  	text-align: center;
	}

#container {
	margin: 0 auto;
	width: 900px;
	border-right: solid 45px #fff;
	border-left: solid 45px #fff;
	border-bottom: solid 45px #fff;
	}
	
#header {
	background-color: #fff;
	}
	
#mainHome {
  	background-color: #fff;
  	text-align: right;
  	font-size: 11px;
  	border-top: solid 2px #fff;
  	border-bottom: solid 2px #fff;
	}
	
#mainSub {
  	background-color: #fff;
  	text-align: left;
  	font-size: 12px;
  	line-height: 18px;
  	border-top: solid 2px #fff;
  	border-bottom: solid 2px #fff;
  	padding: 20px 0 20px 0;
	}		
	#colRight {
	float: right;
	width: 580px;
	}
	
#logoHome {
  	float: left;
  	width: 358px;
  	height: 280px;
  	text-align: center;
  	font-size: 22px;
  	color: #ff0000;
  	padding-top: 80px;
  	line-height: 150px;
	}	
	#enter {
	text-align: right;
	padding-right: 15px;
	}
	#enter a:link, #enter a:visited, #enter a:active {
	color: #ff0000;
    text-decoration: none;
	}    
	#enter a:hover {
	color: #000;
    text-decoration: underline;
	}  
	
#logoSub {
	float: left;
	}
	
#artistTxt td {
  	font-size: 12px;
  	line-height: 18px;
	text-align: left;
	}
	
/* Styles
----------------------------------------------- */	
.imgLeft {
	float: left;
	padding: 0 20px 20px 0;
	}
	
.mainHeader {
	font-size: 24px;
	line-height: 50px;
	}
	
.required {
		color: red;
}

/* Footer 
----------------------------------------------- */
#footer {
	border-top: solid 8px #000;
	padding-top: 10px;
	font-size: 13px;
	background-color: #fff;
	}	
	
#footer  a:link, #footer  a:visited, #footer  a:active {
	color: #000;
    text-decoration: underline;
	}    
	
#footer  a:hover {
	color: #000;
    text-decoration: none;
	}  