body {
	background-color: #0E0300;
	font-family: Georgia;
	color: #E5D5B6;
}

#container {
	background: URL('../images/background.jpg') no-repeat;
	height: 600px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	font-size: x-small;
	color: #6B4023;
}

h1 {
	position: absolute;
	margin-top: 55px;
	margin-left:81px;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-variant: small-caps;
	letter-spacing: 0.1em;
	text-shadow: #000 3px 3px 2px;
}

#mainImages {
	position: absolute;
	margin-top: 140px;
	margin-left:81px;
	
}

.main {
	font-size: 1.3em;
	font-style: italic;
	color: #fff;
	padding: 0;
	margin: 0 0 0 -70px;
	line-height: 1.8em;
	text-shadow: #000 3px 3px 2px;
}

.twitter {
	position: absolute;
	margin-top: 155px;
	margin-left: 381px;
	width: 300px;
}

#music {
	position: absolute;
	margin-top: 40px;
	margin-left: 730px;
/*	width: 300px;*/
	font-size: 12px;
}

#copyright {
	font-size: 10px;
}

#more {
	position: absolute;
	margin-top: 440px;
	margin-left:86px;
	font-size: smaller;
}

ul {
	list-style-type: none;
	margin-left: 0; 
	padding-left: 0;
}

li {
	margin-bottom: 1em;
}

.date {
	font-size: 12px;
	color: #E5D5B6;
}

a {
	color: #E5D5B6;
	border: none;
}


a:hover {
	color: #fff;
}

input.text {
	background: #E5D5B6;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

input.text:hover {
	background: #fff;
}

input.subscribe {
	margin-left: 120px;	
}


/* lightbox stuff  */

#lightbox{
/*	background-color: none;
	padding: 1px;
	border-bottom: 3px solid #000;
	border-right: 3px solid #000;
	color:#333; */
	}
	
#lightbox a {
	color: #000;
}
	
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 465px; right: 10px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/background.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/overlay.png", sizingMethod="scale");
}
	
/* end lightbox stuff*/
