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

#wrapper{
  text-align: left;
}

/*--- header details ---*/
#header {
  text-align: right;

}

h1 {
  font-size: 250%;
  font-weight: bold;
  text-align: center;
  letter-spacing: -1px;
}

h1 span#kword{
  font-style: normal;
  font-weight: bold;
  font-size:40%;
  letter-spacing: 1px;
  line-height: 100%;
  text-align: center;
}

p#strapline{
  font-size: 90%;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
}

h2 {text-transform: lowercase;}

/*--- content detail ---*/
#content h2{
  font-size: 120%;
  font-weight: bold;
}
#content #introsect h2 {
  text-align: left;
  font-weight: bold;
  font-size: 120%;
}

#content h3{
  font-size: 110%;
  font-weight: bold;
  text-transform: lowercase;
}

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

#content blockquote p{
  font-family: "Lucida Sans", "Lucida Sans Unicode";
  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: 70%;
  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 strong {font-weight: bold;}

#contentsec ul li {
  font-size: 85%;
}


/*--- footer detail ---*/
#footer{
  font-size: 90%;
  text-align: right;
}
#footer p#bot {text-align: center;}



