/*
  background: url("../biography/blueblur.jpg");
  background: url("../imgs/snowflake.gif");
  
*/

html {
  font-family: georgia, serif;
  font-size: 90%;
}

div.story p {
   line-height: 1.6
}

h1, h2, h3, h4, h5, h6 {
  font-family: verdana, sans-serif;
}

p.code {
  font-family: monospace;
  border: thin solid;
  padding: 2ex 2em 2ex 2em;
}

p.pictures {
    text-align: center;
}

p.ads {
    text-align: center;
}

p.comments {
	font-size: 80%;
	text-align: right;	
}

img {
  border-width: 0cm
}

img.right {
  border-width: 1cm;
  text-align: right;
}

img.left {
  text-align: left;
  padding: 10px;
  float: left;
}


/** Table of Contents Formatting **/
/* The main div around the entire table of contents */

/*
 Winter: background-color: #D4E9F5;
 Summer: background-color: #ADDFA8;
 Valentine: background-color: #F49090;
 St. Patricks Days: background-color: #BBEE77;
 Purple: background-color: #B3B3F1;
*/
/* Note: Changed the width from 17% to pixels for the twitter badge. */
div.toc {
  font-size: 90%;
  float: right;
  width: 180px;
  display: block;
  background-color: #D4E9F5;
  padding: 0%;
  margin-right: 1%;
  margin-bottom: 1%;
}

/* This is the heading for each "section" */
/*
 Winter: 
  color: #FFFFFF;
  background-color: #B3BCFF;
 Summer:
  color: #FFFFFF;
  background-color: #3C9632;
 Valentine: 
  color: #FFFFFF;
  background-color: #D85E6A;
 St. Patricks Days: 
  color: #FFFFFF;
  background-color: #447700;
 Purple: 
  color: #FFFFFF;
  background-color: #8A67AD;
*/

div.toc h2 {
  width: 100%;
  color: #FFFFFF;
  background-color: #B3BCFF;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 0;
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

/*
  Summer:
    border-left-color: #3C9632;
  Winter:
    border-left-color: #B3BCFF;
  
*/

/* This is the list */
div.toc ul {
  list-style-type: none;
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  margin-right: 0em;
  padding-left: .5em;
  padding-right: .5em;
  
  border-left-width: medium;
  border-left-color: #B3BCFF;
  border-left-style: solid;    

  border-right-width: medium;
  border-right-color: #B3BCFF;
  border-right-style: solid;    
}

/*
  Summer:
    border-left-color: #3C9632;
  Winter:
    border-left-color: #B3BCFF;
  
*/
p.toc {
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0em;
  margin-right: 0em;
  padding-left: .5em;
  padding-right: .5em;

  border-left-width: medium;
  border-left-color: #B3BCFF;
  border-left-style: solid;    

  border-right-width: medium;
  border-right-color: #B3BCFF;
  border-right-style: solid;    
}
/*
  margin-bottom:.5ex;
  margin-left: .5em;
  margin-right: .5em;
  margin-top: .5ex;
  padding-left: 0em;
  padding-right: 0em;
*/

div.toc li {
  padding-left: .5em;
  padding-right: .5em;
}

div.toc li:hover {
    background: #FFFFFF;
}
div.toc a {
    text-decoration: none;
}

/** End: Table of Contents Formatting */


blockquote {
  font-style: italic;
}

div.right {
  float: right;
}

/** Main Header Section for page */
/* float: top; */
div.page-header {
  text-align: center;
  margin-bottom: 1%;
  border-bottom-width: medium;
  border-bottom-style: ridge;
}

/** Main Footer Section for page */
div.page-footer {
  border-top-width: medium;
  border-top-style: ridge;
  margin-top: 1%;
  float: left;
  width: 100%
}

div.quote {
  font-style: italic;
}


div.main-content {
  width: 75%;
  float: left;
}

div.main-content h1 {
  font-weight: bold;
  font-size: 200%;
  text-align: center;
  border-bottom-width: thin;
  border-bottom-style: solid;
  margin-bottom: 1%;
  margin-top: 0;
  padding-top: 0;
}

/*
 Summer:
   color: #FFFFFF;
   background-color: #3C9632;
 Autumn:
   color: 
 Winter: 
   color: #000000;
   background-color: #B3BCFF;
 Valentine: 
   color: #000000;
   background-color: #D85E6A;
 St. Patricks Days: 
   color: #FFFFFF;
   background-color: #447700;
 Purple:
   color: #000000;
   background-color: #B3B3F1;
 
*/
div.story h2 {
  color: #000000;
  background-color: #B3BCFF;
  text-align: left;
  font-weight: bold;
  font-size: 120%;
  margin-top: 0%;
  margin-left: -2%;
  padding-top: .1ex;
  padding-bottom: .3ex;
  padding-left: 1%;
  border: thin outset;
}

#old-story h2 {
  font-style: italic;
  color: #FFFFFF;
  background-color: #AAAAAA;
}


div.story {
  padding-left: 2%;
  margin-bottom: 1ex;    
}

div.story p.quote {
    line-height: 1;
    text-decoration: none;
    width: 25%;
    background-color: #DDDDDD;
    margin: 0% 2% 1% 2%;
    padding: 1% 1% 1% 1%;
    border: thin outset;
    float: right;
}


div.story p.quote q {
    font-style: normal;
}
div.story p.quote q:before { 
    content: no-open-quote; 
}
div.story p.quote q:after { 
    content: no-close-quote; 
}
div.story p.quote:first-letter {
    font-size: 200%;
    float: left;
    margin-right: 0.2em;
}


q {
    font-style: italic;
}


a.rssbutton {
  padding: .1ex .2em .1ex .2em;
  font-size: 90%;
  border-style: groove;
  border-width: thin;
  border-color: black;
  text-decoration: none;
  background:#f90; 
  color:white;
  font-family: monotype;
}

.rtop,.rbottom{display:block}
.rtop *,.rbottom *{display:block;height: 1px;overflow: hidden}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}

.rs1{margin: 0 2px}
.rs2{margin: 0 1px}

/* The Main Anchor */
#readerpublishermodule0 h3 {
    display: none;
}

#readerpublishermodule0 a.i {
}

/*  The from. */
#readerpublishermodule0 div.s {
    text-indent: 5%;
    font-size: 70%;
}

/* The from anchor */
#readerpublishermodule0 div.s a {
  font-weight: normal !important;
  color: #99d !important;
}

#readerpublishermodule0 div.f {
    display: none;
}
