/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }


/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }


/* prevent blue linked image borders */
a img, :link img, :visited img, fieldset { border:none; }


/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,button { margin:0; padding:0; }


/* Set HTML5 elements for CSS styling */
article, aside, details, figcaption, figure, footer, header,
hgroup, menu, nav, section { display: block; }


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%; /* Default browser font-size is 16px. 75% of 16px = 12px. All fonts within the body will start out at 12px. What we're also setting here is the body default for em: 1em = 75% of 16px = 12px */
	}

/* A quick and handy font-sizing guide...	  
	  .8em = 10px
      .9em = 11px
      1.0em = 12px
      1.2em = 14px
      1.3em = 16px
      1.5em = 18px
      1.7em = 20px
      2em = 24px
      2.5em = 30px
      3em = 36px */


/* Global Elements
 * ------------------------------------------------------------------------- */
body {
	background:url(../images/bg.jpg) repeat #432c26;
	text-align:left;
	margin:0; 
	color:#21140e;
	}

a:link, a:visited {
	color:#18a6cc;
	}

a:hover, a:active {
	color:#99e6fb;
	}

h1 {
	font-size:3.8em;
	color:#ef4338;
	margin-bottom:20px;
	font-weight:normal;
	text-shadow:1px 1px 0px #7f6b62;
	line-height:1.0em;
	text-align:center;
	}
	
h2 {
	font-size:1.7em;
	margin-bottom:5px;
	font-weight:normal;
	color:#21140e;
	}

h3 {
	font-size:1.0em;
	color:#b23c0e;
	margin-bottom:5px;
	font-weight:bold;
	}

h4, h5, h6 {
	margin-bottom:12px;
	}

blockquote {
	font-style:italic;
	padding:30px;
	}

hr {
	margin:30px 0;
	}


/* Classes
 * ------------------------------------------------------------------------- */

.clear {
	clear:both;
	height:.01em;
	overflow:hidden;
	}

.alignleft  {
	margin:0 10px 0px 0;
	float:left;
	border:1px solid #9f9b8f;
	padding:2px;
	}

.alignright {
	margin:0 0px 0px 10px;
	float:right;
	border:1px solid #9f9b8f;
	padding:2px;
	}

.photorow  {
	margin:0 0 0 33px;
	float:left;
	border:1px solid #9f9b8f;
	padding:2px;
	}

.pic_border, a img.pic_border {
	border:1px solid #d0d0d0;
	padding:2px;
	}

	a img.pic_border:hover, a img.pic_border:active {
		background:#fff;
		}

.raquo {
	font-size:1.2em;
	color:#888;
	}

.small {
	font-size:.92em;
	line-height:1.3em;
	}

.big {
	font-size:1.2em;
	line-height:1.4em;
	}

.hr {
	margin:30px 0;
	background:url(../images/horizontal_divider.gif) repeat-x;
	height:1px;
	width:100%;
	overflow:hidden;
	}

.italic {
	font-style:italic;
	}

.bold {
	font-weight:bold;
	}

.right {
	text-align:right;
	}

.left {
	text-align:left;
	}

.featured {
	text-align:center;
	font-style:italic;
	width:477px;
	font-size:.92em;
	margin-bottom:30px;
	}
	
	.featured_below {
		text-align:center;
		font-style:italic;
		width:477px;
		font-size:.92em;
		margin:0 auto 30px auto;
		}
		
	
	#center_right_container .featured p, #center_right_container .featured_below p {
		margin-top:10px;
		margin-bottom:0;
		line-height:1.0em;
		}

/* Layout
 * ------------------------------------------------------------------------- */

#container {
	width:949px;
	margin:15px auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	}

#title_bar {
	background:url(../images/title_bar.gif) no-repeat;
	width:949px;
	height:187px;
	}
	
	#title_bar p {
		text-indent:-5000px;
		}
	
	#home_link {
		width:221px;
		height:160px;
		display:block;
		float:left;
		text-indent:-5000px;
		outline:none;
		}

#content_container {
	background:url(../images/content_bg.gif) repeat-y #fff;
	}

#column_left {
	width:202px;
	float:left;
	display:inline; /* For IE6 Double-Float Bug */
	margin-left:19px;
	}

.wood_title_left {
	background:url(../images/left_column_title_bg.jpg) no-repeat;
	width:202px;
	height:32px;
	font-size:1.6em;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
	}
	
.column_left_content {
	width:157px;
	margin:0 auto;
	}

#column_left ul {
	margin:0;
	padding:0;
	}

#column_left ul li {
	background:url(../images/arrow.gif) no-repeat 0px 5px;
	padding-left:14px;
	font-size:1.2em;
	padding-bottom:8px;
	margin-bottom:8px;
	border-bottom:1px dotted #9aa592;
	}
	
	#column_left ul li:last-child {
		border-bottom:0 none;
		}
	
	#column_left ul li a:link {
		color:#241813;
		text-decoration:none;
		}
	
	#column_left ul li a:visited {
		color:#5c4c45;
		text-decoration:none;
		}
	
	#column_left ul li a:hover {
		color:#ef3e33;
		text-decoration:none;
		}

#center_right_container {
	width:694px;
	float:left;
	margin-left:15px;
	display:inline; /* For IE6 Double-Float Bug */
	}
	
	#center_right_container p {
		margin-bottom:20px;
		line-height:1.5em;
		}


#column_right {
	width:202px;
	float:right;
	display:inline; /* For IE6 Double-Float Bug */
	background:url(../images/column_right_bg.jpg) repeat-y 5px 0px;
	margin-bottom:10px;
	margin-left:15px;
	
	}

.column_right_content {
	width:157px;
	margin:0 auto;
	padding-bottom:15px;
	}
	
	.column_right_content img {
		margin-bottom:12px;
		}
	
	#center_right_container .column_right_content p {
		margin-bottom:12px;
		line-height:1.4em;
		font-size:.92em;
		}
	
	#center_right_container .column_right_content p:last-child {
		margin-bottom:0;
		}

#column_right_bottom {
	background:url(../images/column_right_bottom.jpg) no-repeat 5px 0px;
	width:202px;
	height:2px;
	overflow:hidden;
	}

.wood_title_right {
	background:url(../images/right_column_title_bg.jpg) no-repeat;
	width:202px;
	height:32px;
	font-size:1.6em;
	color:#fff;
	text-shadow:1px 1px 0px #000;
	font-weight:normal;
	text-align:center;
	padding-top:5px;
	margin-bottom:10px;
	}


#footer {
	background:url(../images/footer_bg.gif) no-repeat;
	width:949px;
	height:113px;
	}

#previous_story {
	background:url(../images/previous_story.gif) no-repeat;
	width:149px;
	height:30px;
	float:left;
	text-indent:-5000px;
	margin:38px 0 0 295px;
	}
	
	#previous_story:hover {
		background-position:0px -30px;
		}

#next_story {
	background:url(../images/next_story.gif) no-repeat;
	width:149px;
	height:30px;
	float:left;
	text-indent:-5000px;
	margin:38px 0 0 40px;
	}
	
	#next_story:hover {
		background-position:0px -30px;
		}