@charset "UTF-8";
/* CSS Document */

/* === YAHOO YUI CSS RESET === */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
	margin:0;
	padding:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* === SITE CSS === */

body {
	background: #a8a087 url(/images/bg_edge_tier2.gif) top left repeat-x;
	color:black;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	height:100%;
	}
	
.clear {
	clear:both;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	}

a:link, a:visited {
	color:#1F1D15;
	text-decoration:none;
	}
	a:hover {
		color:#f4df6a;
		}

span.link_indicator {
	color:#fbe87c;
	}

p {
	font-size:1.2em;
	}

/* === HOME === */

div#canvas_home {
	background: url(/images/bg.jpg) top center no-repeat;
	margin:0 auto;
	position:absolute;
	width:100%;
	}

div#home_content_area {
	margin:0 auto;
	padding-top:512px;
	width:960px;
	}

div#nav_home {
	padding:0 0 0 0;
	width:960px;
	}

div.nav_home_block {
	float:left;
	margin:0 0 0 0;
	padding:0 8px;
	width:222px;
	}	
	.nav_home_block h2 {
		color:#fbfaec;
		font-size:2.2em;
		font-weight:normal;
		}
		.nav_home_block h2 a:link, .nav_home_block h2 a:visited {
			color:#fbfaec;
			}
		.nav_home_block h2 a:hover {
			color:#1F1D15;
			}
	.nav_home_block p {
		line-height:1.4em;
		}

/* === TIER 2 === */

div#canvas {
	background: url(/images/bg_tier2.jpg) top center no-repeat;
	margin:0 auto;
	position:absolute;
	width:100%;
	}

div#content_area {
	margin:0 auto;
	padding-top:165px;
	width:960px;
	}
	div#story {
		float:left;
		width: 610px;
		}
		#story a:link, #story a:visited {
			border-bottom:1px dashed #fbe87c;
			}		
		#story h2 {
			font-size:2.4em;
			font-weight:bold;
			margin:0 0 8px 0;
			}
			div.storyAttribution {
				color:#1F1C13;
				font-size:1.4em;
				margin:-6px 0 8px 0;
			}
		#story h3 {
			font-size:1.6em;
			font-weight:bold;
			margin:0 0 4px 0;
			}
		#story p {
			font-size:1.4em;
			line-height:1.5em;
			margin:0 0 12px 0;
			}
		#story ul {
			font-size:1.4em;
			list-style:square;
			margin:6px 12px 12px 16px;
		}
			#story ul li {
				margin:0 0 8px 0;
			}
		#story blockquote {
			font-size:1.2em;
			line-height:1.4em;
			margin:0 48px 0 36px;
			text-align:justify;
			}
		div.storyImage {
			border: 1px solid black;
		}
			.storyImage img {
				border:4px solid #4a4331;
				margin:0 auto;
				}			
	
			div.photoCaption {
				font-size:1.2em;
				padding:2px 0 0 8px;
			}
			div.photoAttribution {
				color:#1F1C13;
				margin-bottom:12px;
				padding:0 0 0 8px;
			}

div#nav {
	margin-bottom:18px;
	padding:0 0 0 0;
	width:960px;
	}
	#nav ul {
		list-style:none;
		}
		#nav li {
			display:inline;
			font-size:1.7em;
			margin-right:24px;
			}
			
div#sidebar {
	float:right;
	padding-top:150px;
	width: 300px;
	}
	#sidebar h3 {
		font-size:1.6em;
		font-weight:bold;
		margin:14px 0 0 0;
		}
	#sidebar p {
		line-height:1.4em;
		}

/* === FOOTER === */

div#footer {
	clear:left;
	padding:92px 16px 12px 16px;
	}
	#footer h1 {
		font-size:1.2em;
		margin-bottom:2px;
		}
	#footer p {
		font-size: 1.1em;
		line-height:1.3em;
		margin-bottom:2px;
		}
		