/* CSS Document */

body {
    background-color: #333333;
    color: #FFFFCC;
    font-family: Verdana, Arial, Helvetica, Sans-serif;
    font-size: 11px;
}

h1, h2, h3, h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0;
}

#table_header{
    font-weight: bold;
    font-size: 19px;
    margin: 0;
}


/*
td {
        padding-right: 5px;
        padding-left: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
}

*/

form {
    margin: 0;
     padding: 0;
}
input, textarea {
    background-color: #E2E1C5;
}

a {
    color: #FFFFCC;
    text-decoration: none;
}
a:hover {
    color: #8B7850;
    text-decoration: underline;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Used in about.txt, contact.txt, main.txt */
#content {
        position: absolute;
        top: 140px;
        left: 120px;
        margin: 15px;
        color: #000000;
        font-size: 16px;
}

#content h1 {
        font-size: 30px;
        font-weight: bold;
}

#content h2 {
        font-size: 25px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Used in nav.txt */

#nav {
        margin: 10px;
        position: absolute;
        top: 140px;
        left: 0px;
        font-size: 14px;
}

.navitem {
        padding: 5px;
        border-style: groove;
        border-width: 1px;
        background-color: #FFFFCC;
        width: 100px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666600;
	border-right-color: #666600;
	border-bottom-color: #666600;
	border-left-color: #666600;
}

.navitem a:link, .navitem a:visited {
        text-decoration: none;
        color: #000000;
}

.navitem a:hover, .navitem a:active {
        text-decoration: none;
        color: #8B7850;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Used for title.txt */
#titleblock {
        background-color: #FFFFCC;
        background-image: url(img/logo.GIF);
        background-repeat: no-repeat;
        background-position: center;
        height: 110px;
        width: 770px;
        padding: 5px;
        margin: 5px;
        border-style: groove;
        border-width: 0px;
        border-color: #400040;
        position: absolute;
        top: 0px;
        left: 0px;
}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Used in setlists.txt */
.date_row {
        padding-left: 40px;
        padding-right: 5px;
        color: #000000;
        border-style: groove;
        border-width: 1px;
        border-color: #FFFFFF;
        background-color: #FFFFCC;
        width: 300px;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: solid;
        border-top-color: #666600;
        border-right-color: #666600;
        border-bottom-color: #666600;
        border-left-color: #666600;
}

.date_row a:link, .date_row a:visited {
        text-decoration: none;
        color: #000000;
}

.date_row a:hover, .date_row a:active {
        text-decoration: none;
        color: #8B7850;
}



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Used in footer.txt */

#footer {
        margin: 10px;
        position: absolute;
        bottom: 20px;
        left: 0px;
        font-size: 14px;
}

.footer_item {
        padding: 5px;
        border-style: groove;
        border-width: 3px;
        border-color: #000000;
        background-color: #666600;
        width: 100px;
        color: #FFFFFF;
}

.footer_item a:link, .footer_item a:visited {
        text-decoration: none;
        color: #FFFFFF;
}

.footer_item a:hover, .footer_item a:active {
        text-decoration: none;
        color: #FFFFFF;
}
