@charset "UTF-8";

/* CSS for Mithgar.com. */
/* Copyright (c) by Daniel Kian Mc Kiernan.  All rights reserved. */

/* styles for clients that do not recognize media types */

/* DEFAULTS ACROSS MEDIA */

 /* GENERAL */

  div.excerpt
  {
    max-width: 610px ;
    margin-top: 2em ;
    margin-bottom: 2em ;
    margin-left: auto ;
    margin-right: auto ;
  }
  div.excerpt h1:first-child
  {
    text-align: center ;
  }
  div.excerpt h2:first-child
  {
    text-align: center ;
  }
  div.excerpt h3:first-child
  {
    text-align: center ;
  }
  div.excerpt h4:first-child
  {
    text-align: center ;
  }
  div.passage
  {
    text-align: justify ;
  }
  div.passage p
  {
    margin-top: 0.5em ; margin-bottom: 0.5em ; text-indent: 1.5em ;
  }

  div.ToC
  {
    margin-top: 3.6em ;
    margin-bottom: 3.6em ;
    text-align: center ;
  }
  div.ToC hr
  {
    max-width: 340px ;
    height: 5px ;
    margin-left: auto ;
    margin-right: auto ;
  }
  a.ToCEntry
  {
    display: block ;
    font-size: 1.5em ;
    font-weight: bolder ;
    margin: .75em 0 ;
  }

  cite.shortwork
  {
    font-style: inherit ;
  }
  cite.shortwork:before
  {
    content: "\02018" ;
  }
  cite.shortwork:after
  {
    content: "\02019" ;
  }
  cite.shortwork cite.shortwork:before
  {
    content: "\0201c" ;
  }
  cite.shortwork cite.shortwork:after
  {
    content: "\0201d" ;
  }

  .thought
  {
    font-style: italic ;
  }
  .sound
  {
    font-style: italic ;
  }

  a:active
  {
    text-transform: none ;
  }
  a:hover
  {
    text-decoration: underline ;
    text-transform: none ;
  }

@media screen { }
@media print { }
@media handheld { }
@media tv { /* Defaults */ }
@media projection { }
@media tty { }

@media aural  /* deprecated */
{
}

@media speech  /* W3C has not much specified. */ { }

@media braille { }
@media emboss { }


