body, table, td, th {
    font-family: gill sans, gill sans MT, arial, sans-serif;
    background-color: #F3F3F3;
    margin: 0em;
}


/********* Links **********/

a:link {
    color: #006;
    text-decoration: none;
}

a:hover {
    background-color: #9CF;
}

a:visited {
    color: #300;
}

a:link.title, a:visited.title {
    color: #FFF;
    font-size: 1.6em;
    text-decoration: none;
    padding: .3em;
    background-color: transparent;
}

a:hover.title {
    font-style: italic;
    background-color: transparent;
}

a:link.menu, a:visited.menu {
    color: #900;
    padding: .7em;
    font-size: 1em;
    text-decoration: none;
    background-color: transparent;
}

a:link.currentMenu, a:visited.currentMenu {
    background-color: #F3F3F3; 
    color: #000;
    padding: .7em;
    font-size: 1em;
    text-decoration: none;
    padding-top:.2em;
}
    
a:hover.menu {
    color: #C60;
    text-decoration: none;
	font-style: normal;
    background-color: transparent;
}

div.picLink a {
    color: #006;
    text-decoration: none;
    background-color: transparent;
}

div.picLink a img {
    border: #003 medium solid;
    width: 190px;
}

div.picLink:hover a {
    color: #006;
    text-decoration: none;
    background-color: transparent;
}

/*********** Divs *************/
div.picLink {
    border: medium solid #006;
    padding: .7em;
    margin: 1em;
    background: #DDD;
    float: left;
    text-align: center;
}

div.title {
    background-color: #000;
    padding: .4em .2em .4em .2em;
    text-align: center;
}

div.picLink:hover {
    background-color: #9CF;
    border-color: #006;
}

div.navbar {
    background-color: #CCC;
    text-align: center;
    padding: .2em;
    min-width: 41em;
}

div.mainContent {
    padding: .2em;
    padding-left: .75em;
    margin: 0 auto 0 auto;
    text-align: center;
	min-width: 700px;
}

div.caption {
    font-size: .8em;
    font-style: italic;
}

div.mainText {
    clear: both;
    font-size: .75em;
    text-align: left;
    padding: 1em;
    color: #000;
}

div.bandPics {
    float: left;
    margin: .5em 1.5em 0em 1em;
    text-align: center;
    padding: 0em;
    width: 300px;
}

div.resume {
    text-align: left;
    background-color: #FFF;
    color: #000;
    border: thin solid #000;
    padding: 1em;
    margin: 1em 2em 2em 2em;
    font-size: .9em;
}

div.resume ul {
    list-style-type: disc;
    margin: 0em;
}

div.bandInfo {
    font-weight: bold;
    float: left;
    text-align: left;
    padding: 1.3em;
    font-size: .9em;
}

ul.bandList {
    margin: 0em;
    font-weight: normal;
    list-style: none;
  
}

ul.pdfs {
    list-style-image: url(images/pdficon_small.gif);
    margin-left: 2em;
    margin-top: .2em;
    text-align: left;
}

h1 {
    font-size: 1.3em;
    font-weight: bold;
    text-align: left;
    padding: 0em;
    margin: .6em 1em 0em .7em;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

div.bandPics a:hover {
    background-color: transparent;
}

/******* Events Page **********/

div.eventRow {
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: 1px solid #CCC;
}

div.Event
{
	padding: 5px 0 5px 0;
	text-align: center;
	display: inline-block;
}

div.Header {font-weight: bold; padding-bottom: 5px;}
div.Date {width: 50px;}
div.Desc { width: 390px;}
div.Venue { width: 255px;}
div.Admission {	width: 75px;}

/********* Music History Page ***********/

div.historyRow
{
	width: 800px;
	margin-left: auto; 
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	text-align: left;
}

div.History
{
	padding: 5px 0 5px 0;
	display: inline-block;
	vertical-align: top;
}

div.Title {font-weight: bold; 	text-align: center;}
div.Period {width: 100px;}
div.Solo { width: 250px;}
div.Bands { width: 250px;}
