/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
background-color: #a1784e;
text-align : center; /*For IE */
font-family: Verdana, Arial, Helvetica, sans-serif
}

#container {
	position: relative;
	width: 820px;
	height: 620px;
	margin: 0 auto; /* to centre container in browser */
	text-align: left;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}

#masthead {
	position: absolute;
	top: 0;
	left: 0;
	width: 820px;
	height: 150px;
	background-image: url(images/masthead.jpg);
	z-index: 500;

}

#detail {
position: absolute;
top: 150px;
left: 0;
width: 820px;
height: 350px;
z-index: 1;

}

	#submenu {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 150px;
	height: 290px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;

	}
	
	#content {
	position: absolute;
	top: 0px;
	left: 150px;
	padding: 10px;
	padding-top: 0px;
	width: 630px;
	height: 340px;
	z-index: 1;
	
	}	
	
	
		/* for general template */
		#content-scroll {
		width: 630px;
		height: 340px;	
		overflow: auto;
		}
	
		/* for genre template */
	
		#scrollbox {
		width: 615px;
		height: 289px;
		overflow: auto;
		border: 2px solid  #43220e;
		}
		
		/* for band template */
		
		#featureimage {
		float: left;
		width: 240px;
		height: 292px;
		}
		
		
		#text {
		float: left;
		width: 220px;
		height: 282px;
		padding: 10px;
		padding-top: 0;
		overflow: auto;
		}


		#tracks {
		float: left;
		width: 140px;
		height: 292px;
		padding-left: 10px;
		
		}


#banner {
	position: absolute;
	top: 500px;
	left: 0;
	width: 800px;
	height: 80px;
	background-color: #43220e;
}


#footer {
position: absolute;
top: 580px;
left: 0;
width: 820px;
height: 20px;

}


/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: underline; color: #FFFFFF;}
a:visited {text-decoration: underline; color: #FFFFFF;}
a:active {text-decoration: underline; color: #FFFFFF;}
a:hover {text-decoration: underline; color: #f2a759;}

h3 a:link {text-decoration: none; color: #FFFFFF;}
h3 a:visited {text-decoration: none; color: #FFFFFF;}
h3 a:active {text-decoration: none; color: #FFFFFF;}
h3 a:hover {text-decoration: none; color: #f2a759;}


#submenu a:link {text-decoration: none; color: #FFFFFF;}
#submenu a:visited {text-decoration: none; color: #FFFFFF;}
#submenu a:active {text-decoration: none; color: #FFFFFF;}
#submenu a:hover {text-decoration: none; color: #f2a759;}

#scrollbox a:link {text-decoration: none; color: #43220e;}
#scrollbox a:visited {text-decoration: none; color: #43220e;}
#scrollbox a:active {text-decoration: none; color: #43220e;}
#scrollbox a:hover {text-decoration: none; color: #f2a759;}


p {
font-size: 8pt;
line-height: 10pt;
color: #FFFFFF;
}

#submenu ul {
padding-left: 7px;
margin-left: 22px;
padding-top: 10px;

}


#submenu li {
color: #FFFFFF;
font-size: 12pt;
list-style-image: url(images/star.gif);
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
margin-left: 0px;
}




h1 {
font-size: 11pt;
line-height: 12pt;
color: #FFFFFF;
font-weight: bold;
background-image:url(images/star.gif);
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 25px;
margin-top: 4px;
margin-bottom: 10px;
}

h2 {
font-size: 9pt;
color: #FFFFFF;
font-weight: bold;
margin-top: 0;
margin-bottom: 5px;
}

#content h3{
font-size: 9pt;
line-height: 12pt;
color: #FFFFFF;
font-weight: bold;
background-image:url(images/star.gif);
background-position: bottom left;
background-repeat: no-repeat;
padding-left: 25px;
margin-top: 4px;
margin-bottom: 10px;
}




#footer p {
font-size: 7pt;
color: #FFFFFF;
margin-top: 4px;
margin-left: 4px
}

#masthead img {
position: absolute;
top: 30px;
right: 35px;
}


table {
padding: 10px;
padding-right: 0;
padding-left: 0;

}

th {
background-color: #FFFFFF;
margin: 10px;
text-align: center;
color: #43220e;
font-size: 7pt;
font-weight: normal;
width: 135px;
height: 170px;
vertical-align: top;
}

td {
color: #FFFFFF;
font-size: 7pt;

}

#scrollbox img {
padding: 5px;
border: none;
}

#scrollbox img a {
padding: none;
border: none;
}
