body
{ 
  background: #dfdfdf;
  color: black;
}

a img { border: none;  }

a:link { color: blue; }
a:visited {  color: purple; }

div#banner
{
  display: none;
}

#content
{ 
}

blockquote { text-align: center; padding-bottom: 1em; }

blockquote div.quote 
{  
  font-family:  garamond, serif; 
  font-style: italic;
}

blockquote div.author { font-weight: bold; }

div#sidebar
{ 

}

div#menu
{ 
  border: solid;
  border-color: maroon;
  font-weight: bold;
  font-family: verdana, sans-serif;
}

div#menu span#current
{
  background: gray;
  text-align: center;
  margin-top: 1px;
  margin-bottom: 1px;
  border: none;
}

div#menu a
{ 
  background: silver;
  text-align: center;
  text-decoration: none;
  margin-top: 1px;
  margin-bottom: 1px;
  border: none;
}

div#menu a:hover
{ 
  background: white;
}

div#menu a:link { color: teal; }
div#menu a:visited { color: teal; }

div#menu a span
{ 
  display: none;
}

#footer
{
  clear: both;
}

#footer div#copyright
{ 
  font-family: verdana, sans-serif;
  font-style: italic;
  font-size: 10px;
}

#footer div#modification 
{  
  float: left; 
  font-family: verdana, sans-serif;
  font-style: italic;
  font-size: 10px;
}

#footer div#generator 
{  
  float: right;  
  font-family: verdana, sans-serif;
  font-style: italic;
  font-size: 10px;
}

#blog a img
{ 
  float: left;
  border: none;
  margin-right: 1em;
}

#blog div.entry
{ 
  margin-bottom: 2em;
  border-top: solid;
  border-top-width: thin;
  border-top-color: black;
}

#blog a + div.entry
{ 
  margin-bottom: 2em;
  border-top: none;
}

#blog span.date
{ 
  color: maroon;
  font-style: italic;
  margin-right: 1em;
}

#content h1#title
{ 
  background: black;
  text-align: center;
  border-style: solid;
  border-color: maroon;
  color: white;
  margin-left: 5em;
  margin-right: 5em;
  margin-bottom: 1em;
  clear: both;
}

#content div#leftcol
{
}

#content div#rightcol
{ 
}

#content div#leftcol h4, #content div#rightcol h4
{ 
  color: red;
  margin-bottom: 0;
}

#content div#leftcol h4 + p, #content div#rightcol h4 + p
{ 
  margin-top: 0;
}

#content div#leftcol ul, #content div#rightcol ul
{ 
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0;
}

#content div#leftcol ul li ul, #content div#rightcol ul li ul
{ 
  list-style-type: circle;
  padding-left: 1.5em;
  margin-top: 0;
}

#content div#colfooter
{ 
  clear: both;
  color: black;
  font-size: 10px;
}

#content div#tavernheader
{ 
  text-align: center;
  margin-bottom: 1em;
}

#content div#tavernheader h1
{ 
  margin-bottom: 0;
}

#content div.navmenu
{ 
  clear: both;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol.alpha
{ 
  list-style-type: lower-alpha;
}

#gallery
{ 
  text-align: center;
}

#gallery > img
{ 
  margin: 2em;
}

#gallery * img
{ 
  margin: 2em;
}

img.left
{ 
  float: right;
}
