/* Main Site Display */
BODY {
	background-color: #d9d9d9;
	color: #000000;
	font-family: verdana, georgia, serif;
	font-size: 14px;
}
A {
	text-decoration: none;
	font-weight: bold;
	color: #0000aa;
	background-color: inherit;
}
A:hover, .box A:hover {
	background-color: #0000aa;
	color: #ffffff;
}
.pagetitle  A:hover, .ubermenu  A:hover, .boxheader A:hover {
	color: #ffffff;
	background-color: inherit;
}
A IMG {
	border-color: #e2e2e2;
}
A:hover IMG {
	border-color: #313588;
}
.pagetitle { /* top banner */
	margin:0px 0px 0px 0px;
	padding-bottom: 3px;
	font-size: 26px;
	text-align: right;
	padding-right: 1ex;
	font-family: verdana, arial, sans-serif;
	color: #ececec;
	background: #313588 url(bar-image.jpg) no-repeat;
}
.pagetitle A{
	color: #c3c3c3;
	margin:0px 8px 0px 8px;
}



.faint {
	background: #313588 url(bar-image-faint.jpg) no-repeat;
}
ul {
	list-style: none;
	margin-left: 0;
}
TD {
	vertical-align: top;
}

/* Magic Boxes */
.boxheader {
	color: #e3e3e3;
	font-weight: bold;
	background-color: #313588;
	text-align: right;
	margin:0px 0px 10px 0px;
	padding: .5ex;
}
.box {
	width: 40%; /* should this be a different default? */
	padding: 1ex;
	background: #c1c5d0;
	color: #000000;
	margin:5px 5px 15px 5px;
}
.box A {
	text-decoration: underline;
	color: #313588;
}
.boxheader A {
	text-decoration: underline;
	color: #e3e3e3;
}

/* I think I want to change all of these to boxheaders */
#main #menu {
	padding: 1ex;
	float:right;
	width:200px;
	background: url(menubg.gif);
	margin:0px 0px 0px 8px;
	color: #ffffff;
	border-width: thin;
	border-color: #000000;
	border-style: dashed;
}
#main #content {
	padding: 1ex;
	float:center;
	background: #f3f3f3;
	margin:0px 5px 0px 5px;
	color: #000000;
}
#main #menu A:hover {
	color: #000000;
	background-color: #e3e3e3;
}
#main #menu A{
	color: #dd5500;
}



/* Album Tracklist - also change to boxes? */
.tracklist {
	padding: 1ex;
	float:right;
	width:200px;
	background: url(menubg.gif);
	margin:0px 0px 0px 8px;
	color: #ffffff;
	border-width: thin;
	border-color: #000000;
	border-style: dashed;
}
.tracklist A:hover {
	color: #000000;
	background-color: #ffffff;
}
.tracklist A {
	color: #dd5500;
}


/* Exceptions */
.tinny {font-size: 12px;}
.selected {font-weight: bold;}
.clickable{cursor: pointer;}
.clickable:hover{text-decoration: underline;}
.padded {padding: 1ex;}
.left{text-align: left;}
.right{text-align: right;}

div.floatright {
	float: right;
	margin-right: 30px;
}
div.floatleft {
	float: left;
	margin-left: 30px;
}







.header { /* is this used anywhere? */
	text-align: right;
	background-color: #B4814E;
	color: #000000;
	font-weight: bold;
	padding-left: 1ex;
	padding-right: 1ex;
}

