p { line-height:1.55em; }

body
{
	background-color:#E7E090;
	color:#666666;
	font-family:Trebuchet MS, Georgia, Arial;
	font-size:14px;
}

.menuItems
{
	float:left; 
	width:500px;
	padding:5px 0px 2px 15px;
}


.wrapper
{
	position:absolute;
	left:0px;
	top:0px;
	margin:0 0 0 0;
	width:100%;
	height:100%; 
	padding:0 0 0 0; 
}

.mainContent
{
	text-align:left;
	margin-top:50px;
	width: 885px;
	margin-left:-392px;
	left:50%;
	position:absolute;	
}

.musicLeftPanel
{
    width : 515px;
	height:670px;
	float:left;
	margin-left:25px;
	margin-right:10px;
	margin-top:10px;
	background-position: left top; 
	border:solid 1px #CCCCCC;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
}

.musicRightPanel
{
	height:240px;
	width:300px;
	border:solid 1px #CCCCCC;
	margin-top:10px;
	overflow:hidden; 
	background-image: url(../images/right-topbg.jpg);
	background-repeat: no-repeat;	
}

.leftContent
{
	width: 515px;
	/*height:670px;*/
	min-height:670px;
	float:left;
	margin-left:25px;
	margin-right:10px;
	margin-top:10px;
	background-position: left top; 
	border:solid 1px #CCCCCC;
	background-image: url(../images/leftbg.jpg);
	background-repeat: no-repeat;
}

.rightContent
{
	width: 300px;
	height:620px;
	float:left;
	margin-right:25px;
}

.nowPlaying
{
	height:240px;
	width:300px;
	border:solid 1px #CCCCCC;
	margin-top:10px;
	overflow:hidden; 
	background-image: url(../images/right-topbg.jpg);
	background-repeat: no-repeat;	
}

.mainMenu
{
	width: 825px;
	height:30px;
	margin-left: 25px; 
	margin-right:25px;
	border:solid 1px #CCCCCC;
	background-position: left top;
	background-image: url(../images/menubg.jpg);
	background-repeat: no-repeat;
}

.header
{
	background-image: url(../images/headerBg.jpg);
	background-repeat: no-repeat;
	width:825px;
	height:200px;
	margin-left: 25px; 
	margin-right:25px;
	border:solid 1px #CCCCCC;
	margin-bottom:10px;
}

.bottomNav
{
	width: 515px;
	height:80%;
	margin-left: 25px; 
	margin-right:25px;
	padding:2px 2px 2px 2px;
	text-align:center;
}

.upcomingPerformances
{
	height:330px;
	width:300px;
	border:solid 1px #CCCCCC;
	margin-top:10px;
	background-image: url(../images/Right-Bottombg.jpg);
	background-repeat: no-repeat;	
}

.tracks a, .tracks a:link, .tracks a:active, .tracks a:visited
{
	background-image:url(../images/Nuvola_apps_arts_tiny.png);
	background-repeat:no-repeat;
	background-position:top left;
	width: 18px;
	height:18px;
	position: relative;list-style:none;
	float:left;
}

.tracks a:hover
{
	background-image:url(../images/Nuvola_apps_amarok_tiny.png);
	background-repeat:no-repeat;
	width: 18px;
	height:18px;
}

/* re-formatted tags */
body 
{ 
  width:925px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:45px;
  height:auto;
}

a:link,a:active,a:visited
{
  color:#666666;
  text-decoration: none;
  
}

a:hover
{
  color:#CCCCCC;
  text-decoration: underline;
}

#trackList .track .hideMe 
{
  display:none;
}

#trackList .showTrack 
{
  display:block;
  padding:0px 15px 0 30px;
  margin:0px 0px 0px 0px;
}
#trackList .track 
{
  clear:both;
  height:auto;
  margin:0;
  padding:0 0 10px 0;
  font-size:14px;
  color:#555555;
  font-style:italic;
}

#trackList a
{
  cursor:pointer;
}

#sectionList .section .hideMe 
{
  display:none;
}

#sectionList .showSection 
{
  display:block;
/*  padding:0px 15px 0 30px;
  margin:0px 0px 0px 0px;*/
}
#sectionList .section 
{
/*  clear:both;
  height:auto;
  margin:0;
  padding:0 0 10px 0;
  font-size:14px;
  color:#555555;
  font-style:italic;*/
}

#sectionList a
{
  cursor:pointer;
}

/* sitewide re-usable classes */
.block { display:block;clear:both }
.pushTop10 { margin-top:10px; }
.pushLeft60 { margin-left:60px; }
.pushTop40 { margin-top:40px; }
.pushBottom25 { margin-bottom:25px; }
.clear { clear:both; }
.strong {font-weight:bold;}
