*:focus {
    outline:0;
}

div#center {
    padding-left:10px;
    padding-right:10px;
}
div#left {
    margin-right:0;
    margin-left:20px;
}

body {
    margin-top:0;
/*     background:url('/media/img/bg.jpg') no-repeat center top #2774a5; */
    background:url('/media/img/bg-tile.png') repeat-x center top #0096d5 fixed;
    color:#d7dfe2;
    font-size:11px;
}

div#left, div#rght, div#center {
/*     border:solid 1px lime; */
}

div#left, div#top {
    text-align:right;
}

div#right {
    margin-top:2px;
}


div#top div {
    height:90px;
    position:relative;
}

.content {
    background:#0079aa;
    width:100%;
    padding:7px 0;
    margin-bottom:10px;
}

.post, .post-blank {
    margin:0 auto;
    width:360px;
    background:#004a68;
    min-height:100px;
    padding:7px;
}
.post-blank {
    background:none;
    min-height:0;
    margin:0;
}

h3, h4 {
    margin-bottom:10px;
}

.post h3, .post h4 {
    margin-bottom:3px;
}

h3 a {
    font-weight:normal;
    color:#fff;
}

p {
    line-height:13px;
}

.post h4 {
    text-transform:uppercase;
    font-family:Trebuchet MS;
}

p.tiny {
    font-size:9px;
    line-height:11px;
    margin-bottom:5px !important;
}

div.hr {
    background:url('/media/img/hr.png') repeat-x center scroll;
    height:2px;
    margin:5px auto;
    border:none;
    width:100%;
    display:block;
}

div.hr-light {
    background:url('/media/img/hr-light.png') repeat-x center scroll;
    height:2px;
    width:100%;
    display:block;
    border:none;
    clear:both;
}


h3 {
    color:#fff;
    text-transform:uppercase;
    font-size:14px;
    font-family:Trebuchet MS;
}
h4 {
    font-size:10px;
    color:#fff;
    font-family:Arial Black;
}
h4.show-title, h4.active-show-title {
    font-family:Arial Black;
    text-transform:uppercase;
    color:#00b8f7;
    font-size:11px;
    letter-spacing:-1px;
}

h4.active-show-title {
    color:#fff;
}

h3.review-maintitle {
    font-size:14px !important; /* otherwise sIFR kills it */
    margin-bottom:0;
}
h3.main-title {
    font-family:Trebuchet MS, Helvetica, Sans;
    font-size:16px;
}

h3.radio-maintitle, h3.radio-showtitle {
    font-family:Arial Black;
    font-weight:normal;
    font-size:14px;
    margin-bottom:0;
}

img.latest-show-image {
    border: none;
    float:right;
    margin-left:3px;
}
img.active-show-image {
    float:left;
    margin-right:10px;
}

p.show-text {
    font-size:smaller;
    line-height:11px;
   font-size: 11px !important;

}

div.show-item {
    min-height:87px;
    position:relative;
    width:100%;
}

div.show-container {
    position:relative;
}

div#select-show {
    position:relative;
    height:20px;
    width:170px;
}

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

a:hover {
    color:#fff;
}

span.postby, span.reviewer {
    text-transform:uppercase;
    font-size:13px;
    font-weight:bold;
    font-family:Arial Black;
}
span.postby {
    font-family:Trebuchet MS;
}

span.album-by {
    font-size:13px;
    line-height:15px;
}

div#menu-container {
    position:absolute;
    bottom:-60px;
    z-index:30;
    height:30px !important;
}

img#logo {
    margin-left:-60px;
    position:relative;
    z-index:10;
}


div#latestreview, div#latestcomp {
    position:relative;
    height:175px;
    width:181px;
    margin-bottom:10px;
}
div#latestcomp {
    height:114px;
}

div#latestreview-overlay, div#latestcomp-overlay {
    background:url('/media/img/latestreview.png') no-repeat top left;
    height:175px;
    width:181px;
    position:absolute;
    top:0;
    right:0;
    z-index:49;
}

div#latestcomp-overlay {
    background:url('/media/img/competition.png') no-repeat top left;
    height:114px;
    width:181px;
}

div#search {
    width:181px;
    height:65px;
    background:url('/media/img/search.png') no-repeat top left;
    position:relative;
}
div#search-input {
    width:170px;
    position:absolute;
    top:29px;
    left:5px;
}

div#newsletter {
    margin-top:10px;
    width:181px;
    height:65px;
    background:url('/media/img/newslettersignup.png') no-repeat top left;
    position:relative;
}
div#newsletter-input {
    width:170px;
    position:absolute;
    top:29px;
    left:5px;
}

div#newsletter-input h3 {
    font-size:12px;
}

img.mainimage {
    max-width:355px;
    margin-bottom:10px;
}

input#search-btn, input#signup-btn {
    width:30px !important;
    height:26px;
    float:right;
    margin-left:5px;
}

input[type=text], select, textarea  {
   background:url('/media/img/textfield.png') no-repeat top left;
   width:355px;
   height:26px;
   border:none;
   font-family:Arial !important;
   padding:4px;
   color:#666;
}
select {
    background-color:#e6e6e6;
    font-size:11px;
}

textarea {
   height:75px;
   background:url('/media/img/textbox.png') no-repeat top left;
   font-size:11px;
}
textarea:focus {
   outline:none;
}

input#search-field, input#newsletter-field {
    height:24px;
    width:116px !important;
    border:none;
    background:url('/media/img/search_field.png') no-repeat top left;
    font-size:14px;
    padding:5px;
    color:#666;
}
input#newsletter-field {

}

img.album, img.comp {
    width:160px;
    height:140px;
    position:absolute;
    top:28px;
    right:6px;
    z-index:10;
}
img.comp {
    width:160px;
    height:80px;
}

div.popup {
    position:absolute;
    width:150px;
    bottom:7px;
    right:6px;
    z-index:20;
    background:url('/media/img/overlay.png') repeat top left;
    text-align:left;
    padding:5px;
}
div#comp-popup {
    height:40px;
}
div#album-popup {
    height:70px;
}

img.album-image {
    width:100px;
    float:left;
    padding-right:10px;
    padding-bottom:10px;
}

div.review {
    min-height:100px;
}

.clear {
    clear:both;
}

div.comment-form, div.comments {
    margin-top:10px;
}

a.showcomments {
    cursor:pointer;
    background:url('/media/img/comments.png') no-repeat center left;
    padding-left:14px;
    padding-top:2px;
    color:#00b7f5;
    float:right;
}

a.closecomments {
    cursor:pointer;
}

label {
    width:80px;
    display:none;
    float:left;
}

div.rightcol-post {
    width:255px !important;
}

div.rightcol-post-blank {
    width:270px !important;
}

img.right-title {
    margin-top:-10px;
    margin-left:-10px;
}
img#top10-title {
    margin-left:-9px;
}

a.switchshow {
    display:block;
    width:18px;
    height:20px;
    float:left;
    margin-right:3px;
}

a.number-1 {
    background:url('/media/img/numbers/radio-1.png') 0px 0px no-repeat;
}
a.number-2 {
    background:url('/media/img/numbers/radio-2.png') 0px 0px no-repeat;
}
a.number-3 {
    background:url('/media/img/numbers/radio-3.png') 0px 0px no-repeat;
}
a.number-4 {
    background:url('/media/img/numbers/radio-4.png') 0px 0px no-repeat;
}
a.number-5 {
    background:url('/media/img/numbers/radio-5.png') 0px 0px no-repeat;
}
a.number-6 {
    background:url('/media/img/numbers/radio-6.png') 0px 0px no-repeat;
}

a.number-on {
    background-position: 0px -20px;
}

img#mainmenu {
    position:absolute;
    bottom:0;
    left:15px;
}

div.banner {
    margin-top:10px;
}
div#bannercontainer-left {
    margin-right:8px;
}
div#bannercontainer-right {
    margin-bottom:10px;
}

div.short-topbottom {
    padding-top:0;
    padding-bottom:0;
}

div.top10-item {
    margin-bottom:1px;
    width:270px;
    height:30px;
    position:relative;

}
div#top10-item-1 {
    height:34px;
}
div#top10-item-10 {
    height:35px;
}
span.top10-number {
 background:url('/media/img/top10-sprites.png') 0px 0px no-repeat;
 height:30px;
 width:20px;
 display:block;
 float:left;
}
span#top10-number-1 {
    height:33px;
}
span#top10-number-2 {
    background-position:0 -34px;
}
span#top10-number-3 {
    background-position:0 -65px;
}
span#top10-number-4 {
    background-position:0 -97px;
}
span#top10-number-5 {
    background-position:0 -128px;
}
span#top10-number-6 {
    background-position:0 -160px;
}
span#top10-number-7 {
    background-position:0 -191px;
}
span#top10-number-8 {
    background-position:0 -223px;
}
span#top10-number-9 {
    background-position:0 -254px;
}
span#top10-number-10 {
    background-position:0 -286px;
    height:35px;
}

.top10-odd {
    background-color:#014866;
}
.top10-even {
    background-color:#005d84;
}


span.top10-play {
    text-align:center;
    margin:1px 4px 0 4px;
    padding-top:4px;
    width:20px;
    display:block;
    float:left;
}

h2.top10-track, h2.top10-artist {
    width:200px;
    display:block;
    position:absolute;
    top:3px;
    color:#00B8F7;
    left:50px;
    text-transform:uppercase;
    font-size:10px;
    font-weight:bold;
    line-height:10px;
    font-family:Verdana;
    margin-top:1px;
}
h2.top10-artist {
    font-family:Verdana;
    text-transform:uppercase;
    color:#fff;
    margin-top:3px;
    display:block;
    font-size:10px;
    line-height:10px;
    position:absolute;
    top:12px;
    left:50px;
    font-weight:normal;
}

div.show-detail {
    display:none;
    padding-top:0;
    padding-bottom:2px;
    margin-top:-20px;
}
div.active {
    display:block;
}
div#entry-form {
    margin-top:10px;
    margin-bottom:10px;
}

span.rating, span.label-rating {
    width:164px;
    display:block;
    background:url('/media/img/album-ratings.png') no-repeat top left;
    height:15px;
}
span.label-rating {
    margin-left:110px;

}

span#rating-10 {

}
span#rating-9 {
    background-position: 0 -15px;
}
span#rating-8 {
    background-position: 0 -30px;
}
span#rating-7 {
    background-position: 0 -45px;
}
span#rating-6 {
    background-position: 0 -60px;
}
span#rating-5 {
    background-position: 0 -75px;
}
span#rating-4 {
    background-position: 0 -90px;
}
span#rating-3 {
    background-position: 0 -105px;
}
span#rating-2 {
    background-position: 0 -120px;
}
span#rating-1 {
    background-position: 0 -135px;
}
span#rating-0 {
    background-position: 0 -150px;
}

p.rating {
    margin-top:5px;
    margin-bottom:5px;
}
span.comment-name {
    font-weight:bold;
    font-size:13px;
    text-transform:capitalize;
}

div#radio-container {
    /* styles for the radio */
}

img.gallery-thumb {
    height:50px;
    border:solid 2px #0079AA;
    padding:2px;
    background:#00B7F5;
}

a#rss-icon {
    background: url('/media/img/rss.png') no-repeat top left;
    height:23px;
    width:23px;
    display:block;
    float:left;
    margin-left:30px;
    margin-top:3px;
    z-index:80;
    position:relative;
}

a.menu {
    background: url('/media/img/menusprites-square.png') no-repeat top left;
    height:25px;
    display:block;
    float:left;
    margin-left:2px;
}
a.menu-active {
    height:30px;
    margin-top:-5px; /* diff between this regular & active */
}
a#menu-news {
    width:49px;
    background-position:-8px -13px;
}
a#menu-reviews {
    width:56px;
    background-position:-58px -13px;
}
a#menu-contact {
    width:67px;
    background-position:-117px -13px;
}
a#menu-competition {
    width:87px;
    background-position:-185px -13px;
}
a#menu-about {
    width:50px;
    background-position:-273px -13px;
}
a.menu-active#menu-news {
    width:55px;
    background-position:-8px -55px;
}
a.menu-active#menu-reviews {
    width:68px;
    background-position:-65px -55px;
}
a.menu-active#menu-contact {
    width:78px;
    background-position:-135px -55px;
}
a.menu-active#menu-competition {
    width:101px;
    background-position:-216px -55px;
}
a.menu-active#menu-about {
    width:56px;
    background-position:-319px -55px;
}
a.closecomments {
    float:right;
    display:block;
    width:55px;
    height:26px;
}

img.closecomment {
    cursor:pointer !important;
    border:solid 1px lime;
}

div.spacer {
    margin-top:10px !important;
}

h4.comp-closes {
    margin-top:5px;
    margin-bottom:5px;
    font-weight:bold;
}

div#socialnetworks {
    margin-top:10px;
    height:26px;
}
div#socialnetworks img {
    float:left;
    height:26px;
    width:175px;
    margin-left:7px; /* line up with the search boxes etc (no overhang on this) */
}

div#about-page {
    background-image:url('/media/img/aboutbg.jpg');
    background-position: top center;
}
h3.about-year {
    margin-bottom:10px;
    font-size:18px;
}
div.about-year {
    margin-top:20px;
    margin-bottom:20px;
}
div.about-year img {
    float:left;
}
div.about-text {
    margin-top:12px; /* line up with start of image, not glow */
    float:right;
    width:150px;
}

div.about-right div.about-text {
    float:left;
    text-align: right;
}
div.about-right img {
    float:right;
}

blockquote.address {
    color: #fff;
    font-style:normal;
    border-left: solid 2px #00B8F7;
    padding-left: 10px;
}

form#frm-contact {
    margin-top:1em;
}
form#frm-contact p, form.cform p, div#entry-form form p {
    margin-bottom:0;
}

a.page-controller {
    color:#00B8F7;
    background:#004A68;
    display:block;
    padding:2px 6px;
    border:solid 1px #00B8F7;
    margin:2px;
}
a.page-controller:hover {
    color:#004A68;
    background:#00B8F7;
    border:solid 1px #004A68;
}


div#page-slider {
    position:relative;
    height:50px;
    width:390px;
    overflow-y:hidden;
    overflow-x:scroll;
}
div#page-slider ul {
    display:block;
    height:40px;
    width:32000px;
    margin:0;
    list-style:none;
}
div#page-slider ul li {
    display:block;
    float:left;
}


div#banner-right {
    margin-bottom:10px;
    height:200px !important;
}

div#fancy_content {
    overflow-x:hidden;
    overflow-y:hidden
}
#fancy_frame {
    overflow-x:hidden;
    overflow-y:hidden
}

div.show-links {
    float:right;
}
a.show-download-link, a.loadshow {
    float:right;
    clear:both;
    margin-top:3px;
}
a.loadshow {
    margin-top:5px;
}

div#radio-player {
    position:relative;
    left:-10px;
    top:-12px;
}
div#radiobump {
    height:33px;
    width:6px;
    position:absolute;
    left:4px;
    top:9px;
    background: url('/media/img/radiobump.png') no-repeat top left;
}
a#shareicon {
    position:absolute;
    top:15px;
    right:0;
}

div#loadshade {
    background: url('/media/img/loading.png') no-repeat center center;
    position:absolute;
    width:100%;
    height:100%;
    overflow:hidden;
    top:0;
    left:0;
    z-index:99999;
}

div#newsletter-input h3 {
    text-align:center;
    margin-top:3px;
}

object#banner-top, object#banner-bottom {
    margin-bottom:6px;
}

p {
    font-size:12px !important;
}

