@charset "utf-8";

/* Resetting standard formatting */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote {margin: 0; padding: 0;}
table {border-collapse: collapse; border-spacing: 0;}
fieldset, img {border: 0;}
address, abbr, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}
ol, ul {list-style: none;}
caption, th {text-align: left;}
h1, h2, h3, h4, h5, h6 {font-size: 100%; font-style: normal; font-weight: normal;}
q:before, q:after {content: '';}


body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-image: url(../images/beige013.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15%;
	margin-bottom: 0px;
	margin-left: 15%;
}
#MainWrapper {
	width: 100%;
	background-color: #ffedb5;
}
.MainTableBorder {
	border: 1px solid #d2bd7b;
	border-collapse:collapse;
}

#MainWrapper #LeftCol {
	background-color: #ffedb5;
	padding: 5px;
	width: 200px;
	font-size: 12px;
	vertical-align: top;
	text-align: center;
	line-height: 20px;
}
#MainWrapper #LeftCol p {
	margin-bottom: 10px;
}

#Nav {
	text-align:left;
	padding-bottom: 15px;
}
#Nav ul {
 	margin-left: 10px;
 	list-style-type: none;
 }
#Nav li {
 	margin: 0px 0px 6px 0px ;
 }
#Nav a {
 	padding: 4px 4px 4px 15px ;
    color: #3c300a; 
 	display: block;
 	border: 1px solid #d2bd7b;
 	text-decoration: none;
 	line-height: 1em;
	background-image: url(../images/bkg2.gif);
 	width: 160px ;
}
#Nav a:hover {
 	color: #ffedb5;
 	border: 1px solid #76546c;
	background-image: url(../images/bkg.gif);
}
#facebook img{
	margin-top:20px;
	margin-bottom:10px;
	border:2px solid #3c300a;
}

#MainWrapper #RightCol {
	background-color:#ffffff;
	line-height: 20px;
}

#MainWrapper #RightCol p {
	margin-bottom: 10px;
}
#MainWrapper #RightCol #Container {
	padding: 10px;
}
#MainWrapper #RightCol img {
	margin: 5px;
}

.ClearBoth {
	clear: both;
}
#Footer {
 	background-color: #d2bd7b;
 	color: #3c300a;
	font-size: 12px;
	padding:10px;
	text-align:center;
}
h1 {
	font-size: 20px;
	font-weight:bold;
	color: #b27ea3;
	margin-top:10px;
	margin-bottom:15px;
}
.entreedescription {
	font-size: 11px;
	color: #a0815f;

 }
#whosPlaying td{margin:0px; padding-left:5px; padding-top:5px;}
#whosPlaying tr{border-bottom:1px solid #FFEDB5; padding-left:10px;}
#whosPlaying tr:hover{background-color:#FFEDB5; font-weight:bold;}
#whosPlaying .noAction, #whosPlaying .noAction:hover{background-color:#ffffff; border-bottom:1px solid #FFEDB5;}
#red {
	border: 1px solid #F00;
	width: 500px;
	padding: 10px;
	font-weight: bold;
	margin-right: auto;
	margin-left: auto;
}



/* ----------------- Lightbox CSS ------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover {
	background-image: url(../images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 15%;
}
#nextLink:hover, #nextLink:visited:hover {
	background-image: url(../images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 15%;
}

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* ----------------------------------------------------------------------------------- */

