body {
  width: 1050px; 
  color: #282828;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size:10pt; line-height:1.25;
}

a {color: #FF66CC; text-decoration: none;}
a:hover {text-decoration: underline;}
img {border: none;}

.centered {margin-left: auto; margin-right:auto;}

.action-bar {
  position: fixed; 
  width: 1050px; height: 25px; 
  background-color: #282828;
  text-align:right;
}

a.action {color: #FF66CC;}
a.action:hover {color: #00FF00;}

#static-top {top: 0px;}
#static-top > * {padding-right: 10px;}
#static-bottom {bottom: 0px;}
#static-bottom > * {padding-right: 10px;}

#header {
  width: 100%; height: 130px; 
  color: #FF66CC; 
  text-align:right;
  border-bottom: 5px solid #FF66CC; 
  border-top: 5px solid #FF66CC;
}
#header .logo {margin-top: 10px; float:left;}
#header .social {font-size: 20px; height: 84px;}
#header .icons {display: inline-block;}
#header .icons ul li {float: left; width: 50px;}
#header .icons ul li.last {width: 40px;}
#header .icons a {display: block; width: 100%; height: 50px;}
#header .icons a {display: block; width: 100%; height: 50px;}

#header .icons ul li.email {background: url("/img/icons.png") 0px 0px;}
#header .icons ul li.email:hover {background: url("/img/icons.png") 0px -50px;}
#header .icons ul li.myspace {background: url("/img/icons.png") -50px 0px;}
#header .icons ul li.myspace:hover {background: url("/img/icons.png") -50px -50px;}
#header .icons ul li.flickr {background: url("/img/icons.png") -100px 0px;}
#header .icons ul li.flickr:hover {background: url("/img/icons.png") -100px -50px;}
#header .icons ul li.facebook {background: url("/img/icons.png") -150px 0px;}
#header .icons ul li.facebook:hover {background: url("/img/icons.png") -150px -50px;}
#header .icons ul li.rss {background: url("/img/icons.png") -200px 0px;}
#header .icons ul li.rss:hover {background: url("/img/icons.png") -200px -50px;}

#header .navigation {font-size: 30px; padding-top: 14px;}
#header .navigation > span.selected {
  display: inline-block; }

#header span.selected a{color: #FF66CC;}
#header a {color: #636667}
#header a:hover {color: #B8BEC0;}

#header input[type=text] {color: #888888; border: 1px solid #FF66CC; outline: none; margin: 0px}
#header input[type=image] {margin: 0px -2px -8px -5px; color: #888888;}
#mailing-list .ack {font-size: small}
#mailing-list .ack.error {color: #FF0000}

#footer {
  background-color: #FF66CC; color: #FFFFFF;
  overflow: auto;width: 100%;
  margin-top: 10px;
}
#footer > div {float: left; padding: 5px 20px;}
#footer a {color: #FFFFFF;}

#wrapper {margin-top: 25px; margin-bottom: 25px;}
#content {margin: 10px 0px}
.new-releases {
  overflow: hidden;
  background-color: #000000; color: #FFFFFF;
  text-align: center; 
  margin: 10px 0;
  font-size: 32px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;}

.new-releases a {color: #FFFFFF; text-decoration: none;}
.new-releases .preview a {color: #00AA00;}
.new-releases .preview a:hover {color: #00FF00;}

.new-releases .release {float: left; margin: 10px; text-align: center;}
.new-releases img {width: 330px; height: 330px}
.new-releases .release h2 {margin: 0; padding; 0px;}
.new-releases .player-track {display: none;}
