/* andreas07 - an open source xhtml/css website layout by Andreas Viklund - http://andreasviklund.com . Free to use for any purpose as long as the proper credits are given for the original design work.
Version: 1.1, November 28, 2005
Modified ever-so-slightly by Papa Slumber, September 2006. */

/**************** Page and tag styles ****************/

body {
  margin:0;
  padding:0;
  color:#303030;
  background-color:#fafafa;
  background:#fafafa url(/img/bodybg.gif) top left repeat-y;
  font:11px Verdana,Tahoma,sans-serif;
  }

ul {
  list-style:circle;
  margin:0;
  font-size:0.9em;
  }

li {
  margin:0;
  }

a {
  color:#d85d5d;
  font-weight:bold;
  text-decoration:none;
  }

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

img {
  /*float:left;*/
  margin:0 15px 15px 0;
  padding:1px;
  background:white;
  border:1px solid #d0d0d0;
  }

a img {
  border-color:#d85d5d;
  }
/*
a img:hover {
  background:#d85d5d;
  border-color:#d85d5d;
  }
*/


/**************** Sidebar area styles ****************/

#sidebar {
  position:absolute;
  top:0;
  left:0;
  width:220px;
  height:100%;
  overflow:auto;
  background:#e0e0e0 url(/img/sidebarbg.gif) top right repeat-y;
  text-align:right;
  }

body > #sidebar { 
  position:fixed;
  }

#sidebar h1, #logoblockH1 {
  margin:20px 18px 0 5px;
  color:#d85d5d;
  font-size:1.6em;
  letter-spacing:-2px;
  text-align:right;
  font-weight:bold;
  }

#sidebar h2, #sidebar h3, #logoblockH2 {
  margin:0 20px 18px 5px;
  color:#808080;
  font-size:1em;
  font-weight:bold;
  letter-spacing:-1px;
  text-align:right;
  }

#sidebar h3 {
  margin:20px 18px 4px 5px;
  color:#606060;
  }

#sidebar  p {
  margin:0 15px 18px 5px;
  color:#606060;
  font-size:0.8em;
  }

#sidebar p span {
  display:block;
  padding:3px 2px;
  }

#sidebar a { 
  color:#606060;
  display:block;
  }
  
#sidebar a span { 
  font-weight:normal;
  padding:0;
  }
  
#logoBlock {
  background:url(/img/sidebar_logo.jpg) top right no-repeat; padding-top:65px; margin-top:3px; margin-right:10px;
}
#logoblockH1, #logoblockH2 {
  margin-top:0;
  margin-right:8px;
  padding-left:6px;
}

#radioLink {
  background:transparent url(/img/sound.png) center right no-repeat;
}

/**************** Navigation menu styles ****************/

#menu a {
  display:block;
  width:202px;
  padding:5px 18px 5px 0;
  color:#606060;
  background:#e0e0e0 url(/img/sidebarbg.gif) top right repeat-y;
  font-size:1.5em;
  font-weight:normal;
  text-decoration:none;
  letter-spacing:-2px;
  }

#menu a:hover {
  color:#303030;
  background:#ffc0c0 url(/img/sidebarbg.gif) top right repeat-y;
  }

#menu a.active {
  padding:3px 18px 3px 0;
  background:#fafafa;
  border-top:2px solid #c0c0c0;
  border-bottom:2px solid #c0c0c0;
  }

#menu a.active:hover {
  color:#505050;
  background:#fafafa;
  }
  
#colophon {
  margin-top:90px;
  font-size:.8em;
}
#colophon h5 { font-size:1em; margin:0; color:#808080; }

/**************** Content area styles ****************/

#content {
  width:520px;
  margin:0 0 0 240px;
  padding:20px 0;
  background:#fafafa;
  }

#content p {
  margin:0 0 20px 0;
  line-height:1.5em;
  }

#content h1 {
  margin:5px 0;
  color:#d85d5d;
  font-size:3em;
  letter-spacing:-3px;
  text-align:center;
  }

#content h2 {
  margin:0;
  color:#808080;
  font-weight:normal;
  font-size:2em;
  letter-spacing:-2px;
  text-align:center;
  }

#content h3 {
  clear:both;
  margin:30px 0 10px 0;
  color:#d85d5d;
  font-weight:normal;
  font-size: 1.7em;
  letter-spacing:-2px;
  }

#content h4 {
  font-size: 1.8em;
  letter-spacing:-2px;
  margin:0;
  color: #444;
}

#content h5 {
  font-size: 1.2em;
  letter-spacing:-1px;
  margin:0;
  color: #444;
}

#pagination {
  border:1px solid gray;
  background-color:#ddd;
  padding:4px;
  margin:20px 0;
}

.relItem, .discogItem {
  margin-top: 15px;
  font-size:1em;
  border-bottom:2px solid #c0c0c0;
  width: 100%;
}

.relItem a {
  font-size: 1.1em;
}

.relItem img {
  margin-right:5px; width:120px; height:120px;
}

.discogItem img {
  margin-right:5px; width:90px; height:90px;
}

#release img { width:175px; height:175px; }

.discogItem p {
  margin:0;
}

.relTitle, .discogTitle {
  font-size:1.2em;
  /*
  position:relative;
  top:-5px;
  left:25px;*/
  color:#d85d5d;
  font-weight:bold;
  margin-left: 150px;
  margin-top: -6px;
}

.discogTitle {
  margin-left: 125px;
}

.relTitle span { font-size: .9em; }

#content .discogItem h4 { font-size: 1.5em;}

.shortDesc {
  clear:right;
  width:360px;
  margin-left: 135px;
}
#releaseList p { margin:0; }

.img-shadow {
  float:left;
  background: url(/img/shadow.gif) no-repeat bottom right;
  /*
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  */
  }

.img-shadow img, .img-shadow a img {
  display: block;
  /*position: relative;*/
  border: 1px solid #ffc0c0;
  margin: 0px 6px 6px 0px;
  padding: 2px;
  }

.img-shadow a img:hover {
  background:#ff9696;
  }

#release h1 {
  margin:0;
  color:#444;
  font-size:2.5em;
  letter-spacing:-2px;
  text-align: left;
}

#release .img-shadow { margin-right: 5px; }

#release .relTitle {
  font-size: 1.7em;
  font-weight: bold;
  line-height: .85;
  margin-left: 220px;
  margin-top: -6px;
}

#release p, #review p {
  margin: 3px 0;
  padding: 0;
  font-size:1.1em;
}

#release table, #release #tracks {
  width: 97%;
  margin: 15px auto;
  border-top:2px solid #c0c0c0;
  border-bottom:2px solid #c0c0c0;
}

#release table td {
  width: 50%;
  font-size: 1em;
  vertical-align: top;
  padding: 1px 0;
}

.releaseHR {
  height:2px;
  color:#c0c0c0;
  background-color:#c0c0c0;
  border:0;
  margin:10px 0;
}

#tracks { padding: 2px 0; }
#tracks div {
  font-size: 1.1em;
  padding: 2px 0;
}

#desc {
  border-bottom:2px solid #c0c0c0;
  padding-bottom: 5px;
  margin-bottom:10px;
}

#noteHeader {
  font-weight:bold;
  position:relative;
  top:5px;
  left:10px;
}

#notes {
  border:1px solid #ccc;
  padding:5px;
  margin:0 5px 5px 5px;
  font-size:xx-small;
}

.revBox {
  border-bottom:2px solid #c0c0c0;
}

.revItem {
  margin:15px 0;
}

#review h4 {
  margin: 15px 0 3px 0;
}

#review h3 {
  margin: 5px;
  padding:0;
  font-size:1.3em;
  color:#666;
}

#ordering li {
  padding: 8px 0;
}

#ordering li li {
  padding: 2px 0;
}

.extrasItem {
  clear:left;
  padding:30px 0;
}

.extrasInnerLeft {
  width:210px;
  text-align:right;
  border-top:2px solid #c0c0c0;
  padding:8px 15px 25px 15px;
  float:left;
  display:inline;
}

.extrasInnerRight {
  border-left:2px solid #c0c0c0;
  margin-left:240px;
  padding:15px 0 5px 10px;
}

#topten {
  margin-left: -8px;
}

#topten li {
  padding: 6px 0;
  font-size: .9em;
}

#topten span {
  display: block;
  font-size: 1.1em;
}

#topten a {
  font-size: .8em;
}

#bestof h3 {
  margin:8px 0 0 20px;
}

#bestof ol, #podcast ol {
  margin:0 0 20px 0;
}

#trackofweek dd {
  margin-bottom:15px;
}

#trackofweek div {
  font-size:0.9em;
}

#podcast img {
  border:0;
}

#podcast {
  margin-top:20px;
}

#podcast span {
  color:#666;
}

#podcast p {
  margin:5px 0;
}

#podcast h3 {
  margin-top:0;
}

#subtab {
  margin:15px 60px 0;
  width:400px;
  border-top:1px solid #c0c0c0;
  border-bottom:1px solid #c0c0c0;
  text-align:center;
}

#toggle { margin:0; border:0; }

#inst {
  margin:0 60px;
  width:400px;
  border-bottom:1px solid #c0c0c0;
  padding:8px 0;
}

#inst p {
  margin:3px 0;
}

#inst ol {
  margin:3px 0;
}

#inst ol li {
  margin:2px 0;
}

#podcastArchive {
  clear:both;
  margin:40px 0;
  padding:5px 0 10px 0;
  border-top:2px solid #c0c0c0;
  border-bottom:2px solid #c0c0c0;
}
#podcastArchive p { margin:5px 0; font-weight:bold; color:#555;}
#podcastArchive ul { margin:0 15px; padding:0; }
#podcastArchive ul li { padding:2px 0; }

.aboutBox {
  border-bottom:2px solid #c0c0c0;
  padding:20px 0 10px 0;
}

#news { clear: left; padding-bottom: 20px; }

#news h3 { padding-top: 10px;}

#news h4 {
  margin:0;
  color:#808080;
  font-weight:normal;
  font-size:1.5em;
  letter-spacing:-2px;
  text-align:left;
  margin-top: 13px;
  }
  
#news p { margin-bottom:6px; }

#news dt { 
  font-weight:bold;
  font-size:1.1em;
  margin-top:10px;
  }

#news dd { margin-left:10px; }

/************** shopping cart *******************/

#getit img, .pip { height:16px; width:16px; border:0; display:inline; margin:0; padding:0; position:relative; top:2px;}

#cartbox {
  display: none;
  margin:32px 2px 0 0;
  background-color:#BEC8D1;
  border-top:1px solid #666;
  border-bottom:1px solid #666;
  padding:6px 0;
  }
    
#cartbox p span {
  display:inline;
  padding:0;
  }
  
#cartbox p {
  margin-bottom:0;
  color:#404040;
}

#cartbox a {
  margin:3px 0;
}

#cartouter {
  background-color:#bec8d1;
  position: fixed;
  top: -1220px;
  left: 219px;
  width: 500px;
  text-align:right;
}

.rtop, .rbottom{ display:block; background-color:#fff; }
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background-color: #bec8d1;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px; height: 2px}

#cart {
  margin:6px;
}

#cart h2 {
  text-align:left;
  margin:0;
  padding:0;
  font-size:1.2em;
}

#cart table {
  width:480px;
}

#carttab {
  margin:15px 0;
  background-color: #fafafa;
  border: 1px #69c solid;
  border-collapse: collapse;
  border-spacing: 0px;
  width:100%;
}

#carttab th {
  border-bottom: 2px solid #69c;
  border-left: 1px solid #69c;
  background-color: #BEC8D1;
  text-align: left;
  font-weight: bold;
  color: #404040;
  padding:2px 5px;
}

#carttab td {
  border-bottom: 1px solid #9CF;
  border-left: 1px solid #9CF;
  text-align: left;
  color: #404040;
  background-color: #fafafa;
  padding:3px 5px;
}

#carttab img {
  top:0;
}

/***************** forms ****************************/
.fieldWithErrors input { background-color: #EEBABA; }
#errorExplanation { border:1px solid #EEBABA; padding:8px; width:80%; margin:10px 0; }
#errorExplanation h2 { text-align:left; font-size:1.5em; }
#errorExplanation ul { margin:0 0 0 20px; padding:0; }
#errorExplanation p { margin:0; padding:0; }
input { display: block; }
label { display: block; margin-top:8px; }


/****************  tooltip  ************************/
.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(/img/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/img/bubble.png) bottom right;
}


/******************* buttons ***********************/
.btn { display: block; position: relative; background: #808080; padding: 5px; float: right; color: #fff; text-decoration: none; cursor: pointer; }
.btn * { font-style: normal; background-image: url(/img/buttons/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }
* html .btn span { margin-top: -5px; }

.bluebg * { background-image: url(/img/buttons/btn2_blue.png); background-repeat: no-repeat; display: block; position: relative; }

a.btn { font-weight: normal; }
.btn.blue { background: #2ae; }
.btn.green { background: #9d4; }
.btn.pink { background: #e1a; }
.btn:hover { background-color: #d85d5d; color: #fff; text-decoration: none; }
.btn:active { background-color: #333; }
.btn[class] {  background-image: url(/img/buttons/shade.png); background-position: bottom; }









