
body {
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffcc;
	color: #424542;
	font-size: 75%;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, sans-serif;
	}

div#popup {
	background: #ffffff;
	text-align: left;
	padding: 0px 10px;
}

div#popup h2 {
	border-bottom: #CF1B00 2px solid;
}

div#pageheader	{
	background: url(/styles/images/header_background.gif) top left no-repeat;
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	height: 161px
}

div#container	{
	background: url(/styles/images/content_background.gif) center repeat-y;
	width: 800px;
	margin: 0 auto;
	margin: 0 50px 0 40px;
	text-align: left;
}


div#mainpage	{
	margin: 10px 50px 0 40px;
}

div#content 	{
	float: left;
	border: 0px dotted red;
	width: 485px;
	padding: 0;
	color: #424542;
	/* False margin value for all versions of IE Win, including 6.0 */
	margin-left: 6px;
	}

#sidemenu #ratethis {
	border: 2px solid #CECFCE;
	padding: 2px 15px;
	background: #EFEFEF; /* #CECFCE; */
}

#sidemenu #ratethis img {
	border: 0px;
}

#sidemenu #ratethis a {
	color: #000000;
	text-decoration: none;
}

#sidemenu #ratethis a:hover {
    text-decoration: none;
}

html>body div#content {
	/* Correct value for browsers that don't suffer from IE Win's bugs */
	margin-left: 12px;
	min-height: 485px;
	}

div#pagefooter	{
	text-align: center;
	margin: 0;
	padding: 0;
	background: #ffffcc url(/styles/images/footer_background.gif) top left no-repeat;
    font-size: 75%;
}

div#sidemenu {
	text-align: left;
	float: right;
	width: 170px;
	border: 0px dotted red;
	list-style: none;
	display:inline;
}


div.justclear {
	clear: both;
	height: 0;
	display: block;
	line-height: 1px;
	margin: 0;
	padding: 0;
}

#sidemenu h3 {
	margin: 30px 0 12px 0;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 110%;
	border: 2px solid white;
	background: #0030ce;
	}

#sidemenu p, #sidemenu ul, #musicsearch ul {
/*	margin: 4px 10px 4px 10px; */
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	}

#sidemenu li {
	padding: 0 0 0 4px;
	margin: 0 0 .5em 0;
	line-height: 1em;
}

#content a {
	color: #CF1B00;
	text-decoration: underline;
}

#content a:hover {
	color: #0030CE;
	text-decoration: none;
}

#sidemenu a {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}

#sidemenu a:hover {
	color: #FFFFFF;
    text-decoration: underline;
}

h1 {
   font-size: 180%;
   margin: 0px 0px 0px 0px;
   padding: 2px 2px 10px 2px;
}

h2 {
   font-size: 150%;
}

img.artimage {
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
	margin: 4px;
	padding: 4px;
	float: right;
}

/* #content img.imgleft { */
img.imgleft {
	float: left;
}


p.artdetails {
    font-size: 75%;
	border-left: 5px solid #CF1B00;
	padding: 2px 5px;
	background: #EEEEEE;
}

div#comments {
	padding: 15px 0px;
}


div.onecomment {
    font-size: 95%;
	padding: 5px 5px;
}

div.odd {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 5px solid #CF1B00;
	background: #EEEEEE;
}

#comments p.commenthead {
	color: #000000;
	margin: 0px;
	padding: 0px 0px;
}

#comments p.commentfoot {
	color: #104573;
	margin: 0px;
	padding: 0px 0px;
    font-size: 80%;
}

code.test {
	font-size: 100%
}

code {
	font-family: courier, "lucida console", terminal, monospace;
	color: #008200;
	font-size: 100%;
}

blockquote code {
	color: #000000;
}

blockquote {
	border: 1px solid #ccc;
	padding: 1px 2px;
	background: #FFFFEF;
	overflow: auto;
}

/* Stuff for the menu at the top of the page on the right */

div#topsidemenu {
	padding: 25px 0px 0px 0px;
	text-align: left;
	float: right;
	width: 100px;
	border: 0px dotted red;
}

#topsidemenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#topsidemenu a {
	color: #FFFFFF;
	font-size: 90%;
	text-decoration: none;
}

#topsidemenu a:hover {
    text-decoration: underline;
}

div.letterlinks
{
    font-weight: bold;
	text-align: center;
	color: #000000;
	background: #EEEEEE;
	border: 1px solid #000000;
	padding: 4px;
}

#content div.letterlinks a  {
	text-decoration: none;
}

#content div.letterlinks a.current  {
	background: #0030CE;
	color: #FFFFFF;
}

#content div.letterlinks a:hover {
	background: #000000;
	color: #FFFFFF;
}

tr.even {
    background: #EEEEEE;
	color: #000000;
}

tr.odd {
    background: #FFFFFF;
	color: #000000;
}

span.ratingpercent {
	display:inline;
	color: #ffffff;
	border: 1px solid #000000;
    font-weight: bold;
	background: #316531;
}

span.goodratingpercent {
	display:inline;
	color: #ffffff;
	border: 1px solid #316531;
    font-weight: bold;
	background: #0030CE;
}

div#randomalbum {
	width: 165px;

	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;

	background: #FFFFFF;
	font-size: 90%;
	color: #000000;
}

#randomalbum a {
	color: #CF1B00;
	font-size: 100%;
	text-decoration: none;
}

#randomalbum a:hover {
	color: #CF1B00;
    text-decoration: underline;
	margin: 0;
	padding: 0;
}

#randomalbum p {
	margin: 0;
	padding: 1px 1px;
}

#randomalbum img.cover {
	border: 1px solid #000000;
}

img.noborder {
	border: 0;
}

#randomalbum h3 {
	margin: 0;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 110%;
	border: 1px solid white;
	background: #0030ce;
}


div#albumartwork {
	float: left;
	width: 140px;
	padding: 0;
	margin: 0;
}

div#albumartwork img {
	border: 0;
}

div#songlist {
	font-size: 90%;
}
