body {
  background: #000 url("/last.fm/images/bg/body_bg.gif") repeat-y center top;
  margin: 0;
  padding: 0;
  color: #e0e0e0;
  text-align: center;
  font: 12px "Lucida Grande",Verdana,Arial,sans-serif; 
}

body * {
  margin: 0;
  padding: 0;
}

a {
  color: #66ccff;
/*  color: #ccff00; */
}

a:hover {
  text-decoration: none;
}

.lastfm {
 color: #d8001a;
}

#header {
  padding-bottom: 45px;
  width: 900px;
}

#header h1 {
  margin: 0 auto;
  width: 350px;
  height: 120px;
}

#header h1 a {
  display: block;
  width: 350px;
  height: 150px;
  text-indent: -1000px;
  overflow: hidden;
    background: transparent url("/last.fm/images/Last.fm_logo.png") no-repeat 0px 0px;

}

h1, lih3 {
  margin-bottom: 8px;
}

h2, h3 {
  margin-left: 10px;
}

strong {
  color: white;
}


img {
  border: 0;
}

blockquote {
  color: #aaa;
  padding: 5px 30px;
  background: url("/last.fm/images/bg/blockquote_bg.gif") no-repeat left top;
  margin-left: 8px;
}

blockquote p {
  margin-bottom: 0;
  line-height: 1.1em;
}

#content code {
  font: normal 11px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
}

#content pre {
  color: #63FF00;
  overflow: auto;
  font: normal 11px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
  padding: 5px 12px;
  margin-bottom: 1.3em;
}

p.small {
  font-size: 7pt;
  color: #999;
  margin-bottom: 0.4em;
}

.small {
  font-size: 7pt;
}

hr {
  clear: both;
  visibility: hidden;
}

p,ul,ol {
  margin-bottom: 1.35em;
  line-height: 1.4em;
}

#main ul, #main ol, #footer ul {
  padding-left: 30px;

}

sup {
  font-size: 50%;
}

p.legal {
  font-size: 11px;
  color: #444;
  margin-bottom: 0.4em;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 900px;  
  position: relative;
  background: url("/last.fm/images/bg/header_bg.jpg") no-repeat center top;
}

#content {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
   width: 790px;
   background: #1a1a1a url("/last.fm/images/bg/content_bg_top.gif") no-repeat center top;  
  padding: 30px 35px 25px 35px;  
}


#sidebar {
  width: 200px;
  float: left;
  display: inline;
}


#sidebar .item {
  margin-bottom: 30px;
}

#sidebar .item ul li {
  color: #666;
  line-height: 1.4em;
}


#sidebar ul, #sidebar ul li {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0.35em;
  font-size: 11px;
}

#main {
/*  width: 525px; */
  width: 550px;
  float: left;
  display: inline;
  text-align: left;
  margin-left: 35px;
}

#content.sidebar_right {
  padding-top: 35px;
}

#content.sidebar_right #sidebar {
  float: right;
  display: inline;
  width: 190px;
}

#content.sidebar_right #main {
  margin-left: 0;
}

div.highlight {
  background-color: #FFFF99;
  border: 1px dotted #ff9900;
  color: #cc0000;
  padding: 10px;
}

.highlight {
  background-color: #FFFF99;
padding: 2px 5px;
  color: #000;
}

.highlight strong {
  color: inherit;
  
}

li {
  margin-bottom: 0.2em;
}

#sidebar ul.features {
  padding-top: 7px;
}

#sidebar ul.features li {
  color: #fff;
  font-size: 11px;
  line-height: 120%;
  list-style: none;
  padding-top: 3px;
  padding-bottom: 3px;
  background: url("/last.fm/images/misc/plus.gif") no-repeat left center;
  padding-left: 20px;
  margin-bottom: 8px;
}

ul.features li span {
  color: #555;
}

#fader {
    z-index: 99;
    position: fixed;
    left:0;
    bottom: 0;
    width: 100%;
    height: 25px;
    background: transparent url("/last.fm/images/bg/fader.png") repeat-x center bottom;
}


/********** PRICING MATRIX ********/

.matrix {
  width: 550px;
  margin: 0 0 20px 0;
  background: #242424 url("/last.fm/images/bg/matrix_top.gif") no-repeat top left;
  font-size: 7pt;
}

.matrix table img {
  border: 0;
}

.matrix table {
  width: 100%;
  border-spacing: 0;
  border: 0;
  background: url("/last.fm/images/bg/matrix_bot.gif") no-repeat bottom left;
}

.matrix table th, .matrix table td {
  padding: 8px;
  text-align: center;
}

.matrix table th {
  padding: 16px 0;
  font-size: 15px;
  border-bottom: 1px solid #4f4f4f;
  color: #ccff00;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.matrix table td {
 border-bottom: 1px dotted #4f4f4f;
}

.matrix table td.heading {
  font-size: 11px;
  text-align: left;
  padding-left: 14px;
  width: 136px;
}

.matrix table tr.bot td {
  background-image: none;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 0;
}

#content pre, code {
  color: #63FF00;
  overflow: auto;
  font: normal 11px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
  padding: 5px 12px;
  margin-bottom: 1.3em;
}



/******* FOOTER **************/

#footer {
 background: url("/last.fm/images/bg/content_bg_bot.gif") no-repeat center top;
  padding-top: 55px;
  width: 860px;
  padding-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

#footer div.col {
  font-size: 11px;
}

img.content_image {
  padding: 1px;
  border: 5px solid #333;
  margin: 5px 0 12px 0;
  display: block;
}

img.noborder {
  border: 0;
}


#main img.left {
  margin: 0 35px 18px 0;
  float: left;
}

#main img.right {
  margin: 0 0 18px 35px;
  float: right;
}
