html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s,
samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead,
tr, th, td {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-size: 100%;
     vertical-align: baseline;
}
/*body {
    color: #000;
    background: url(../img/paris/2011/bg-sprite.png);
    font-size: small;
    line-height: 1.33;
}*/
ul {
     list-style: disc;
}
ul ul {
    list-style: square;
}
ul ul ul {
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1em;
}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 220%;
}
h2 {
    font-size: 185%;
}
h3 {
    font-size: 150%;
}
h4 {
    font-size: 125%;
}
h5 {
    font-size: 110%;
}
ins {
    text-decoration: none;
    background: #FED;
    font-style: italic;
}
textarea {
    font-family: inherit;
}
/* tables still need 'cellspacing="0"' */
table {
     border-collapse: collapse;
     border-spacing: 0;
}

.group:after {
    clear: both;
    content: ".";
    display: block;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.group {
    display: inline-block;
}

.group.party {
    list-style: none;
    color: #000;
    margin-top: 6px;
}

.group.party li {
    margin-bottom: 6px;
}

.group.party li a {
    color: #000;
    text-decoration: none;
}

.group.party li a:hover {
    text-decoration: underline;
}

html[xmlns] .group {
    display: block;
}

* html .group {
    height: 1%;
}

body {
    background: url(../img/bg-sprite.png) #fff;
    background-attachment: fixed;
    color: #000;
    font-family: 'Arvo', Helvetica, sans-serif;
    font-size: 12px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
}

a {
    color: #ed4230;
}

#page,
#header,
#footer {
    margin: 0 auto;
    width: 950px;
    background: #fff;
    padding: 20px 62px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

#page .main {
    /*margin: 0 22px 0 0;*/
    float: left;
    width: 625px;
}

#page .sidebar {
    float: left;
    width: 300px;
    margin-top: 10px;
}

#header {
    position: relative;
}

#header h1 {
    /*background: #EE4035;*/
    height: 141px;
    margin: 0 23px 0 0;
    /*position: relative;*/
    float: left;
    width: 196px;
    padding: 0;
}

#header h1 a {
    background: url(../img/logo.png) center bottom no-repeat;
    bottom: 0px;
    display: block;
    height: 100%;
    left: 17px;
    /*position: absolute;*/
    text-indent: -9999px;
    width: 100%;
}

#header-ad {
    height: 90px;
    margin: 23px 0 0 0;
    width: 728px;
    float: left;
}

#nav {
    float: left;
    padding: 10px 0 0 0;
    /*width: 465px;*/
}

#nav h2 {
    /*background: transparent url(../img/pmf11-date.png) no-repeat;*/
    height: 18px;
    margin: 0 0 12px 0;
    overflow: hidden;
    text-indent: -9999px;
    width: 156px;
}

#nav h3 {
    font-size: 10px;
    letter-spacing: 2px;
    margin: 6px;
    text-transform: uppercase;
}

#nav ul {
    font-size: 13px;
    font-style: italic;
    list-style: none;
    margin: 10px 0 0 0;
    text-transform: lowercase;
}

#nav ul li {
    border-top: 2px solid #000;
    float: left;
    margin: 0 8px 0 0;
    width: 106px;
    padding-top: 4px    ;
}

#nav ul li.last {
    margin: 0;
}

#nav ul li a {
    color: #000;
    display: block;
    padding: 3px 4px 0 4px;
    text-decoration: none;
    border-top: 2px solid #000;
}

#nav ul li:hover, #nav ul li:hover a {
    color: #e5383c;
    border-top: 2px solid #e5383c;
}

#content {
    margin: 0 25px 30px 0;
    float: left;
    width: 625px;
    clear: both;
}

#footer {
    /*margin-bottom: 30px;*/
}

#sponsors {
    text-align: center;
}

#sponsors ul {
    list-style: none;
}

#sponsors li {
    display: inline;
    margin: 0;
    max-width: 100px;
}

#sponsors img {
    text-align: center;
}

.content-container {
    font-family: Helvetica, Arial, sans-serif;
}

.content-container h3 {
    font-size: 14px;
}

.content-container p {
    line-height: 1.6;
    font-size: 12px;
    margin: 0 0 12px 0;
}

.content-container img,
.content-container iframe {
    margin: 0 0 12px 0;
}

.module {
    margin: 0 0 24px 0;
}

.module-head {
    font-weight: normal;
    padding: 10px 0 20px 0;
    text-transform: lowercase;
}

.module-body h1 {
    margin-bottom: 12px;
}

.grid {
    margin: 0 0 20px 0;
    /* text-transform: lowercase; */
}

.grid h2 {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.grid ul {
    list-style: none;
    margin: 0 0 8px 0;
}

.grid ul li {
    float: left;
    margin: 0 8px 0 0;
    width: 148px;
}

.grid ul li.last {
    margin: 0;
}

.grid ul li a {
    color:  #000;
    display: block;
    text-decoration: none;
}

.grid ul li a:hover {
    color: #e5383c;
}

.grid ul li img {
    width: 148px;
}

.social-module {
}

.news-module {
    margin-top: 24px;
}

.news-module a {
    text-decoration: none;
}

.news-module a:hover {
    text-decoration: underline;
}

.news-module h2.module-head {
    /*background: transparent url(../img/pmf11-news-logo.png) no-repeat;*/
    border-bottom: 2px solid #e0292c;
    height: 25px;
    overflow: hidden;
    margin: 0 0 12px 0;
    padding: 0 0 6px 0;
    font-size: 28px;
    color: #e0292c;
    /*text-indent: -9999px;*/
}

.news-module ul {
    list-style: none;
}

.news-module li {
    margin: 0 0 8px 0;
}
.amazon_url a{
	text-decoration: none;
}

a.sold-out {
    font-size: 14px;
    margin-top: 4px;
    display: block;
    cursor: pointer;
}

a.sold-out:hover {
    text-decoration: underline;
}

#language {
    /*float: right;*/
    /*width: 100px;*/
    top: 10px;
    right: 10px;
    background: none;
    position: absolute;
}

#map {
    margin-bottom: 20px;
}

.officialfm {
    width: 220px;
    margin-bottom: 12px;
}

#languages {
    float: left;
    font-size: 10px;
    margin: 0px 10px 0 0;
}

.language {
    width: 40px;
    padding-left: 34px;
    margin-left: 18px;
    display: block;
    float: left;
    line-height: 19px;
}

#language-en {
    background: url(../img/flag-en.png) no-repeat;
}

#language-fr {
    background: url(../img/flag-fr.png) no-repeat;
}

#spotify-logo {
    display: block;
    width: 300px;
    height: 81px;
    margin-top: 12px;
    background: url(../img/spotify-logo.png) no-repeat;
}

#officialfm-logo {
    display: block;
    width: 220px;
    height: 63px;
    background: url(../img/officialfm-logo.png) no-repeat;
    margin-bottom: 12px;
}

h3.spotify-header {
    font-size: 142%;
}

a.partner-link {
    display: block;
    margin-bottom: 12px;
}
    