
table#calendar {
  margin: 0px 40px;
  border: 1px solid #dddd44;
  border-collapse: collapse;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  background: #ffff88;
}
table#calendar td {
  padding: 2px 2px;
}
th#monthname h2 {
  margin: 0px;
  line-height: 200%;
}
th.daynames {
  border: 1px solid #dddd44;
  width: 14%;
}
td.day {
  border: 1px solid #dddd44;
  height: 120px;
  vertical-align: top;
  font-size: 0.8em;
}
td.othermonth {
  color: #bbbb22;
}
div.daylabel {
  border-bottom: 1px dashed #dddd44;
}
td.today {
  background: #ffffaa;
}
td.today div.daylabel {
  color: #ff9900;
}
table#calendar td.nav a {
  display: block;
  width: 100%;
  border: 1px solid #ffff88;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 200%;
  color: #000000;
}
table#calendar td.nav a:hover {
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-bottom: 1px solid #dddd44;
  border-right: 1px solid #dddd44;
}
table#calendar td.day div.event {
  margin: 2px 0px;
  border: 1px solid #993300;
  padding: 0px 2px;
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  background: #ff9900;
}
table#calendar td.day div.event a {
  text-decoration: none;
  color: #000000;
}
table#calendar td.day div.event a:hover {
  color: #993300;
}

div.communities {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  margin: 2px 40px;
  padding: 10px 0px;
  font-size: 0.8em;
  text-align: center;
  border: 1px solid #dddd44;
  background: #ffff88;
}
div.communities h2 {
  margin: 0px;
}

div.calendaroptions {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  margin: 2px 40px;
  font-size: 0.8em;
  text-align: right;
}

div.calendarmenu {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin: 40px 40px;
}
div.calendarmenu a {
  font-weight: bold;
}

div#header {
  width: 730px;
  padding: 12px 0px;
  background: #230b7b url('/images/header-bg.jpg');
  text-align: center;
}

div#right-bar {
  font: 0.7em 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  margin-top: 20px;
  padding: 5px;
  background: #ffcc00;
}

div#right-bar-volunteer-frame, div#right-bar-photo-frame {
  padding: 10px;
  background: #cc9900;
  text-align: center;
}

h2.contentopen {
  margin-top: 20px;
  padding-top: 0.1em;
  padding-left: 40px;
  padding-bottom: 0.2em;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  color: #fff;
  background: #230b7b;
}

/* Content templates */
div.contentitem_default {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  clear: both;
}

h2.c_default {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.5em;
}

div.c_default_standin {
  display: none;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_default {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

div.icon_default {
  border: 2px solid #eeeeee;
  padding: 2px;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

div.contentitem_kids-stories {
  margin: 20px 28px 0px 28px;
  border: 2px solid #ccccff;
  padding: 0px 10px;
  background: #eeeeff;
}

h2.c_kids-stories {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 0.0em;
}

div.c_kids-stories_standin {
  display: none;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  margin-bottom: 1em;
}

div.c_kids-stories {
  margin-bottom: 10px;
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
}

/* Non-CMS */

span.addressline, span.textlinks, span.legal {
  font-family: 'Trebuchet MS', Trebuchet, Arial, Helvetica, sans-serif;
}

div.footer {
  font-size: 0.9em;
  width: 730px;
  text-align: center;
  margin-top: 1em;
  padding-top: 3px;
}

/* END Non-CMS */

/* Administration */
span.admin_message {
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

span.admin_error {
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

div.admin_message {
  padding: 4px;
  background-color: #009900;
  color: #ffffff;
  font-weight: bold;
}

div.admin_error {
  padding: 4px;
  background-color: #990000;
  color: #ffffff;
  font-weight: bold;
}

table.admin_index {
  font-size: 0.8em;
}

th.admin_index {
  text-weight: bold;
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

tr.admin_index_th {
  background-color: #666666;
  color: #ffffff;
}

tr.admin_index_even, tr.admin_index {
  background-color: #dddddd;
  font-size: 1.0em;
}

tr.admin_index_odd {
  background-color: #eeeeee;
  font-size: 1.0em;
}

tr.admin_index_context {
  background-color: #aaaadd;
  font-size: 1.0em;
}

td.admin_index {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* All-around */

body {
  padding: 0px;
  border: 0px;
  margin: 0px;
  background: #ffffff;
}

ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

form {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

/*
a.file_attach {
  font-family: ;
  font-size: xx-small;
  font-weight: bold;
  color: #230b7b;
  text-decoration: none;
}

a.file_attach:hover {
  text-decoration: underline;
  color: #ffff88;
}
*/

