body {
    background-color:#ffffff;
    font-size:100%;
    text-align:center;
    font-family:Trebuchet MS, Helvetica, sans-serif;
}

h1 {font-size:2.5em;}
h2 {font-size:1.875em;}
h3 {font-size:1.5em;}
h4 {font-size:1.375em;}
h5 {font-size:1em;}
p {font-size:0.875em;}
a {font-size:1em;}

a:link, a:active, a:visited {
    color:#5e1163;
    text-decoration:none;
}
a:hover {
    color:#5e1163;
    text-decoration:underline;
}

img {
    border:none;
}

#container {
    display:inline-block;
    width:960px;
    margin:0 auto;
    text-align:left;
}

#inner {
    width:960px;
    border:1px solid #5e1163;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}

#header {
    display:block;
    width:960px;
    height:510px;
    background-image:url("../images/header.jpg");
    background-repeat:no-repeat;
    margin:0;
    padding:0;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    -moz-border-radius-topleft:5px;
    -moz-border-radius-topright:5px;
    -webkit-border-top-left-radius:5px;
    -webkit-border-top-right-radius:5px;
}

#nav {
    display:block;
    margin:0;
    padding:5px;
    background-color:#5e1163;
}
#nav ul {
    list-style-type:none;
    margin:0;
    padding:0;
}
#nav li {
    display:inline;
}
#nav li a {
    color:#ffffff;
    font-size:1.375em;
    text-decoration:none;
}
#nav li a:link, #nav li a:active, #nav li a:visited {
    padding:5px;
}
#nav li a:hover, #nav li a:focus, #nav li a.current {
    background-color:#ffffff;
    color:#5e1163;
    padding:5px;
}
#audioPlayer {
    margin:0;
    margin-top:-80px;
    padding:0;
    float:right;
    border:5px solid #5e1163;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}


#AJAXcontent {
    display:block;
    width:950px;
    margin:0;
    padding:5px;
}

#gigTwit {
    position:relative;
    float:right;
    width:250px;
    background-color:#ffffff;
}

#gigs {
    color:#5e1163;
    text-align:right;
    padding:5px;
    background-color:#5e1163;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
}
#gigsInner {
    height:250px;
    overflow:auto;
    margin-top:10px;
}
#gigs h4 {color:#ffffff;margin:0;}
#gigs h1 {font-size:1em;}
#gigs a {color:#5e1163;font-size:1.385em;}
.gigsItem {
    background-color:#ffffff;
    padding:5px;
    margin-bottom:5px;
}

#twit {
    background-color:#ffffff;
    border-top:5px solid #ffffff;
}

#blog {
    margin-top:5px;
    width:550px;
    min-height:600px;
}
#blog hr {
    border:2px solid #5e1163;
}

#projects {}
#projects h3.bandName {
    color:#5e1163;
}
#projects p.band {
    font-weight:bold;
}
#projects ul {
    list-style-type:square;
    color:#5e1163;
}
#projects p.quote {
    color:#5e1163;
}
#projects hr {
    border:2px solid #5e1163;
}

#media {
    display:inline-block;
}
#media h3 {
    margin:0;
}
#gallery {}
#thumbs {}
#video {}
#video .youTube {
    margin-left:30px;
}

#teaching {}

#about {}
#about h3 {
    margin:0;
}
#biog img {
    padding-left:20px;
}

#contact {}
#contact label {
    padding:2px;
    color:#5e1163;
}
#contactMessage {
    width:600px;
    height:250px;
}
#mailingList {
    position:relative;
    float:right;
}

#links {}

#social {
    text-align:right;
}

#footer {
    display:block;
    background-color:#ffffff;
    color:#5e1163;
    width:960px;
    margin:0;
    padding:0;
    text-align:center;
}