@charset "UTF-8";

/* CSS Document */
/* Author - Nick Burchall */

/* /////////////////////////// */
/* ----- GENERAL STYLING ----- */
/* /////////////////////////// */

*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

a
{
	text-decoration:none;
	color:#000;
}

p
{
	margin-bottom: 10px;
	font-size: 1.2em;
}

/* ////////////////////////// */
/* ----- HEADER STYLING ----- */
/* ////////////////////////// */

h1
{
	margin-bottom:15px;
	text-shadow: 3px 3px 3px #fff;
}

h2
{
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
	text-shadow: 2px 2px 2px #fff;
}

h3
{
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 5px;
	text-shadow: 1px 1px 1px #fff;
}

h4
{
	font-size: 1.3em;
	text-align: right;
	margin-bottom: 10px;
	text-shadow: 1px 1px 1px #fff;
}



/* ////////////////////////// */
/* ----- LAYOUT STYLING ----- */
/* ////////////////////////// */

#container
{
	position:relative;
	width:900px;
	margin:0 auto;
}

#topsection
{
	float:left;
	width:900px;
	background-color:#FFF;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	border-right:5px solid #F90;
	border-bottom:5px solid #F90;
	border-left:5px solid #F90;
}

#banner
{
	float:left;
	width:900px;
	height:100px;
}

#header
{
	background-color:#FFF;
	width:900px;
	text-align:center;
	font-size:20px;
	font-weight:bold;
}

#topnav
{
	float:left;
	width:900px;
	height:50px;
	background-color:#FFF;
	-moz-border-radius-bottomleft:20px;
	-moz-border-radius-bottomright:20px;
	-webkit-border-bottom-left-radius:20px;
	-webkit-border-bottom-right-radius:20px;
}

#mainnav
{
	float:left;
	width:900px;
	height:50px;
	background-color:#FFF;
	margin-top:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border:5px solid #F90;
}

#content
{
	float:left;
	width:900px;
	min-height:300px;
	background-color:#FFF;
	margin-top:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border:5px solid #F90;
	background-image:url(../assets/logo200watermark.jpg);
	background-attachment: fixed;
}

#footer
{
	float:left;
	width:900px;
	height:40px;
	margin:20px 0px 15px 0px;
	background-color:#FFF;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border:5px solid #F90;
}
	

.clearer
{
	clear:both;
}





/* //////////////////////////// */
/* ----- MAIN NAV STYLING ----- */
/* //////////////////////////// */

#mainnavbtn
{
	margin:0 auto;
	width:622px;
	margin-top:12px;
}

#mainnavbtn a
{
	text-shadow:2px 2px 2px #333;
}

#mainnavbtn ul li
{
	float:left;
	font-size:1.7em;
	list-style-type:none;
	
}

.btnM
{
	margin-left:25px;
	padding-left:25px;
	border-left:2px solid #000;
}

/*#selected a
{
	color:#999;
}*/

a:hover
{
	color:#999;
}




/* /////////////////////////// */
/* ----- TOP NAV STYLING ----- */
/* /////////////////////////// */

.topnavbtn
{
	float:left;
	width:450px;
	height:50px;
	margin-top:11px;
	font-size:24px;
	color:#000;
	text-align:center;
}

.topnavbtn a
{
	display:block;
	text-shadow:2px 2px 2px #333;
}

#djenbeecom
{
	border-right:2px solid #000;
	width:458px;
}

#djrolleycom
{
	margin-left:10px;
}

.topnavbtn a:hover
{
	color:#999;
}

#banner a
{
	display:block;
	width:900px;
	height:100px;
	background:url(../assets/bannerswitch.jpg) 0 0 no-repeat;
}

#banner a:hover
{
	background-position:0 -100px;
}



/* /////////////////////////// */
/* ----- SUB NAV STYLING ----- */
/* /////////////////////////// */

#subnavright
{
	float:left;
	width:211px;
	text-align:center;
	background-color:#CCC;
	margin:15px 15px 15px 0px;
	padding:10px 5px;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#subnavright h2
{
	margin-bottom: 15px;
}

#subnavright ul li
{
	list-style-type: none;
	font-size: 1.3em;
	padding: 10px;
	text-shadow:2px 2px 2px #fff;
	border-top: 1px solid #999;
}

#subnavright .btnS a
{
	display: block;
}

.btnS a:hover
{
	color:#fff;
}

/*#subselected a
{
	color: #fff;
}*/



/* /////////////////////////// */
/* ----- CONTENT STYLING ----- */
/* /////////////////////////// */

	/* -- HOME + GENERAL -- */

#maincontent
{
	float:left;
	width:600px;
	min-height:260px;
	margin:15px;
	padding:15px;
	background-color:#CCC;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#fullmaincontent
{
	position: relative;
	float:left;
	width:837px;
	min-height:260px;
	margin:15px;
	padding:15px;
	background-color:#CCC;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#quicklinks
{
	float:left;
	width:211px;
	height:70px;
	text-align:center;
	background-color:#CCC;
	margin:15px 15px 15px 0px;
	padding:10px 5px;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#newsfeed
{
	float:left;
	width:191px;
	min-height:200px;
	background-color:#CCC;
	margin:0px 15px 15px 0px;
	padding:15px;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

#talentAd
{
	float: left;
	background-color:#666;
	margin-top:15px;
	padding: 15px;
	border: 2px solid #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #FFF;
}

#searchright
{
	float:left;
	width:211px;
	height:70px;
	text-align:center;
	background-color:#CCC;
	margin:15px 15px 0px 0px;
	padding:10px 5px;
	border: 1px solid #000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}


	/* ARTISTS */
	
	#artistlist
	{
		margin: 20px;
	}
	
	#artistlist ul li
	{
		list-style-type: none;
		font-size: 1.2em;
		padding-bottom: 10px;
		padding-left: 20px;
		font-style: italic;
	}
	
	
		/* -- ARTIST PROFILES -- */
		
		#apTop
		{
			position: relative;
			margin-top: 20px;
			margin-bottom: 15px;
			width:600px;
		}
		
		#apTL
		{
			float: left;
			margin-top: 40px;
			padding-left: 10px;
			width: 300px;
			height: 140px;
		}
		
		#apIMG
		{
			float:left;
			background-color: black;
			text-align: center;
			width:270px;
			height: 180px;
			border: 5px solid #FFF;
		}
		
		#apMain
		{
			padding-left: 10px;
		}
		
		.apField
		{
			font-size: 1.1em;
			color:#666;
			text-shadow:2px 2px 2px #fff;
			padding-right: 10px;
		}
		
		.apField p
		{
			font-weight:600;
			color:#999;
			margin-bottom: -15px;
			margin-top: 25px;
		}
		
		
		/* -- news -- */
		
		.newstitle
		{
			font-size: 1.3em;
			font-weight: bold;
			color: #666;
			text-shadow: 1px 1px 1px #fff;
			margin-right: 20px;
		}
		
		.newsdate
		{
			font-size: 0.8em;
			font-style: italic;
		}
		
		/* -- discography -- */
		
		
		.recordDesc
		{
			float:left;
			width:832px;
			margin-top: 10px;
		}
		
		.recordDesc p
		{
			margin-bottom: 0px;
		}
		
		
		/* -- SHOP -- */
		
		#shopadmin
		{
			float:left;
			width:858px;
			height:70px;
			text-align:center;
			background-color:#CCC;
			margin:15px 15px 0px 15px;
			padding:10px 5px;
			border: 1px solid #000;
			-moz-border-radius:10px;
			-webkit-border-radius:10px;
		}
		
		#shopcart
		{
			float: left;
			width:200px;
			text-align: left;
			margin-left: 25px;
		}
		
		#shopsearch
		{
			float: right;
			width: 300px;
		}
		
		#shopsearch h2
		{
			margin-bottom: 15px;
		}
		
		#latestadd
		{
			float: left;
			width: 565px;
			background-color:#666;
			margin-top:15px;
			padding: 15px;
			border: 2px solid #FFF;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			color: #FFF;
		}
		
		
		/* -- SHOPITEMS.php -- */
		
		.s_item
		{
			border-bottom: 2px solid #999;
			padding-bottom: 20px;
			margin-bottom: 20px;
		}
		
		.itemImg
		{
			float: left;
			margin-right: 20px;
			border: 2px solid #FFF;
		}
		
		.itemDetails
		{
			float: left;
		}
		
		.itemDetails a
		{
			font-size: 0.8em;
			color: #333;
			text-shadow: 1px 1px 1px #fff;
		}
		
		.itemDetails a:hover
		{
			color:#666;
		}
		
		.shopBtn
		{
			float:right;
			text-align: right;
			margin-top: 60px;
		}
		
		.itemArtist
		{
			font-weight: bold;
		}
		
		.itemSI
		{
			font-style: italic;
			font-size: 0.9em;
		}
		
		.VAT
		{
			font-style: italic;
			font-size: 0.7em;
		}
	
	
		/* --- Shopping Cart --- */
		
		#shoppingcartbox
		{
			position: relative;
			margin: 0 auto;
			width:550px;
			background-color:#666;
			margin-top:15px;
			padding: 15px;
			border: 2px solid #FFF;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			color: #FFF;
		}
		
		#shoppingcart
		{
			color: #FFF;
			width: 500px;
		}
		
		#centercart
		{
			margin: 0 auto;
			width: 500px;
		}
		
		#shoppingcart th
		{
			font-style: italic;
			font-weight: bold;
			font-size: 0.8em;
			padding: 5px;
			text-shadow: 1px 1px 1px #ccc;
		}
		
		#shoppingcart td
		{
			padding: 5px;
		}
		
		#minishoppingcart
		{
			color: #fff;
			text-shadow: 1px 1px 1px #000;
			margin-bottom: 5px;	
		}
		
		#shopcart a
		{
			text-shadow: 1px 1px 1px #fff;
		}
		
		#minitotal
		{
			font-size: 0.8em;
			font-style: italic;
		}
		
		#backtoshop
		{	
			text-align: center;
		}
		
		#backtoshop a
		{
			color: #fff;
			text-shadow: 1px 1px 1px #ccc;
		}
		
		#backtoshop a:hover
		{
			color: #ccc;	
		}
		
		.buyBtn a
		{
			font-weight: bold;
			text-shadow: 2px 2px 2px #fff;
		}
		
		
		
/* -- contact.php -- */
		
.formgreyBox
{
	position: relative;
	margin: 0 auto;
	width:400px;
	background-color:#666;
	margin-top:15px;
	padding: 15px;
	border: 2px solid #FFF;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	color: #FFF;
}

.centerform
{
	width:300px;
	margin: 0 auto;
	padding:10px;
}

.formgreybox form label
{
	padding-right: 10px;
}

.formgreybox form input
{
	width: 300px;
}

.formgreybox form textarea
{
	width: 300px;
}

.center
{
	text-align: center;
}

/* ////////////////////////// */
/* ----- FOOTER STYLING ----- */
/* ////////////////////////// */

#footer p
{
	margin-top:12px;
	text-align:center;
	font-size: 1em;
	text-shadow: 1px 1px 1px #333; 
}
