/*
Theme Name: Metal Hammer
Theme URI: http://www.futurenet.com/futureonline/
Description: The Metal Hammer Theme
Version: 1.6.1
Author: Digital Design / Online Studio
Author URI: http://www.futurenet.com/futureonline/
*/



/* Begin Typography & Colors */
body {
    font:12px/18px ArialMT, Arial, Verdana, Sans-Serif;
    color: #000000;
    background:#000000 url('images/body-bg-default.jpg') repeat-x 0 0;
    text-align: center;
    margin:0;
    padding:0;
}

/* ****************** Main structure/column styles  ************** */
#leaderboard {
    margin:10px auto;
    width:728px;
    background:none;
}
#page {
    text-align: left;
    background:#ffffff;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    background:#ffffff url('images/page-bg.jpg') 0 0 no-repeat;
}
#content {
    width:540px;
    margin:0;
    padding:0;
    float:left;
    padding-left:20px;
    margin-right:40px;
}
#sidebar {
    margin:0;
    padding:0;
    width: 360px;
    float:left;
}

/* ******************  Spacer styles  ************** */
.spacer-one {
    margin:0;
    padding:0;
    height:0;
    line-height:1px;
    font-size:0;
    clear:both;
}
.spacer-two {
    margin:0;
    padding:0;
    height:20px;
    line-height:1px;
    font-size:0;
    clear:both;
}
.spacer-three {
    clear:both;
    margin:0 auto;
    padding:0;
    line-height:1px;
    font-size:0;
    width:532px;
    height:5px;
    background: url('images/hr.png') 0 0 no-repeat;
}
.spacer-four {
    margin:0;
    padding:0;
    height:10px;
    line-height:1px;
    font-size:0;
    clear:both;
}
.clear {
    clear: both;
    margin:0;
    padding:0;
    line-height:1px;
    font-size:0;
}
.hide {
    display:none;
}

/* ******************  Header styles  ************** */
#header {
    width: 960px;
    margin: 0;
    padding: 0;
    height: 195px;
    position:relative;
}

#header div {
    position:absolute;
}

#header #logo {
    top:20px;
    left:20px;
    width:540px;
    height:137px;
}
#header #logo ul {
    list-style:none;
    margin:0;
    padding:0;
    width:540px;
    height:137px;
}
#header #logo ul li {
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
    width:540px;
    height:137px;
    /* Background image due to IE6; we need to swap to a GIF for IE6 */
    background: url('images/metal-hammer-logo.jpg') no-repeat;
}
#header #logo ul li a {
    display:block;
    width:540px;
    height:137px;
}
#header #logo ul li a span {
    display:none;
}
#header #lastest-issue {
    width:290px;
    height:154px;
    right:20px;
    top:3px;
    background: url('images/latest-magazine-bg.jpg') right 5px no-repeat;
}
#header #lastest-issue .mag {
    position:absolute;
    top:5px;
    left:18px;
}
#header #lastest-issue .tape {
    top:0;
    left:5px;
    width:127px;
    height:154px;
    display:block;
    background: url('images/latest-magazine-tape.png') 0 0 no-repeat;
}
#header #lastest-issue .tape:hover {
    cursor:pointer;
}



/* ******************  Header top navigation styles  ************** */
#header #top-nav {
    text-align:left;
    right:40px;
    top:30px;
}
#header #top-nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
#header #top-nav ul li {
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
}
#header #top-nav ul li a {
    text-decoration:none;
    font:13px/18px "BentonSans Medium", "BentonSans", Benton, Arial, sans-serif;
    font-weight:bold;
    margin:0;
    padding:0;
    color:#000000;
}
#header #top-nav ul li a:hover,
#header #top-nav ul li a.on {
    text-decoration:underline;
}

/* ******************  Header main navigation styles  ************** */
#header #main-nav {
    text-align:center;
    bottom:15px;
    left:20px;
    margin:0;
    padding:0;
    height:21px;
}
#header #main-nav ul {
    list-style:none;
    margin:0;
    padding:0;
    height:21px;
    background:none;
}
#header #main-nav ul li {
    display:inline;
    margin:0;
    padding:0;
    list-style-type:none;
    height:21px;
}
#header #main-nav ul li a {
    display:block;
    float:left;
    height:21px;
    text-decoration:none;
    font:12px/21px Verdana, Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:0;
    padding:0 5px 0 5px;
    color:#cf0210;
}
#header #main-nav ul li#home a  {
    padding:0 5px 0 0 ! important;
    background: url('images/navigation/home.gif') no-repeat;
    width:55px;
}
#header #main-nav ul li#home a:hover,
#header #main-nav ul li#home a.on {
    background: url('images/navigation/home_on.gif') no-repeat;
    width:55px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#news a  {
    background: url('images/navigation/news.gif') no-repeat;
    width:52px;
}
#header #main-nav ul li#news a:hover,
#header #main-nav ul li#news a.on  {
    background: url('images/navigation/news_on.gif') no-repeat;
    width:52px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#features a  {
    background: url('images/navigation/features.gif') no-repeat;
    width:79px;
}
#header #main-nav ul li#features a:hover,
#header #main-nav ul li#features a.on {
    background: url('images/navigation/features_on.gif') no-repeat;
    width:79px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#mhtv a  {
    background: url('images/navigation/video.gif') no-repeat;
    width:58px;
}
#header #main-nav ul li#mhtv a:hover,
#header #main-nav ul li#mhtv a.on {
    background: url('images/navigation/video_on.gif') no-repeat;
    width:58px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#blog a  {
    background: url('images/navigation/blog.gif') no-repeat;
    width:42px;
}
#header #main-nav ul li#blog a:hover,
#header #main-nav ul li#blog a.on  {
    background: url('images/navigation/blog_on.gif') no-repeat;
    width:42px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#podcast a  {
    background: url('images/navigation/podcast.gif') no-repeat;
    width:72px;
}
#header #main-nav ul li#podcast a:hover,
#header #main-nav ul li#podcast a.on  {
    background: url('images/navigation/podcast_on.gif') no-repeat;
    width:72px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#competitions a  {
    background: url('images/navigation/competitions.gif') no-repeat;
    width:118px;
}
#header #main-nav ul li#competitions a:hover,
#header #main-nav ul li#competitions a.on  {
    background: url('images/navigation/competitions_on.gif') no-repeat;
    width:118px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#bandsaz a  {
    background: url('images/navigation/bandsaz.gif') no-repeat;
    width:90px;
}
#header #main-nav ul li#bandsaz a:hover,
#header #main-nav ul li#bandsaz a.on  {
    background: url('images/navigation/bandsaz_on.gif') no-repeat;
    width:90px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#giglisting a  {
    background: url('images/navigation/gigs.gif') no-repeat;
    width:43px;
}
#header #main-nav ul li#giglisting a:hover,
#header #main-nav ul li#giglisting a.on {
    background: url('images/navigation/gigs_on.gif') no-repeat;
    width:43px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#forum a  {
    background: url('images/navigation/forum.gif') no-repeat;
    width:60px;
}
#header #main-nav ul li#forum a:hover,
#header #main-nav ul li#forum a.on  {
    background: url('images/navigation/forum_on.gif') no-repeat;
    width:60px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#magazine a  {
    background: url('images/navigation/magazine.gif') no-repeat;
    width:86px;
}
#header #main-nav ul li#magazine a:hover,
#header #main-nav ul li#magazine a.on {
    background: url('images/navigation/magazine_on.gif') no-repeat;
    width:86px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#subterranea a  {
    background: url('images/navigation/subterranea.gif') no-repeat;
    width:116px;
}
#header #main-nav ul li#subterranea a:hover,
#header #main-nav ul li#subterranea a.on {
    background: url('images/navigation/subterranea_on.gif') no-repeat;
    width:116px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#merch a  {
    background: url('images/navigation/merch.gif') no-repeat;
    width:70px;
}
#header #main-nav ul li#merch a:hover,
#header #main-nav ul li#merch a.on {
    background: url('images/navigation/merch_on.gif') no-repeat;
    width:70px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li#hotels a  {
    background: url('images/navigation/hotels.gif') no-repeat;
    width:62px;
}
#header #main-nav ul li#hotels a:hover,
#header #main-nav ul li#hotels a.on {
    background: url('images/navigation/hotels_on.gif') no-repeat;
    width:62px;
    cursor: hand;
    cursor: pointer;
}
#header #main-nav ul li a span {
    display:none;
}


/* ******************  Standard text styles  ************** */
h1, h2, h3 {
    font-weight: bold;
}

h1 {
    font-size: 24px;
    line-height:30px;
    text-align: center;
    margin: 0;
    color:#000000;
    text-transform:uppercase;
}
h1 span {
    display:none;
}
h1#lastet-hammer-updates {
    display:block;
    width:393px;
    height:42px;
    background:url('images/latest-updates.gif') 0 0 no-repeat;
    margin:0;
    padding:0;
}
h1#news-head {
    display:block;
    margin:0;
    padding:0;
    width:136px;
    height:56px;
    background: url('images/headings/h1_news.gif') no-repeat;
}
h1#featured-news-head {
    display:block;
    margin:0;
    padding:0;
    width:309px;
    height:56px;
    background: url('images/headings/h1_featurednews.gif') no-repeat;
}
h1#features-head {
    display:block;
    margin:0;
    padding:0;
    width:208px;
    height:56px;
    background: url('images/headings/h1_features.gif') no-repeat;
}
h1#mhtv-head {
    display:block;
    margin:0;
    padding:0;
    width:140px;
    height:56px;
    background: url('images/headings/h1_mhtv.gif') no-repeat;
}
h1#blog-head {
    display:block;
    margin:0;
    padding:0;
    width:126px;
    height:56px;
    background: url('images/headings/h1_blog.gif') no-repeat;
}
h1#podcast-head {
    display:block;
    margin:0;
    padding:0;
    width:190px;
    height:56px;
    background: url('images/headings/h1_podcast.gif') no-repeat;
}
h1#competitions-head {
    display:block;
    margin:0;
    padding:0;
    width:274px;
    height:56px;
    background: url('images/headings/h1_competitions.gif') no-repeat;
}
h1#bands-a-z-head {
    display:block;
    margin:0;
    padding:0;
    width:211px;
    height:56px;
    background: url('images/headings/h1_bands.gif') no-repeat;
}
h1#gig-listing-head {
    display:block;
    margin:0;
    padding:0;
    width:224px;
    height:56px;
    background: url('images/headings/h1_gigs.gif') no-repeat;
}
h1#forum-2-head {
    display:block;
    margin:0;
    padding:0;
    width:154px;
    height:56px;
    background: url('images/headings/h1_forum.gif') no-repeat;
}
h1#magazine-head {
    display:block;
    margin:0;
    padding:0;
    width:208px;
    height:56px;
    background: url('images/headings/h1_mag.gif') no-repeat;
}
h1#subterranea-head {
    display:block;
    margin:0;
    padding:0;
    width:409px;
    height:53px;
    background: url('images/headings/subterranea_heading.png') no-repeat;
}
h1#site-search-head {
    display:block;
    margin:0;
    padding:0;
    width:243px;
    height:56px;
    background: url('images/headings/h1_search.gif') no-repeat;
}
h1#error-head {
    display:block;
    margin:0;
    padding:0;
    width:421px;
    height:56px;
    background: url('images/headings/h1_err404.gif') no-repeat;
}
h1#not-found-head {
    display:block;
    margin:0;
    padding:0;
    width:222px;
    height:56px;
    background: url('images/headings/h1_notfound.gif') no-repeat;
}
h1#contact-head {
    display:block;
    margin:0;
    padding:0;
    width:285px;
    height:56px;
    background: url('images/headings/h1_magcontacts.gif') no-repeat;
}
h1#sitemap-head {
    display:block;
    margin:0;
    padding:0;
    width:190px;
    height:56px;
    background: url('images/headings/h1_sitemap.gif') no-repeat;
}
h2 {
    font-size: 20px;
    color:#cf0210;
    line-height:20px;
}
h2 a {
    text-decoration:none;
}
h2 a:hover {
    text-decoration:underline;
}
h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}
#sidebar h2 {
    margin: 5px 0 0;
    padding: 0;
}
h3 {
    padding: 0;
    margin: 0;
    color:#cf0210;
    font-weight:bold;
    font:17px/17px SohoStd ExtraBold, SohoStd, Soho, Verdana, Arial, Sans-Serif;
}
h3 span {
    display:none;
}
h3.comments {
    padding: 0;
    margin: 40px auto 20px ;
}
h3.other-news-head {
    display:block;
    margin:0;
    padding:0;
    width:154px;
    height:15px;
    background: url('images/headings/h3-othernews.png') no-repeat;
}
h3.comment-count-head {
    display:block;
    margin:0;
    padding:0;
    width:98px;
    height:17px;
    background: url('images/headings/h3-comments.png') no-repeat;
}
h3.add-comment-head {
    display:block;
    margin:0;
    padding:0;
    width:128px;
    height:17px;
    background: url('images/headings/h3-addcomment.png') no-repeat;
}
h3.more-band-head {
    display:block;
    margin:0;
    padding:0;
    width:190px;
    height:15px;
    background: url('images/headings/h3-moreaboutband.png') no-repeat;
}
h3.gig-listing {
    display:block;
    margin:0;
    padding:0;
    width:109px;
    height:23px;
    background: url('images/headings/h3-giglisting.png') no-repeat;
}
a {
    color:#cf0210;
    text-decoration:underline;
}
a:hover {
    text-decoration:none;
}
a.grey {
    color:#000000;
    font-weight:normal;
    text-decoration:none;
}
a.grey:hover {
    color:#cf0210;
    font-weight:normal;
    text-decoration:underline;
}
.widecolumn .entry p {
    font-size: 1.05em;
    }

.narrowcolumn .entry, .widecolumn .entry {
    line-height: 1.4em;
    }

.widecolumn {
    line-height: 1.6em;
    }

.narrowcolumn .postmetadata {
    text-align: center;
    }

.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }



#headerimg .description {
    font-size: 1.2em;
    text-align: center;
    }



h2.pagetitle {
    font-size: 1.6em;
}

#sidebar h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {

}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {

}

.entry p a:visited {

}

.commentlist li, #commentform input, #commentform textarea {
    }

.commentlist li {
    font-weight: bold;
    }

.commentlist li .avatar {
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    }

.commentlist cite, .commentlist cite a {
    font-weight: bold;
    font-style: normal;
    font-size: 1.1em;
    }

.commentlist p {
    font-weight: normal;
    line-height: 1.5em;
    text-transform: none;
    }

#commentform p {
    }

.commentmetadata {
    font-weight: normal;
    }

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */
#headerimg {
    margin: 0;
    height: 200px;
    width: 100%;
    }

.narrowcolumn {
    float: left;
    padding: 0 0 20px 45px;
    margin: 0px 0 0;
    width: 450px;
    }

.widecolumn {
    padding: 10px 0 20px 0;
    margin: 5px 0 0 150px;
    width: 450px;
    }


/* ******************  Post styles  ************** */
.post {
    margin: 0 0 30px 0;
    text-align: justify;
}
.post h2 {
    margin:0;
}
.post .under-h2 {
    color:#717070;
    font-size:11px;
}
.post .author {
    color:#000000;
}
.post .read-more {
    color:#cf0210;
}
.widecolumn .post {
    margin: 0;
}
.post .thumb-image-home {
    float:left;
    width:150px;
    height:150px;
    background:url('images/thumb-border.jpg');
    padding:10px;
    margin:1px 20px 0 0;
}
.narrowcolumn .postmetadata {
    padding-top: 5px;
}
.widecolumn .postmetadata {
    margin: 30px 0;
}
.widecolumn .smallattachment {
    text-align: center;
    float: left;
    width: 128px;
    margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
    text-align: center;
    margin: 5px 0px;
}
.postmetadata {
    clear: both;
}
.post-footer-acts {

}
.post-footer-acts .share-this {
    float:left;
    width:59px;
    height:16px;
    margin-right:10px;
}
.post-footer-acts .add-comment {
    float:left;
    width:110px;
    height:16px;
}
.post .entry img {
    background:url('images/thumb-border.jpg');
    padding:10px;
    margin:1px 20px 0 0;
}



/* ****************** Editorial Box styles  ************** */
#editorial-boxes {
    width:166px;
    float:left;
}
#editorial-boxes .fix-dims,
#editorial-boxes .fix-dims img {
    /* Force image height to keep MPU in consistent position */
    width:166px;
    height:150px;
}
#editorial-boxes .box-spacer {
    height:8px;
    margin:0;
    padding:0;
    line-height:1px;
    font-size:1px;
}
.merch {
    margin-top:7px;
}


/* ****************** Side Bar Super Advert styles  ************** */
#super-skyscraper {
    background:none;
    max-width:160px;
    height:600px;
    float:right;
    margin-right:20px;
}
#mpu {
    background:none;
    width:300px;
    height:250px;
    margin:0 auto;
}
#viagogo {
    background:none;
    width:300px;
    margin:0 auto;
}
#viagogo h1 span {display: block;}

/* ****************** Side Bar Bands A-Z styles  ************** */
#bands-a-z {
    width:300px;
    min-height:282px;
    background: url('images/bands-a-z-bg.jpg') 0 0 no-repeat;
    margin:0 auto;
    position:relative;
}
div.js-pager-jump-links {
    display:inline;
}
#bands-a-z div.js-pager-jump-links {
    display:none;
}
#bands-a-z .list {
    color:#ffffff;
    line-height:16px;
    position:absolute;
    top:60px;
    left:36px;
}
#bands-a-z #pagination {
    width:300px;
    color:#ffffff;
    text-align:center;
    position:absolute;
    bottom:30px;
    font-size:10px;
    font-weight:bold;
}
#bands-a-z #pagination .pg-normal {
   color:#ffffff;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
#bands-a-z #pagination .pg-selected {
    color:#ffffff;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    font-size:18px;
}
#bands-a-z a {
    color:#ffffff;
}
#bands-a-z span:hover, span.pg-normal:hover {
    text-decoration:none;
}
#bands-a-z-list div.bands-a-z-alpha {

}
#bands-a-z-list div.bands-a-z-alpha ul {
    list-style-type:none;
    width:540px;
    margin:0;
    padding:0;
}
#bands-a-z-list div.bands-a-z-alpha ul li {
    list-style-type:none;
    display:block;
    float:left;
    margin:0;
    padding:0;
    text-align:center;
    border:solid 1px #c3c3c3;
    border-width:1px 0 1px 0;
}
#bands-a-z-list div.bands-a-z-alpha ul li a {
    display:block;
    float:left;
    margin:0;
    padding:5px;
    background:#f3f4f4;
    font-weight:bold;
    text-align:center;
    font-size:13px;
}
#bands-a-z-list div.bands-a-z-alpha ul li a.on,
#bands-a-z-list div.bands-a-z-alpha ul li a:hover
 {
    background:#c3c3c3;
}


/* ****************** Side Bar Gig Listing styles  ************** */
#gig-listing {
    margin:0 auto;
    width:248px;
    background: url('images/gig-listing-bg.gif') 0 0 no-repeat;
    padding:20px 20px 0 25px;
}
#gig-listing-footer {
    margin:0 auto;
    background: url('images/gig-listing-footer-bg.gif') right 0 no-repeat;
    width:293px;
    height:58px;
}
#gig-listing h3 {
    margin-bottom:10px;
}
#gig-listing td {
    padding-bottom:5px;
}
#gig-listing td a {
    font-weight:bold;
}
#gig-pagination {
    margin:10px 0 0 0;
    text-align:right;
}
#gig-pagination .pg-normal {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    color:#cf0210;
    text-decoration:underline;
}
#gig-pagination .pg-selected {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
    color:#cf0210;
    text-decoration:underline;
    font-size:18px;
}
#gig-pagination span:hover, span.pg-normal:hover {
    text-decoration:none;
}

/* ****************** Footer styles  ************** */
#footer {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    height:127px;
    clear: both;
    background: url('images/footer-bg.gif') 0 0 no-repeat;
    border: none;
    position:relative;
}
#footer div {
    position:absolute;
}
#footer .future-logo {
    left:20px;
    top:50px;
}
#footer .future-info {
    font-size:11px;
	left:80px;
    top:47px;
	line-height:15px;
    color:#ffffff;
}
#footer .future-info a {
    color:#ffffff;
    text-decoration:none;
}
#footer .future-info a:hover {
    text-decoration:underline;
}
#footer .future-sites {
	position: absolute;
	top: 55px;
	right: 20px;
}
	#footer .future-sites li {
		list-style: none;
	}
	#footer .future-sites li a {
		display: block;
		float: left;
		text-indent: -9999em;
		outline: none;
	}

	#footer .future-sites li.digitalfuture a {
		background: transparent url('images/df-sprite.png') no-repeat 0 0;
		height: 16px;
		width: 79px;
	}
	#footer .future-sites li.digitalfuture a:hover {
		background: transparent url('images/df-sprite.png') no-repeat 0 100%;
	}
#footer .footer-nav {
    color:#ffffff;
    right:20px;
    bottom:40px;
    text-align:right;
}
#footer .footer-nav a {
    color:#ffffff;
    text-decoration:none;
}
#footer .footer-nav a:hover {
    text-decoration:underline;
}


/* End Structure */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
    margin-left: 0px;
    padding: 0 0 0 30px;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
    }

html>body .entry li {
    margin: 7px 0 8px 10px;
    }

.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
    }

.entry ol {
    padding: 0 0 0 35px;
    margin: 0;
    }

.entry ol li {
    margin: 0;
    padding: 0;
    }

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul, #sidebar ul ol {

    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }
/* End Entry Lists */



/* Begin Form Elements */
#search-wrapper {
    background:url('images/site-search-bg.png') 0 0 no-repeat;
    height:47px;
    position:relative;
    width:314px;
    margin-left:20px;
}
#search-wrapper .search-site-input {
    position:absolute;
    right:65px;
    top:13px;
}
#searchform {
    margin:0;
    padding:0;
}

#sidebar #searchform #s {
    width: 119px;
    height:14px;
    padding: 2px;
    font:10px/14px ArialMT, Arial, Verdana, Sans-Serif;
    border:none;
}

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }
/* End Form Elements */



/* Begin Sidebar */


#sidebar form {
    margin: 0;
    }
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */


/* ******************  Top post styles  ************** */
div.topbox {
    overflow:hidden;
    position:relative;
    background:url('images/top-stories-bg.jpg') 0 0 no-repeat;
    height:276px;
    width:536px;
    padding:0;
}
ul#topboxtbl {
    width:238px;
    list-style:none;
    margin:0;
    padding:0;
}
ul#topboxtbl li {
    height:66px;
    width:238px;
    display:block;
    margin:0;
    padding:0;
    list-style-type:none;
}
ul#topboxtbl li.firstLi {
    margin:0 0 2px 0;
}
ul#topboxtbl li.belowFirstLi {
    display:none;
}
ul#topboxtbl li a {
    height:61px;
    width:208px;
    display:block;
    margin:0;
    padding:7px 0 0 30px;
    color:#ffffff;
    text-decoration:none;
}
ul#topboxtbl li a:hover {
    background:url('images/carousel/on.gif') 0 0 no-repeat;
}
ul#topboxtbl li a span.thumb_title {
    font-weight:bold;
    font-size:13px;
}
#img_top {
    position:absolute;
    top:45px;
    left:18px;
    height:200px;
    width:280px;
}
.text_topbox_headline_bg {
    position:absolute;
    left:0;
    bottom:0;
    width:280px;
    height:50px;
    background:#000000;
    filter:alpha(opacity=40); /* IE 7 */
    opacity:.4; /* All others */
}
.text_topbox_headline {
    position:absolute;
    left:5px;
    top:8px;
}
.text_topbox_headline a {
    font-size:14px;
    font-weight:bold;
    color:#ffffff;
    text-decoration:none;
}
.text_topbox_headline a:hover {
    text-decoration:underline;
}

/* ******************  News and Blog List Page styles  ************** */
.post-with-thumb {

}
.post-with-thumb .thumb-image {
    float:left;
    width:90px;
    height:90px;
    background:url('images/thumb-border.jpg');
    padding:12px;
}
.post-with-thumb .thumb-image img {
    width:90px;
    height:90px;
}
.post-with-thumb .content {
    float:left;
    padding: 0 0 0 10px;
    width:390px;
}
.post-with-thumb .content p {
    margin-top:0;
}
.post-with-thumb .content .read-more {
    margin:0;
}

.post-with-thumb h2 {
    margin:0;
}

/* ******************  Bands A-Z List Page styles  ************** */
#bands-a-z-list h2 {
    margin:0;
}

/* ******************  More Posts styles  ************** */
.more-posts {
    width:250px;
}
.more-posts.left {
    float:left;
}
.more-posts.right {
    float:right;
}
.more-posts h3 {
    margin:0 0 7px 0;
}
.more-posts .hr {
    width:250px;
    height:1px;
    margin:3px 0 3px 0;
    padding:0;
    line-height:1px;
    font-size:1px;
    background:#efe9e9;
}
.more-posts .read-more {
    margin:0;
}
.more-posts .categories {
    float:left;
}
.more-posts .categories a {
    color:#a3a3a3;
    text-transform:uppercase;
    font-weight:bold;
}

/* ******************  Post Comment styles  ************** */
.alt {
    margin: 0;
    /*padding: 10px;*/
}
.commentlist {
    padding: 0;
    text-align: justify;
}
.commentlist .author {
    float:left;
    background:url('images/comment-speach-bg.png') 100px 8px no-repeat;
    width:110px;
}
.commentlist .author .date a {
    color:#717070;
    font-size:10px;
    text-decoration:none;
}
.commentlist .context {
    background:#f3f4f4;
    float:right;
    width:410px;
    padding:5px 10px 5px 10px;
}
.commentlist .context .edit-link {
    font-size:10px;
}
#commentform input.field {
    display:block;
    float:left;
    padding: 2px;
    margin:0;
    border:solid 1px #c3c3c3;
    background:#f3f4f4;
    height:21px;
    line-height:21px;
    width:333px;
}

#commentform textarea {
    display:block;
    width:333px;
    height:150px;
    padding: 2px;
    border:solid 1px #c3c3c3;
    background:#f3f4f4;
    font-family:arial;
}

#commentform #submit {
    margin: 0;
    float: right;
}
#commentform label {
    color:#000000;
    display:block;
    float:left;
    height:27px;
    line-height:23px;
    padding:0 10px 0 0;
    width:100px;
    text-align:right;
}
#commentform span.required {
    font-size:18px;
    color:#CF0210;
    line-height:18px;
}
#commentform input#submit {
    float:none;
    width:81px;
    height:29px;
    border:none;
    margin:0;
    padding:0;
}
.label-spacer {
    display:block;
    float:left;
    width:108px;
    margin:0;
    padding:0;
    border:solid 1px #ffffff; /* Required by FF */
}

/* ******************  MHTV Page styles  ************** */
#mhtv-page .player {
    margin:0 auto;
    text-align:center;
}
#mhtv-page .bandcontent {
    display:block;
    float:left;
}
#mhtv-page .bandcontent .image {
    display:block;
    float:left;
    padding:10px;
    background:url('images/thumb-border.jpg');
}
#mhtv-page .bandcontent .image img {
    border:solid 2px #A3A3A3;
}
#mhtv-page .bandcontent .text {
    display:block;
    float:left;
    padding:0 0 0 20px;
    width:400px;
}
#mhtv-page #mhtv-nav {
    text-align:center;
    margin:0 auto;
    padding:0;
    height:25px;
    width:291px;
}
#mhtv-page #mhtv-nav ul {
    list-style:none;
    margin:0;
    padding:0;
    height:25px;
}
#mhtv-page #mhtv-nav ul li {
    display:inline;
    margin:0;
    padding:0;
    list-style-type:none;
    height:25px;
}
#mhtv-page #mhtv-nav ul li a {
    display:block;
    float:left;
    height:25px;
    text-decoration:none;
    font:18px/25px Arial, Helvetica, sans-serif;
    font-weight:bold;
    margin:0;
    padding:0 5px 0 5px;
    color:#cf0210;
}
#mhtv-page #mhtv-nav ul li.on a,
#mhtv-page #mhtv-nav ul li a:hover {
    background:#000000;
    color:#ffffff;
}

/* ******************  Youtube Sidebar Video styles  ************** */
#youtube-embed {
    width:351px;
    height:264px;
    background:url('images/top-video-bg.png') 0 0 no-repeat;
    position:relative;
}
#youtube-embed #video-holder {
    position:absolute;
    top:40px;
    left:40px;
}

/* ******************  MHTV Sidebar Spash styles  ************** */
#mhtv-splash {
    width:351px;
    height:264px;
    background:url('images/mhtv-splash-bg.gif') 0 0 no-repeat;
    position:relative;
}
#mhtv-splash #wtv-video-click-through {
    position:absolute;
    top:4px;
    left:40px;
    height:30px;
    width:192px;
}
#mhtv-splash #wtv-video-holder {
    position:absolute;
    top:35px;
    left:20px;
}
#mhtv-splash .no-video {
    position:absolute;
    top:50%;
    left:0;
    width:351px;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
}
#mhtv-splash .no-video a {
    color:#ffffff;
    font-weight:bold;
    font-size:18px;
}
#mhtv-splash .no-js {
    position:absolute;
    top:35%;
    left:0;
    width:311px;
    text-align:center;
    color:#ffffff;
    font-weight:bold;
    font-size:14px;
    padding:20px;
}

/* ******************  Google Ads styles  ************** */
.google-ads {
    width:468px;
    height:60px;
    margin: 0 auto;
    margin-bottom:20px;
}

/* ******************  Share This styles  ************** */
a.stico_default {
    background-image: url(images/share-link.png) !important;
    display:block;
    width:59px;
    height:16px;
    margin:0;
    padding:0;
}
a.stbutton {
    padding:0 !important;
}
a.stico_default span.stbuttontext {
    display:none;
    margin:0;
    padding:0;
}

/* ******************  Youtube list page styles  ************** */
.youtube h2 {
    font-size:1.2em;
}
.youtube .under-h2 {
    margin-bottom:16px;
}
.youtube-thumb {
    float:left;
    margin:0 10px 0 0;
}
.youtube .read-more {
    clear:both;
}
.youtube-thumb-wrapper {
    margin:0 10px 0 0 !important;
    padding:0 !important;
    list-style-type:square !important;
    background:#C5C5C5 url('images/thumb-border.jpg');
    height:111px;
    width:150px;
    float:left;
}
.youtube-thumb-wrapper li {
    margin:0 !important;
    padding:0 !important;
    height:111px;
    width:150px;
    display:block;
}
.youtube-thumb-wrapper li a {
    margin:0 !important;
    padding:0 !important;
    height:111px;
    width:150px;
    display:block;
    position:relative;
    font-weight:bold;
    color:#ffffff;
}
.youtube-thumb-wrapper li img {
    position:absolute;
    height:91px;
    width:130px;
    border:none;
    top:10px;
    left:10px;
    margin:0 !important;
}
.youtube-thumb-wrapper li span {
    position:absolute;
    display:block;
    bottom:1px;
    right:1px;
    background:#000000;
    padding:3px;
}

/* ******************  Youtube search form styles  ************** */
#yt-searchform-wrapper {
    background: #ebebeb url('../images/boxes/box5/header-bg.gif') 0 0 repeat-x;
    padding:10px;
    text-align:center;
    font-size:1.5em;
}
#yt-searchform-wrapper form {
    margin:0 auto;
    display:block;
}
#yt-searchform-wrapper input#yt-search {
    border:solid 1px #737373;
    font-family:arial;
    height:20px;
    padding-top:3px;
    padding-left:3px;
    margin:0 0 0 10px;
    display:block;
    float:left;
}
#yt-searchform-wrapper label {
    line-height:23px !important;
    height:23px;
    display:block;
    float:left;
}
#yt-searchform-wrapper input#searchsubmit {
    background: #ff7300;
    border:solid 1px #d66100 !important;
    height:22px;
    width:60px;
    margin:2px 0 0 5px;
    font-weight:bold;
    color:#ffffff;
    display:block;
    float:left;
    font-size:12px;
    font-family:arial;
    line-height:19px;
}
div#yt-search-reset {
    float:left;
    height:26px;
    line-height:26px;
    margin:0 0 0 5px;
}
div#yt-search-reset  a{
    font-size:12px;
}

/* ******************  Youtube Pagination styles  ************** */
ul.pagination {
    clear:both;
    margin:0 !important;
    list-style-type:none;
}
ul.pagination li {
    list-style-type:none;
    display:block;
}
ul.pagination li.older {
    float:left;
}
ul.pagination li.newer {
    float:right;
}
ul.pagination li a {
    text-decoration:none;
    font-weight:bold;
}
ul.pagination li a:hover {
    text-decoration:underline;
}
ul.pagination.home {
    margin: 10px !important;
}

/* ******************  Youtube Comment add styles  ************** */
.comm-add-wrapper {
    background:#7f7f7f;
    padding:10px 10px 10px 10px !important;
    color:#333333;
}
.comm-add-wrapper textarea {
    width:510px;
    border:solid 1px #737373;
    font-family:arial;
    padding:5px;
}
.comm-add-wrapper #submit {
    background: #000000 url('images/comment-submit-bg.gif') 0 0 repeat-x;
    border:none !important;
    font-weight:bold;
    color:#ffffff;
    float:none !important;
    padding:3px;
    margin:10px 0 0 0;
}
.comm-add-wrapper input {
    border:solid 1px #737373;
    padding:2px;
    display:block;
    float:left;
    margin:0 0 5px 0;
}
.comm-add-wrapper label {
    font-weight:bold;
    display:block;
    float:left;
    line-height:23px;
    padding-left:5px;
}
input.hidden {
    border:none !important;
    margin:0 !important;
    padding:0 !important;
}
.inputHiddenWrapper input {
    border:none !important;
    margin:0 !important;
    padding:0 !important;
}
div.error {
    color:#a62b2b !important;
    font-weight:bold !important;
}
.err-msg {
    padding:10px;
    background:#f9f0c3;
    border:solid 1px #b42e33;
}

/* ******************  Subscribe to iTines link styles  ************** */
#itunes-subscribe  {
    list-style:none;
    margin:0;
    padding:0;
    background:none;
    display:block;
    float:left;
}
#itunes-subscribe li {
    display:block;
    float:left;
    margin:0;
    padding:0;
    list-style-type:none;
    background: url(images/itunes-logo.png) 0 0 no-repeat;
}
#itunes-subscribe li a {
    display:block;
    float:left;
    text-decoration:underline;
    font-weight:bold;
    margin:0;
    padding:0 0 0 25px;
    color:#cf0210;
    line-height:16px
}
#itunes-subscribe li a:hover {
    text-decoration:none;
}

/* ******************  Sidebar promotional styles  ************** */
.promotional {
    width:351px;
    height:310px;
    margin:0;
    padding:0;
}
.promotional li {
    margin:0;
    padding:0;
    display:block;
    width:351px;
    height:310px;
}
.promotional li a {
    margin:0;
    padding:0;
    display:block;
    width:351px;
    height:310px;
    position:relative;
    color:#ffffff;
    text-decoration:none;
}
.promotional li a:hover {
    text-decoration:underline;
}
.promotional li a img, .promotional li a div {
    position:absolute;
}
.promotional li a img {
    top:40px;
    left:20px;
}
.promotional li a div.text {
    top:225px;
    left:20px;
    padding-right:15px;
}
.promotional li a div.arrow {
    background:url(images/promotional/arrow.png) 140px 85px no-repeat;
    width:351px;
    height:310px;
}
.promotional li a:hover div.arrow {
    background:url(images/promotional/arrow-hover.png) 140px 85px no-repeat;
}
.promotional li a div:hover {
    cursor:pointer;
}
.promotional.video {
    background:url(images/promotional/video-bg.gif) 0 0 no-repeat;
}
.promotional.podcast {
    background:url(images/promotional/podcast-bg.gif) 0 0 no-repeat;
}
