/* -----------------------------------
TABLE OF CONTENTS
--------------------------------------
- Global Elements
- Header Elements
- Main Content
- Content Column
- Footer
--------------------------------------*/


/*-------------------------------------
GLOBAL ELEMENTS 
--------------------------------------*/

/* Firefox fix - Prevents Scrollbar Shift */
html { 
 	padding:0px;
  	margin:0px;
  	height:100%; 
  	margin-bottom:1px; 
	}

body {
	background-color:#3a210b;
	background-image:url('../images/bg.gif');
	background-repeat:repeat-x;
  	font-size:11px;
  	font-family:arial, helvetica, sans-serif;
  	color:#fff;  
	margin:0px;
	padding:0px;
	}

/* Removes all borders from images */
img {
	border:0px;
	}
	
a:link, a:visited, a:active, a:hover { 
	color:#fc7a08;
	text-decoration:underline; 
	}
	
a:link.boldlink, a:visited.boldlink, a:active.boldlink { 
	color:#fad347;
	text-decoration:none;
	font-weight: bold;
	}
	
a:hover.boldlink {
	color:#fad347;
	text-decoration:underline;
	font-weight: bold;
	}

h1 {
	font-size:2em;
	font-weight:normal;
	font-family: arial, sans-serif;
	padding-top:10px;
	color:#fad347;
	background-color:transparent;
	}

h2 {
	font-size:1em;
	font-weight:bold;
	color:#fad347;
	padding:0px 0px 15px 10px;
	margin:0px;
	}	

h3 {
	font-size:1em;
	font-weight:bold;
	color:#fad347;
	padding:0px 0px 0px 0px;
	margin:0px;
	}
	
p { 
	color:#fff;
	line-height:16px;
	background-color:transparent;
	}
	
hr {
	border:0px;
	width:100%;
	margin:0px 0px 10px 0px;
	height:1px;
	color:#dedfe7;
	}

/* Centers page within browser */
#container {
	width:770px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	}

/*-------------------------------------
HEADER ELEMENTS 
--------------------------------------*/

#header {
	height:90px;
	width:760px;
	}
#leaderboard {
	height: 90px;
	width: 755px;
	display: block;
	text-align: left;
	float: left;
	margin-bottom: 15px;
	margin-top: 0px;
}	

#logo {
	background-image:url('../images/dj_logo.jpg');
	background-repeat:no-repeat;
	float:left;
	display:block;
	height:80px;
	width:180px;
	}
	
#logo a {
	display:block;
	height:80px;
	width:180px;
	}

#nav {
	float:left;
	display:block;
	height:140px;
	width:580px;
	}

#nav ul {
	float:right;
	width:520px;
	margin: 50px 0px 0px 0px;
	list-style-type:none;
	}
	
#nav li {
	display:inline;
	float:left;
	width:80px;
	height:20px;
	padding:0px 0px 0px 6px;
	}	
	
	
/*-------------------------------------
MAIN CONTENT 
--------------------------------------*/

#pagecontent {
	width:760px;
	}
	
#maincontent {
	width:500px;
	padding:0px 10px 0px 10px;
	float:left;
	}

#features {
	width:500px;
	padding:0px;
	}
#features2 {
	width:500px;
	text-align:center;
	padding:0px;
	}

#bodytext {
	width: 500px;
	padding-left: 10px;
}
	
#homebox {
	width:162px;
	padding:0px 4px 20px 0px;
	float:left;
	}
	
	.homebox_title {
		padding:0px 0px 15px 10px;
		}
	
	.homebox_top {
		display:block;
		height:10px;
		width:162px;
		background-image:url('../images/homebox_top.gif');
		background-repeat:no-repeat;
		margin:0px;
		padding:0px;
		}

	.homebox_content {
		background-image:url('../images/bg_box.gif');
		background-repeat:repeat-x;
		background-color:#351e0a;
		border-left:1px solid #874d1a;
		border-right:1px solid #874d1a;
		padding:0px 0px 10px 0px;
		margin:0px;
		}
	
	.homebox_bottom {
		display:block;
		height:10px;
		width:162px;
		background-image:url('../images/homebox_bottom.gif');
		background-repeat:no-repeat;
		}
	
	.homebox_image {
		padding:0px 10px 10px 10px;
		}
	
	#homebox p {
		padding:0px 10px 0px 10px;
		margin:0px;
		}
	
	

/*-------------------------------------
CONTENT COLUMN 
--------------------------------------*/

#content-column {
	width:225px;
	float:left;
	}
	
#box {
	width:225px;
	padding-bottom:20px;
	}
	
	.box_title {
		padding:0px 0px 0px 10px;
		}
	
	.box_top {
		display:block;
		height:15px;
		width:225px;
		background-image:url('../images/box_top.gif');
		background-repeat:no-repeat;
		}

	.box_content {
		background-image:url('../images/bg_box.gif');
		background-repeat:repeat-x;
		background-color:#351e0a;
		border-left:1px solid #874d1a;
		border-right:1px solid #874d1a;
		padding:0px 0px 10px 0px;
		}
	
	.box_bottom {
		display:block;
		height:15px;
		width:225px;
		background-image:url('../images/box_bottom.gif');
		background-repeat:no-repeat;
		padding-bottom:20px;
		}
		
	#box p {
		padding:0px 10px 0px 10px;
		margin:0px;
		}
		
#newreleases {
	width: 210px;
	border-bottom: 1px solid #5c3513;
	padding: 0px 0px 5px 5px;
}

	#newreleases.thumbnail {
	display: block;
	width: 36px;
	float: left;
	padding: 10px 10px 0px 10px;
}
		
	#newreleases.text {
		display:block;
		width:150px;
		float:left;
		padding:10px 10px 10px 0px;
		}
		
#news {
	padding: 0px 20px 20px 20px;
	}

	
/*-------------------------------------
FOOTER
--------------------------------------*/
	
#footer {
	width:100%;
	height:100px;
	background-image:url('../images/bg_footer.gif');
	background-repeat:repeat-x;
	text-align:center;
	clear:both;
	}
	
#footer p {
	color:#874d1a;
	margin:10px;
	padding:10px;
	}
