/* 
    Document   : main
    Created on : 25-Sep-2009, 09:05:28
    Author     : David
    Description: Main stylesheet

Reset browser default styles.
*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

caption, th {
    text-align: left;
}

q:before, q:after {
    content: '';
}
/* ----- */

html {
    background: #000000 url(../images/site/html-bg.jpg) no-repeat center 0 fixed;
    border-width: 15px 0 30px;
    border-style: solid;
    border-color: #000000;
}

body {
    width: 960px;
    margin: 10px auto 0;
    font-family: arial;
    font-size: 0.75em;
    color: #ffffff;
    background: url(../images/site/content-top-bg.png) no-repeat 0 0;
    padding-top: 10px;
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    color: #e24f0d;
    text-decoration: underline;
}

#branding {
    position: relative;
    background: url(../images/site/content-bg.png) repeat-y 0 0;
    padding-bottom: 10px;
}

h1 {
    background: url(../images/site/h1-bg.png) no-repeat 0 0;
    width: 960px;
    height: 126px;
    text-indent: -9999px;
}

#navigation {
    padding: 0 5px;
    width: 950px;
    background: url(../images/site/content-bg.png) repeat-y 0 0;
}

#navigation ul {
    width: 818px;
    background: url(../images/site/navigation-ul-bg.png) no-repeat 0 0;
    overflow: hidden;
    padding-left: 151px;
}

#navigation li {
    float: left;
}

#navigation a {
    color: #000000;
    text-decoration: none;
    font-size: 130%;
    padding: 5px 30px;
    display: block;
}

#navigation a:hover, #home a[title="Home"], #about a[title="About"], #music a[title="Music"], #events a[title="Events"], #news a[title="News"], #event a[title="Events"], #news-article a[title="News"] {
    background: url(../images/site/navigation-hover-bg.png) repeat 0 0;
}

#content {
    background: url(../images/site/content-bottom-bg.png) no-repeat 0 100%;
    padding-bottom: 10px;
}

#content-main {
    background: url(../images/site/content-bottom-bg.png) no-repeat 0 100%;
    padding-bottom: 10px;
    position: relative;
}

#home #content-main ol, #events #content-main ol, #news #content-main ol {
    background: url(../images/site/content-bg.png) repeat-y 0 0;
    width: 920px;
    padding: 0 20px 20px;
    overflow: hidden;
}

#home #content-main li, #events #content-main li, #news #content-main li {
    padding-left: 200px;
    position: relative;
    height: 98px;
    margin-top: 50px;
}

#content-main h2, #music #content-main h3 {
    font-size: 150%;
    font-weight: normal;
    margin-bottom: 15px;
}

#music #content-main h3 {
    margin-bottom: 0;
    font-size: 130%;
}

#content-main li p + p {
    margin-top: 15px;
}

#content-main li p.date, #event #content-main p.date, #news-article #content-main p.date {
    width: 40px;
    height: 40px;
    background: url(../images/site/date-bg.png) no-repeat 0 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 160%;
}

#event #content-main p.date, #news-article #content-main p.date {
    top: 50px;
    left: 20px;
    padding: 0;
}

#content-main li p.date span, #event #content-main p.date span, #news-article #content-main p.date span {
    display: block;
    font-size: 60%;
}

#content-supp {
    margin-top: 10px;
    padding-top: 10px;
    background: url(../images/site/content-top-bg.png) no-repeat 0 0;
}

#content-supp ul {
    overflow: hidden;
    background: url(../images/site/content-bg.png) repeat-y 0 0;
}

#content-supp li, #contact-form, #other-sites {
    width: 280px;
    padding-left: 40px;
    float: left;
}

#content-supp h2, #contact-form h2, #other-sites h2 {
    background: url(../images/site/contact-info.png) no-repeat 0 0;
    height: 23px;
    margin-bottom: 25px;
    text-indent: -9999px;
}

#contact-form h2 {
    background-image: url(../images/site/contact-form.png);
}

#other-sites h2 {
    background-image: url(../images/site/other-sites.png);
}

#content-supp #contact-telephone, #contact-email {
    margin-bottom: 12px;
}

#content-supp li:first-child form {
    margin-top: 20px;
}

#content-supp input[type="text"], #contact-form textarea {
    width: 230px;
    border: 1px solid #000000;
}

#contact-form textarea {
    height: 60px;
}

#content-supp dd {
    margin-bottom: 5px;
}

#other-sites #myspace, #other-sites #facebook, #other-sites #soundcloud {
    padding: 11px 0 0 60px;
    background: url(../images/site/myspace-button.png) no-repeat 0 0;
    height: 32px;
}

#other-sites #facebook {
    background-image: url(../images/site/facebook-button.png);
    margin-top: 6px;
}

#other-sites #soundcloud {
    background-image: url(../images/site/soundcloud-button.png);
    margin-top: 6px;
}

#site-info {
    width: 960px;
    position: relative;
    margin-top: 10px;
    color: #aaaaaa;
}

#site-info a {
    color: #aaaaaa;
}

#site-info p {
    position: absolute;
    right: 0;
    top: 6px;
}

#site-info p:first-child {
    left: 0;
}

#about #content-main h2, #about #content-main p, #event #content-main h2, #event #content-main p, #news-article #content-main h2, #news-article #content-main p {
    background: url(../images/site/content-bg.png) repeat-y 0 0;
    width: 920px;
    padding: 0 20px;
}

#about #content-main h2, #event #content-main h2, #news-article #content-main h2 {
    margin-bottom: 0;
    padding-top: 50px;
}

#event #content-main h2, #news-article #content-main h2 {
    padding: 50px 0 30px 80px;
}

#about #content-main p {
    padding-top: 20px;
}

#about #content-main p:last-child, #event #content-main p:last-child, #news-article #content-main p:last-child {
    padding-bottom: 50px;
}

#event #content-main img, #news-article #content-main img {
    display: block;
    margin: 0 auto 30px;
}

#music #content-main div {
    background: url(../images/site/content-bg.png) repeat-y 0 0;
    overflow: hidden;
}

#music #content-main h2 {
    padding: 50px 20px 0 0;
    margin: 0 0 0 -100px;
}

#music #content-main ol {
    float: left;
    width: 280px;
    padding: 0 20px 20px;
}

#music #content-main li {
    padding: 0 0 30px 100px;
    position: relative;
}

#music #content-main li:first-child {
    padding-bottom: 20px;
}

#music #content-main li img {
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
}

#music #content-main p {
    margin-top: 10px;
}

#home #content-main li img, #events #content-main li img, #news #content-main li img {
    position: absolute;
    top: 0;
    left: 70px;
    width: 100px;
    height: 100px;
}

input[type="submit"] {
    border: 1px solid #000000;
}

#music #content #content-main p a {
    background: url(../images/site/listen-bg.png) no-repeat 0 0;
    padding: 3px 0 1px 30px;
}

#music #content #content-main p a + a {
    margin-left: 25px;
    background-image: url(../images/site/download-bg.png);
    padding-left: 25px;
}
