﻿body {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#c7cad1;
	background-color:#292C44;
}

.title {
	font-size:x-large
}

.small{
	font-size:x-small;
	color:gray;
}

a:active {
	color:#c7cad1;
	text-decoration:none;
	font-weight:bolder;
}

a:visited {
	color:#c7cad1;
	text-decoration:none;
	font-weight:bolder;
}

a:link {
	color:#c7cad1;
	text-decoration:none;
	font-weight:bolder;
}

a:hover {
	text-decoration:none;
	color: #687486;
}

table.navbar {
	width:824px;
	margin-left:auto;
	margin-right:auto;

}

h1 {
	text-align:center;
}

p {
	text-align:justify;
}

p.c {
	text-align:center;
}

.thispage {
	color: #687486;
}

.biosname {
	font-size:x-large;
	text-decoration:underline;
}

.more_em {
	font-size:large;
}

td.c {
	text-align:center;
}

.navbar {
	text-align:center;
	font-size:x-large;
}

.othersites {
	width:254px;
	text-align:center;
	padding-top:20px;
	font-size:x-large;
}

td.homepics {
	width:150px;
	height:200px;
}

td.100 {
	width:100px;
}

td.bios {
	width:400px;
	text-align:center;
	padding-left:6px;
	padding-right:6px;
}


td.homenames {
	text-align:center;
	width:150px;
}

td.highlight {
	color:white;
	background-color:gray;
	text-align:center;
}

td.fancomments {
	width:500px;
	text-align:center;
	font-weight:normal;
	font-size:small;
	font-style:italic;
}

.centered {
	margin-left:auto;
	margin-right:auto;
}

img {
	border: 0px;
}

.calendar_table {
	width:80%;
	margin-left:auto;
	margin-right:auto;

	
}
.calendar_header {
	font-size:x-large;
	text-align:center;
}

.calendar_month {
	background-color:#666666;
	font-size:x-large;
}

.calendar_content {
	background-color:gray;
	
}

.cover_charge {
	color:blue;
}

/* BEGIN IMAGE POPUP CODE */
<style type="text/css">

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 4px;
left: -1000px;
border: 1px black;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: 375px; /*position where enlarged image should offset horizontally */

}

</style>
/* END IMAGE POPUP CODE */






















