/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* seazna styles */
body {
  background:#fff;
  color:#000;
  margin:1% 10%;
  font-family:arial,helvetica,sans-serif;
  }

a {color:#009;}
a:active {color:#f00;}
a:visited {color:#333;}
a:hover {background-color:#ccc;color:#000;text-decoration:none;}

img.logo {float:left;padding-right:6px;}

ul {margin-top:0;margin-bottom:12px;}
li {margin-bottom:0.5em;}

#areaname {font-size:120%;font-weight:bold;}
#pagetitle {font-size:250%;font-weight:bold;}

#helpline h3 {margin:0;color:#900;font-size:200%;}
#helpline h6 {margin:0;color:#009;font-size:120%;}

#linkstomtglist {
  clear:left;
  color:#900;
  font-size:0.85em;
  line-height:1.4em;
  }

#mtgcodes {
  position:fixed;
  right:10px;
/*  bottom:100px;*/
  padding:1em;
  background:#ffe;
  border:1px solid #009;
  font-size:0.75em;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  box-shadow: 4px 4px 4px #999;
  -moz-box-shadow: 4px 4px 4px #999;
  -webkit-box-shadow: 4px 4px 4px #999;
  }
  #mtgcodes strong {color:#c00;font-weight:normal;}
  #mtgcodes div {margin-left:0.5em;}

#mainContent h3 {margin-top:1.4em;color:#900;}
  #meetings #mainContent h3 {margin:0;font-size:1.2em;}
#mainContent p {margin:1em 0;}
#mainContent strong {color:#900;}
#mainContent ul {margin:1em;}
  #meetings #mainContent ul {margin-top:0;}

#about #mainContent p {margin-left:2em;}

#asc #mainContent li strong {color:#900;}

#newsletter #mainContent img {float:right;}

#footer {
  clear:both;
  margin-top:1.5em;
  padding-top:0.5em;
  border-top:1px solid #009;
  font-size:0.8em;
  }

.updated {
  display:inline-block;
  padding:0.1em 0.5em;
  background-color:#900;
  color:#fff;
  font-size:0.9em;
  font-style:italic;
  }

h2 {margin:1em 0 0;color:#900;font-size:1.6em;text-transform:uppercase;letter-spacing:0.1em;}
.mtglist {margin:1em 0;padding:0.5em;border:1px solid #ccc;}
  .mtglist a {background:none;color:#900;text-decoration:none;}
  .mtglist li {font-size:0.9em;}
.weekday {font-size:1.1em;font-weight:bold;color:#009;}
.event-title, .event-title a {color:#900;font-weight:bold;}
.codes {color:#c33;font-size:85%;}
.sectiontitle {font-size:120%;font-weight:bold;color:#900;}
.cityname {letter-spacing:6px;color:#900;}
.disclaimer {margin-top:0.5em;font-size:0.75em;color:#999;}

#webmail {position:absolute;bottom:2px;right:10%;font-size:0.7em;}
#webmail a {background:#fff;color:#ccc;text-decoration:none;}
#webmail a:hover {color:#666;}

/* main nav*/
ul#mainNav {
  margin:2em 0 2em;
  padding-left:0;
  border-bottom:2px solid #009;
  white-space:nowrap;
}
#mainNav li {
  display:inline-block;
  margin-bottom:2px;
  padding-bottom:1px;
  list-style-type:none;
}
#mainNav a {
  padding:3px 10px;
  text-decoration:none;
}
  #mainNav a:link, 
  #mainNav a:visited {
    background-color:#ddd;
    color:#666;
  }
  #mainNav a:hover {
    background-color:#00f;
    color:#fff;
  }

#index .index a,
#about .about a,
#asc .asc a,
#events .events a,
#links .links a,
#meetings .meetings a,
#newsletter .newsletter a {
  background:#009;
  color:#fff;
}

a.backToTop {
  display:block;
  position:fixed;
  right:10%;
  bottom:4px;
  background:none;
  color:#900;
  text-decoration:none;
}  
  a.backToTop:hover {
    color:#999;
  }
