/* the big stuff */

body {
	background-image: url("/images/layout/bg.jpg");
	background-position: 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	background-color: #f5f5f5;
	margin: 0px;
	text-align: center;
}

body table#maintable { margin-left: auto; margin-right:auto; text-align: left; }


/* default text */

body, td, input {
	font-family:		verdana, arial, helvetica, serif;
	font-size:		11px;
	line-height:		15px;
	color:			#000000;
	text-decoration:	none;
}

td {
	background-color: #FFFFFF;
	color: #000000;
}

a:link, a:active, a:visited {
	color: #660000;
	text-decoration: underline;
}

a:hover {
	color: #660000;
	text-decoration: none;
}


/* menubar */

#menu td div, #menu td a {
	display: block;
	margin: 0px;
	padding: 0px;
	line-height: 22px;
	text-align: center;
	font: bold 10px verdana, arial, sans-serif;
	color: #000000;
	text-decoration: none;
}

#menu td div {
	font-weight: normal;
}

#menu td a:hover {
	color: #000000;
	text-decoration: underline;
}


/* for layout images */

#header td img { vertical-align: bottom; border: 0px }

#header td { background-color: transparent }

/* footer */

#footer td img { vertical-align: bottom; border: 0px }

#footer td { background-color: transparent }

#footer td.text {
	color: #444444; 
	/* text-align: center; */
	font-family: verdana, sans-serif; 
	font-size: 10px; 
	padding: 0px;
	padding-left: 110px;
	margin: 0px;
	line-height: 18px;
	font-weight: bold;
}

#footer td.text a {
	text-decoration: none;
	color: #444444; 
}


div#head {
	background: url("../images/layout/h1bg.gif") #FFFFFF top left repeat-x;
	margin: 0px;
	padding: 3px 60px; 
	font-size: 12px; 
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 20px;
}

.titlebar {
	background: url("../images/layout/titlebg.jpg") #FF9626 top left no-repeat;
	text-align: left;
	padding: 2px 10px; 
	font-weight: bold; 
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
}

.title {
	font-family:		arial, helvetica, serif;
	font-size:		14px;
	line-height: 		16px;
	font-weight:		bold;
	color:			#555555;
	text-decoration:	none;
	vertical-align:		top;
}


/* page path display */

div#path, div#path a {
	padding: 0px;
	font-size: 11px;
	color: #555555;
}


/* random miscellany */

.label, .label a {
	font-size: 10px;
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: none;
}

.text {
	padding: 10px;
}

input {
	border: 1px solid #000000;
}


/* artist page */

div#links div.block div.content, div#links div.block { margin: 0; padding: 0; }   
div#links div.block { border-bottom: 4px solid #ffffff; }
  div#links div.block div.title {  
	margin: 0; 
	background: #00c url('/images/layout/side_bg.jpg') repeat-x; 
	font-size: 12px; 
	line-height: 17px;
	padding: 4px 15px 4px 15px; 
	font-weight: bold; 
	color: #ffffff;
  }
  div#links div.block div.content { 
	margin: 0; 
	padding: 0; 
	border-bottom: 1px solid #cccccc; 
  }
  div#links div.block div.content a {
	display: block;
	margin: 0;
	padding: 2px 20px 2px 15px;
	font-size: 11px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	line-height: 16px;

	color: #222222;
	background-color: #fff7ee;
	text-decoration: none;
  }
  div#links div.block div.content a:hover {
	color: #000000;
	background-color: #ffc17e;
  }

a.album {
	display: block; 
	border-bottom: 1px solid #cccccc; 
	margin: 0px; 
	padding: 10px;
	color: #000000;
	text-decoration: none;
}

a.album:hover {
	color: #000000;
	background-color: #fff7ee;
	text-decoration: none;
}



