body {
  background: #bbb;
  color: #333; }

a {
  color: #1A0455; }
  a.button {
    background: #000;
    font-weight: bold;
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  a.button:hover {
    background: #555; }

a:active, a:focus {
  outline: none; }

form fieldset {
  background: #eee;
  border: 0;
  padding: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  form fieldset dl {
    margin: 0; }
form .date_picker {
  width: 75px; }
form dl {
  overflow: hidden; }
form dt {
  clear: both;
  float: left;
  margin-bottom: 1em;
  text-align: right;
  width: 90px; }
  form dt.combined, form dt.heading {
    text-align: left;
    clear: both;
    float: none;
    width: inherit; }
    form dt.combined input[type=text],     form dt.heading input[type=text] {
      margin-left: 1em; }
form#new_social_event dt {
  width: 160px; }
  form#new_social_event dt.combined, form#new_social_event dt.heading {
    text-align: left;
    clear: both;
    float: none;
    width: inherit; }
form dd {
  float: left;
  margin: 0 0 1em 1em; }
  form dd input, form dd select, form dd textarea {
    margin: 0;
    padding: 0; }
  form dd.submit {
    clear: both;
    margin-left: 110px;
    margin-bottom: 0; }
form label input {
  margin: -1px 4px 0 0;
  vertical-align: middle; }
form textarea {
  height: 75px; }
form ul {
  margin: 0;
  padding: 0;
  list-style: none; }
form .span-12 textarea {
  width: 330px; }
form.edit_page dt {
  width: inherit; }
form.edit_page dd {
  margin: 0; }
form.edit_page textarea {
  margin: 0;
  height: 300px;
  width: 450px; }

h1 {
  margin: 0; }
  h1 a {
    display: block;
    background-image: url(/images/header.jpg);
    border: 0;
    height: 200px;
    text-indent: -1000px;
    margin-left: -10px;
    width: 970px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px; }

h2, h3, h4, h5 {
  font-family: georgia, serif; }

table th {
  background: #444;
  font-family: georgia, serif;
  font-size: 1.2em;
  font-weight: normal;
  color: #fff; }
  .ui-datepicker-calendar table th {
    background: #444;
    font-size: 1em;
    font-weight: normal;
    font-family: none; }
table td {
  border-bottom: 1px solid #eee; }
  table td .button {
    display: block;
    margin-top: -5px;
    text-align: center; }
table .center {
  text-align: center; }
table#event_registration td {
  border-bottom: 1px solid #e3e3e3; }
table#event_registration th {
  background: #f6f6f6;
  border-bottom: 1px solid #e3e3e3;
  color: #000;
  font-weight: bold;
  text-align: right;
  width: 400px; }

.box {
  background: #fff1ca;
  color: #533d01;
  padding: 0.5em 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
  .box p {
    margin: 0; }

.calendar {
  border-collapse: collapse; }
  .calendar .scheduledEvents a {
    background: #eee; }
  .calendar a {
    text-decoration: none; }
    .calendar a.selected {
      background: #bbb;
      color: #fff; }
  .calendar td {
    border: 0;
    padding: 0;
    vertical-align: top; }
    .calendar td a {
      background: #fff;
      color: #555;
      display: block;
      font-size: 1.5em;
      font-weight: bold;
      margin: 2px;
      text-align: center;
      line-height: 74px;
      height: 74px;
      width: 86px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px; }
  .calendar .dayName abbr {
    border: 0; }
  .calendar .dayName th {
    background: #fff;
    color: #999;
    padding: 5px 0;
    text-align: center;
    font-weight: bold; }
  .calendar .monthName {
    color: #eee;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
  .calendar .otherMonth a {
    color: #ddd; }

#content.container {
  background: #fff;
  padding: 1em 10px 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }

#documents ul {
  font-family: georgia, serif;
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin: 0 0 1em; }
  #documents ul a {
    color: #000;
    border-bottom: 1px dotted #bbb; }
    #documents ul a.delete_link {
      color: #aaa;
      border: 0;
      font-weight: normal; }
  #documents ul ul {
    margin-left: 2em;
    font-weight: normal; }

.errorExplanation {
  background: #ffebeb;
  color: #900;
  margin: 1em 200px;
  padding: 0.5em 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

#header.container {
  margin: 20px auto 0;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px; }

#heading {
  margin: 0 0 1em; }
  #heading h2 {
    margin: 0; }
  #heading p {
    color: #666;
    margin: 0; }

#login form fieldset {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px; }
#login form h2 {
  background: #000028;
  color: #fff;
  margin: 0;
  padding: 5px 0;
  text-align: center;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px; }
#login form dt {
  float: left;
  width: 100px; }
  #login form dt.combined {
    margin-left: 110px;
    width: inherit; }
#login form dt, #login form input {
  font-size: 1.4em;
  text-align: center; }
#login form dd {
  text-align: center; }
  #login form dd.submit {
    clear: both; }
    #login form dd.submit a:link,
    #login form dd.submit a:visited {
      font-size: 1.2em;
      margin-left: 15px;
      color: #555; }
#login #register h2 {
  padding: 5px 0;
  margin-bottom: 0; }
#login #register p {
  color: #666;
  font-size: 1.4em;
  font-family: georgia, serif; }

#modules h3 {
  color: #666;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1em; }
#modules p {
  color: #666;
  font-size: 1.3em;
  margin: 0 0 0.5em;
  text-align: center; }
  #modules p .button {
    color: #fff1ca;
    display: block;
    padding: 6px; }
#modules .module {
  background: #eee;
  margin-bottom: 1em;
  padding: 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }
#modules .event_list {
  list-style: none;
  margin: 0;
  padding: 0; }
  #modules .event_list li a {
    background: #fff;
    color: #666;
    display: block;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 22px;
    margin-bottom: 3px;
    overflow: hidden;
    padding: 3px 3px 3px 10px;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    #modules .event_list li a:hover {
      background: #e0e0e0;
      color: #000; }
      #modules .event_list li a:hover:hover span {
        background: transparent;
        color: #777; }
    #modules .event_list li a span {
      color: #aaa;
      display: block;
      font-size: 11px;
      line-height: 18px; }

#nav ul {
  background: #00002e;
  font-family: georgia, serif;
  list-style: none;
  letter-spacing: 1px;
  margin: 0 0 0 -10px;
  overflow: hidden;
  padding: 0 18px;
  text-align: center;
  width: 934px; }
#nav li {
  float: left; }
  #nav li.secondary {
    float: right; }
  #nav li a {
    border: 0;
    color: #ebebff;
    display: block;
    font-size: 1.5em;
    text-decoration: none;
    margin: 6px 2px;
    padding: 0.2em 0.75em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    #nav li a.selected {
      color: #fff;
      text-decoration: underline; }
    #nav li a:hover,
    #nav li a#admin_button.selected {
      color: #fff; }
#nav #admin {
  background: #ebebff; }
  #nav #admin li a {
    color: #00003e;
    font-size: 1.2em; }
    #nav #admin li a:hover {
      background: #dbdbff; }
    #nav #admin li a.selected {
      background: #fff; }
  #nav #admin li p {
    font-size: 1.2em;
    margin: 0;
    padding: 0.75em 1em;
    color: #fff; }

#news {
  list-style: none;
  padding-bottom: 1em; }

.notice, .error {
  font-weight: bold;
  font-size: 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.officer_list .officer {
  border-bottom: 1px solid #ddd;
  padding-bottom: 1em;
  margin-bottom: 1em;
  overflow: hidden; }
  .officer_list .officer h3 {
    margin: 0 0 5px; }
  .officer_list .officer p {
    color: #666;
    margin: 0; }
  .officer_list .officer .office {
    float: left;
    margin-right: 25px;
    padding-right: 25px;
    width: 270px; }
  .officer_list .officer .person {
    float: left;
    width: 270px; }

.positions {
  list-style: none;
  margin-left: 2em; }
  .positions li {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 1.2em;
    padding: 8px 0;
    overflow: hidden; }
  .positions .button {
    margin-right: 0.5em;
    font-size: 11px; }

.span-8 .secondary,
.span-6 .secondary {
  background: #eee;
  margin-bottom: 1em;
  padding: 1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px; }

.sub_nav {
  border-bottom: 1px solid #ddd;
  margin: 0 1em 0 0;
  padding: 0;
  list-style: none; }
  .sub_nav li a,
  .sub_nav li span.heading {
    border-top: 1px solid #ddd;
    color: #666;
    display: block;
    line-height: 2em;
    font-size: 1.4em;
    font-family: georgia, serif;
    padding: 0.5em 0;
    text-align: center;
    text-decoration: none; }
  .sub_nav li span.heading {
    background: #f7f7ff; }
  .sub_nav li a:hover {
    color: #000;
    text-decoration: underline; }
  .sub_nav li a.selected {
    background: #f6f6f6;
    color: #000; }
    .sub_nav li a.selected:hover {
      text-decoration: none; }
  .sub_nav ul {
    list-style: none;
    margin: 0; }
    .sub_nav ul li a {
      border: 0;
      color: #000;
      font-size: 1.1em; }
      .sub_nav ul li a.selected {
        text-decoration: underline; }

.tabs {
  border-bottom: 1px solid #ccc;
  height: 35px;
  list-style: none;
  margin: 0 0 1em;
  overflow: visible;
  padding: 0; }
  .tabs h2 {
    margin: 0; }
  .tabs li {
    float: left; }
    .tabs li a {
      background: #eee;
      color: #666;
      display: block;
      border: 1px solid #ccc;
      height: 34px;
      line-height: 34px;
      font-family: georgia, serif;
      font-size: 1.3em;
      margin-left: 10px;
      padding: 0 15px;
      text-decoration: none;
      -moz-border-radius-topleft: 5px;
      -moz-border-radius-topright: 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px; }
      .tabs li a.selected {
        background: #fff;
        color: #000;
        border-bottom: 0;
        height: 35px; }
        .tabs li a.selected:hover {
          text-decoration: none; }
      .tabs li a:hover {
        color: #333;
        text-decoration: underline; }
    .tabs li.heading {
      padding-right: 20px; }

#executive_list img {
  float: left;
  margin: 0 10px 10px 0; }
#executive_list .back_to_top {
  border-top: 1px solid #ccc;
  background: #eee;
  padding: 5px 10px; }

#exec_menu {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  padding: 0 0 20px;
  font-weight: bold;
  font-size: 14px; }
  #exec_menu li {
    list-style: none; }
