/* GLOBALS */
body 	{
	background: #323833 url('../img/con-bg.jpg') top center repeat-y;
	color: #aaa;
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", "Times New Roman", Times;
    font-size: 13px;
	}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #7e6423;
	border: none;
    font-weight: bold;
	} 
a:hover {
	text-decoration: none;
	color: #fff;
	border: none;
	}

/* LAYOUT */
#wrap {
	background: url('../img/bg.jpg') top center no-repeat;
	width: 1273px;
    height: 958px;
	padding: 0;
	margin: 0 auto;
    overflow: visible;
	}

#tweets {
    margin-top: 10px;
    }
#tweets li {
    padding-bottom: 8px;
    }
        
#menu {
    width: 250px;
    position: relative;
    top: 240px;
    left: 150px;
	padding: 0;
    float: left;
    }
 
#tracklist {
    position: relative;
    top: 240px;
    left: 163px;
    float: left;
	width: 717px;
	padding: 0;
	}

#footer {
    color: #161a19;
	width: 717px;
    text-align: right;
    padding: 0 0 2px;
    }    
    
/* MENU STYLES */
#menu h1 {
    margin: 0;
    font-size: 26px; 
    font-weight: bold;
    }
    
#menu h2 {
    margin: 0;
    padding: 0 0 0 17px;
    }
#menu ul {
    margin: 0 0 10px;
    padding: 0 0 0 17px;    
    }
    
/* TRACKLIST STYLES */
#tracklist h1 {
    margin: 0;
    padding: 0 0 0 10px;
    color: #161a19;
    }
    
div.songbox {
    /* START TEMP */
    position: relative;
    left: 20px;
    /* END TEMP */
    color: #161a19;
    width: 677px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    border-bottom: 1px solid #161a19;
    }

div.songtitle {
    font-size: 13px;
    width: 600px;
    height: 20px;
    float: left;
    }

div.songtitle a {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    }

div.songdate {
    width: 77px;
    float: right;
    height: 20px;    
    text-align: right;
    }

div.songdescnovideo {
    width: 677px;
    float: none;
    }

div.songdescvideo {
    width: 300px;
    min-height: 180px;
    float: left;
    }

div.songvideo {
    width: 377px;
    min-height: 180px;
    float: right;
    text-align: center;
    }
    
div.songdownload {
    width: 500px;
    float: none;
    }
           
/* TRACK STYLES */
   
.trackbox {
    background: #222;
    width: 657px;
    margin: 0 auto 20px auto;
    padding: 8px;
    border: 2px solid #5b5b50;
    font-size: 11px;
    }   
.tracktitle {
    font-size: 24px;
    color: #fff;
    height: 28px;
    width: 490px;
    float: left;
}
.trackdownload {
    font-size: 24px;
    height: 28px;
    width: 167px;
    float: right;
    text-align: right;
}
.trackdataleft {
	color: #aaa;
    float: left;
    width: 490px;
    margin: 0 0 2px;
}
.trackdataright {
	color: #aaa;
    float: right;
    width: 167px;
    margin: 0 0 2px;
    text-align: right;
}
.trackinfo {
    border-top: 2px dotted #5b5b50;
    padding-top: 4px;
    clear: both;
    font-size: 13px;
}

.trackinfo p {
    margin: 4px 0 4px 0;
}

.video {
    border: 2px solid #5b5b50;
    }   