* { margin: 0; padding: 0 }

body {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  font-size: .75em;
}
img { border: none; }
ul { list-style: none }
a { text-decoration: none; color: #069; }
a:hover { text-decoration: underline }
html fieldset { border: none }
p { margin-bottom: 0em }
h1 { color: #666666; font-size: 200%; margin-bottom: .5em }
h2 { font-size: 150%; }
h3 { font-size: 100%; }
div.clear { clear: both }
div#wrapper {
  width: 772px;
  text-align: left;
  margin: 0 auto;
}
div#header {
  margin: 12px 0 6px 0;
  height: 137px;
  background: url(/images/nav_dash.gif) 0 100% repeat-x;
  position: relative;
}
ul#global_nav {
  position: absolute;
  top: 86px;
  left: 145px;
}
ul#global_nav li {
  float: left;
  margin-left: 6px;
}
ul#global_nav li a {
  display: block;
  height: 44px;
  overflow: hidden;
  text-indent: 100em;
  white-space: nowrap;
}
ul#global_nav li#about_link a {
  width: 113px;
  background: url(/images/about_bu.gif) 0 0 no-repeat;
}
ul#global_nav li#projects_link a {
  width: 116px;
  background: url(/images/projects_bu.gif) 0 0 no-repeat;
}
ul#global_nav li#news_events_link a {
  width: 173px;
  background: url(/images/news_events_bu.gif) 0 0 no-repeat;
}
ul#global_nav li#calendar_link a {
  width: 116px;
  background: url(/images/calendar_bu.gif) 0 0 no-repeat;
}
ul#global_nav li#donate_link a {
  width: 91px;
  background: url(/images/donate_bu.gif) 0 0 no-repeat;
}
ul#global_nav li#grants_link a {
  width: 93px;
  background: url(/images/grants_bu.gif) 0 0 no-repeat;
}
ul#global_nav li#about_link a:hover, ul#global_nav li#about_link.active a,
ul#global_nav li#projects_link a:hover, ul#global_nav li#projects_link.active a,
ul#global_nav li#news_events_link a:hover, ul#global_nav li#news_events_link.active a,
ul#global_nav li#calendar_link a:hover, ul#global_nav li#calendar_link.active a,
ul#global_nav li#grants_link a:hover, ul#global_nav li#grants_link.active a,
ul#global_nav li#donate_link a:hover, ul#global_nav li#donate_link.active a
 {
  background-position: 0 -44px;
}
form#search {
  position: absolute;
  top: 5px;
  right: 0;
  height: 20px;
}
form#search label {
  display: none;
}
form#search input {
  position: absolute;
  bottom: 0;
  right: 0;
}
form#search input#search_field {
  right: 30px;
  color: #666666;
  font-size: 90%;
  padding: 3px 6px;
  border: 1px solid #7BC8E6;
  width: 15em;
}
div#banner {
  height: 250px;
  background: url(/images/footer_dash.gif) 0 100% repeat-x;
  padding-bottom: 7px;
  margin-bottom: 3px;
  overflow: hidden;
}
div#banner iframe {
  margin-left: 128px;
}
div#banner img {
  display: inline;
  margin: 0;
  padding: 0;
}
div#footer {
  background: url(/images/footer_dash.gif) 0 0 repeat-x;
  font-size: 90%; 
  color: #999;
  margin: 0;
  padding: 7px 0 50px 0;
  position: relative;
}
div#footer ul li {
  float: left;
  background: url(/images/footer_dot.gif) 0 50% no-repeat;
  padding: 0 3px 0 7px;
}
div#footer ul li.first {
  background: none;
  padding-left: 0;
}
div#footer a {
  color: #999;
}
div#footer p {
  text-align: right;
}
div#footer div.sm_icons {
  position: absolute;
  right: 0;
  top: 26px;
  width: 186px;
}
div#footer div.sm_icons p {
  float: left;
  margin: 0;
  padding: 0 0 0 14px;
  width: 36px;
}
div#footer div.sm_icons p:first-child {
  padding-left: 0;
}
/* HOMEPG STYLES ----------------------------- */

div#content.home {
  background: url(/images/vert_dash.gif) 0 0 repeat-y;
  float: none;
  width: 100%;
  margin: 10px 0;
}
div#content.home p { line-height: 1.3; }
div.column {
  float: left;
  margin: 3px 15px 10px 20px;
}
div.column.first {
  background: none;
  margin-left: 0;
  width: 215px;
}
div.column.second {
  width: 315px;
  margin-left: 5px;
}
div.column.third {
  width: 180px;
  margin-right: 0;
}
div.column h3 {
  color: #069;
  margin: 9px 0 2px 0;
  font-size: 100%;
}
a.more_events {
  display: block;
  margin: .8em 1px 0 0;
  padding-bottom: .8em;
  text-transform: uppercase;
  font-size: 95%;
  text-decoration: underline;
}
a.more_events:hover {
  text-decoration: none;
}
a.read_more {
  display: block;
  float: left;
}

/* SECTION PAGE STYLES ----------------------------- */

div#section_nav {
  float: left;
  width: 220px;
  margin-top: 7px;
  font-size: 110%;
}
div#section_nav ul li{
  padding: 4px 0;
}
div#section_nav ul li a {
  padding: 4px 7px;
  display: block;
}
div#section_nav ul li.active a {
  background-color: #D3EBF4;
}
div#section_nav a:hover {
  text-decoration: none;
  background-color: #D3EBF4;
}
div#content {
  float: right;
  width: 540px;
  margin-bottom: 30px;
  margin-top: 7px;
}
div#content p { line-height: 1.5 }
div#content ul {
  margin-bottom: 1em;
}
div#content ul li {
  padding-left: 15px;
  margin-bottom: .25em;
  background: url(/images/blue_bu.gif) 0 4px no-repeat;
}
div#content div.section_banner img {
  padding: 6px;
  border: 1px solid #ddd;
  margin-bottom: 13px;
}
div#edit_links {
  text-align: right;
  margin-bottom: 10px;
}

/* CALENDAR STYLES --------------------------- */

li.obiki-calendar-list-daterange {
  font-size: 110%;
}
li.obiki-calendar-list-eventname {
  font-size: 120%;
  font-weight: bold;
  margin: .25em 0;
}
li.obiki-calendar-list-detail1 {
  border-bottom: 1px solid #ddd;
  padding-bottom: .5em;
  margin-bottom: .75em;
}
ul.obiki-calendar-list {
  border-top: 1px solid #ddd;
  padding-top: .6em; 
}
div#content ul.obiki-calendar-list li {
  background: none;
  padding-left: 0; 
}
h5.obiki-calendar-location {
  font-size: 120%;
  margin-bottom: .25em;
}
div.obiki-calendar-description {
  margin-bottom: .5em;
}
div.obiki-calendar-event h4 {
  margin-bottom: .25em;
}
div.obiki-simplecalendar-nav,
div.obiki-simplecalendar {
  width: 11em;
}
div.obiki-simplecalendar {
  margin-bottom: 50px;
}

div#obiki-admin-toolbar {
  top: -38px !important;
}
li.back_home {
  width: 11.25em;
  background: url(/images/back_bu.gif) 7px 50% no-repeat;
}
div#section_nav ul li.back_home a {
  padding-left: 20px;
}
/* a.back_home {
  padding-left: 13px;
  background: url(/images/back_bu.gif) 0 50% no-repeat;
} */
div.obiki-calendar .calmini {
  background-color: #d3ebf4 !important;
}
div.obiki-calendar .container {
  background-color:#fff !important;
}
div.obiki-calendar table.calendar td.sun {
  background-color: #e4f5fb !important;
}
div.obiki-calendar table.calendar tr th {
  font-style:normal !important;
}
div.obiki-calendar .dateyear {
  position:relative;
  top:5px;
}
html div.obiki-calendar .dateyear {
  color:#333;
}
html div.obiki-calendar .calmini {
  color:#333;
  position: relative;
  top: 3px;
}
div.obiki-calendar .mini a {
  color: #069 !important;
}
div#banner div {
  float: left;
}
div#banner div#leftimg,
div#banner div#midimg {
  margin-right: 5px;
}
