/* -------------------------------------------------------------- 

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

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

body { 
  font-size: 80%;
  color: #3a3a37; 
  background: #fff;
  font-family: "Lucida Grande","Helvetica Neue",Helvetica, Arial sans-serif;
}      

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

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #7b2a1e; 
	font-family: "Helvetica Neue",Helvetica, Arial}

h1, h1 a{ font-size: 2em; line-height: 1; margin-bottom: 0.5em; font-weight:bold; }
h2, h2 a{ font-size: 1.8em; margin-bottom: 0.75em;  font-weight:bold;margin-top:1.1em; }
h3, h3 a{font-size: 1.3em; line-height: 1; margin-bottom: 0.3em; margin-top:1.1em;}
h4, h4 a{ font-size: 1.1em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }                    


h2 a, h1 a,h3 a{
  text-decoration:none;
}
/* Text elements
-------------------------------------------------------------- */
address     { margin: 0 0 0.3em;font-size: 1.2em; color: #77b61d; font-style: normal;}
contact     { color: #7b2a1e; font-size: 0.9em} 
contact a   { color: #7b2a1e} 


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

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

/* Eventtable
-------------------------------------------------------------- */
#eventtable th {color: #86ab22; font-size: 0.75em; vertical-align:top; border-bottom: 1px solid #d9e5b8;}
#eventtable td {color: #7b2a1e; font-size:0.75em; vertical-align:top; text-align:right; border-bottom:1px solid #d9e5b8;}   



