/* -------------------------------------------------------------- 
   
   Boilerplate typography.css
   * Sets up some sensible default typography.
  
-------------------------------------------------------------- */

/* This is where you set your desired font size. The line-heights 
   and vertical margins are automatically calculated from this. 
   The percentage is of 16px (0.75 * 16px = 12px). */
body { font-size: 93.75%; }


/* Default fonts and colors. */
body { font-family: Helvetica, Arial, sans-serif; }


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { color:#3881be; font-size: 2.857em; line-height: 1em;}
h2 { color:#004990; font-size:1.714em; line-height:1.25em; font-weight:bold; border-bottom: 1px solid #83AFAF; }
h3 { color:#004990; font-size:1.357em; line-height:1.579em; font-weight:bold; }
h4 { color:#5297d0; font-size:1.2em; line-height:1.429em; }
h5 { color:#5297d0; font-family:Arial, sans-serif; font-size:.857em; font-weight:bold;  line-height:1.667em; }
h6 { color:#8cbbe2; font-family:Arial, sans-serif; font-size:.786em; line-height:1.818em; font-weight:normal; }


/* Text elements
-------------------------------------------------------------- */

p { line-height:1.429em;}

ul, ol { margin: .5em 1.5em 0; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }

dl { margin: 0; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { font-style: normal; }
del { color: #000; }

a {color:#004990;  text-decoration:none;}
a:link, a:visited {border-bottom:1px solid #A7C8DF;}
a:hover, a:active {background-color:#E0E9EF;}

blockquote { font-size:1.429em; margin:0 20px; padding:10px 0 0 30px; background: url(/images/icons/quote.gif) no-repeat left top;}
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.429em; }
tt { display: block; margin: 1.5em 0; line-height: 1.429em; }


/* Tables
-------------------------------------------------------------- */

table { }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }


/* Some default classes
-------------------------------------------------------------- */

.small { font-size: .8em; }
.large { font-size: 1.2em; }
.quiet { color: #999; }
.caps { text-transform:uppercase;}
.clear_floats {clear:both;}

.highlight { background: #ffc; }

.top { margin-top: 0; padding-top: 0; }
.bottom { margin-bottom: 0; padding-bottom: 0; }