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

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

h1,h2,h3,h4,h5,h6 { font-weight: normal; font-family: Arial, sans-serif;}

h1 { letter-spacing:-1px;font-size: 2.4615em; line-height: 1.375em; margin-top: 1.375em; margin-bottom: 0em;}
h2 { word-spacing:-2px;font-size: 1.5385em; line-height: 1.1em; margin-bottom: 0em;}
h3 { font-size: 1.2308em; line-height: 1.375em; margin-top: 1em; margin-bottom: 0em; }
h4 { text-transform:uppercase; font-size: 1em; line-height: 1.4em; margin-top: 1.4em; margin-bottom: 0em; }
h6 { font-size: 1.0769em; line-height: 1.5714em;  margin-top: 1.5714em; margin-bottom: 0em; }
body { color: #444; font-size: 13px; font-family: Arial, sans-serif; } 

p {font-size: 1em; line-height: 1.3em; margin: 1.1em 0; }

p:first-child, h3:first-child {
	margin:0;
}

a:focus, 
a:hover     { color: #000; }
a           { color: #009; text-decoration: underline; }

blockquote  { margin: 1.53em 0; 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.53em; font-style: italic; }
del         { color:#666; }

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


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

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

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

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

ul {
	margin: 1em 0;
}

ul li {
	list-style:none;
	background: url(../images/bullet.png) no-repeat 0 6px;
	padding:0 0 0 20px;
}

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

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