/* CSS Document */
/*	legacy.css

	Notes:
	All positioning is done using floats (no absolute positioning).

	We encounter the IE div spacing bug frequently, and use the "* html" hack to
	get around it. Layout is nearly identical in IE & FF.
	
	Anytime you make positioning changes, look for a corresponding "* html" rule for WinIE specific layout.
*/
/* debugging:
div { border: solid 1px red; }
*/

/*Zero the defaults
*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a { 
	margin: 0; 
	padding: 0; 
	border: 0; 
}


/* global stuff */
.image { border: 0px; }
.clear { clear: both; }

a { text-decoration: underline; }
a:link {
	color: #049ab4;
	font-weight: bold;
}
a:visited {
	color: #049ab4;
	font-weight: bold;
}
a:hover {
	color: #0b5360;
	font-weight: bold;
}
h3 {font-weight: normal; }
.bold {font-weight: bold; }
.italic { font-style:italic; }
.underline {
	text-decoration: underline;
}
.firstletter { color: #049ab4;  font-size: 150%; font-weight: bold; }
.imagecenter { text-align: center;  border: 0;}
div.pictureleft {float: left; margin: 0px 10px 0px 0px; }
div.pictureright {float: right; margin: 0px 0px 0px 10px; }
.leftjustify { text-align: left; }
.center { text-align: center; }
.small { font-size: 10px; }
ul { margin-left: 50px;  list-style:none;}
li { margin-bottom: 15px; }

html { font-size: 100.01%; }

body {
	color: #000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:14px;
	background-image: url(images/film_bkg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* the fullpage div has a specified width to keep the main information from collapsing when a window is shrunk.
We had to put in the border to fix a bug in Firefox. Without it, the top margin would be about 10px
*/
div#fullpage {
	width: 955px;
}


/*	the nav div is for the logo and the navigation elements. in this case, the section titles.
 */
 

div#nav {
	float: left;
	width: 165px;
	text-align: center;
	clear: both;
}
div#nav a {
	margin: 20px 20px 0px 20px;
	display: block;
	font-size: 120%;
	font-weight:bold;
	text-decoration: none;
}

/*top_photos is where the line of photos go*/

div#top_photos {
	clear: both;
	margin-top: 2px;
	margin-bottom: 0;
	margin-left: 5px;
}

/*quote1 is the quote underneath the top photos*/
div.quote1 {
	color: #049ab4;
	font-style:italic;
	text-align: left;
	font-size: 80%;
	width: 560px;
	padding-left: 5px;
	font-weight: bold;
}
div.cite {
	color: #049ab4;
	font-style:italic;
	text-align: left;
	margin-left: 30px;
	font-size: 80%;
	width: 250px;
	font-weight: bold;
}

div.credit { color: #000; font-style:italic; margin: 2px 0px 5px 0px; font-size: 80%;  }
/*	the main div is where content is rendered on the various pages.
 */
div#main {
	width: 600px;
	float: left;
	margin-bottom: 50px;
	padding-right: 10px;
	padding-left: 10px;
}
div#maintext {
	padding-left: 10px;
	/*text-align: justify;*/
}

#maintext p {
	padding: 5px 0px 5px 0px;
}
#maintext .imgright {
	padding: 5px 5px 5px 15px;
	float: right;
}
div#sectiontitle {  color: #049ab4; text-align: center; margin: 40px 0 20px 0; font-size: 150%; font-weight: bold; }

#sectiontitle2 {
	color: #FFFFFF;
	font-size: 100%;
	background-color: #049ab4;
	padding: 10px;
	text-align: center;
	font-weight: bold;
}
blockquote {
	text-align: right;
	margin-right: 0px;
}
#maintext .right {
	float: right;
}
#maintext .right img {
	margin: 5px 0px 5px 10px;
}
#maintext .credit {
	font-size: 9px;
	text-align: right;
}
#maintext h1 {
	font-size: 125%;
}
#films {
	height: 100%;
	border: 1px solid #008099;
}	
#films img, .catalog img {
	float: left;
	padding-right: 10px;
	padding-bottom: 5px;
	clear: both;
}	
#films .film {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 11px;
}
#films .film .quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #088099;
	font-style: italic;
	float: right;
}
#films h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	clear: both;
	background-color: #008099;
}
#films h2, .catalog h2 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	clear: both;
}
#films h3 {
	color: #008099;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.catalog {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 0 5px 20px 5px;
	clear:both;
}
.catalog h1 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	clear: both;
	background-color: #008099;
}	
.catalog h3 {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0 0 0;
}
.catalog ul {
	list-style-type:disc;
	padding: 0;
	margin: 10px 0 30px 30px;
}
.catalog li {
	padding: 0;
	margin: 5px;
}
.catalog p {
	margin: 10px 0 20px 0;
}
.clearflt {
	clear: both;
}
.lftflt {
	float: left;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.bluetxt {
	color: #038BA3;
	font-weight: bold;
}
.notes {
	font-size: 90%;
}
.box {
	color: #EAEAEA;
	background-color: #424242;
	margin: 15px;
	padding: 10px;
	border: 1px solid #ABABAB;
	font-weight: bold;
}
div.subtitle { font-size: 120%; font-style: italic; text-align: center; }

/*bottom nav */
div#bottomnav {
	font-size: 80%;
	margin: 20px 5px 20px 5px;
	text-align: center;
	clear: both;
}


/* copyright */

div#copyright {
	font-size: 70%;
	margin-top: 20px;
	text-align: center;
	clear: both;
}

div#photocredits {
	font-size: 65%;
	margin-top: 2px;
	text-align: center;
	clear: both;
}

div#trina {
	font-size: 70%;
	text-align: center;
	clear: both;
}

/*feedvurner */

.feedburnerFeedBlock li { font-size: 100%;  }
.feedburnerFeedBlock ul { list-style:none; }
.headline { font-size: 120%; margin-bottom: 10px; text-align: center; text-decoration:none;  }
