/* ---------------
   revised 2007-03-17
    
   Layout and structure 
   --------------- */

body {
  margin: 0 0;
  padding: 0;
}

p { margin: 1em 1em 0 1em; }

.clear {clear: both}
.right {float: right}
.left  {float: left}

.outer {
    width: 96%;
    margin: 10px;
    padding: 5px;
}

#content {
    float: left;
    width: 70%;
    margin-right: -30%;
    margin-bottom: 5px;
}

#sidebar {
    float: right;
    width: 29%;
    margin-bottom: 5px;
}

.intro-top { margin-top: 5px; padding-bottom: 0.5em;}

.intro-right, 
.toc, 
.resource-right {
    margin-bottom: 5px;
    padding-bottom: 0.5em;  
}

.intro-right p.first { margin-top: 0 }
.intro-right p { margin: 1em 0.5em 0 0.5em }
.intro-right img { width: 100%; }
.resource-right { height: 98%; }

.essay,
.comment, 
.notes, 
.misc {
    margin-top: 5px;
    padding-bottom: 1em;
}
    
div.essay p, 
div.essay h2,
div.essay h3,
div.essay h4,
div.comment p, 
div.notes p {
  margin: 1em 2% 0 2%;  
}

.navbar {
  margin-top: 5px;
	padding: 5px 1em 5px 1em;
}

.vnav { 
    margin: 5px 0;
    padding-bottom: 1em;
}

.vnav ul, 
.vnav ul li {
  display: block;
  margin: 0.25em 0.5em 0 0.5em;
  padding: 0;
}

.vnav h3 {
    margin: 1em 1em 0 1em;
    padding-bottom: 0;
}

* html .vnav ul li a /* hide from IE5.0/Win and IE5/Mac */
{
height: 0.01%;
}
* html .vnav ul
{
position: relative; /* IE needs this to fix a rendering problem */
}

.inner-footer {
  clear: both;
  margin-top: 5px;
  padding-bottom: 1em;
}

.bufferbox {
  clear: both;
  margin-top: 5em;
}

.rss {
  display:block;
  float: left;
  margin: 1em auto;
}

.license {
    width: 33%;
    margin-left: 33%; 
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
       
.meter {
    float: right; 
    margin-top: 1em;
    margin-bottom: 0;
}

blockquote { margin: 1em 3em; }

/* END of layout */

/* ---------------
   COLOR theme
   --------------- */

A:link	{color: #0000d5 }
A:visited {color: #333350 }
A:hover { background: #f5f5f5 }

.banner,
.essay,
.inner-footer {
	background-color: #a0c4e8;
	border: 1px solid #a0c4e8;
}

.navbar,
.intro-top, 
.intro-right, 
.resource-right,
.comment, 
.misc, 
.notes,
.toc {
	background-color: #e0ebfb;
	border: 1px solid #e0ebfb;
}

/* ---------------
   FONTS, etc.
   --------------- */

div.banner h1 a { text-decoration:none; color:black }
div.banner h2 { font-style: italic; font-size: smaller; }

img { border: none }

.bold   { font-weight: bold}
.italic { font-style: italic}
.small  { font-size: 80% }
p.justify {text-align: justify }
p.inset { padding-left: 4em; }

.banner-tagline {
  font-size: 115%; font-style: italic; font-weight: bold;
  text-align: right;
  margin: 1em 2em;
}
.essay-tagline {font-size: 100%; font-style: italic; font-weight: bold;}

h4 { font-style: italic; }

.outer {
	border: 1px solid gray;
}

div.banner h1 { margin-left: 3em; margin-top: 1em; }
div.banner h2,
div.banner h3 {
  text-align: right; 
  margin-right: 2em; 
  font-style: italic;
}



.inner-footer p {text-align: center}

.intro-top, 
.intro-right, 
.toc, 
.resource-right {
  font-style: italic;
  min-height: 1em;
}

.intro-top { text-align: right;}
		
.comment, 
.notes, 
.misc {
	text-align: left;
    padding-left: 5px;
}

.essay {
  text-align: left;
}
		
.notes {
	font-size: 80%;
}

.comment {
    padding-bottom: 15px;
}

div.comment p {
  font-size: 80%; 
  font-style: italic; 
  text-align: center; 
}

.navbar { font-size: 75%; }

.vnav ul, 
.vnav ul li {
  list-style-type: none;
  display: block;
}

.vnav ul {
  border: solid 0px #e0ebfb;
  border-bottom-width: 0;
}

.vnav ul li {
  border-bottom: solid 0px #e0ebfb;
}

.vnav ul li, 
.vnav ul li a {
    display: block;
}

.vnav ul li a { padding: 5px 5px 0 5px }

.vnav ul li a, 
.vnav ul li a:link, 
.vnav ul li a:visited, 
.vnav ul li a:active, 
.vnav ul li a:hover {
    cursor: pointer;
}

.vnav h3 {
    font-size: 100%;
    font-weight: normal;
}

.rss {
  font-size: 80%;
  font-style: italic;
  text-align: center;
}

.license {
    font-size: 50%;
    text-align: center;     
}
      
.meter {
    border: none;
}