/* id:- 'eoe Graphic Design', by Phillip W Elliott Sr., http://www.clockwurx.com */
/* All associated graphics copyright 2007, Phillip W Elliott Sr. */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. */

/* basic elements.______________________________________________________________ */

body {
	background-color: #ADC5D3;
	color: #6b6b6b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #6b6b6b;
	text-decoration: none;
}

a:visited {
	color: Gray;
	border: none;
}

a:hover {
	color: Maroon;
}

#container {
	position: absolute;
	background-color: #ADC5D3;
	color: #6b6b6b;
	top: 0px;
	height: 100%;
	width: 100%;
	left: 0px;
	text-align: left;
	border-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
}

#thumbscontainer {
	margin: 0 auto; /*Uncomment this line if you wish to center the gallery on page*/
	width: 900px; /* Set to gallery width, in px or percentage */
	height: auto; /* Set to gallery height */
}
#thumbscontainer a img {
	border: 0px; /* Set image border color */
}
#thumbscontainer a:hover img {
	border: 1px solid red; /* Set image border hover color */
}

#pageHeader {
	background-color: #ADC5D3;
	background-image: url(images/eoe_page_header.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	color: #6b6b6b;
	width: 100%;
	height: 100px;
	top: 0px;
	border-bottom: 0px;
}
#pageHeading{
	text-align: center;
	width: 100%;
	font-family: "Geometr231 BT";
	font-size: 15px;
	font-weight: bold;
	background: transparent;
	color: #6b6b6b;
}

#main{
	text-align: center;
	width: 100%;
	top :25px;
	font-family: "Geometr231 BT";
	font-size: 15px;
	font-weight: bold;
	padding-top : 0px;
	padding-bottom : 0px;
	background: transparent;
	color: #6b6b6b;
}

td.main, p.main {
	color: #6b6b6b;
	font-family: "Geometr231 BT";
	font-size: 13px;
	line-height: 1.5;
}

#bioImage{
	width: 100%;
	top :0px;
	padding-top : 0px;
	padding-bottom : 0px;
	background: transparent;
}

#userNotice {
	width: 100%;
	text-align: center;
	color: #6b6b6b;
	font-family: "Geometr231 BT";
	font-size: 15px;
	line-height: 1.5;
}

#soundControl {
	text-align: right;
	width: 100%;
	top: 10px;
	font-family: "Geometr231 BT";
	font-size: 15px;
	background: transparent;
	color: #6b6b6b;
}

#menu {
	text-align: center;
	color: #6b6b6b;
	width: 100%;
	height: 25px;
	font-family: "Geometr231 BT";
	font-size: 18px;
}
td.menuText, 
span.menuText, 
p.menuText {
	color: #6b6b6b;
	font-family: "Geometr231 BT";
	font-size: 18px;
}
/* Links */
#menu a {
	color: #6b6b6b;
	font-family: "Geometr231 BT";
	font-size: 18px;
	text-decoration: none;
}
#menu a:visited {
	color: Gray;
	font-family: "Geometr231 BT";
	font-size: 18px;
	text-decoration: none;
}
#menu a:hover	{
	color: Maroon;
	text-decoration: none;
	}

#footer {
	text-align: center;
	color: gray;
	width: 100%;
	height: 25px;
	font-family: "Geometr231 BT";
}
span.footerText  {
	color: gray;
	font-family: "Geometr231 BT";
	font-size: 12px;
}
#footer a {
	color: gray;
	text-decoration: none;
}
#footer a:hover	{
	color: Maroon;
	text-decoration: none;
	}

/* General */
#qdig {
	color: #6b6b6b;
	font-family: "Geometr231 BT";
}
.qdig-grayout {
	font-family: "Geometr231 BT";
	color: Gray;
}
/* Links */
#qdig a {
	color: #6b6b6b;
	font-family: "Geometr231 BT";
	font-weight: bold;
	text-decoration: none;
}
#qdig a:visited {
	color: Gray;
	font-family: "Geometr231 BT";
	text-decoration: none;
}
#qdig a:hover {
	color: Maroon;
	text-decoration: none;
  }
/* Images */
img.qdig-image {
 	background-color:#ADC5D3;
 	border:0px solid #ADC5D3;
}
img.qdig-thumb {
 	background-color:#ADC5D3;
  	border:1px solid #ADC5D3;
}
img#qdig-thumb-current { border:1px solid #ADC5D3; }
/* Captions */
img.caption-box {
	position: fixed;
	top: 74%;
	left: auto;
	background-color:#ADC5D3;
	border:0px solid #ADC5D3;
}
div.qdig-caption {
	font-family: "Geometr231 BT";
}