
/* typographic settings for site, font typs & sizes*/
/* link styling is included here, as is line-height*/
/* and list styling */
body{font: normal small  Arial, Helvetica, sans-serif;}


/*--- header details ---*/
h1 {
  font-size: 225%; /*190%*/
  font-weight: bold;
  text-align: left;
  letter-spacing: -1px;
  font-family: "Times New Roman", Georgia, serif;
}
h1 span{
  font-style: normal;
  font-weight: normal;
  font-size:85%;
  letter-spacing: 0;
}
p#strapline{font-size: 100%; font-weight: bold;}

/*--- content detail ---*/
/*h2{font-size: 110%; font-weight: bold; }*/
h3{font-weight: normal;}
span.googlemaplink{
  font-size: 80%;
  font-weight:normal;
}
#content blockquote {margin-bottom: 2em;}

#content blockquote p{
  font-family: Verdana;
  font-size: 90%;
  color: #444;
  font-style: italic; /*see iehack file IE7 bug */
  .font-style: normal; /* IE6/7 */
  _font-style:italic; /*IE6 is OK!!*/
}
#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: right;
}

#helps2 {font-size: 80%;}

#content {text-align: left;}
#content p {
  font-size: 100%;
  line-height: 140%;
  text-align: justify;
}
#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;
}
#content p.linkstext {
  font-size: 90%;
  margin: 5px 30px;
}

#content h2 span#instruments{
  font-size: 90%;
  font-weight: normal;
  color: #888;
}

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

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

