/* CSS Document */
* {margin:0;padding:0}
p{margin-bottom:1em}
ul{margin-left:16px;margin-bottom:1em}
/* commented backslash hack v2 \*/ 
html, body{height:100%; font-family: Georgia, "Times New Roman", Times, serif;}
 
/* end hack */ 

body 
	{
	color: black;
	background-color: white;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

/*********************************************************
 These styles are for the homepage, centering the image on the screen
 ********************************************************/	
#horizon        
	{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	overflow: visible;
	visibility: visible;
	display: block
	}
	
#splash    
	{
	float: none;
	position: absolute;
	
	/*width of the image*/ 	
	width: 623px;
	
	/*negative half of image width (rounded)*/
	left: -312px;
	
	/*negative half of image height (rounded)*/
	top: -209px;
	}

/*********************************************************
 Wrapper for entire site, leaves room for the bottom menu
 ********************************************************/	
#outer{
	background:#FFFFFF;
	margin-bottom:-40px;
	color: #000000;
}
	
/*********************************************************
 Style for every site menu, top and bottom
 ********************************************************/	
#menu
	{
	font-size: 16px;
	text-align: center;
		
	padding-top: 4px;
	color:#999999;
	font-weight: normal;
	}

/*********************************************************
 Styles that control mouse behavior for menu links
 ********************************************************/	
#menu A:visited  {color:#333333; font-weight: normal; text-decoration: none;}
#menu A:link  {color: #333333;  font-weight: normal;text-decoration: none;}
#menu A:active  {color: #333333;  font-weight: normal;text-decoration: none;}
/*mouse over*/
#menu A:hover   {color: #000099; font-weight: normal;text-decoration:underline;}

/*********************************************************
 Wrapper for the header of the document, everything from the top to the first menu
 ********************************************************/	
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	overflow: visible;
	color: #FFFFFF;
}


#page
	{
	text-align: right;
	width: 100%;
	}
	
#pageText
	{
	font-size: 22px;
	font-weight: bold;
	margin: 6px 30px 4px 5px;
	color: black;
	}

#topBand
	{
	width: 100%;
	margin: 0px;
	background-image:url(images/topBackground.jpg);
	background-position:right;
	background-repeat: no-repeat;
	background-color: #f9f9f9;
	height: 108px;
	border-top-color:#000000;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;

	}
	
#lizDavito
	{
	padding: 60px 0px 0px 40px;
	}

#contentHolder
	{
	width:100%;
	float:left;
	position:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
	}
	
#centering
	{
	left: 50%;
	}
#content
	{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	position: relative;
	margin:0px auto;
	width: 720px;
	padding: 15px 0px 15px 0px;
	clear: both;
	}
	
#content A:visited  {color:#000099; text-decoration: none; font-weight: bold;}
#content A:link  {color: #000099;  text-decoration: none; font-weight: bold;}
#content A:active  {color: #000099;  text-decoration: none; font-weight: bold;}
#content A:hover   {color: #0000BB; text-decoration:underline; font-weight: bold;}
	
.pageHeader
	{
	font-size: 16px;
	font-variant:small-caps;
	background-color:#f9f9f9;
	font-weight:bold;
	padding: 3px 3px 3px 10px;
	text-align: left;
	border-top: 1px solid #777777;
	border-bottom: 1px solid #777777;
	}
.pageHeaderSpacer
	{
	clear: both;
	padding: 5px;
	height: 10px;
	}

.performance
	{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	}
	
.performance A:visited  {color:#000099; font-weight: bold; text-decoration: none;}
.performance A:link  {color: #000099;  font-weight: bold; text-decoration: none;}
.performance A:active  {color: #000099;  font-weight: bold; text-decoration: none;}
.performance A:hover   {color: #0000BB; font-weight: bold; text-decoration:underline;}	

.pastPerformance
	{
	padding-bottom: 15px;
	}
	
.performanceDate
	{
	font-weight: bold;
	}
	
.photoBox
	{
	text-align:center;
	border-top: 1px solid #999999;	
	border-bottom: 1px solid #999999;		
	width: 710px;
	height: auto;
	padding: 5px;
	}

.photoCollection 
	{
	text-align:center;
	}

.photoBox img {
	border: 1px solid #000000;
	margin-top: 5px;
	margin-left: 10px;
	margin-right; 10px;			
}

.picturePage 
	{
	text-align: center;
		font-size: 16px;
	font-weight: bold;
	font-stretch: wider;
	}

.picturePageNav 
	{
	width: inherit;
	padding-top: 10px;
	}

.pictureNavLeft
	{
	width: 20%;
	text-align: left;
	float: left;
	}

.picturePageTitle
	{
	float: left;
	width: 60%;
	text-align: center; 
	}

.pictureNavRight
	{
	width: 20%;
	text-align: right;
	float: left;
	}
	
.resumeItem
	{
	width: inherit;
	padding: 5px 0px 0px 0px;
	clear: both;
	}
.resumeGig
	{
	width: 33%;
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight:bold;
	float: left;
	}
.resumeRole
	{
	width: 30%;
	font-size: 14px;
	text-align: left;	
	float: left;
	}
.resumeProducer
	{
	width: 37%;
	font-size: 14px;
	text-align: left;	
	float: left;
	}
.resumeText
	{
	font-size: 14px;
	padding-top: 5px;
	}
.resumeItemFestival
	{
	width: inherit;
	text-align: left;	
	clear: both;
	}	
.festivalHeader
	{
	width: 13%;
	font-size: 14px;
	color:#990000;
	float: left;
	text-align: right;
	}

.festivals
	{
	width: 85%;
	font-size: 14px;
	float: left;
	text-align: left;
	margin-left: 1%;
	}
	
.quotes
	{
	font-size: 14px;
	font-style: italic;
	text-align: left;
	font-weight:bold;
	padding: 5px 0px 5px 0px;
	}

.quoter
	{
	font-size: 14px;
	text-align: right;
	padding: 0px 0px 30px 0px;
	}
	
.multimediaCredit
	{
	font-size: 10px;
	margin-bottom: 7px;
	}
	
.multimediaSong
	{
	width: auto;
	height: 30px; 
	background-image: url(images/SoundLink.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 15px;
	font-size: 14px;
	float: left;
	margin-right: 20px;
	}
	
.multimediaAbout
	{
	font-size: 12px;
	color: #333333;
	}
	
.multimediaVideo
	{
	width: auto;
	height: 32px; 
	background-image: url(images/video-icon.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-top: 16px;
	font-size: 14px;
	float: left;
	margin-right: 20px;
	}
	
#footer 
	{
	width:100%;
	clear:both;
	height:30px;
	text-align:center;
	position:relative;
	}	
#clearheader{height:170px;}/*needed to make room for header*/
#clearfooter{clear:both;height:30px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;width:100%;}/* ie mac styles */
html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-38px;} /*safari wrapper */