
/* typographic settings for site, font typs & sizes*/
/* link styling is included here, as is line-height*/
/* and list styling */
body{font: normal small "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif; }

/*--- header details ---*/
h1 {
  font-size: 215%; /*190%*/
  font-weight: bold;
  text-align: left;
  letter-spacing: 0;
  font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
}

h1 span{
  font-style: normal;
  font-weight: normal;
  font-size: 75%;
  letter-spacing: 0;
}

p#strapline{
  text-align: left;
  font: bold italic 130% "Lucida Sans", Verdana, sans-serif;
}

/*--- content detail ---*/
h2{
  font: bold normal 120% "Lucida Sans", Verdana, sans-serif;
}

#content h2 span.weblink a{
  font-weight: normal;
  font-size: 90%
}

h2 span.progtype{
  font-size: 80%;
  font-weight: normal;
}

h2 span.progtype_free{
  font-size: 80%;
  font-weight: bold;
  text-transform: uppercase;
}

h3{
  font-weight: bold;
  font-style: normal;
}
#pid_events h3{
  font-style: italic;
}


#content div#first_words p {
  color: black;
  font-size: 120%;
}

#content blockquote {margin-bottom: 2em;}

#content blockquote p{
  font-family: Verdana;
  font-size: 90%;
  color: #444;
  font-style: italic; /*see iehack file */
}
#content blockquote.textright p{text-align: right;}

/*#content blockquote p:first-child > *:first-letter{font-size: 140%;}*/

#content blockquote p.quotesrc {text-align: right;}

#content div#comments p{font: italic 100% Verdana;}


p.para1 {font-size: 110%;}

#helps p{
  font-size: 80%;
  text-align: center;
}

#helps2 {font-size: 80%;}

#content {text-align: left;}
#content p, #content li, #content dt, #content dd {
  font-size: 110%;
  line-height: 135%;
  text-align: left;
}
#content div#long_notes_list li{
  font-size:100%;
  line-height: 130%;
}
#content p.pub_date{
  font-size: 80%;
  font-style: italic;
  color: #666;
}
#content p.permalink, #content p.permalink_arc,#content p.archive_link {font-size: 80%;}
#content p.localnav, #content p.prevnext{
  text-align: center;
  font-size: 90%;
  font-style: italic;
}

#contentsec p, #contentsec ul li {
  font-size: 105%;
}

/*--- footer detail ---*/
#footer{
  font-size: 80%;
  text-align: left;
}

#footer p#bot {text-align: center;}

