/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
/* BASE STYLES */
body {
    color:#666;
    font-family:Arial,Helvetica,sans-serif;
    background-color:#fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight:bold;
  letter-spacing:-.05em;
}
h1 {
    font-size:26px;
    margin-bottom:16px;
}
.row h1 {
    margin:.5em 0;
}
h2 {
    font-size:24px;
    margin-bottom:14px;
}
h3 {
    font-size:22px;
    margin-bottom:12px;
}
h4, h5, h6 {
    font-size:20px;
    margin-bottom:10px;
}
ol, ul, p, .block .bd ul {
    margin-bottom:13px;
}
ul li {
    list-style: square inside;
}
ul {
    padding:0;
}
a:link,
a:visited,
a:hover {
    color:#336699;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
a:active,
a:focus {
    background-color:#336699;
    color:#fff;
}
em {
    font-style:italic;
}
table {
    margin-bottom:1em;
    border:1px solid #666;
    border-width:0 1px 1px 0;
}
table td, table th {
    border:1px solid #666;
    border-width:1px 0 0 1px;
    padding:.25em .5em;
    text-align:center;
}
table th {
    font-weight: bold;
    background-color:#ddd;
}
acronym, abbr,
acronym[title], abbr[title] {
    border:none
}
input[type='submit'] {
    padding: 0 2px;
    margin-top:1px;
}
/* PAGE STRUCTURE */
#page_wrapper {
/*
    width:959px;
    padding:0 10px;
    background:#FFF url(../i/bg-body.gif) repeat-y scroll center top;
    margin:0 auto;
*/
}
#page {
/*
    width:959px;
    position:relative;

*/
}

#header {
    position: relative;
    min-height:140px;
    /* fallback for older browsers, then generated gradient */ 
    background:#000 url(../i/bg-header2.png) repeat-x bottom left;
    background-image: linear-gradient(to top, #7B7B7A 0%, #020202 120px);
}
#header h1,
#header p {
    position:absolute;
    top:10px;
    left:32px;
    text-indent:-9999em;
    height:116px;
    width:136px;
    margin:0;
    background:transparent url(../i/logo-itunes-charts_square.png) no-repeat 0 0;
}
#header h1 a,
#header p a {
    display:block;
    height:126px;
    left:0;
    position:absolute;
    top:0;
    width:139px;
    background:transparent;
}
#leaderboard {
    position:absolute;
    width:728px;
    height:90px;
    overflow:visible;
    background-color:#999;
    top:6px;
    left:50%;
	margin-left:-268px;
    text-align:center;
}
@media (max-width: 992px) {
    #leaderboard {
        width: 468px;
        height:60px;
		margin-left:-116px;
    }
}
@media (max-width: 770px) {
    #leaderboard {
		left:auto;
		margin-left:0;
		right:10px;
    }
}
@media (max-width: 675px) and (min-width: 515px) {
    #leaderboard {
        left:10px;
        padding:5px;
        width:auto;
        height:70px;
		margin-left:0;
    }
    #header {
        padding-top:200px;
    }
    #header h1, #header p {
        top:85px;
    }
}
@media (max-width: 515px) {
    #leaderboard {
        display:none;
    }
}
#content h1 {
    font-size:26px;
    padding:.5em 15px;
    margin:0;
    width:600px;
    float:left;
}
#home.no_country h2 {
    padding-left:15px;
}
#welcome {
    margin:1em 0 2em;
}
/* SECONDARY COLUMN BOXES */
.block {
    background:#eee;
    margin-bottom:1em;
}
.block p {
    margin-top:0;
}
.block ul {
    margin:0;
}
.bd {
    padding:1em 15px .45em;
}
.block .bd {
    border:1px solid #d8d9da;
}
.block .bd ul {
    margin:0;
    padding-left:1em;
}
.block .bd li {
    list-style-position:outside;
    margin-bottom:5px;
}
.block .bd li strong {
    font-weight:bold;
}
.block .hd,
#content_primary .hd,
.block .ft {
    color:#fff;
    background:#666;
    margin-bottom:0;
    padding: 4px 15px 4px 15px;
    position:relative;
    line-height: 1.428571429;
}
.block .ft {
    text-align:right;
    margin:0;
}
.block .hd span,
.block .ft span {
    position:absolute;
    left:-9999em;
}
.block .bd img {
    max-width:100%;
    height:auto;
}
.article {
    padding: 0 1em;
}
.mpu {
    text-align:center;
}

@media (max-width: 992px), (min-width: 1200px) {
    .mpu {
        padding:1em;
    }
}
.twitter {
    position:relative;
    min-height:102px;
}
.twitter p {
    margin-top:0;
    margin-left:85px;
}
.twitter a {
    font-weight:bold;
}
.twitter img {
    position:absolute;
    top:15px;
    left:15px;
}
html.ie6 .twitter img {
    left:0px;
}
.hd a,
.ft a {
    position:absolute;
    right:15px;
    font-size:13px;
    color:#fff;
    font-family:Arial;
    letter-spacing:0;
    top:50%;
    margin-top:-7px;
}
.ft a {
    position:static;
}
.hd a:link,
.hd a:visited,
.ft a:link,
.ft a:visited {
    text-decoration:underline;    
}
.hd a:hover,
.hd a:active,
.ft a:hover,
.ft a:active {
    text-decoration:none;
}
.no_country .hd a {
    margin-top:-7px;
    display:block;
    width:45px;
    height:15px;
    text-indent:-9999em;
    background: transparent url(../i/sprite1.gif) 30px -533px no-repeat;
}
.no_country .hd a:hover,
.no_country .hd a:active {
    background-position:30px -548px;
}

/* NAVIGATION */
@media (min-width: 768px) {
    #nav {
        border: 1px solid #848484;
        border-width:1px 0;
        min-height:1px;
    }
    #nav,
    #nav ul {
        background:#d0d0d0 url(../i/bg-nav.png) repeat-x bottom left;
    }
    #nav ul li.first {
        border-left: 1px solid #aaa;
    }
    #nav ul li a,
    #nav ul em {
        text-decoration:none;
        font-style: normal;
        font-size:26px;
        letter-spacing:-0.05em;
        padding:15px;
        margin:0;
        display:block;
        float:left;
        color:#000;
        border-right: 1px solid #aaa;
        border-bottom: 1px solid #bbb;
        line-height:20px;
    }
    /* upstates */
    ul#nav em,
    body.home #nav ul li.home a,
    body.songs #nav ul li.songs a,
    body.podcasts #nav ul li.podcasts a,
    body.albums #nav ul li.albums a,
    body.tv-episodes #nav ul li.tv-episodes a,
    body#home #nav ul li.home a,
    body#songs #nav ul li.songs a,
    body#podcasts #nav ul li.podcasts a,
    body#albums #nav ul li.albums a,
    body#tv-episodes #nav ul li.tv-episodes a,
    #nav ul li em {
        background: #595959 url(../i/bg-nav-up.png) repeat-x top left;
        color:#fff;
        border-color:transparent
    }
    #nav ul li a:hover,
    #nav ul li a:active,
    #nav ul li a:focus {
        background: #595959 none;
        color:#fff
    }

}
#nav ul li a span {
    position:absolute;
    left:-9999em;
}
nav {
    margin:0;
    padding:0;
}

ul.rss_feeds {
    margin-bottom:2em;
}
/* FOOTER */
#footer {
    margin-top:2em; 
    background:#333;
    color:#eee;
    overflow:hidden;
    clear:both;
    padding:1em 12px;
}
#footer a:link, 
#footer a:visited, 
#footer a:hover {
    color:#eee;
    text-decoration:underline;
}
#footer a:hover {
    text-decoration:none;
}
#footer ul {
    width:100%;
    text-align:center;
}
#footer ul li {
    display:inline;
    border-right:1px solid #999;
}
#footer ul li.last {
    border:none;
}
#footer ul li a {
    margin: .2em 1em;
}
#footer ul li.last a {
    margin-right:0;
}
div#subnav {
    margin:0;
    padding:0;
    clear:left;
    color:#fff;
    overflow:hidden;
}
div#subnav li a,
div#subnav li em {
    margin:0;
    font-weight:normal;
    font-style:normal;
    font-size:14px;
    float:left;
    padding:8px 8px 23px;
    min-width:12px;
    text-align:center;
    display:block;
}
div#subnav li.up em,
div#subnav li.up a,
div#subnav li.up a:link,
div#subnav li.up a:visited {
    color: #000;
}

div#subnav li a {
    min-width:8px;
    text-align:center;
}
div#subnav li a:link,
div#subnav li a:visited,
div#subnav li a:hover,
div#subnav li a:active,
div#subnav li a:focus {
    color:#666;
    text-decoration:none;
    background-color:transparent;
}
div#subnav li a:hover,
div#subnav li a:active,
div#subnav li a:focus {
    color:#000;
}
div#subnav ul {
    padding:4px 32px 0;
    overflow:hidden;
    border:none;
}

div#subnav li {
}
p.date {
    font-style:italic;
}