body {
    font-family: Times, serif;
    margin: 0;
    padding: 0;
    background-color: black;
    color: #d1d1dd;
}

h1, h2, h3, h4 {
    font-weight: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
    margin-top: 0;
}

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

a:visited {
    color: #ce0071;
}

a:hover {
    color: #ce3489;
}

a img {
    border: 0;
}

.blonde_blues, .blonde_blues_title {
    color: #3333ff;
    font-style: italic;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blonde_blues_title {
    text-align: center;
    display:block;
    font-size: 40px;
}

.who_is {
    text-align: center;
    display: block;
}

div#background {
    width: 1024px;
    height: 735px;
    margin: 0 auto;
    padding: 0;
    background: url(/images/background.jpg) top center no-repeat;
}

div#sidebar {
    float: right;
    height: 735px;
    margin: 0 45px 0 41px;
    width: 358px;
    text-align: center;
    font-style: italic;
}

div#topright {
    display: block;
    height: 115px;
}

img#blonde_blues_logo {
}

div#main {
    height: 598px;
    margin: 16px 50px 0 50px;
    padding: 35px 0 0 35px;
}

div#footer {
    height: 49px;
    margin: 0 50px;
}

div#chicago_blues {
    margin: 0 0 10px 140px;
    color: #e768ad;
    text-align: center;
    font-family: "Century Gothic","Avant Garde Gothic","Avant Garde","URW Gothic L",helvetica,sans-serif;
    font-style: italic;
    font-size: 23px;
}

div#mp3player {
    margin: 50px 0 0 140px;
    text-align: center;
}

ul#links {
    list-style: none;
}

ul#links li {
    margin-top: 15px;
}


/******************************************/
/* Picture Frame (slide show)             */

div#picture_frame {
    width: 478px;
    height: 375px;
    background: url(/images/picture_frame.png) top center no-repeat;
    text-align: center;
    padding-top: 13px;
    padding-left: 13px;
}


/******************************************/


/******************************************/
/* Nav styles                             */

div#nav {
    height: 37px;
    padding: 0 0 0 20px;
    margin: 0 409px 0px 53px;
    font-size: 16px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin:0;
    text-align: center;
}

#nav ul li a {
    padding: 7px 12px 0 12px;
    height: 27px;
    display: block;
    margin:0;
    color: #fdff73;
}
#nav ul li a:visited { color: #fdff73 }
#nav ul li a:hover   {
    color: #feffb9;
    background-color: #2d2d2d;
}

/******************************************/


/******************************************/
/* Schedule and News styles               */

ul#schedule_sidebar,
ul#schedule
{
    width: 232px;
    padding: 5px;
    padding-left: 65px;
    list-style: none;
    font-style: normal;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #d1d1dd;
}

ul#schedule {
    padding-left: 25px;
    width: 460px;
    overflow: auto;
    height: 475px;
}

ul#schedule_sidebar li,
ul#schedule li {
    margin-top: 20px;
}

ul#schedule li {
    margin-top: 0;
    margin-bottom: 50px;
}

#schedule_sidebar .calendar_box,
#schedule .calendar_box {
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 4px;
    color: black;
    text-align: center;
    background: url(/images/calendar_box.png);
}

#schedule_sidebar .event_details,
#schedule .event_details {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 0 6px;
    font-size: 14pt;
    text-align: left;
}

#schedule .event_details {
    border-top: 2px solid #ce0071;
    padding-top: 5px;
    width: 370px;
    margin-right: 0;
}

#schedule_sidebar .event_time,
#schedule .event_time {
    margin-top: -2px;
    font-size: 10pt;
}

.calendar_box .event_month {
    margin-top: -1px;
    font-size: 13px;
}

.calendar_box .event_day {
    margin-top: -3px;
    font-size: 21px;
}

#schedule_more {
    margin-right: 50px;
    text-align: right;
    font-style: normal;
    font-size: 13px;
}

#schedule .event_time {
    /* color: #fdff73; */
}

#schedule .event_description {
    width: 370px;
    font-size: 13px;
    text-align: justify;
    margin-top: 15px;
}

#schedule_sidebar .post_details {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    margin: 0 6px;
    font-size: 16px;
    text-align: left;
}

/******************************************/



/******************************************/
/* About page                             */

.band_member {
    color: #fdff73;
}

table#band_members {
    margin-top: 20px;
}

table#band_members td {
    padding: 5px 10px 3px 10px;
    border-top: 1px solid #860049;
    border-bottom: 1px solid #860049;
}

/******************************************/


/******************************************/
/* Media page                             */

.quotes {
    list-style: none;
}

.quotes li {
    margin-bottom: 1em;
}

.quote {
    font-style: italic;
    display: block;
    text-align: center;
}

.the_quoted {
    margin-top: 5px;
    margin-left: 160px;
    display: block;
    font-size: 12px;
    color: #e768ad;
}

/******************************************/



