/* Basic */

* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 100%;
}
body {
    font: 0.75em/1.5em Verdana, Tahoma, Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ffffff;
}
img {
    border: 0;
}

/* Headings */

h1 {
    font-size: 1.7em;  
    font-weight: bold;
    color: #b51400; /*5c60a2*/
    text-transform: uppercase;
    /*margin: 1em 0 1.7em 0;*/
    margin: .5em 0 1em 0;
    text-align: center;
}
h2 {
    font-size: 1.3em;
    font-weight: bold;
    color: #3c4082;
    text-transform: uppercase;
    /*margin: .75em 0 1.1em 0;*/
    margin: .5em 0 1em 0;
    height: 29px;
}
h3 {
    font-size: 1.25em;
    font-weight: bold;
    color: #3c4082;
    /*margin: 1.5em 0 .5em 0;   */ 
    margin: .5em 0 1em 0;
}
h4 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333333;    
    /*margin: 1em 0 .5em 0;*/
    margin: .5em 0 1em 0;
}
h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #333333; 
}
h6 {
    font-size: .84em;
    font-weight: normal;
    color: #333333; 
}

/* Tables */

table, form, select, input, textarea {
    font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
    font-size: 100%;
}

/* Links */

a, a:link {
    /*color: #7686c8;*/
    color: #0723bb;
    text-decoration: none;
}
a:visited {
    /*color: #c88676;*/
    color: #bb2307;
}
a:focus, a:hover {
    /*color: #f01010;*/
    color: #ffffff;
    background-color: #000000;
}
a:active {
    color: #f01010;
}

/* Layout */

#wrapper {
    width: 756px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    padding: 0;
}

#masthead {
    position: relative;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 23px;
    padding-top: 114px;
    text-align: center;    
    font-size: 1.4em;
}

#masthead ul {
    margin: 0;
    padding: 0;
}

#masthead ul li {
    font-weight: bold;
    list-style: none;
    display: inline;
    color: #666666;
}

#masthead .current {
}

#masthead a, #masthead a:link {
    color: #ffffff;
    text-decoration: none;
}

#masthead a:visited {
     color: #cccccc;
}
#masthead a:focus, #masthead a:hover {
    color: #000000;
    background-color: #ffffff;
}
#masthead a:active {
    color: #f01010;
}

#content {
    float: left;
    width: 508px;
    padding: 0 12px 0 0;
    position: relative;
    overflow: hidden;
}

#content p {
    margin: 0 0 1.5em 0;
}

#content p.static {
    font-size: 1.25em;
    color: #222222;
    line-height: 1.6em;
}

#content p.static .highlight {
    font-weight: bold;
    color: #222222; 
}

#content ul {
    margin: 1.5em 0 1.5em 0;
    padding: 0;    
}
#content ul li {
    margin: 0 0 .5em 30px;
    padding: 0;
}

#content ul li ul li {
    margin: 0 0 .5em 60px;
    padding: 0;
}
ol {
    font-size: 1.0em;
    line-height: 1.4em;
    margin: 0 0 1.5em 0;
    padding: 0;
}
ol li {
    font-size: 1.0em;
    margin: 0 0 .2em 30px;
    padding: 0;
}

/* Feature boxes */

.featurebox {
    width: 756px;
    min-height: 11em;
    margin-top: 20px;
    margin-bottom: 20px;
}

.featurebox img {
    background-color: transparent;
    border: none;
    padding: 0;
}

.featurebox a {
    background: url('Resources/featurebox_bottom.png') no-repeat bottom left;   
    display: block;
    text-decoration: none;
    width: 234px;
    height: 12.5em;
    position: relative;
    z-index: 0;
    cursor: pointer;
}

.featurebox .title {
    background: url('Resources/featurebox_top.png') no-repeat;
    display: block;
    text-align: center;
    /*color: #3c4082;*/
    color: #0723bb;
    font-weight: bold;
    font-size: 1.25em;
    margin: 0;    
    width: 234px;
    height: 95px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.featurebox .description {
    display: block;
    text-align: center;
    color: #a2303c;
    font-weight: bold;    
    width: 180px;
    height: 8em;
    position: absolute;
    bottom: 0px;
    padding: 0 25px 0 25px;
    z-index: 2;
}

.featurebox a:hover {
    background-position: 100% 100%;
}

.featurebox a:hover .title {
    background-position: 100% 0;
}

/* Footer */

#footer {
    font-size: .92em;
    padding: 50px 0 20px 0;
    clear: both;
}

#footer ul {
    margin: 0;
    padding: 0;
}

#footer ul li {
    list-style: none;
    display: inline;
    color: #000000;
}

#footer ul li.copyright {
    display: block;
    float: right;
    width: 231px;
    text-align: right;
}

/* Home page */

body.home {
    background: #ffffff url('Resources/header_other.png') top center no-repeat;
}

.home #content {
    float: none;
    width: 100%;
}

/* News page */

body.news {
    background: #ffffff url('Resources/header_other.png') top center no-repeat;
}

.news #events {
    border: solid 2px #b51400;
}

.news #events .event {
    font-size: .95em;
    font-weight: bold;
    color: #3c4082;
    list-style-type: none;
    margin: 0 0 .5em 0;
}

.news #events .description {
    font-weight: normal;
    color: #222222;
}

.news #events .cancelled .description {
    color: #666666;
    text-decoration: line-through;
}

.news #events .note {
    font-size: .80em;
    font-weight: bold;
    color: #ff0000;
    text-decoration: none;
}

.news .announcement {
    font-size: 1em;
    font-weight: normal;
    color: #222222;
    margin-bottom: 25px;
}

.news .announcement h4 {
    font-size: 1.2em;
}

.news .announcement .announcementimageleft, .news .announcement .announcementimageright {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: .75em;
    font-weight: normal;
    font-style: italic;
    color: #222222;   
}

.news .announcement .announcementimageleft {
    float: left;
    clear: left;
    margin-right: 15px;
    min-width: 135px;
}

.news .announcement .announcementimageright {
    float: right;
    clear: right;
    margin-left: 15px;
    margin-right: 15px;
    min-width: 135px;
}

.news .headline {
    list-style-type: none;
}

/* More Information page */

body.moreinformation {
    background: #ffffff url('Resources/header_other.png') top center no-repeat;
}

.moreinformation #content {
    float: none;
    width: 100%;
}

/* CDs page */

body.cds {
    background: #ffffff url('Resources/header_other.png') top center no-repeat;
}

.cds #content {
    float: none;
    width: 100%;
}

.cds .coverimage {
    background: #ffffff url('Resources/coverimage_background.png') top center no-repeat;
    width: 194px;
    height: 174px;
    float: right;
    font-size: .84em;
    font-weight: normal;
    font-style: italic;
    color: #222222;    
}

.cds .coverimage img {
    position: relative;
    top: 12px;
    left: 32px;
}

.cds .tracklisting {
    font-size: 1.1em;
    font-weight: normal;
    color: #222222;
    margin-top: 20px;   
}

/* Links page */

body.links {
    background: #ffffff url('Resources/header_other.png') top center no-repeat;
}

.links #content {
    float: none;
    width: 100%;
}

.links .link {
    font-size: 1em;
    font-weight: normal;
    color: #222222;
    clear: both;
    min-height: 100px;
}

.links .link h4 {    
    font-size: 1.2em;    
}

.links .link .logo {
    background: url('Resources/link_background.gif') top left no-repeat;
    width: 100px;
    height: 50px;
    margin: 0px 10px 10px 0px;
    float: left; 
    clear: left;   
}

.links #disclaimer {
    font-size: 0.8em;
    font-weight: lighter;
    color: #666666;
    margin-top: 50px;
}
