body{
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrapper{
	text-align: left;
	margin: 0 auto;
	position: relative;
/*	width: 800px;*/
}

#header{
	border: 0px solid black;
	height: 110px;
	vertical-align: bottom;
}

#hblogo{
	position: absolute;
	top: 5px;
	left: 5px;
}

#hmlogo{
	position: absolute;
	right: 5px;
	top: 0px;
	height: 110px;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: top;/* used to be bottom for contact details */
	padding-top: 5px;
	color: #000000;

	/*padding-top: 15px; used to be this for contact details */
}

#hmlogo a, hmlogo img{
padding: 0;margin: 0;
}

/* Extra Menu Stuff */

/*ul#mworks {top: -11em;} /* music works submenu */

#msnowman {}

#mabout {}

#navtrail{
	margin-right: 1em;
	margin-left: 1em;
	padding: 10px 0;
	clear: both;
}

#leftcontent {
/*
	position: absolute;
	left:0px;
	top:150px;
*/
	float: left;
	width:16em;
}

#centercontent {
	margin-left: 18em;
  margin-right:2em;/*14em;*/
	padding-left: 1em;
	padding-right: 1em;
/*	min-height: 600px;*/
}		

#centercontent .box{
	margin-bottom: 2em;
background-color: #ffffff;
color: 000000;
}

#rightcontent {
	position: absolute;
	right:0;
	top:150px;
	width: 1em;/*13em;*/
	display: none;
}

#rightcontent .box{
	margin-bottom: 2em;
background: #ffffcc;
}

#footer{
	text-align: center;
	margin: 20px 2px;
	clear: both;
	border-top: 1px dotted #acacac;
	padding: 4px;
}



 .mainmenu, .leftbox
{
padding: 0;
margin: 0;
margin-left: 1em;
border: 1px solid #acacac;
border-right: 1px solid #797979;
border-bottom: 1px solid #797979;
-moz-border-radius: 7px;
background: #ffffcc;
margin-bottom: 1em;
}



.mainmenu h2 ,.leftbox h2{
	background: #000000;
	background-image: url(gfx/righth2fade.png);
	background-repeat: repeat-y;
	color: white;
	font-size: 1em;
	border-bottom: 1px solid #acacac;
	text-align: center;
	padding: 2px;
	margin: 0;
}

.mainmenu a{
	display: block;
	border-bottom: 1px solid #acacac;
	margin: 0;
	padding-left: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	color: black;
}

.mainmenu ul {
	background-color: #ffffcc;
border: 1px solid black;
}

.mainmenu ul{
	margin: 0;
	padding: 0;
}

.mainmenu a.selected{
	font-weight: bold;
}

.mainmenu a:hover{
	color: white;
	background-color: black;
}

.mainmenu div div a{
	padding-left: 2.5em;
}

.mainmenu div div div a{
	padding-left: 4em;
}

.searchresults h1{
	margin-top: 20px;
}

.bioslist{
	line-height: 1.6em;
	font-family: Georgia,Verdana,Arial,Helvetica,sans-serif;
	width: 40em;
	text-align: left;
	margin: auto;
}
.bioslist div{
	border-top: 1px dotted #acacac;
	padding-top: 1.5em;
	margin-top: 1em;
}

.randomproduct a{
	
}

.box img{
	border: 1px solid black;
	display: block;
	visibility: visible;
}


/** Styles for recordings **/

div.record {
position: relative;
clear: left;
margin: 1em; 

} 

div.rthumb {
	float: left;
	margin-bottom: 1em;
}

div.rdetails {
	float: left;
	padding:0;
	margin: 0;
}

div.record img{
	width: 120px;
	border: 1px solid #ccc;
	background-color: white;
	margin-right: 1em;
} 
div.record div.rdetails h2{
 	margin-top: 1em;
	padding:0;
}
#thecontainer:after
{ 
 content: ".";  
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden; 
}

#thecontainer 
{display: inline-block;}

/* Hides from IE-mac */
* html #thecontainer 
{height: 1%;}

#thecontainer 
{display: block;}
/* End hide from IE-mac */

#recordingsearchform{
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
	margin: 1em;
	padding: 3px;
	float: left;
}

#recordingsearchform div {
	float: left;
	width: 10em;
	font-weight: bold;
	margin: 0.25em;
}
