@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
overflow: hidden;
background: #000 url(../images/bg3.jpg) top center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: italic;
color: #f4cd8f;
}
.main {
width: 100%;
border: none;
}
.top {
padding-left: 6px;
height: 75px;
vertical-align: middle;
width: auto;
}
.content {
background-image: url(../images/contentbg.png);
background-position: left;
background-repeat: repeat;
height: 420px;
border-top: 1px outset #f2af32;
border-bottom: 1px outset #f2af32;
vertical-align: top;
}
.bottom {
height: 75px;
vertical-align: top;
width: auto;
}
.date {
width: 300px;
font-size: 14px;
color: #ff3d00;
border-bottom: 1px solid #f2af32;
margin-bottom: 4px;
}
.entry {
font-size: 12px;
font-style: italic;
color: #f4cd8f;
margin-top: 4px;
}
.contentdiv {
font-size: 12px;
font-style: italic;
position: relative;
width: auto;
height: 420px;
overflow: auto;
padding-left: 4px;
scrollbar-3dlight-color: #000;
scrollbar-3dhighlight-color: #000;
scrollbar-arrow-color: #f2af32;
scrollbar-base-color: #180e01;
scrollbar-darkshadow-color: #000;
scrollbar-face-color: #180e01;
scrollbar-highlight-color: #180e01;
scrollbar-shadow-color: #180e01;
}
.nav {
border-left: 1px solid black;
border-top: 1px solid #000;
text-align: center;
width: 10%;
height: 18px;
background-image: url(../images/navtile.png);
font-size: 10px;
}
.tour {
font-size: 12px;
font-style: italic;
color: #fff;
}
.venue {
font-size: 14px;
color: #ff3d00;
font-weight: 300;
}
.notes {
font-size: 10px;
color: #f2af32;
}
.notes a {
font-size: 10px;
color: #ff3d00;
text-decoration: none;
}
.notes a:hover {
font-size: 10px;
color: #ff3d00;
text-decoration: underline;
}
.footer {
background-image: url(../images/footshadow.png);
background-position: top;
background-repeat: repeat-x;
text-align: right;
height: 20px;
padding-right: 20px;
}
.example {
color: #f2af32;
font-size: 9px;
font-style: italic;
text-decoration: none;
}
.contactform {
color: #ba6b0c;
text-decoration: none;
}
#lightbox{
	background-color:#c9b280;
	padding: 10px;
	border: 2px solid #b6985e;
	color: #59452a;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
.copyright {
		border:0px;
		font-family: Verdana, Arial, sans-serif;
		font-size: 9pt;
		color: #000000;
		text-align:right;
}