body {
    background-color: #333333;
    color: #242424;
    font-family: Tahoma, Georgia, Verdana, Sylfaen;
    font-size: 12px;
    font-weight: normal;
    }
h1 {
    font-family: Tahoma, Georgia, Verdana, Sylfaen;
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    }
h2 {
    font-family: Tahoma, Georgia, Verdana, Sylfaen;
    font-size: 15px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    }
a {
    color: #CC253F;
    text-decoration: none;
    }
a:hover, a:active {
    text-decoration: underline;
    }
div.bigbox {
    width: 900px;
    height: 553px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    background-color: #D0D0D0;
    background-image: url(images/background-2.jpg) ;
    }
div.leftbox {
    padding: 5px;
    width: 165px;
    height: 120px;
    overflow: hidden;
    float: left;
    line-height: 30px;
    }
.leftbox a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    }
.leftbox a:hover, .leftbox a:active {
    text-decoration: underline;
    }
div.whitebox {
    margin-top: 15px;
    margin-right: 10px;
    padding-left: 120px;
    padding-top: 35px;
    padding-right: 30px;
    padding-bottom: 13px;
    width: 515px;
    height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    float: right;
    }
div.copybox {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 12px;
    font-weight: normal;
    color: #999999;
    }
.copybox a {
    color: #999999;
    text-decoration: none;
    font-weight: normal;
    }
.copybox a:hover, .copybox a:active {
    text-decoration: underline;
    }

div.signupbox {
    margin-top: 75px;
    width: 250px;
    padding: 20px;
    border: 1px black dotted;
    }
div.signupbox:hover {
    border: 1px red dotted;
    }
    
.calendar { padding: 3px; }
table.calendar_today, table.calendar_event_1, table.calendar_event_2 {
    border: 1px black dotted;
    margin-bottom: 20px;
    }
table.calendar_today:hover, table.calendar_event_1:hover, table.calendar_event_2:hover {
    border: 1px red dotted;
    }

.calendar_date_table { }
.calendar_artist_text {
    visibility: hidden;
    size: 1px;
    }
.calendar_date_text { font-size: 12px; font-weight: normal; width: 400px; color: #FFFFFF; background-color: #242424;}
.calendar_event_title_text { font-size: 12px; font-weight: bold; }
.calendar_venue_text { font-size: 12px; font-weight: normal; }
.calendar_notes_text { font-size: 12px; font-weight: normal; padding-top: 10px; font-style: italic;}

img.album {
    border: 1px #242424 dotted;
    width: 81px;
    height: 81px;
    margin: 1px;
    padding: 3px;
    }
img.album:hover {
    border: 1px red dotted;
    }

img.photo {
    border: 1px #242424 dotted;
    margin: 5px;
    padding: 5px;
    }
img.photo:hover {
    border: 1px red dotted;
    }

p.bio {
    line-height: 18px;
    }
    
div.news_entry {
    padding: 3px;
    border: 1px black dotted;
    margin-top:20px;
    }
div.news_entry:hover { border: 1px red dotted; }

div.news_text, h2.news_title {
    font-size: 12px;
    }
div.news_date {
     color: #FFFFFF;
     background-color: #242424;
     }

div.pressitem {
    padding: 3px;
    border: 1px black dotted;
    margin-top:20px;    
    }
div.pressitem:hover { border: 1px red dotted; }

div.presstitle {
    color: #FFFFFF;
    background-color: #242424;
    }
div.pressbody {
    word-wrap: break-word;
    overflow: hidden;
    }
div.pressfooter {
    font-style: italic;
    }
div.iconbox {
    float: left;
    width: 160px;
    height: 160px;
    margin-top: 10px;
}
p.singles {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    padding-left: 15px;
}

.singles a:hover, .copybox a:active {
    text-decoration: underline;
}
p.singleannounce {
     font-size:18px;
     color:#3399FF;
     font-weight: bold;
}