/* begin site-wide coding*/

* {
	padding:0px;
	margin:0px
	
}
body {
	background-image:url(Images/Bg-grn.jpg);
}
.wrapper {
	width:1000px;
	height:700px;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
	background-repeat:no-repeat;
}
li {
	list-style-type: none;
}
a {
	text-decoration:none;
}
a img {
	border:none;
	}
		
/* end site-wide coding*/

/*begin coding for background and head image*/
#back_home {
		background-image:url(Images/Bg_rd_index2.jpg);
		height:650px;
		background-repeat:no-repeat;
}
#back_bio {
		background-image:url(Images/Bg_rd_bio2.jpg);
		height:650px;
		background-repeat:no-repeat;
}
#back_contact {
	background-image:url(Images/Bg_rd_contact2.jpg);
	height:650px;
	background-repeat:no-repeat;
}
#back_links {
	background-image:url(Images/Bg_rd_links.jpg);
		height:650px;
		background-repeat:no-repeat;
}
#back_tv {
		background-image:url(Images/Bg_rd_tv.jpg);
		height:650px;
		background-repeat:no-repeat;
}
#back_construction {
		background-image:url(Images/Bg_rd_constr2.jpg);
		height:650px;
		background-repeat:no-repeat;
}
#back_bloodyhenry {
		background-image:url(Images/Bg_rd_henry.jpg);
		height:650px;
		background-repeat:no-repeat;
}
#back_giant_puppets {
	background-image:url(Images/Bg_rd_gp2.jpg);
	height:650px;
		background-repeat:no-repeat;
}
#back_ufo {
	background-image:url(Images/Bg_rd_UFO.jpg);
	height:650px;
	background-repeat:no-repeat;
}
#back_dracula {
	background-image:url(Images/Bg_rd_dracula.jpg);
	height:650px;
	background-repeat:no-repeat;
}
/*begin coding for background and head image*/


/* begin opening paragraph coding*/
#paragraphs_home {
	float:left;
	margin-left:350px;
	margin-top:-205px;
	margin-right:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#993;
	line-height:18px;
	width: 300px;
}
#paragraphs_home p {
	margin-bottom:10px;
}
#paragraphs_index {
	float:left;
	margin-left:280px;
	margin-top:-205px;
	margin-right:50px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#993;
	line-height:18px;
	width: 300px;
}
#paragraphs_bio {
	float:left;
	margin-left:340px;
	margin-top:-205px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#993;
	line-height:18px;
	width: 330px;
}
#paragraphs_bio p {
	margin-bottom:10px;
}	
#paragraphs_contact {
	float:left;
	margin-left:380px;
	margin-top:-205px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#993;
	line-height:18px;
	width: 330px;
}
#paragraphs_contact p {
	margin-left:30px;
}
#paragraphs_links {
	float:left;
	margin-left:115px;
	margin-top:100px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#993;
	width: 330px;
}
#paragraphs_links ul li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#63F;
	font-size:13px;
	margin-top:20px;
	display:inline-block;
	}
#contact_head {
	font-family:"Arial Black", Gadget, sans-serif;
	background-image:url(Line_Art/Contact.jpg);
	background-repeat:no-repeat;
	text-indent:-1000px;
	margin-bottom:10px;	
	}
#address {
	font-family:"Arial Black", Gadget, sans-serif;
	background-image:url(Line_Art/Address.jpg);
	background-repeat:no-repeat;
	text-indent:-1000px;
	margin-bottom:5px;
}
#phone {
	font-family:"Arial Black", Gadget, sans-serif;
	background-image:url(Line_Art/Phone.jpg);
	background-repeat:no-repeat;
	text-indent:-1000px;
	margin-bottom:5px;
	}
#email {
	font-family:"Arial Black", Gadget, sans-serif;
	background-image:url(Line_Art/Email.jpg);
	background-repeat:no-repeat;
	text-indent:-1000px;
	margin-bottom:5px;
	}
	
/*begin coding for poster or ticket links at bottowm of each paragraph description of show*/
#frank_links {
	position:absolute;
	margin:60px 0px 0px 570px;
	}
#bptickets {
	position:absolute;
	margin:28px 0px 0px 505px;
	}
#frank_links a {
	outline:none;
	}
#bptickets a {
	outline:none;
	}
/*end coding for poster or ticket links at bottowm of each paragraph description of show*/

/* end opening paragraph coding*/


/* begin side navigation coding*/
.left_navigation {
	width:145px;
	margin-left:80px; 	
	margin-top: 130px;
	float: left;
	text-decoration:none;
	}

.left_navigation a {
		height:50px;
		text-indent:-1000px;
		display:block;
		background-position: top left;
		background-repeat:no-repeat;
		outline: none;
}
.home a {
		background-image: url(Line_Art/bt_home.jpg);

	}
.bio a {
		background-image: url(Line_Art/bt_bio.jpg);
	}
.contact a {
		background-image: url(Line_Art/bt_contact.jpg);
	}
.links a {
		background-image: url(Line_Art/bt_links.jpg);
	}

.home a:hover, .bio a:hover, .contact a:hover, .links a:hover, .home a:active, .bio a:active, .contact a:active, .links a:active {
					background-position:top right;
					}
					
/* not sure if I need these even......#homepage .index a, #projectspage .projects a, #servicepage .service a, {
	background-position: top center; }
	
.home a:visited, .bio a:visited, .contact a:visited, .links a:visited {
					background-position:top right;
				}
#homepage .home a:visited, #biography .bio a:visited, #contact .contact a:visited, #link .link a:visited {
					background-position: top center;}	*/			

	
/* end side navigation coding*/

/* begin main image coding*/

.intro_img {
	margin-top:150px;
	height:200px;
	width:300px;
	margin-left:280px;
	#B5B5B5}

.intro_img a {
	margin-bottom:10px;
	margin-right:10px;
}
#photoright p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#993;	
	position:relative;
	margin-top:5px;
	}
	
/*end main image coding*/
/* begin copyright*/
.copyright p {
	clear:both;
	position:absolute;
	top:665px;
	left:100px;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
/*end copyright*/

/* end lighbox 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: #000; 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(Line_Art/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: url(Line_Art/prevlabel.png) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Line_Art/nextlabel.png) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #000; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%; }

#imageData{	padding:0 10px; color: #fff; }
#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; }

/* end lighbox css*/

