@charset "UTF-8";
/* CSS Document */

/* mainNav is the left navigation bar. It is now contained inside a _include titled "_music.php," which may cause some confusion. 

However, any include with the <ul id="mainNav"> code will pick up these stylings */

#mainNav {
	margin: 0;
	padding: 0;
	list-style: none;
	
	width: 195px;
		
	border-bottom: 1px dashed #deb887;
	margin-bottom: 35px;
	margin-top: 25px;

}


/* Here's where the cool blocks come into play... */


#mainNav a {
	color: #fff;
	font-size: 11pt;
	text-transform: none;
	text-decoration: none;
	border: 1px dashed #deb887;
	padding: 7px 5px;
	display: block;
	background-color: #000;
	
	/*
	border-bottom: none;*/
	padding: 7px 5px 7px 50px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


#mainNav a:hover {
	font-weight: bold;
	background-image: url(brown-leaf.png);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	font-size: 11pt;
	color: #deb887;
	font-family: "Gill Sans", Futura, Arial, Helvetica, sans-serif;
}

/* Basket is applied to the unordered list inside Contentia, which is now in the _topheader.php include. */

#basket {
	margin: 0;
	padding: 0;
	list-style: none;	
	width: 495px;	
	margin-bottom: 25px;
	margin-top: 25px;

}

#basket a {
	color: #fff;
	font-size: 14pt; 
	text-decoration: none;
	
	display: block;
	background-color: #000;
	
	
	padding: 3px 0px 0px 50px;
	letter-spacing: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#basket  a:hover {
	font-weight: bold;
	background-image: url(brown-leaf.png);
	background-repeat: no-repeat;
	background-position: 2px -1px;
	color: #deb887;
	font-family: "Gill Sans", Futura, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}