@charset "utf-8";
/* CSS Document
   created:     2/27/9
   author:      bob quinn
   description: BIRTH: The Movie Kathryn Mora Productions
   version:     white on black, flash banner, modeled on Movie's Credits style
 */

body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg_gray_gradient.gif); 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #fff;
}
#container {
	width: 800px;
	min-height: 500px;
	margin: 0 auto 0 auto; /* centered */
}
#head {
	width: 800px;
	height: 250px;
	background-image: url(images/banner_kathryn_mora_foto2.gif);
}
#content {
	text-align: justify;
	background-color: #000;
	float: right;
	width: 560px;
	min-height: 350px;
	padding: 0px 40px 20px 40px;
	margin: 0 20px 0 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#footer {
	clear: both;
/*	float: right; */
	text-align: right;
	font-size: 10px;
	padding: 20px;
}
#nav { 
	float: left;
	width: 116px;
	height: 51px;
	padding-left: 0px;
	padding-top: 120px;
	margin-left: 0px;
	margin-top: 0px; 
/*	font-family: Arial, Helvetica, sans-serif; */
	font-size: 17px;
	font-weight: bold;  
	/* letter-spacing: 0.1em; */
	text-align: left;
	/*border-top: 1px solid #f4f5f5;
	 border-bottom: 1px solid #dbdbdb; */
	/* text-transform: uppercase; */
}
#nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
} 
#nav ul li {
	/* Don't add padding here. */
	margin-left: 0px;
	padding: 2px 0;
	/* padding-left: 12px; */
	/* background: #dce9f0; */
}
#nav ul li a { display: block;
	width:90%;
	color: #fff;
	text-decoration: none;
	/* Increase margin to create space between bars */
	margin: 0;
	/* padding-top: 2px; */
	/* padding-bottom: 2px; */
	/* Increases the distance between the bullet and the text */
	padding: 5px 4px 5px 12px;
	/* border: 1px solid #fff; */
	/* border-left: 1px solid #296488;
	border-right: 1px solid #296488;
	border-bottom: 1px solid #f4f5f5; 
	border-left: 1px solid #f4f5f5;
	border-right: 1px solid #f4f5f5;*/
	background: url(images/nav_button_up.png) 3% 50% no-repeat;
	/* background-color: #eeede8;
	border-left: 1px solid #000; */
}
#nav ul li a:hover { 
	color: #000;
	text-decoration: none;
	/* Increase margin to create space between bars */
	/* First percent is the horizontal distance
	the second percent is the vertical distance */
	background: url(images/nav_button_over.png) 3% 50% no-repeat;
	/* border: 1px solid #ffeb90; */
	/* border-left: 1px solid #ded9c7; */
	/* border-right: 1px solid #333; */
	/* border-bottom: 1px solid #333;
	background-color: #0181b2; */
}
#first-ltr { 
	float:left;
	color:#ccc;
	font-size:72px;
	font-weight: bold;  
	line-height:38px;
	padding: 10px 2px 5px 0;
	font-family:"Times New Roman", Times, serif;
/*	padding-top:2px;
	font-family: Times, serif, Georgia; */
} 
a {
	color: #fff;
	/* font-weight: bold; */
} 
.info_link {
	color: #a89496;
}.headline {
	font-family:"Times New Roman", Times, serif;
 	color: #A85177;  /* #fff */
	font-size: 50px;
	line-height: 55px;
	font-style: italic;
}
h2, h3 {
	font-family:"Times New Roman", Times, serif;
	font-size: 23px;
	color:  #a89496; /* #ccc; */
	line-height: 10px;
}
h3 {
	font-size: 21px;
	padding: 0 0 0 0;
	margin: 10px 0 15px; 0;
	line-height: 15px;
}
.hilite {
	text-transform:uppercase;
	font-weight: bold;
}
.hilite3 {
	font-weight: bold;
}
#insert {
	font-family:"Times New Roman", Times, serif;
	float:right;
	width:140px;
	margin:5px 0 0 10px;
	padding-bottom:10px;
	font-size: 34px;
	line-height:30px; 
	color:#F576ac; 
	text-align: right;
}
#callout {
	float: left;
	width:290px;
	margin: 0px 24px 15px 0;
	padding-bottom: 0px;
	font-size: 12px;
	color:#F576ac; 
	text-align: justify;
}
.hilite2, .title, .author {
	font-family:"Times New Roman", Times, serif;
	font-size: 150%;
	color:  #a89496; /* #ccc; */
}
.hilite2 {
	font-size: 150%;
	color:#F576ac; 
}
.clearit {
	clear: both;
}
