/* Stylesheet for brighton gigs  */
/* by Jamie Matthews - j4mie.org */

#content {
    width: 300px;
    background: white;
    margin: 50px auto 0 auto;
    padding: 5px 0;
    border-top: 10px solid #00CED1;
    border-bottom: 10px solid #00CED1;
    text-align: justify;
    font-family: "HelveticaNeue-Roman", "Helvetica 55 Roman", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.3;
}

#credits p {
    color: #444444;
    font-size: 10px;
    margin-right: 20px;
    text-align: left;
}

#donate {
    width: 300px;
    background: white;
    margin: 0 auto;
    padding: 5px 0;
}

#donate img {
    margin: 0;
    border: 0;
}

#donate form {
    text-align: center;
}

h1 {
    color: #00CED1;
    margin:0; 
    padding: 0;
    font-size: 22px; 
    font-weight:normal; 
    font-family: "Arial Black", Helvetica, Arial, sans-serif;; 
    text-transform:uppercase; 
    letter-spacing: -1px;
    text-align: left;
}

h2 {
    font-family: "Arial Black", Helvetica, Arial, sans-serif;;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

p {
    margin: 5px 0;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #00CED1;
}

a:hover {
    color: #444444;
}

ul {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

li {
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
    text-align: left;
}

li a {
    color: #444444;
}

li a:hover {
    color: #00CED1;
}

img {
    border: 0;
}

.accordion_toggle {
    padding-left: 20px;
    display: block;
    background: url(closed.png) no-repeat center left #eee;
    color: #444444;
    cursor: pointer;
}

.accordion_toggle_active {
    background: url(open.png) no-repeat center left #eee;
    color: #00CED1;
}

.accordion_content {
    background: #eee;
    overflow: hidden;
    padding: 0 20px;
}

#vert_accordion {
    margin: 25px 0;
}