/*!
 * HTML5
 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}


/*!
 * Yahoo! Reset
 */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html {
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style:inherit;
	font-weight:inherit;
}
del, ins {
	text-decoration:none;
}
li {
	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;
	font-variant:normal;
}
sup {
	vertical-align:baseline;
}
sub {
	vertical-align:baseline;
}
legend {
	color:#000;
}
input, button, textarea, select, optgroup, option {
	font-family:inherit;
	font-size:inherit;
	font-style:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
*font-size:100%;
}

/*!
 * Book of Short Stories...
 */
/*
/* --------------------------------------------
		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;
}
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;
}
p,li{
	line-height:1.5;
	margin-bottom:.7em;
}
ol{
	margin:0 0 .7em 1.3em;
}

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


/* ----------------------------------------------------------------------- *|
		Header
|* ----------------------------------------------------------------------- */
header{
	background:url(../img/css/masthead-distressed.gif) 0 0 no-repeat;
	height:193px;
	margin:20px 0 25px; 
	text-align:center;
	width:643px;
}
header h1{
	margin-bottom:50px;
}
header h1 a{
	display:block;
	height:92px;
	outline:none;
	text-indent:-5000px;
}
header ul{
	list-style:none;
	margin:0 auto;
}
header li{
	display:inline;
}
header a{
	color:#847c6d;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
header a:hover{
	color:#544935;
}
header li a{
	padding:0 .7em;
}
div#closeHeader{
	clear:both;
}
/* ----------------------------------------------------------------------- *|
		Footer
|* ----------------------------------------------------------------------- */
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;
}
a#s826logo{
	color:#D9BCA9;/*#7C8393;*/
	float:right;
	margin:0 0 .2em .6em;
	text-align:center;
	text-decoration:none;
	width:194px;
}
a#s826logo:hover{
	color:#b9452d;
}
a#s826logo img{
	display:block;
	margin:.4em auto .2em;
}
a#s826logo strong{
	font-size:1.1em;
}
a#s826logo em{
}


/* ----------------------------------------------------------------------- *|
		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;
}
span.tocPage{
	float:right;
}
span.tocStudent{
	font-style:italic;
	padding-left:0.6em;
}

/* table of contents */
#toc{
	margin:20px auto;
	width:29em;
}
#toc h3{
	color:#9c9a97;
	font-weight:bold;
	margin:0 0 20px;
	text-align:center;
}
#toc ul{
	list-style:none;
}
#toc li{
	padding-left:24px;
}
#toc li.favorite0{
	background:url(../img/css/gold-stars.gif) top left no-repeat;
}
#toc li.favorite1{
	background:url(../img/css/gold-stars.gif) left -40px no-repeat;
}
#toc li.favorite2{
	background:url(../img/css/gold-stars.gif) left -80px no-repeat;
}
#toc li.favorite3{
	background:url(../img/css/gold-stars.gif) left -120px no-repeat;
}

/* ----------------------------------------------------------------------- *|
		Story Pages 
|* ----------------------------------------------------------------------- */
article#story{
	margin:0 auto;
	padding: 25px 0;
	width:400px;
}
article#story hgroup 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;
}
#story hgroup h6{
	border-bottom: solid 1px #9C9A97;
	margin-bottom: 20px;
	padding-bottom: 0.4em;
	position: relative;
	font-size: 85%;
}
#story hgroup h6 span{
	position:absolute;
	right:0;
	top:0;
}
p.student{
	font-style:italic;
	float:right;
}

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

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

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

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

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

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

