﻿/* CSS layout */
#masthead {
	border-bottom-color: #0000CC;
	border-bottom-width: thin;
	height: 75px;
	width: 100%;
	padding-bottom: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
	padding-left: 0;
}

#top_nav {
	background-color: #FFFFFF;
	height: 10px;
}

#container {
	border: 0;
	width: 960px;
	margin: 0pt auto;
	padding: 0;
	background-color: #FFFFFF;
	min-height:100%;
	position:relative;
}	

#central {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 1px;
	top: 0px;
}

#page_content {
	margin-left: 200px;
	padding-left: 10px;
	font-size: 12px;
}

#footer {
	text-align: center;
	border-top-color: #0000CC;
	border-top-style: solid;
	border-top-width: thin;
}

body
	{
	font-family: Verdana, Arial, Helvetica;
	color: #0000CC;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	background-color: #000066	;
	height: 100%;
	font-size: 12px;
	background-image:url(../resources/notoriousbackground.jpg);
	background-repeat:repeat-y;
	background-position:center;
}

h1 {
	background-image: url('../resources/h1underline.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding-bottom: 0.25em;
}

h2 {
  background-image: url('../resources/h2underline.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0.25em;
    }

h3 {
  background-image: url('../resources/h3underline.jpg');
  background-position: left bottom;
  background-repeat: no-repeat;
  margin-bottom: 0;
  padding-bottom: 0em;
   }

h4 {
  margin-bottom: 0;
  padding-bottom: 0em;
   }



#left_col ul {
color:#0000CC;
font-size:medium;
line-height:2em;
list-style-type:none;
margin:0pt;
padding:0pt;
text-align:center;
text-decoration:none;
text-transform:none;
}
#left_col li {
background-color:white;
border-style:solid;
border-width:thin;
margin-top:2px;
}
#left_col li:hover {
border-left:10px solid #FF3300;
border-right:10px solid #FF3300;
}
#left_col a {
text-decoration:none;
}
.hiddentext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	display: none;
}
#musiclist.li {
	list-style-type: none;
	list-style-image: url('../resources/notesicon.gif');
	background-color: #FF00FF;
}
.current_concert {
	font-size: 2em;
	background-color: #D5D5FF;
}
