
/*--------------------------------------------------------------
 * Class "main" is for the main content window.
 *--------------------------------------------------------------*/
.main {
    background: url(images/stucco.jpg);
    color: #880000;
    font-size:14pt;
}    

.main h1 {
    text-align: center;
}

.main h2 {
    font-size: 20pt;
}

.main h3 {
    font-size: 18pt;
}

.main p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:black;
}

.main a {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12pt;
}

a.link {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:12pt;
    padding-left: 20pt;
}    

.main strong {
    color: red;
}

/*--------------------------------------------------------------
 * Class "info" is for the boxes on the left of the screen.
 *--------------------------------------------------------------*/
.info {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10pt;
    background-color: #FEF0B8;
    color: #880000;
}

.info h2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    color: #996600;
}

.info ul li {
    text-indent:-30;
    list-style-position:inside;
}

table.calendar {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    background-color: #aaffff;
    color: #880000;
}


/*--------------------------------------------------------------
 * Class "ads" is for pages with ads.
 *--------------------------------------------------------------*/
.advs {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: black;
}

.advs h3{
    font-weight: normal;
    border-top: 1pt black solid;
    color: #996600;
    margin-bottom: 0;
}

.advs h4{
    font-weight: normal;
    color: #996600;
    margin-bottom: 0;
}

/*--------------------------------------------------------------
 * Class "contact" is for the contact info on a performer profile page.
 *--------------------------------------------------------------*/
.contact {
    color: #880000;
    font-size:18pt;
}

.contact a {
    font-size:16pt;
}

.fineprint {
    font-size: 8pt;
}

/*--------------------------------------------------------------
 * Class "concert" is for house concert performer entries.
 *--------------------------------------------------------------*/
h4.concert  {
    font-size: 18pt;
    font-weight: bold;
    color: #880000;
    
}

/*--------------------------------------------------------------
 * Class "schedule" is for event schedule tables.
 *--------------------------------------------------------------*/
.schedule tr td {
    font-size: 12pt;
    text-align: center;
}

.schedule tr th {
    background-color; #808080;
    color: blue;
}


/*--------------------------------------------------------------
 * Class "profile" is for the member profiles.
 *--------------------------------------------------------------*/
td.profile {
    padding-left: 30px;
}

/*--------------------------------------------------------------
 * Class "error" is for error messages.
 *--------------------------------------------------------------*/
.error {
    color: red;
    font-weight: bold;
}

