@charset "utf-8";

*,
.reset,
.reset *{
	margin:0;
	padding:0;
}

/* --------------------------------------------
		HTML Basics
/* -------------------------------------------- */
html{
	background:#fff url(../img/css/body-top-bg.gif) top left repeat-x;
	border-top:solid 2px #626262;/* 9px */
	color:#3e3c38;
	font-family: "Times New Roman", Times, serif;
}
body{
	margin:0 auto;
	position:relative;/* IE */
	width:643px;
}
img{
	border:none;
}
a{
	color:#06f;
	text-decoration:none;
}
a:hover{
	color:#C00;
	text-decoration:underline;
}
td{
	vertical-align:top;
	text-align:left;
}
blockquote{
	font-style:italic;
	margin:.8em 3em .8em 2.2em;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:-1px;
}
h2{
	font-weight:normal;
}
p,li{
	line-height:1.5;
	margin-bottom:.7em;
}
ol{
	margin:0 0 .7em 1.3em;
}
ol li{
}


/* ----------------------------------------------------------------------- *|
		Typography: Font Sizing
|* ----------------------------------------------------------------------- */
body{font-size:14px;}
h1{font-size:170%;}
h2{font-size:130%;}
span.tocPage{font-size:80%;}
span.tocStudent{font-size:90%;}
div.rightImg,
ul#pageNav,
p.pageLeader,
p.footnote,
div#footer{font-size:85%;}


/* ----------------------------------------------------------------------- *|
		Header
|* ----------------------------------------------------------------------- */
div#header{
	background:url(../img/css/masthead-distressed.gif) 0 0 no-repeat;
	height:193px;
	margin:20px 0 25px; 
	text-align:center;
	width:643px;
}
div#header h2{
	margin-bottom:50px;
}
div#header h2 a{
	display:block;
	height:92px;
	outline:none;
	text-indent:-5000px;
}
div#header ul{
	list-style:none;
	margin:0 auto;
}
div#header li{
	display:inline;
}
div#header a{
	color:#847c6d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
div#header a:hover{
	color:#544935;
}
div#header li a{
	padding:0 .7em;
}
div#closeHeader{
	clear:both;
}
/* ----------------------------------------------------------------------- *|
		Footer
|* ----------------------------------------------------------------------- */
div#footer{
	background:url(../img/css/boy-with-book-50.gif) 0 10px no-repeat;
	border-top:solid 2px #9c9a97;
	color:#9c9a97;
	margin-top:45px;
	padding:10px 0 25px 60px;
}
p#footTitle{
	margin-bottom:0.8em;
}

/* ----------------------------------------------------------------------- *|
		TOC
|* ----------------------------------------------------------------------- */
p#homeTOC{
	font-size:85%;
	font-style:italic;
	margin:0 0 6px;
	padding:0;
	text-align:center;
}
p#homeTOC a{
	color:#999;
}
p#homeTOC a:hover{
	color:#666;
}
div#toc{
	margin:20px auto;
	width:29em;
}
div#toc h3{
	color:#9c9a97;
	margin:0 0 20px;
	text-align:center;
}
div#toc ul{
	list-style:none;
}
span.tocPage{
	float:right;
}
span.tocStudent{
	font-style:italic;
	padding-left:0.6em;
}
div#toc li{
	padding-left:24px;
}
div#toc li.favorite0{
	background:url(../img/css/gold-stars.gif) top left no-repeat;
}
div#toc li.favorite1{
	background:url(../img/css/gold-stars.gif) left -40px no-repeat;
}
div#toc li.favorite2{
	background:url(../img/css/gold-stars.gif) left -80px no-repeat;
}
div#toc li.favorite3{
	background:url(../img/css/gold-stars.gif) left -120px no-repeat;
}

/* ----------------------------------------------------------------------- *|
		Story Pages 
|* ----------------------------------------------------------------------- */
div#story{
	margin:0 auto;
	width:400px;
}
div#story h2{
	margin-bottom:20px;
}
div.story{
	margin-bottom:25px;
}
div.story p,
p.story{
	text-align:justify;
	text-indent: 2.2em;
}
span.indent{
	padding-left: 1.8em;
}
p.pageLeader{
	border-bottom:solid 1px #9C9A97;
	margin-bottom:20px;
	position:relative;
}
p.pageLeader span{
	position:absolute;
	right:0;
	top:0;
}
p.student{
	font-style:italic;
	float:right;
}

/* stuff beneath Story */
div.backstory{
	color:#666;
	font-size:80%;
	margin:25px 0;
	text-align:center;
}
div.backstory img{
	display:block;
	margin:0 auto 10px;
}

/* prev/next page navigation */
ul#pageNav{
	height:40px;
	list-style:none;
}
ul#pageNav li{
	float:left;
	height:20px;
	line-height:20px;
	width:321px;/* IE!! 50% */
}
ul#pageNav li#pageNavNext{
	text-align:right;
}

/* arrows */
ul#pageNav a,
ul#pageNav a span{
	background:url(../img/css/paging-arrows.gif) 0 0 no-repeat;
}

/* feathers */
ul#pageNav li#pageNavPrev a span{ padding:0 32px 5px 0;}
ul#pageNav li#pageNavPrev a span{ background-position: right -180px;}
ul#pageNav li#pageNavPrev a:hover span{ background-position: right -120px;}
/* arrow */
ul#pageNav li#pageNavPrev a{ padding:0 0 5px 26px;}
ul#pageNav li#pageNavPrev a{ background-position: left -210px;}
ul#pageNav li#pageNavPrev a:hover{ background-position: left -150px;}
/* feathers */
ul#pageNav li#pageNavNext a{ padding:0 0 5px 32px;}
ul#pageNav li#pageNavNext a{ background-position: left -60px;}
ul#pageNav li#pageNavNext a:hover{ background-position: left 0px;}
/* arrow */
ul#pageNav li#pageNavNext a span{ padding:0 26px 5px 0;}
ul#pageNav li#pageNavNext a span{ background-position: right -90px;}
ul#pageNav li#pageNavNext a:hover span{ background-position: right -30px;}

/* ----------------------------------------------------------------------- *|
		Extras
|* ----------------------------------------------------------------------- */
div.rightImg{
	float:right;
	margin:0 0 10px 15px;
	width:200px;
	text-align:center;
}

div.decoration{
	background:url(../img/css/decoration.gif) center center no-repeat;
	height:125px;
}

