/* -------------------------------------------------------------- 
   
   typography.css
      
-------------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.75 * 16px = 12px) */

body { 
  font-size: 90%;
  color: #585858; 
  font-family: Arial, Helvetica, Verdana, sans-serif;
  }

  body#home { font-size: 75%; }

#wrapper.med { font-size:1.1em; }
#wrapper.large { font-size:1.2em; }




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

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

h1 { font-size: 1.8em; line-height: 1.05em; margin-bottom: 0.5em; }
h2 { font-size: 1.5em; line-height: 1.25em; margin-bottom: .25em; }
h3 { font-size: 1.3em; line-height: 1em; margin-bottom: 1.25em; }
h4 { font-size: 1.2em; line-height: 1em; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 10px; text-transform: uppercase; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.feed h2 { margin-bottom: 1.5em; }
td h2    { margin-bottom: 0; font-size: 1.2em; }


h2.related { font-size: 11px; font-weight: bold; text-transform: uppercase; margin-bottom: .7em; padding-left: 5px;}






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

p           { margin: 0 0 1.5em; }
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

p.date, 
p.credits,
p.title     { font-size: 10px; margin: 0 0 10px 0; padding: 0; text-transform: uppercase;}


p.intro     { font-size: 12px; line-height: 15px; color: #939393; padding-top: 6px }

.metadata   { font-size: .7em; line-height: 1.2em; margin: 4px 0 15px 0; display: block; text-transform: uppercase; }


a:focus, 
a:hover     { color: #062748; outline: none;}
a           { color: #568dc3; text-decoration: none; }


a[href^="mailto:"] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-email.png) center left no-repeat;
    }

a[href*='.pdf'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-acrobat.png) center left no-repeat;
    }

a[href*='.swf'], a[href*='.fla'], a[href*='.swd'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-flash.png) center left no-repeat;
    }

a[href*='.xls'], a[href*='.csv'], a[href*='.xlt'], a[href*='.xlw'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-excel.png) center left no-repeat;
    }

a[href*='.ppt'], a[href*='.pps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-powerpoint.png) center left no-repeat;
    }

a[href*='.doc'], a[href*='.rtf'], a[href*='.txt'], a[href*='.wps'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-word.png) center left no-repeat;
    }

a[href*='.zip'], a[href*='.gzip'], a[href*='.rar'] {
    display:inline-block;
    padding-left:20px;
    line-height:18px;
    background:transparent url(/o/4013/images/2839/icon-zip.png) center left no-repeat;
    }



blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 



/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

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


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

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
th,td       { padding: 4px 10px 4px 5px; }
td          { vertical-align: top; }
tr.even td,
tr.altrows td { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }



/* Misc classes
-------------------------------------------------------------- */

.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.quote      { font-size: 18px; line-height: 20px; font-family: georgia, times, serif; font-style: italic; color: #838383;}
