/* Basics */

body {
	background: #262626;
	color: #B3B3B3;
	font: 9pt Helvetica;
	line-height: 16px;
	margin: 0px;
	}

a {
	/* color: #CC0000; */
	color: orange;
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
	line-height: inherit;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	/* color: red; */
	color: #FC0;
	}

h1 {
	font-size: 20pt;
	color: white;
	}
h2 {
	margin-top: 48px;
	font-size: 14pt;
	color: white;
	}

h3 {
	font-size: 9pt;
	color: white;
	margin-bottom: 0px;
	}

.subhead {
	color: white;
	font-weight: bold;
	}

.date {
	font-size: 7pt;
	color: #4D4D4D;
	}

.caption {
	font-size: 8pt;
	font-style: italic;
	}

/* Header */

.header {
	height: 156px;
	width: 100%;
	background: black;
	/* background: black url(/images/headground.png); */
	background-repeat: no-repeat;
	vertical-align: bottom;
	line-height: 280px;
	/* may need to include "layer-background-image: url(images/headground.png)" for Netscape */
	}

#nav {
	color: #666666;
	vertical-align: 12px;
	}

.here {
	color: white;
	}


/* Content divs */

#headline {
	height: 24px;
	margin-left: 180px; 
	font-size: 20pt;
	font-weight: bold;
	color: white;
	}

#sidenav {
	/* background: blue; */
	/* float: left; */
	/* padding-left: 24px; */
	/* padding-right: 24px; */
	position: absolute;
	top: 264px;
	left: 24px;
	width: 132px;
	}

#main {
	/* background: red; */
	/* margin-left: 180px; */
	position: absolute;
	top: 264px;
	left: 180px;
	width: 600px
	}

#footer {
	width: 600px;
	height: 60px;
	padding-top: 12px;
	padding-bottom: 24px;
	border-top: 1px solid #4D4D4D;
	font-size: 7pt;
	color: #4D4D4D;
	}

.bigdivider {
	height: 60px;
	}

.smalldivider {
	height: 24px;
	}

.blurb {
	width: 240px;
	margin-top: 12px;
	padding: 12px;
	background: rgba(100%,100%,100%,0.1);
	border: 1px solid #666;
	z-index: 2;
	}

.event-day {
	clear: both;
	width: 100%;
	padding-top: 48px;
	color: white;
	font-weight: bold;
	}

.event-date {
	float: left;
	clear: both;
	width: 84px;
	margin-right: 12px;
	margin-top: 12px;
	display: table-cell;
	vertical-align: top;
	font-weight: bold;
	}

.event-listing {
	float: left;
	width: 504px;
	margin-top: 12px;
	vertical-align: top;
	}

/* Eye candy images */

#photonav {
	/* background: green; */
	position: absolute;
	top: 264px;
	left: 804px;
	width: 135px;
	}

#photolinkleft {
	background: black;
	position: absolute;
	top: 333px;
	left: 804px; 
	width: 62px;
	height: 6px;
	padding: 3px;
	font-size: 12pt;
	line-height: 3px;
	}

#photolinkright {
	background: black;
	position: absolute;
	top: 333px;
	left: 872px; 
	width: 61px;
	height: 6px;
	padding: 3px;
	font-size: 12pt;
	line-height: 3px;
	text-align: right;
	}

.icon {
	width: 63px;
	height: 63px;
	background: black;
	border-width: 3px 0px 3px 3px;
	border-style: solid;
	border-color: black;
	}

.iconright {
	width: 63px;
	height: 63px;
	background: black;
	border: 3px solid black;
	}

.galleryicon {
	width: 186px;
	height: 118px;
	border: 3px solid black;
	}

.detail {
	width: 582px;
	height: 360px;
	background: black;
	border: 9px solid black;
	margin-bottom: 12px;
	}

.caption {
	font-style: italic
	}

.photocred {
	font-size: 7pt;
	color: #4D4D4D;
	}