/* This typographic markup is also applied sitewide */

body {
margin-left: 20em;
margin-right: 8em;
font-size: 100%; 
line-height: 1.125em; 
font-family: verdana, sans-serif;
}

p.notbig { font-size: 0.8em; line-height: 1.125em; font-weight: bold; letter-spacing: 0.1em; text-align: center; color: #cccccc; }

p.med { font-size: 0.9em; line-height: 1.125em; color: #660000 }

p.normplus { font-family: georgia, times, serif; font-style: italic; font-size: 1.1em; line-height: 1.3em; }

p.norm { font-size: 0.9em; line-height: 1.4em; text-align: justify; color: #666666; }

p.norm a, p.normplus a { color: #663366; text-decoration: none;}

p.norm a:hover, p.normplus a:hover { color: #660066;}

p.illo { text-align: center }

p.cite, ol.cite, ul.cite { font-size: 0.8em; line-height: 1.3em; }

p.download { background: #cc99cc; padding: 6px 6px 6px 6px; font-size: 0.65em; line-height: 1.10em; font-weight: bold; letter-spacing: 0.1em; text-align: left; color: #ffffff;}

.download_blurb { font-size: 1.0em; line-height: 1.3em; font-weight: normal; letter-spacing: 0em; color: #000000;  }

span.download_blurb a { color: #cc0033; }

div.navbar {

position: absolute; 
left: 3em;
padding: 10px;
background: #ffffff;
border: none;
}

.invisible {
display: none;
}

.navbar-item {
display: block; 
margin-bottom: 0px;
padding: 1px;
font-size: 0.85em;
font-family: verdana, arial, sans-serif;
text-decoration: none;
color: #666666;
text-align: right;
}

.navbar-contact {
display: block; 
font-size: 0.6em;
line-height: 1.2em;
font-family: verdana, arial, sans-serif;
text-decoration: none;
color: #666666;
text-align: right;
}

a.navbar-item:hover, a.navbar-contact:hover { color: #660066; }

#nav1 {
margin-top: -35px;
}


/* This dropcap code is modelled after Safalra's */
/* on http://www.safalra.com/ */


.dropcap{
  display      : block;
  float        : left;
  margin-top   : -0.3em; 
  margin-left  : -0.3em;
  margin-right : 0.35em;
  height       : 3.75em;
}

.dropcap span{
  font-size    : 5.1em;
  line-height  : 1.0em;
font-family: times, times new roman, serif;
color: #660066;
}

.dropcap + span{
  margin-left  : -0.45em;
}

/* These specialised pieces of structural markup*/
/* apply only to the index page */


#nobody {
width: 100%; 
margin-right: 0px;
}

#dreamcatcher {
position: absolute; 
left: 0px;
top: 5px;
border: none;
}

#index_navbar {
position: relative;
right: 155px;
top: -60px;
border: none;
}

#indextext {
position: absolute;
left: 410px;
right: 8em;
top: 25px;
border: none;
}

#index_left{
margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

#index_right{
margin-top: 0px;
margin-bottom: 10px;
text-align: right;
}



