/*=====================
Short Stories CSS
Last update : 12 Apr 2007
======================*/

/*=====================
Global Styling
=====================*/
* {
    margin: 0;
    padding: 0;
}

body {
	text-align : center;
	margin :  0 auto;
}

#wrapper {
	margin :  10px auto;
	padding :  0;
	text-align : left;
	width: 760px;
}




blockquote {
	background : #F0F0F0 url(../images/quote.png) no-repeat 0 0;
	width: 407px;
	color : #666;
	display : block;
	        padding:10px 10px 0px 45px ;
	        margin: 0 auto 20px ;
}

/*=====================  
 * * Local Page Styling 
 * * =====================*/                                                                                                          div.active {                                                          color: #333;                                                      background: #fcf0f0 url(../images/active.gif) repeat-x 0 0;           padding : 10px;                                                   margin : 10px;                                            }                                                                                                                                   div.reflective {                                                      color: #333;                                                      background: #fffff6 url(../images/reflective.gif) repeat-x 0 0;                                                                         padding : 10px;                                                   margin : 10px;                                            }                                                                                                                                   div.travel {                                                          color: #333;                                                      background: #fcf0f0 url(../images/travel.gif) repeat-x 0 0;           padding : 10px;                                                   margin : 10px;                                            }                                                                                                                  




/*=====================
Page Layout
=====================*/
#header {
	margin: 0;
	padding: 0;
	text-align : left;
}

#header h1 {
	margin :  0 auto;
	padding : 0;
}

#content {
	clear : both;
	text-align : left;
	margin: 0;
	padding: 0;
}

#fullwidth {
	text-align : center;
	margin : -10px 0 0 0;
	padding : 1px 0 10px 0;
}
#centralcol {
	margin : -10px auto 0;
	padding : 1px 0 10px 0;
	width: 500px;
	text-align : left;
}
	
#sidebar {
	float : left;
	width : 250px;
	padding : 0 5px;
    margin: 0;
}

#main {
	float : right;
	width : 475px;
	margin : 0;
	padding :10px 10px 0;
}


#footer {
	clear : both;
	padding :10px;
	margin : 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*=====================
Picture Styling
=====================
#sidebar img.logo {
	text-align : center;
	padding : 0;
	margin :  5px auto;
	display : block;
}
temporarily suspended*/

/*=====================
Picture Styling
=====================*/
#sidebar img.logo {
	text-align : center;
	padding : 5px;
	margin :  20px auto 5px;
	/*border : 1px solid #999; this puts an inconsistent border around the logo which doesn't match elswhere on the site.*/
	display : block;
}

#main img.picture {
	text-align : center;
	padding : 5px;
	margin :  0 auto 10px;
	border : 1px solid #999;
	display : block;
}
#centralcol img.picture {
	text-align : center;
	padding : 5px;
	margin :  0 auto 10px;
	border : 1px solid #999;
	display : block;
}

#fullwidth img.picture {
	text-align : center;
	padding : 5px;
	margin :  0 auto 10px;
	border : 1px solid #999;
	display : block;
}

/*=====================
Sound Media Styling
=====================*/
#audioplay {
	margin: 10px auto;
	text-align : center; 
}

/*=====================
Typography Styling
=====================*/
body {
	font: 86%/1.5 "Lucida Grande",Geneva,Verdana,Arial,Helvetica,sans-serif;
}

p {
	margin: 0 0 1.5em 0;
	padding: 0;
	line-height : 1.8em;
}

#main p, #sidebar p {
	margin: 0 1.5em 1.5em;	
}

#main li {
	list-style-type : square;
	margin: 0 1.5em 1.5em 3em;
	padding: 0;
}

#sidebar li {
	list-style-type : square;
	margin: 1em 1.5em 1.5em 3em;
	padding: 0;
}

#footer .right {
	float : right;
}

#footer p {
	margin: 0;
	padding: 0;	
}

.caption {
	font-size : 90%;
	text-align : center;
	font-style : italic;
}

.middle {
	text-align : center;
	margin : 0 auto;
}

/* HEADINGS */
#header h1 {
	font-size: 2em;
	line-height : 1.15em;
	margin : 0;
	padding : 0;
}

#main h2, #fullwidth h2 {
	font-size: 1.7em;
	margin: 0.8em 0;	
	padding : 0 0 0 0.5em
}

h3 {
	font-size: 1.3em;
	margin: 0 0 0.8em 0;
	padding: 0;
}

#sidebar h2 {
	text-align : center;
}

#sidebar h3 {
	margin : 1em;
}

/*=====================
Skip Links
adapted from 456 Berea St.
=====================*/
#skip {
	margin: 0;
	padding: 0 1em;
	list-style :none;
}

#skip li {
	display: inline;
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.9em;
	line-height: 2.5em;
}

#skip a:link,
#skip a:visited {
	padding-right: 1.5em;
}

/*======================
Breadcrumb Navigation
======================*/
#breadcrumb {
	display: block;
	margin: 0 0 10px;
	padding: 0 1em;
	font-size: 0.9em;
	line-height : 2.5em;
}

#breadcrumb li {
	display: inline;
	list-style : none;
	margin: 0 10px 0 0;
	padding: 0;
}

#breadcrumb a:link,
#breadcrumb a:visited {
	padding-right: 15px;
}

/*=====================
Sidebar Downloads
=====================*/
#sidebar ul.download {
	margin: 0 0 1.5em;
	padding: 0 1em;
	text-align : center;
}

#sidebar ul.download li {
	display: inline;
	list-style : none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	line-height : 2.5em;
}

#sidebar .download a:link,
#sidebar .download a:visited {
	padding: 0 20px;
}

/*=====================
Book Navigation
=====================*/
#booknav {
	margin: 0 0 1.5em;
	padding: 0 1em;
	text-align : center;
}

#booknav ul {
    margin: 0;
    padding: 1em 0;	
}

#booknav li {
	display: inline;
	list-style : none;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	line-height : 2.5em;
}

#booknav a:link,
#booknav a:visited {
	padding-right: 15px;
}

/*=====================
Chapter Navigation
=====================*/
#chapternav {
	margin: 0;
	padding: 0 0 20px 20px;
}

#chapternav ul {
	margin: 0;
	padding: 0;
}

#chapternav li {
	display: block;
	list-style : none;
	margin: 0 0 0 10px;
	padding: 0;
	font-size: 0.9em;
	line-height: 2em;
}

#chapternav a:link,
#chapternav a:visited {
	padding : 0 20px;
}

#chapternav li.first {
	font-size : 120%;
	font-weight : bold;
	margin: 0 0 0 -7px;
	padding: 0;
}

/*=====================
Search Box Styling
adapted from 456 Berea St.
=====================*/
#searchForm {
	margin: 0 auto 1em;
	padding: 1em 0 1em 0;
	font-size: 0.94em;
	line-height: 2.25em;
	text-align : center;
	border-top : 1px dashed #333;
	border-bottom : 1px dashed #333;
}

#searchForm label {
	display: inline;
	margin: 0;
	color: #666;
	vertical-align: middle;
	font-weight : bold;
}

#searchForm input.txt {
	display: inline;
	width: 130px;
	padding: 2px;
	border: 1px solid #666;
	vertical-align: middle;
}

#searchForm input.btn {
	margin: 0;
	vertical-align: bottom;
}

/*=====================
Bottom Book Navigation
=====================*/
#booknavbottom {
/*	clear : both; */
	margin: 0 0 1.5em;
/*	padding: 0 1em; */
	padding: 0; 
	text-align : center;
/*	float : right; */
}

#booknavbottom li {
	display: inline;
	list-style : none;
	margin: 0 1em 0 0;
	padding: 0;
	font-size: 0.7em;
	line-height : 2.5em;
}

#booknavbottom a:link,
#booknavbottom a:visited {
	padding-right: 12px;
}

/*END NAVIGATION STYLING*/

/*=====================
Colour Scheme
=====================*/
body,
html {
    color: #333;
	background: #f4ebf5 url(../images/bodybgblue.gif) repeat-x 0 0;
}

#wrapper {
    color: #333;
    background: #fffff6 url(../images/bgcolumnpurple.jpg) repeat-y 35% 0;
	border : 2px solid #000;
}

#skip {
	color : #333;
	background: #decfe6;
}

#header {
	color : #fff;
	background : #660099;
}
	
#sidebar {
	color : #333;
    background: #decfe6;
}
	
#main {
	color : #333;
	background : transparent;
}
	
#footer {
	color : #333;
    background: #decfe6;
}

#searchForm input.txt:focus {
	color: #000;
	background: #c9c;
}

/*=====================
Navigation Colour Schemes
=====================*/
a:link {
	background : transparent;
	color : #609;
	text-decoration : underline;
}

a:visited {
	background : transparent;
	color : #609;
	text-decoration : underline;
}

a:focus,
a:hover {
	background : #decfe6;
	color : #000;
	text-decoration : underline;
}
#skip a:link,
#skip a:visited {
	text-decoration: none;
	color: #609;
	background: url(../images/skip.gif) no-repeat 100% 60%;
}

#skip a:focus,
#skip a:active,
#skip a:hover {
	text-decoration: underline;
	color: #000;
	background: url(../images/skiphover.gif) no-repeat 100% 60%;
}

#breadcrumb {
	border-bottom : 1px dashed #333333;	
}

#breadcrumb {
	color : #333;
	background: #decfe6;
}

#breadcrumb a:link,
#breadcrumb a:visited {
	text-decoration: none;
	color: #609;
	background:  url(../images/next.gif) no-repeat 100% 60%;
}

#breadcrumb a:focus,
#breadcrumb a:active,
#breadcrumb a:hover {
	text-decoration: underline;
	color: #000;
	background:  url(../images/nexthover.gif) no-repeat 100% 60%;
}

#sidebar .download a:link,
#sidebar .download a:visited {
	text-decoration: none;
	color: #609;
	background:  url(../images/next.gif) no-repeat 0 60%;
}

#sidebar .download a:focus,
#sidebar .download a:active,
#sidebar .download a:hover {
	color: #000;
	text-decoration: underline;
	background:  url(../images/nexthover.gif) no-repeat 100% 60%;	
}

#booknav {
	border-bottom : 1px dashed #000;
	border-top : 1px dashed #000;
}

#booknav a:link,
#booknav a:visited {
	text-decoration: none;
	color: #609;
	background:  url(../images/next.gif) no-repeat 100% 60%;
}

#booknav a:focus,
#booknav a:active,
#booknav a:hover {
	text-decoration: underline;
	color: #000;
	background:  url(../images/nexthover.gif) no-repeat 100% 60%;
}

#chapternav a:link,
#chapternav a:visited {
	text-decoration: none;
	color: #609;
	background:  url(../images/next.gif) no-repeat 0 10%;
}

#chapternav a:focus,
#chapternav a:active,
#chapternav a:hover {
	text-decoration: underline;
	color: #000;
	background:  url(../images/nexthover.gif) no-repeat 0 10%;
}

#booknavbottom {
	border-bottom : 1px dashed #000;
	border-top : 1px dashed #000;
}

#booknavbottom a:link,
#booknavbottom a:visited {
	text-decoration: none;
	color: #609;
	background:  url(../images/next.gif) no-repeat 100% 60%;
}

#booknavbottom a:focus,
#booknavbottom a:active,
#booknavbottom a:hover {
	color: #000;
	text-decoration: underline;
	background:  url(../images/nexthover.gif) no-repeat 100% 60%;
}

/*==============================
Banner Image Replacement for header
==============================*/
.rir { 
	width : 100%;
	height: 155px;
	position: relative;
}

.rir span {
	background: url(../images/bannerpurple.jpg) no-repeat 0 0;
	width: 100%;
	height: 100%;
	position: absolute;
}

/*=====================
Typography Sections
=====================*/
#main h2 {
	background : url(../images/mainh2bkpurple.gif) no-repeat top left;
}

#main h3 {
	padding-left : 1em;
	background: url(../images/next.gif) no-repeat 0 60%;	
}

/*=====================
Local Page Styling
=====================*/

div.active {
    color: #333;
    background: #fcf0f0 url(../images/active.gif) repeat-x 0 0;
	padding : 10px;
	margin : 10px;
}

div.reflective {
    color: #333;
    background: #fffff6 url(../images/reflective.gif) repeat-x 0 0;
	padding : 10px;
	margin : 10px;
}

div.travel {
    color: #333;
    background: #fcf0f0 url(../images/travel.gif) repeat-x 0 0;
	padding : 10px;
	margin : 10px;
}
