@charset "UTF-8";
body {
	margin: 5px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000000;
}
a {
	color: #FFFFFF;
	font-size: 1em;
}

a:hover { color: #3399FF; }

#container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 1px solid #c4c9db;
	border-right: 3px solid #696b75;
	border-bottom: 3px solid #696b75;
	border-left: 1px solid #c4c9db;
	background-color: #000033;
	padding-top: 5px;
	margin: auto;
	position: relative;
}
#flashWindow {
	height: 80%;
	background-color: #000033;
}
#header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#header img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	top: -100px;
}
#mainContent {
	background-color: #000033;
	height: 90%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	padding: 10px 10px 20px;
	font-size: 1em;
	border-top: 1px outset #999999;
	margin: 0 0 7; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
 #footer p {
	
}

#nav {
	text-align: center;
	width: 799px;
	margin-right: auto;
	margin-left: auto;
}

#homeImg {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 5px;
	padding-top: 5px;
}
#homeImg img {
	border: 2px outset #999999;
	padding-top: 8px;
	width: 640px;
}
/********************************************************/
/*LINKS PAGE*/
/********************************************************/
	
	
.linkTable {
	padding-bottom: 2px;
	padding-top: 2px;
	width: 750px;
	margin: 2px auto;
}

.linkTable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	color: #3399FF;
	letter-spacing: 2px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.linkTable a {
	color: #FFFFFF;
	font-size: 16px;
}

.linkTable a:hover { color: #3797FE; }

.linkTable td {
	border-collapse: collapse;
	margin-bottom: 2px;
	
	border-bottom: 2px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333;
}

#linkTable tr {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.linkTable caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.7em;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-align: left;
	color: #FFFFFF;
}

.bio {
	padding-right: 10px;
	padding-left: 10px;
}

.linkTable #theaterLinks {
	margin-right: 12px;
	float: left;
	margin-top: 12px;
	text-align: center;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.linkTable #linkSeparater {
	color: #3797FE;
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	width: 30px;
}

#mainContent h1 {
	font-size: 2.8em;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	font-size: 2.4em;
	color: #FFFFFF;
}

p { font-size: 14px; }

#mono {
	font-family: "Courier New", Courier, monospace;
	font-size: 15px;
	font-weight: bold;
}

.linkTable hr {
	color: #333333;
	width: 90%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#gallery { }

#gallery #container #mainContent {
	height: 100%;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 3px 3px 8px;
}

#gallery #container #footer { background-color: #000033; }


/*Thumbnail info beginning with gallery page*/
.thumbnailWidth {
	width: 650px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	padding-left: 7px;
}

.linkThumbWidth {
	width: 700px;
	margin: auto;
}
.textLinks {
	width: 700px;
	margin: auto;
}
.textLinks a {
color: #3AFB32;
	font-size: 16px;

}
.textLinks a:hover {
	color: #9D9D9D;
	}

.thumbnailborder {
	background-color: #000033;
	height: 160px;
	width: 170px;
	float: left;
	padding: 4px;
	text-align: center;
	background-image: url(../Images/thumbBG.png);
	background-repeat: no-repeat;
	margin: 10px;
	border: 2px outset #999999;
}

.thumbnailborder p {
	font-size: 14px;
}

.thumbnailborder img {
	padding: 0px;
	vertical-align: top;
	border: 1px solid #666666;
}


.thumbnailborder #title {
	font-weight: bold;
	letter-spacing: 1px;
}
.title {
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	letter-spacing: 1px;
	text-align: center;
}

.thumbnailborder img a:hover {
	display: block;
	background-image: none;
	border: thin solid #3797FE;
}

#LinkIntro {
	width: 530px;
	padding-left: 10px;
	padding-top: 20px;
}

#LinksSide {
	position: absolute;
	top: 130px;
	left: 568px;
	width: 230px;
	padding: 0px 0px 0px 3px;
	background-image: url(../Images/sideBG.png);
	height: 410px;
	background-repeat: no-repeat;
	background-position: top;
}

#LinksSide h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-style: normal;
	font-variant: small-caps;
	color: 3399FF;
	letter-spacing: 2px;
	text-align: center;
	margin-left: -100px;
}

h2 {
	font-size: 2.2em;
	font-family: "Times New Roman", Times, serif;
}

#LinksSide li {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 0px;
	text-indent: 0px;
	line-height: 2;
}

#footerGallery {
	text-align: left;
	padding: 10px 10px 10px;
	font-size: 0.7em;
	border-top: 1px outset #999999;
	background-color: #000033;
}

.credit {
	font-size: 1.1em;
	margin: 0px;
	padding-top: 2px;
	padding-right: 5px;
}
.exhibitTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	text-align: left;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.exhibitTable tr {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	}
.exhibitTable category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-variant: small-caps;
	color: #3399ff;
	letter-spacing: 2px;
	}
	

#LinksSide a { font-size: 1.3em; }

#footer #design {
	float: right;
	padding-bottom: 20px;
	margin-bottom: 20px;
	vertical-align: top;
}

#fltlft { float: left; }

.linkTable p { }

/*#bio img {
	border: 2px outset #999999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}*/

.bio .bioimg {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
	width: 345px;
	text-align: left;
}
.leftPhotoBox {
	text-align: left;
	float: left;
	width: 345px;
	margin-right: 7px;
	margin-bottom: 5px;
}

.exhibitTable td {
margin-bottom: 2px;
	
	border-bottom: 2px solid #333333;
	border-right: 1px solid #333333;
	border-left: 1px solid #333333;
	border-top: 1px solid #333333; }

.leftPhotoBox img { border: 1px solid #CCCCCC; }
