#skip_nav {

   display: none;

}

body {

   margin: 0px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: .9em;
   background-color: #666666;


}

a {

   color: #483d8b;

}

a[href$=".pdf"] {

   background: transparent url('/images/page_white_acrobat.png') no-repeat center right;
   padding-right: 20px; 

}

ol ol
{

   list-style-type: lower-alpha;
	
}

table {

   width:            75%;
   border-spacing:   0px;
   border: solid 1px #ddd;
   
}

caption
{

   text-align: left;
   font-size: 1.0em;
   font-weight: bold;
   background-color: #d4effd;
   color: #000;
   border-top: solid 1px #ddd;
   border-left: solid 1px #ddd;
   border-right: solid 1px #ddd;
   padding: .2em;
}

th, th a {

   font-weight: bold;

   color:            #fff;
   background-color: #999;

   padding:          2px;

   text-align:       left;
   margin-left:      auto;
   margin-right:     auto;

}

td, tr {

   border-spacing:   1px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;

   padding:          2px;

   text-align:       left;
   margin-left:      auto;
   margin-right:     auto;
   border: 1px solid #ddd;

}

.table_head {

   font-weight: bold;
   color: #ffffff;

   text-align: center;

   background-color: #330066;

}

pre {

   font-size: 10pt;
   background-color: #f0f0f0;

}

.word_count
{

   color: #777;

   font-size: .7em;
   font-weight: bold;

}

.copy {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;

}

h2#version
{

   font-size: .9em;

}

#copy
{

   font-style: italic;

   padding-left: 5em;
   padding-right: 5em;

   font-size: 1em;

}

#copy a, #copy a:hover
{

   color: #fff;

}

/* Headers */

h1, h2, h3, h4, h5, h6
{

   font-weight: bold;

}

h1
{

   font-size:   1.5em;

}

h2
{

   font-size:   1.4em;

}

h2#bread_crumb
{

   font-size:   1.0em;

}

h2#author
{

   font-size:   1.0em;

}

h3
{

   font-size:   1.3em;
   line-height: 90%;

}

.header_underlined
{

   border-bottom: 1px solid #999999;
   width: 99%;

}

.word {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
.word_type {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: normal}
.descr {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; font-style: italic}
.total {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}

.word_sm {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;

}

.word_sm2 {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: bold;
   background-color: #ffffff;

}

.word_type_sm {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: normal}

.descr_sm {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; font-style: italic; background-color: #ffffff; }
.descr_sm2 {  font-family: Arial, Helvetica, sans-serif;
              font-size: 8pt;
              font-weight: normal;
              font-style: italic;
 }
.total_sm {  font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold}

.odd {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;

   background-color: #ffffff;

}

.even {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;

   background-color: #efefef;

}

.code_odd {

   font-family: Courier New, Courier, mono;
   font-size: 10pt;
   color: #000000;

   background-color: #ffffff;

}

.code_even {

   font-family: Courier New, Courier, mono;
   font-size: 10pt;
   color: #000000;

   background-color: #efefef;

}

.code {

   font-family: Courier New, Courier, mono;
   font-size: 7.5pt;
   color: #000000;

   padding: 0.5em;
   /* margin: 5px;
      background-image: url(/free_images/gradient.png); */
   background-color: #efefef;
   border: 1px solid black;

}

.word_art {

   width: 535px;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;

   padding: 0.5em;
   background-color: white;
   border: 1px dashed gray;

}

.shapes {

   width: 400px;

   font-family: Arial, Helvetica, sans-serif;
   font-size: 10pt;
   color: #000000;

   padding: 0.5em;
   background-color: white;
   border: 1px dashed gray;

}

.nav_box {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #000000;
   width: 120px;

   background-color: white;
   border: 1px solid gray;

   list-style-type: square;
   margin-left: 3px;
   margin-bottom: 10px;
   text-align: left;

   padding: 0px;

}

.nav_box_header {

   color:        white;
   font-family:  Arial, Helvetica, sans-serif;
   font-size:    1.1em;
   font-weight:  bolder;
   text-transform:  capitalize;

   text-align:   left;
   padding-left: 2px;
   height:       16px;

   background-color: #483D8B;
   /* border-bottom: thin solid black; */

}

.nav_box_body {

   padding: 5px;

}

.nav_box_quote {

   padding:    5px;
   font-style: italic;
   text-align: center;

}

img.displayed {

    display:      block;
    margin-left:  auto;
    margin-right: auto;

}

img.floatr {

   float: right;
   border: 0px solid black;

}

img.floatl {

   float: left;
   border: 0px solid black;

}

.clock {

   font-family: Arial, Helvetica, sans-serif;
   font-size: 8pt;
   font-weight: normal;
   color: #ffffff;
   width: 110px;

   background-color: black;
   border: 2px outset yellow;

   text-align: center;

   margin-top:  5px;
   margin-left: 5px;
   margin-bottom: 10px;

   padding:     2px;

}

.main {

   width:   880px;
   height:  6000px;
   background-color: #f6f6f6;

   margin:  0px;
   padding: 0px; 

   border-right: 3px solid black;

}

.page, #page
{

   width:            900px;
   min-height:       2600px;
   background-color: #ffffff;

   margin:           0px;
   margin-left:      auto;
   margin-right:     auto;
   padding:          0px; 

   border-top:       1px solid black;
   border-right:     3px solid black;
   border-left:      1px solid black;
   border-bottom:    0px solid black;

}

.title_box, #title_box
{

   width:            560px;

   background-color: #ffffff;
   border:           0px solid gray;

   margin-left: 16px;

   padding:          3px 30px 0px 30px;

}

.content {

   width:            600px;

   background-color: #ffffff;

   top: 0px;

   margin-top:       0px;
   margin-bottom:    10px;

   padding:          0px;

}

.content_box {

   width:            600px;

   background-color: #ffffff;
   border:           1px solid gray;

   margin-top:       10px;
   margin-bottom:    10px;

}

.content_header {

   color:        white;
   font-family:  Arial, Helvetica, sans-serif;
   font-size:    1.1em;
   font-weight:  bolder;
   text-transform:  capitalize;

   text-align:   left;
   padding-left: 2px;
   height:       16px;

   background-color: #483D8B;
   /* border-bottom: thin solid black; */

}

.content_header a, .nav_box_header a {

   color:           white;
   font-weight:     bolder;
   text-decoration: none;
   text-transform:  capitalize;

}

.content_header a:hover, .nav_box_header a:hover {

   text-decoration: underline;

}

.content_header a:visited, .nav_box_header a:visited {

   color: white;

}

.content_body {

   height:  100%;
   padding: 5px;

}

#main
{

   margin-top: 0px;
   margin-left: 5px;
   width: 625px;
   padding: 2px 8px 10px 8px;

}

/*

.left_nav, #left_nav
{

   width:            130px;

   position:         absolute; 
   margin-top:       0px;
   margin-left:      0px;

   padding:          0px !important;
   
   background-color: #ffffff;
   border-right:     2px solid #f6f6f6;
   border-bottom:    2px solid #f6f6f6;
   
   font-size: 11px;
   line-height: 80%;
   text-align: left

}

.left_nav p, #left_nav p
{

   line-height: 120%;

}

.left_nav h3, #left_nav h3
{

   color: #483d8b;
   padding-bottom: 2px !important;
   border-bottom: 1px solid #999999;
   padding-top: 0em;
   margin-left: .5em;
   margin-right: .5em;
   margin-bottom: 0px;

}

.left_nav ul, #left_nav ul
{

   margin-left:  .5em;
   padding-left: 0px;
   padding-bottom: .5em;

}

.left_nav ul li, left_nav ul li
{

   list-style-type: none;
   margin-top: .6em;
   margin-left: .5em;
   margin-right: .5em;
   padding-left: 0px;
   text-align: left;

}

.left_nav ul li a, #left_nav ul li a
{

   color: #483d8b;
   text-decoration: underline;
   font-weight: normal

}

*/

.right_nav, #right_nav
{

   width:             230px;

   position:          absolute;
   margin-top:        0px;
   margin-left:       662px;

   border-left:       2px solid #f6f6f6;
   border-bottom:     2px solid #f6f6f6;

   padding-top: 0em !important;
   padding-bottom: 0em !important;
   padding-left:      .5em;
   padding-right: 0em !important;

   color: #000000;
   background-color:  #ffffff;
   
   font-size: 11px;
   line-height: 130%;
   text-align: left;

}

.right_nav h3, #right_nav h3
{

   color: #483d8b;
   padding-bottom: 2px !important;
   border-bottom: 1px solid #999999;
   margin-bottom: 0px;

}

.footer {

   width:            610px;

   background-color: #ffffff;
   border:           0px solid gray;

   margin-top:       10px;
   margin-bottom:    10px;
   margin-left:      130px;

   padding:          5px;
   
}

#footer {

   width:            890px;

   background-color: #483D8B;
   background-image: url(/images/segordon-footer.jpg);
   color: #fff;
   border-left: 1px solid #000;
   border-right: 3px solid #000;
   border-bottom: 3px solid #000;

   margin-top:       0px;
   margin-left:      auto;
   margin-right:     auto;

   padding:          5px;

}

.centered {

   margin-left:  auto;
   margin-right: auto;
   text-align:   center;

}

.counter {

   font-family:      Arial, Helvetica, sans-serif;
   font-size:        12pt;
   width:            50px;

   background-color: #000000;
   color:            #ffffff;
   font-weight:      bold;

   margin-left:      auto;
   margin-right:     auto;
   text-align:       center;

   padding:          1px;
   border:           3px outset yellow;

}

.next_button {

   width:            60px;
   color:            #ffffff;
   
   text-decoration: none;

   padding-left: 3px;
   padding-right: 3px;

   /* Ugly - need a better default face or hover combination

   background-color: #00aeef;

   border-top:       5px solid #5fccf5;
   border-left:      5px solid #31bef2;
   border-right:     5px solid #0079a7;
   border-bottom:    5px solid #00597b;

   */

   background-color: #00bff3;

   border-top:       5px solid #5fd7f7;
   border-left:      5px solid #31cbf5;
   border-right:     5px solid #0085aa;
   border-bottom:    5px solid #00627d;

   text-align:       center;

}

.next_button:hover {

   background-color: #00bff3;

   border-top:       5px solid #5fd7f7;
   border-left:      5px solid #31cbf5;
   border-right:     5px solid #0085aa;
   border-bottom:    5px solid #00627d;
   
   text-decoration: underline;

}

.next_button a {

   font-weight:      bold;
   color:            #ffffff;
   text-decoration:  none;

}

.next_button a:hover {

   color:            #ffffff !important;
   text-decoration:  underline;

}

.next_button a:visited {

   color:            #ffffff;

}

.copyright {

   font-family: Arial, Helvetica, sans-serif;
   font-size:   7pt;
   font-style:  italic;
   font-weight: bold;

}

.total_count {

   margin-left: 130px;
   font-weight: bold;

}

#container {

   display:          inline-block;

   width:            610px;

   background-color: #cccccc;

   margin-top:       10px;
   margin-bottom:    10px;
   margin-left:      130px;

}

#proverbs {

   display:          block;

   width:            262px;

   background-color: #ffffff;
   border:           1px solid gray;

   margin-top:       0px;
   margin-bottom:    0px;
   margin-left:      5px;

}

#oxymorons {

   display:          block;

   width:            261px;

   background-color: #ffffff;
   border:           1px solid gray;

   margin-top:       0px;
   margin-bottom:    0px;
   margin-left:      10px;

}

#indexboxes {

   float: left;

   margin-top: auto;
   margin-right: auto;
   margin-bottom: auto;
   margin-left: auto;

}

#indexboxes li {

   width: 45%;
   float: left;

   margin-right:   0px;
   margin-bottom:  0px;
   margin-left:    0px;
   margin-top:     0px;

   padding-bottom: 5px;

}

/* Blog Entries */

.container {

   width:            620px;

   background-color: #ffffff;
   border:           none;

   margin-top:       0px;
   margin-bottom:    0px;

   padding: 0px 15px;

}

.entry
{

   border: none;
   padding-left: .1em;
   padding-right: 1.5em;
   margin-top: 0px;
   font-size: 1.0em;
   line-height: 140%;

}

.entry h3 {

   width: 99%;
   padding-bottom: 2px !important;
   border-bottom: 1px solid #999999;
   margin-bottom: 0px;

}

.entry h3, .entry h3 a
{

   color: #483d8b;
   text-decoration: none;

}

.entry h3 a:hover {

   text-decoration: underline;

}

.entry h4
{

   font-size: .8em;
   padding-top: 0em;
   margin-top: 0px;
   color: #444444;

}

.entry h5
{

   font-weight: normal;
   margin-top: 0px;

}

.entry h6
{

   font-size:  9px;
   margin-top: 0px;
   margin-bottom: 0px;
   padding-bottom: 1.25em;
   /* border-bottom: 1px dotted #000000; */
   color: #333333;

}

#random_section
{


   color: #000000;
   border: none;
   margin-right: 1em;
   font-size: 11px;
   line-height: 130%;
   text-align: left;

}

#random_section h3
{

   color: #483d8b;
   padding-bottom: 2px !important;
   border-bottom: 1px solid #999999;
   margin-bottom: 0px;

}

#random_section blockquote
{

   font-style: italic;
   margin-left: 1em;
   margin-right: 1em;

}

#random_section p a {

   font-size:   10px;
   margin-left: 1em;;

}

#recent_posts_nav
{

   color: #000000;
   border: none;
   margin-right: 1em;
   font-size: 11px;
   line-height: 130%;
   text-align: left;

}

#recent_posts_nav h3
{

   color: #483d8b;
   padding-bottom: 2px !important;
   border-bottom: 1px solid #999999;
   margin-bottom: 0px;

}

#recent_posts_nav h4
{

   color: #000000;
   padding-bottom: 1px !important;
   margin-bottom: 0px;
   font-size: 15px;
}

#recent_posts_nav strong
{

   color: #000000;

}

#recent_posts_nav ul
{

   margin-left:  .5em;
   padding-left: 0px;

}

#recent_posts_nav ul li
{

   list-style-type: none;
   margin-top: .5em;
   margin-left:  0px;
   padding-left: 0px;
   text-align: left;

}

#donate {


   font-size: 11px;
   line-height: 130%;

}

#donate p {

   margin-left: .5em;

}

#donate h3 {

   margin-right: .5em;

}

#free_ebooks, #blogs
{

   font-size: 11px;
   line-height: 130%;

}

#blogs ul
{

   padding-left: 14px !important;

}

#free_ebooks h3, #blogs h3
{

   margin-right: .5em;

}

#free_ebooks ul, #blogs ul
{

   margin-left:  .5em;
   padding-left: 0px;

}

#free_ebooks ul li, #blogs ul li
{

   list-style-type: none;
   margin-top: .6em;
   margin-left: .5em;
   margin-right: .5em;
   padding-left: 0px;
   text-align: left;

}

#free_ebooks ul li a
{

   color: #000000;
   text-decoration: none;
   font-weight: normal

}

#free_ebooks ul li a[href$=".pdf"] {

   background: none;
   padding-right: 0px; 

}

#free_ebooks ul li a:hover
{

   color: #483d8b;
   text-decoration: underline;

}

#sponsors
{

   color: #000000;
   border: none;
   margin-right: .5em;
   font-size: 11px;
   line-height: 130%;
   text-align: left;

}

#sponsors h3
{

   color: #483d8b;
   padding-bottom: 2px !important;
   border-bottom: 1px solid #999999;
   margin-bottom: 0px;

}

#calendar
{

   margin-top: 1em;
   margin-left: .75em;
   margin-right: 1em;
   padding: 0px;

   /* border: 2px solid #f6f6f6; */

   color: #ffffff;

   background-color: #483d8b;
   border: 2px outset black;

}

a.clockface
{

   color: #ffffff;
   font-size: .8em;

   background-color: #000099; /* 483d8b */
   border: 2px outset #000;
   
   padding: .15em;
   text-decoration: none;

}

a.clockface:hover
{
	
   background-color: #6633ff;
   text-decoration: underline;
   
}

#calendar p 
{
   margin: 2px;
   text-align: center;

}

.snippet
{

   background-color: #f6f6f6;
   margin: 5px;
   padding: 10px;
   font-style: italic;

}

ul.prompts
{

   margin: 0em;
   padding: 0em .25em;

}

ul.prompts li
{

   margin: 1.25em 0em;
   padding: 0em;
   list-style-type: none;

}

.quotes_header
{

   border-bottom: 1px solid #999999;
   width: 99%;

}

/* Google Translator */

div#google_translate_element div.skiptranslate
{

   font-size: .6em;
   /* border: 2px solid #eee; */
   padding: 1px 2px;
   margin-right: 3px;

}

select.goog-te-combo, .goog-te-banner *, .goog-te-ftab *, .goog-te-menu *, .goog-te-menu2
{

   font-size: 1.6em !important;

}

h1#wilaw
{

   background: url(/images/wilaw_logo.png) no-repeat;
   text-indent: -999999px;
   width: 468px;
   height: 60px;

}

ul#prompts_list, ul.clean_list
{

   padding: 0em 1em;

}

ul#prompts_list li, ul.clean_list li
{

   list-style-type: none;
   padding: .8em 0em;

}

div#add_comment
{
	
   width: 425px;
   background-color: #efefef;
   border: 1px solid #ccc;
   padding: .5em !important;
   margin: .5em;


}

div#add_comment h3
{

   margin-top: .5em!important;

}

.date_text
{

   font-size:.8em;
   color: #888;

}

.chaos_feed, .shattering, .indigo, .pauperdelle
{
	
   display: block;
   width: 75px;
   height: 113px;
   text-indent: -99999px;
   overflow: hidden;
   border: none;
}

.chaos_feed:hover, .shattering:hover, .indigo:hover, .pauperdelle:hover
{

   border: 1px solid #ff0000;

}

.chaos_feed
{

   background: url(/images/chaos-feed-cover-75x113.jpg) no-repeat;

}

.shattering
{

   background: url(/images/the-shattering-cover-75x113.jpg) no-repeat;

}

.indigo
{

   background: url(/images/indigo-cover-75x113.jpg) no-repeat;

}

.pauperdelle
{

   background: url(/images/pauperdelle-cover-75x113.jpg) no-repeat;

}

div#blogs ul#serials li
{

   display: block;
   width: 75px;
   height: 113px;
   float: left !important;
   margin: 4px;

}

#serial_novels, #ads h3, #recent_posts_nav h3, #translate h3, #toc h3, #resources h3
{

   display: block;
   width: 195px;
   height: 20px;
   text-indent: -99999px;
   overflow: hidden;
   margin-bottom: .5em;
   
}

#serial_novels
{

   background: url(/images/serial-novels.png) no-repeat;

}

ul#serials
{

   margin-left: 14px;

}

#ads
{

   padding-left: 13px;

}

#ads h3
{

   background: url(/images/ads.png) no-repeat;

}

#resources h3
{

   background: url(/images/useful-resources.png) no-repeat;

}

#recent_posts_nav h3
{

   background: url(/images/recent-posts.png) no-repeat;

}

#translate h3
{

   background: url(/images/translate.png) no-repeat;

}

#toc
{

   color: #000000;
   border: none;
   margin-right: 1em;
   font-size: 13px;
   line-height: 130%;
   text-align: left;

}

#toc h3
{

   background: url(/images/toc.png) no-repeat;

}


#toc ul
{

   padding-left: 5px;

}

#toc ul li, #fun_with_words ul li, #recent_posts_nav ul li, #resources ul li
{

   list-style-type: none;
   margin-top: 1px;
   margin-left:  0px;
   padding-left: 0px;
   text-align: left;

}

#toc ul li a, #recent_posts_nav ul li a
{

   color: #000;
   text-decoration: none;
   font-weight: bold;

}

#toc ul li a:hover, #recent_posts_nav ul li a:hover
{

   text-decoration: underline;
   background-color: #efefef !important;

}

#fun_with_words h3
{
	
   display: block;
   width: 200px;
   height: 20px;
   text-indent: -99999px;
   overflow: hidden;
   background: url(/images/fun-with-words.png) no-repeat;

}

#fun_with_words ul, #resources ul
{

   padding-left: 15px;

}

#bumper_stickers, #oxymorons, #proverbs, #famous_quotes
{

   display: block;
   width: 175px;
   height: 50px;
   text-indent: -99999px;
   overflow: hidden;
   margin-left: 10px;
   margin-bottom: .5em;
   border: none;
}

#bumper_stickers
{

   background: url(/images/bumper-stickers.png) no-repeat;

}

#oxymorons
{

   background: url(/images/oxymorons.png) no-repeat;


}

#proverbs
{

   background: url(/images/proverbs.png) no-repeat;

}

#famous_quotes
{

   background: url(/images/famous-quotes.png) no-repeat;

}

#google_translate_element
{

   margin-left: 10px;

}

#ads2
{

   padding-top: 15px;
   padding-left: 33px;

}

#recent_posts_nav ul li a
{

   font-size: 12px;
   width: 160px;

}

#recent_posts_nav ul li a:hover
{
	
   background-color: #efefef !important;

}

.recent_post_date
{

   color: #777;
   font-size: 11px;
   font-weight: normal;

}

#chaos_title
{

   width: 300px;
   height: 450px;
   text-indent: -99999px;
   overflow: hidden;
   background: url(/images/chaos-feed-cover-300x450.png) no-repeat;
}

#admin
{

   width: 900px;
   height: 20px;
   background: #9e0b0f;
   margin: 0px;
   padding: 0px;
   border-bottom: 1px solid #000;

}

#admin, #admin a
{

   color: #fff;

}

#admin ul
{

   margin: 0px;

}

#admin ul li
{

   list-style-type: none;
   float: left;
   padding: 0px 5px;

}

#crumb
{

   font-size: 13px;
   margin: 10px 0px 0px 17px;

}

#crumb a
{

   text-decoration: none;

}

#crumb a:hover
{

   text-decoration: underline;

}

#top_bar
{
	
   width: 900px;
   height: 130px;
   background: #2e3192 url(/images/segordon-header.jpg) no-repeat;
   margin: 0px;
   padding: 0px;
   border-bottom: 1px solid #000;
   font-size: 15px;
}

#top_bar, #top_bar a
{

   color: #fff;

}

#top_bar a
{

   text-decoration: none;

}

#top_bar a:hover
{

   text-decoration: underline;

}

#top_bar ul
{

   margin: 0px;
   padding: 106px 20px 6px 10px;

}

#top_bar ul li
{

   list-style-type: none;
   float: left;
   padding: 0px 20px;

}

.page
{

   border-top: 1px solid #bbb;

}

.right_nav
{

   border: none;

}

div.entry
{

   padding: 0px 10px 10px 10px;
   margin: 10px 5px 20px 0px;
   width: 600px;
   background: #fff url(/images/white-gradient.png) top right repeat-y !important;
   border: 1px solid #bbb;

   -moz-border-radius: 15px;
   -webkit-border-radius: 15px;

}

div.entry h3, div.entry h4
{

   border: none;
   margin-left: 15px;

}

div.entry h3 a
{

   font-size: 22px;

}

div.entry h4
{

   font-weight: normal;
   margin-top: 2px;

}

div.entry p
{

   padding: 0px 15px;

}

#chapter_nav
{

   text-align: center;

}

.continue_nav
{

   text-align: right;

}

.chapter_image
{

   display: block;
   float:right; margin: 0px 10px;

   text-align: center;

}

.chapter_image img
{

   border: 1px solid #000;

}

.chapter_image p
{

   margin: 1px 0px 0px 0px;
   text-align: center;
   font-size: 11px;
   line-height: 130%;

}

.nav_link
{

   color: #000;
   text-decoration: none;
   font-size: 13px;
   font-weight: normal;
   background-color: #eee;
   border-top: 1px solid #ddd;
   border-left: 1px solid #ddd;
   border-right: 2px solid #bbb;
   border-bottom: 2px solid #bbb;
   padding: 3px 4px;

}

.nav_link:hover
{

   background-color: #fff799;
   border-top: 1px solid #000;
   border-left: 1px solid #000;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;

}

.continue_link
{

   color: #000;
   text-decoration: none;
   font-size: 13px;
   font-weight: normal;
   background-color: #f0f0f0;
   border-top: 1px solid #000;
   border-left: 1px solid #000;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;
   padding: 3px 4px;

}

.continue_link:hover
{

   text-decoration: underline;
   background-color: #fff799;
   border-top: 1px solid #000;
   border-left: 1px solid #000;
   border-right: 2px solid #000;
   border-bottom: 2px solid #000;

}

.comments
{

   width: 75px;
   height: 60px;
   padding: 0px;
   display: block;
   float: right;
   font-size: 13px;
   background: #ccc url(/images/brushed-metal.png) no-repeat;
   color: #fff;
   border: 1px solid #000;
   margin: 12px 2px 5px 5px;
}

.comments p
{

   padding: 0px !important;
   margin: 15px 0px 0px 0px;
  text-align: center;

}

.comments .bignum
{

   font-size: 34px;

}

#bottom_nav
{


   margin-left: 15px;
   padding-bottom: 4px;

}

#ads ul
{

  padding: 0px;
  margin: 12px 0px 0px 14px;

}

#ads ul li
{

   list-style-type: none;

}


#venecia
{

   display: block;
   width: 175px;
   height: 275px;
   text-indent: -99999px;
   overflow: hidden;
   margin-bottom: .5em;
   background: #fff url(/images/venecia-175x275-james-barbour.jpg); 
}

.chapter_heading
{

   color: #483d8b;
   font-size: 1.3em;
   margin: 15px 0px 0px 15px;
}


.chapter_date
{

   color: #777 !important;
   font-size: .8em;
   font-weight: normal;
   margin: 0px;
}