body { 
  font-family: Tahoma,Verdana,Arial,sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #ded; /*  The Sickly Green Color Of The Ded  */
}
img {
  border:0;
  padding:0;
  margin:0;
}
a {
  color: #b1000d;
}
form {
  margin:0;
}

.blood {
  color: #b1000d;
}

#header { 
  white-space: nowrap;
  font-weight: bold;
  font-size: 1.5em;
  background-color: #000; /*  The Black Band Of Mourning  */
  color: #fff;
}
#pagetitle, #staticpagetitle {
  padding: 1em;
}
#sitetitle {
  padding:1em;
  position:absolute;
  top:0px;
  right:0px;
}

body {
  min-width: 600px;      /* 2x LC width + RC width */
}
#container {
  padding-left: 200px;   /* LC width */
  padding-right: 200px;  /* RC width */
}
#container .column {
  position: relative;
  float: left;
}
#content {
  width: 100%;
}
#menu {
  width: 200px;          /* LC width */
  right: 200px;          /* LC width */
  margin-left: -100%;
}
#sidebar {
  width: 200px;          /* RC width */
  margin-right: -200px;  /* RC width */
}
#footer {
  clear: both;
}
/*** IE6 Fix ***/
* html #menu {
  left: 200px;           /* RC width */
}
#auxcontent {
  float:right;
}



#albumtitle, #artist {
  font-weight: bold;
  font-size: 1.2em;
  color: #b1000d;         /*  The Red B1000d Of My Victims  */
  white-space: nowrap;
}
#year {
  font-size: 0.7em;
  font-color: #666;
}
#tracklistheader {
  font-style: italic;
  margin: 10px;
}
#albumsidebar {
  text-align:right;
  float:right;
  font-size:12px;
  width:260px;
}
#albumsidebar a {
  white-space: nowrap;
}

#webstats {
  text-align: center;
}
#suggest {
  text-align: center;
}
#menubar {
  vertical-align: top;
  white-space: nowrap;
  font-size: 0.8em;
  padding-left: 10px;
}
#more {
  padding-left: 3em;
}


#cover {
  margin:10px;
}
div.albumart {
  width:240px;
  height:240px;
  overflow:hidden;
  position:relative;
}
#cover img {
  position:relative;
}
#rate-cover {
}

li.share {
  list-style:none;
}
li.share a {
  display:block;
  text-decoration:none;
}

div.smallbox {
  font-size:12px;
  width:178px;
  padding:0;
  border:1px solid black; 
  background-color: white;
  margin:10px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.smallbox .boxheader {
  font-weight:bold;
  background-color:black;
  color:white;
  padding:2px;
}
.smallbox .boxcontent {
  padding:2px;
}

#adsense {
  margin: 10px; 
  position: relative; 
}

div.bigbox {
  margin:10px;
  padding:0;
  border:1px solid black; 
  background-color: white;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
.bigbox .boxheader {
  font-weight:bold;
  background-color:black;
  color:white;
  padding:2px;
}
.bigbox .boxcontent {
  padding:10px;  
}

#awesomealbums a {
  padding:3px;
  font-weight:bold;
  display:block;
  text-decoration:none;
}

.smallbox .boxcontent a:hover {
  background-color:#ded;
}
