﻿*
{
    margin: 0;
    padding: 0;
}
body, html
{
    margin: 10px;
}

body
{
    background-color: #05051a;
    color: #fff;
    
    font-family: arial, helvetica, sans;
    font-size: 10pt;
}

input.textbox
{
    font-family: arial, helvetica, sans;
    font-size: 8pt;
    border: solid 1px #000;
    color: #333;
    padding: 3px;
}

.error
{
    color: #f33;
    font-weight: bold;
}

input.error
{
    color: #333;
    font-weight: normal;
    border-color: #f33;
    background-color: #fee;
}

img
{
    border: none;
}

a
{
    color: #aaa;
}

a:hover
{
    color: #fff;
}

#content
{
    width: 700px;
    margin: 0 auto;
}

h1
{
    width: 162px;
    float: left;
}

h1 a
{
    display: block;
    height: 114px;
    text-indent: -5000px;
    background: url(../images/logo-final.gif) no-repeat 0 0;
}

#navigation
{
    list-style-type: none;
    font-size: 12pt;
    height: 26px;
    background: url(../images/line.gif) repeat-x 0 25px;
    font-weight: bold;
    margin-left: 180px;
}

#navigation li
{
    float: right;
    margin-left: 10px;
}

#navigation li a
{
    color: #aaa;
    text-decoration: none;
    text-transform: capitalize;
}

#navigation li a:hover, #navigation li a.active
{
    color: #fff;
}

#navigation li a h2
{
    font-size: 12pt;
    color: #fff;
}

#body
{
    margin-left: 180px;
    padding: 10px 0;
}

#body h3
{
    font-size: 12pt;
    margin-bottom: 10px;
}

#body h4
{
    margin: 15px 0 6px 0;
    font-size: 11pt;
    border-bottom: solid 1px #fff;
}

#body p
{
    margin: 4px 0 12px 0;
}

#body div.blurb p
{
    line-height: 18px;
    text-align: justify;
}

#body a
{
    text-decoration: none;
    border-bottom: dotted 1px #aaa;
}

#body a:hover
{
    border-bottom-style: solid;
    border-bottom-color: #fff;
}

a.ext
{	
    background-image: url(../images/link.gif);
    background-position: 2px 3px;
    background-repeat: no-repeat;
    padding-left: 15px;
}

#body a.image
{
    border: none;
}

#body a.image:hover
{
    border: none;
}

#body ul
{
    list-style-type: none;
}

#body ul li
{
    margin-bottom: 4px;
}

#body dt
{
    font-weight: bold;
}

#body dt strong
{
    color: #c00;
}

#body dl.gigs dt
{
    margin: 15px 0 6px 0;
    font-size: 11pt;
    border-bottom: solid 1px #fff;
}

#body dl.gigs dt.cancelled
{
    text-decoration: line-through;
    color: #c00;
}

#body dd
{
    margin-bottom: 30px;
}

#body dd p
{
    margin: 4px 0 4px 0;
}

#newsletter
{
    margin-top: 8px;
    margin-left: 180px;
    height: 30px;
    text-align: right;
    border-bottom: solid 1px #fff;
}

#newsletter div, #newsletter p
{
    display: inline;
}

#newsletter div.block
{
    display: block;
}

#newsletter p
{
    padding-right: 5px;
}

#newsletter input.textbox
{
    width: 127px;
    padding: 2px;
}

#newsletter .button
{
    
}

#newsletter a
{
    text-decoration: none;
    border-bottom: dotted 1px #fff;
    font-size: 80%;
    background: red;
}

#newsletter a:hover
{
    border-bottom-style: solid;
}

#footer
{
    background: url(../images/line.gif) repeat-x 0 10px;
    padding-top: 15px;
    text-align: center;
    clear: both;
}

#footer ul
{
    list-style-type: none;
}

#footer ul li
{
    display: inline;
    background: url(../images/line.gif) repeat-y;
    padding-left: 5px;	
}

#footer ul li.first
{
    padding-left: 0;
    background: none;
}

.gallery .item
{
    line-height: 110px;
    width: 110px;
    float: left;
    border: solid 1px #333;
    text-align: center;
    margin: 0 0 13px 13px;
}

#body .gallery .item a, #body .gallery .item a:hover
{
    border: none;
}


.gallery .item img
{
    vertical-align: middle;
}

img.inline-right
{
    float: right;
    border: solid 1px #666;
    margin: 4px 0 15px 18px;
}

img.inline-left
{
    float: left;
    border: solid 1px #666;
    margin: 4px 18px 15px 0;
}

.clear
{
    clear: both;
}

.upper
{
    text-transform: uppercase;
}
