html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	}
body { 
        font-family: "trebuchet ms", arial, helvetica, sans-serif;
     	 font-size: 85%;        
   	 background-color: #304040;  
        color: #f5f5f5;
	}	
h1, h2, h3, h4, h5, h6, p, a {
  	 font-family: arial, sans-serif;
        margin: 0px;
        padding: 0px;
	 }
h1 {
        font-family: "trebuchet ms", arial, helvetica, sans-serif;
        }
p { 
	font-size: 1em;
	}
a {     
	font-size: 1.1em;
	}
h2 {	
	font-size: 1.5em;
	}
h3 {	
	font-size: 1.25em;
	}
h4 {	
	font-size: 1.1em;
	font-style: italic;
	}
td  { font-size: 0.9em }
#wrapper {
	position: relative;
	width: 100%;
	margin: -1px auto 0;
	min-height: 100%;
	}
#header	{
	height: 180px; 
	background-color: #7c98a4;
	background-image: url(images/header_gradient_tall_left.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 2px solid #fff;
	overflow: hidden; 
	}
#header a {
	text-decoration: none;
	color: #fff;
       font-family: "trebuchet ms", arial, helvetica, sans-serif;
       background-color: transparent;
      	display: inline;	
	}
#header a:hover {
	color: #304040;
	}
#header h1 span {
	position: relative;	
	top: 40px;
	left: 23px;
       font-family: "trebuchet ms", arial, helvetica, sans-serif;
	font-size: 1em;
	font-weight: 100;	
	}
#header h2 {
       position: absolute; 
       top: 0;
       right: 0;
	background-image: url(images/header_gradient_tall_right.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	width: 320px;
	height: 180px;
	}
#header h2 span {
	position: relative; 
	top: 80px;
	left: 10px;
	font-family: arial, sans-serif;
	font-size: 0.7em;
	}
/* start of mainnav-related styling and hacks (based on Fat Erik's pipe menu) */
#mainnav {
	position: absolute;  
	left: 2px;
	top: 135px;
	margin: 0; 
	height: 2em;
	margin-top: 0.5em; 
	margin-left: 23px;
	margin-bottom: 0.5em; 
	}
#mainnav a {
	font-weight: 700;
	}
#mainnav a:hover, a:active { 
	color: #304040;
	}
#navselect {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	}
#navselect li {
	display: inline; 
	padding: 0;
	margin: 0;
	}
#navselect li:before {
	content: "| ";
	}
#navselect li:first-child:before {
	content: "";
	}
/*IE workaround*/
/*All IE browsers*/
* html #navselect li {
	border-left: 1px solid white;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
	}
/*Win IE browsers - hide from Mac IE\*/
* html #navselect { 
	height: 1%;
	}
* html #navselect li {
/*	display: block; */
	float: left;
	}
/*End hide*/
/*Mac IE 5*/
* html #navselect li:first-child {
	border-left: 0;
	}
/* end of the horizontal menu list */ 
#musictype {
	margin: 10px 0 0 25px;
	}
#sidebar {
	margin: 10px 0 0 0; 
/*	padding-top: 10px; */
	padding-bottom: 3em;
	text-align: center;
	float: left; 
	width: 180px;
	background-color: #7c98a4;
	border-top: 1px solid #DCE1CA;
	border-right: 1px solid #DCE1CA;
	border-bottom: 1px solid #DCE1CA;
	}
#cdsidebar {
	margin: 10px 0 0 0; 
	padding-bottom: 3em;
/*	text-align: center; */
	float: left; 
	width: 380px;
/*	background-color: #7c98a4;
	border-top: 1px solid #DCE1CA;
	border-right: 1px solid #DCE1CA;
	border-bottom: 1px solid #DCE1CA; */
	}
#sidebar h3, #sidebar p { 
	text-align: left;
	padding: 1em 30px 1em 30px;
	}
#cdsidebar p { 
	text-align: left;
	padding: 0.2em 30px 0.2em 30px;
	}
#sidebar p, #cdsidebar p { 
	font-size: 0.9em;
	}
#content h5, .concertlist h5, #cdbuy h5  {
	padding: 10px 0 0 25px;
	color: #D38048; /* deep orange color */
	}
#content {
	margin: 10px 0 0 380px;
	padding: 0 4em 10em 0px;
/*	clear: none;
	background-color: #f5f5f5; */
	}
#content a, #contentsingle a,  #contentmenu a, #cdbuy a {
	text-decoration: none;
	color: #fff;
       background-color: transparent;
       font-weight: 700;	       	
	}
#content a:hover, #contentsingle a:hover,  #contentmenu a:hover, #cdbuy a:hover {
	color: #d38048;
	}
#jazz a, #jazz img {
	border-style: none;
	text-decoration: none;
	}	
#content p {
	padding: 0.75em 0 0.2em 2em;
	font-size: 0.9em;
	}
#contentsingle p {
	padding: 0.75em 0 0.2em 0;
	font-size: 0.9em;
	}
#contentsingle li {
	font-size: 0.9em;
	}	
/*#cd p {
	padding: 0.2em 0 0.2em 2em; 
	font-size: 0.75em;
	}*/		 
#contentsingle {
	padding: 15px 0 2em 25px;
	width: 90%;
	min-width: 400px;
	}
#contentsingle h2, #innerwrapper h2 {
	color: #D38048;
	}
#innerwrapper {
	margin: 15px 0 0 0;
	
	}
#innerwrapper h2 {	
	display: inline;
	padding-left: 25px;
	}
/* start of contentnav-related styling and hacks (based on Fat Erik's pipe menu) */
#contentmenu {
	position: relative;
	margin-top: 15px;
	margin-bottom: 5px;
	margin-left: 26px;
	width: 90%;
	}
#contentsingle #contentmenu {
	margin-left: 0;
	}
#contentmenu #selections {
	position: relative;
	}
#contentmenu #selections #itemlist {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#contentmenu #selections #itemlist li {
	display: inline;
	padding: 0;
	margin: 0;
	}
#contentmenu #selections #itemlist li:before {
	content: "| ";
	}
#contentmenu #selections #itemlist li:first-child:before {
	content: "";
	}
/*IE workaround - All IE browsers*/
* html #contentmenu #selections #itemlist li {
	border-left: 1px solid #fff;
	padding: 0 0.4em 0 0.4em;
	margin: 0 0.4em 0 -0.4em;
	}
/*IE workaround - Win IE browsers - hides from Mac IE\*/
* html #contentmenu #selections #itemlist { 
	height: 1%;
	}
* html #contentmenu #selections #itemlist li {
	display: block;
	float: left;
	}
/*IE workaround - Mac IE 5 only*/
* html #contentmenu #selections #itemlist li:first-child {
	border-left: 0;
	}
/* end of contentmenu-related styling and hacks  */
.concertlist {
	margin: 20px 0 10px 1px;
	}
.concertlist h5, .concertlist p {
	padding-left: 1.5em;
	}

#contentsingle table  { margin: 0 0 0.5em; width: 700px; border-collapse: collapse }
#contentsingle td {
	padding: 0.25em 1em 0.25em 1em; 
	text-align: left;
	}
#new td {
	border: 1px solid #DCE1CA; 
	font-size: 0.9em;
	background-color: #586d72;  
	}
#new a {
	font-size: 0.9em;
	}
/*th {
	padding: 0.25em 1em 0.25em 1em; 
	color: #D38048; 
	text-align: left;
	}
*/
#contentsingle h6  { margin: 10px 0 0 25px }	
#cd {
	margin: 20px 0 0 0;
	}
#cd h2 {
	color: #D38048; /* deep orange color */
	}
#cdthumb {
	float: left;
	margin: 0 10px 0 0;
	}
#tracktable {
	margin: 0 0 0 25px;
	}
#cdcover {
	margin: 0 10px 0 25px;
	}
#cdbuy {
	margin: 10px 0 0 25px;
	} 
#cd h4, #cd h5 {
	padding: 0.5em 0 0 0;
	} 
#footer {
	position: relative;
	width: 100%;
/*	margin: -3em auto 0 auto; */
	margin: 0 auto 0 auto;
	border-top: 1px solid #C0C0C0;
  	background-color: #7c98a4;
	height: 300em;
	clear: left; 
	}
#footertext { 
	margin: 0;
	padding: 0.2em 0 0.2em 1.8em
	} 	
#footertext p { 
	font-size: 0.9em;
	} 