/* CSS Document */

a:visited {
	color: #E6E6E6;
	text-decoration: none;
}
a:link {
	color: #E6E6E6;
	text-decoration: none;
}
a:hover {
	color: #750000;
	text-decoration: none;
}

body {
	color: #E6E6E6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#calendarcont {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

p{
	line-height: 1.3em;
}

.biopic {
	border: thin double #5B0000;
	margin-left: 15px;
	padding: 2px;
}
.biopicl {
	margin-right: 15px;
	border: thin solid #5B0000;
	padding: 2px;
}

hr {
	color: #5b0000;
}

.margintext {
	float: left;
	position: fixed;
}
.perf {
	text-indent: 25%;
	margin-top: 75px;
}
.media {
	text-indent: 35%;
	margin-top: 40px;
	letter-spacing: 4px;
}
.blog {
	text-indent: 42%;
	margin-top: 40px;
	letter-spacing: 5px;
}
.calend {
	text-indent: 47.5%;
	margin-top: 40px;
}
.book {
	text-indent: 55%;
	margin-top: 40px;
}
.ztitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 500%;
	margin-top: 60px;
	letter-spacing: 10pt;
}
.horizmenu {
	font-weight: bolder;
	background-color: #000000;
	position: fixed;
	width: 100%;
	height: 30px;
	padding-top: 10px;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	z-index: 2;
}
.calendar1 {
	color: #000000;
	background-color: #5B0000;
	filter: alpha(opacity=75);
	opacity: .75;
	width: 650px;
}
.eventtitle {
	position: relative;
	margin-left: 40px;
	z-index: 1;
}
#eventtitle {
	padding-left: 15%;
}
.guestartists {

	color: #000000;
	background-color: #5B0000;
	filter: alpha(opacity=75);
	opacity: .75;
	width: 800px;
}
#mediacont {

	width: 650px;
	margin-right: auto;
	margin-left: auto;
}
.media1 {

	color: #000000;
	background-color: #5B0000;
	filter: alpha(opacity=75);
	opacity: .75;
	width: 650px;
}

#footer{
	line-height: normal;
	text-align: center;
	color: #5B0000;
	padding-top: 10px;
	padding-bottom: 10px;
}

.media_internal_links {
	color: #750000;
}

.media_internal:link { 
	color: #750000; 
	text-decoration: none; 
}

.media_internal:active { 
	color: #750000; 
	text-decoration: none;  
}

.media_internal:visited { 
	color: #750000; 
	text-decoration: none;  
}

.media_internal:hover {
	color: #750000;
	text-decoration: underline;
} 
#profile content {
	background-color: transparent;
}

/*Gallery Light Box starts*/
#lightbox{
	position: absolute;
	width: 620px;
	margin-top:-20px;
	z-index:100;
	margin-left: 15px;
}
#lightbox a img{
	border: none; 
}
#outerImageContainer{
	position: relative;
	background-color: #fff;
	border:1px solid #e5e3e3;
	width: 504px;
	height: 260px;
	margin: left;
}
#loading{
	position: absolute;
	top: 47%;
	left: 47%;
	text-align: center;
}
#imageContainer{
	padding: 32px;
}
#imageDataContainer{
	overflow: auto;
	width: 98%;
	height:56px;
	margin: left;
	background:#000 url(images/temp_bg.jpg) no-repeat bottom;
	padding:1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#imageData{
	padding:4px 10px 2px 10px;
	
}
#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: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	backgroung-position:center;
}
#prevLink { 
	left: 0px; 
	float: left;
}
#nextLink {
	right: 0px; 
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 0% no-repeat; 
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 0% no-repeat; 
}

#imageData #imageDetails{
	width: 70%;
	float: left;
	text-align: left;
	line-height:12px;
	color:#ccc;
}
#imageData #caption{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 10px;
	font-weight: bold;
	display: block;
	padding-top: 5px;
	font-size: 12px;
}
#imageData #numberDisplay{
	display: block;
	clear: left;
	padding-bottom: 2px;
	padding-top: 5px;
	font-size: 12px;
}
#imageData #bottomNavClose{ 
	width: 66px; 
	float: right; 
	padding-bottom: 0.7em;
}	
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000000;
}

.img_gallery {
	margin: 15px;
