* {
	margin: 0;
}

body {
	background: #373737 url(bg.jpg) repeat-x;
	font-family: Verdana, sans-serif;
	font-size: 12px;
}

a {
	color: white;
}

#listenbutton a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	height: 164px;
	background: url(header.png) repeat-x;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	margin-bottom: 4px;
	margin-top: 20px;
}

/* BEGIN NAV BAR */

#listenbutton {
	float: right;
	padding: 5px;
}

#navbar {
	background-image: url(blacktrans.png);
	margin-bottom: 8px;
}

#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
}

#navbar li {
	display: inline; /* the key */
}

#navbar ul li a {
	color: #f6af22;
	text-decoration: none;
	margin-right: 20px;
}

#navbar ul li a:hover {
	color: #ece237;
	text-decoration: underline;
}

#navbar a {
	color: #f6af22;
}

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

/* END NAV BAR */

h2 {
	font-family: "Trebuchet MS", serif;
	font-weight: normal;
	font-size: 22px;
}

#pagewrap {
	position: absolute;
	left: 100px;
	width: 800px;
	z-index: 99;
}

#notebg {
	position: absolute;
	left: 550px;
	top: 100px;
	width: 450px;
	height: 488px;
	z-index: 1;
	background: url(notes.png) no-repeat;
}

#midsection, #content {
	min-height: 400px;
}

#content {
	color: #e6e6e6;
	padding: 10px;
	background-image: url(blacktrans.png);
	
	/* multi-browser hack

	filter:alpha(opacity=20); IE hack?
	
	opacity: 0.2;
   -moz-opacity: 0.2;
    filter: alpha(opacity=20);
    
    */
    
}
 
#footer {
	color: #959595;
	font-size: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer a {
	color: #959595;
	font-weight: bold;
}

a img {
	border: 0;
}

/* Special Cases */

#surfacemail {
	text-align: right;
	width: 250px;
	padding: 5px;
}

.floatright {
	float: right;
}

.tiny {
	font-size: x-small;
}

.bordered {
	border: 1px solid black;
}

table#bloom {
	margin-top: 15px;
	clear: both;
	color: black;
	background-color: white;
	border-spacing: 6px 6px;
	border-collapse: collapse;
	width: 100%;
}

table#bloom td {
	padding: 18px;
	vertical-align: top;
}

.song {
	font-weight: bold;
	display: block;
	width: 310px;
	float: left;
}

/* RSS XPress Channel */

rssxpresschannel {
	color: white;
}

/* Form Assembly Hacks */

.captcha {
	color: black;
}

.captcha a {
	text-decoration: underline;
}

/* Magpie Items */

.gigbox {
	background-color: white;
	color: black;
	padding: 5px;
	margin-bottom: 10px;
	
	/* multi-browser hack */

	filter:alpha(opacity=50); IE hack?
	
	opacity: 0.5;
    -moz-opacity: 0.5;
    filter: alpha(opacity=50);
}

.gigtitle {
	font-weight: bold;
}

.gigsummary {
	font-size: 90%;
}

.padder {
	padding: 20px;
}

table#bloom {
	color: white;
	background-color: transparent;
	border: none;
}

table#bloom tr {
	background-color: #3f3f3f 
}

.testimonial_image {
	width: 250px;
	border: 1px solid black;
}

.testimonial_quote {
	font-style: italic;
	font-size: 14px;
	font-family: "Trebuchet MS", "Times New Roman", serif;
	margin-left: 20px;
}

td.quote {
	padding-left: 20px;
	width: 350px;
}