body {
  margin: 0;
  padding: 0;
  font-family: Lucida Grande, FreeSans, Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 85%;
  background: #edf7fc; }

a {
  color: #0b66af;
  text-decoration: none;
  font-weight: bold; }
  a.give_bottom {
    padding-bottom: 1.0em;
    font-size: 1.6em; }

b, strong {
  color: #0b66af; }

h1, h2 {
  font-family: Lucida Grande, FreeSans, Helvetica, sans-serif;
  color: #789823; }
  h1.title a, h2.title a {
    text-decoration: none; }

form {
  margin: 0; }
  form .form_row {
    margin: 8px 0; }
    form .form_row input {
      border: 1px solid #cfcfcf; }
  form .submit {
    margin: 8px 0; }

h2 {
  font-weight: normal;
  margin-bottom: 2px;
  color: #789823; }

h3 {
  font-weight: normal;
  margin: 3px 0; }
  h3 a {
    text-decoration: none;
    color: #0b66af; }

h4 {
  margin: 2px 0 2px 0; }

th {
  vertical-align: top; }

p {
  margin-top: 3px; }

img {
  border: 0; }

table {
  width: 100%; }
  table.honor_of {
    width: auto; }
  table#honor_extras {
    display: none; }
  table th {
    text-align: left; }

/* Random Form Stuff */
textarea {
  border: 1px solid #bfbfbf; }

.point_out {
  color: #216cfa; }

/* Rails Built In Stuff */
.breaker {
  clear: both; }

.flash {
  background: white;
  border-style: solid;
  border-width: 1px;
  font-size: 1.2em;
  margin: 0 0 1em;
  padding: 5px; }

.flash_notice {
  border-color: #060;
  color: #0a0; }

.flash_error {
  border-color: #600;
  color: #a00; }

.fieldWithErrors input {
  border: 2px solid red; }

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0; }

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff; }

#errorExplanation p {
  color: #333;
  margin: 1em 0;
  padding: 5px; }

#errorExplanation ul {
  margin: 1em; }

#errorExplanation ul li {
  font-size: 12px;
  list-style: square; }

#wrapper {
  width: 960px;
  margin: 0 auto;
  position: relative; }

#main {
  width: 700px; }
  #main .home h2 {
    margin: 0 0 2px 0; }

#header {
  height: 91px;
  width: 100%;
  position: relative;
  margin-bottom: 2em; }
  #header #message_wrap {
    width: 960px;
    margin: 0 auto; }
    #header #message_wrap .content_wrap {
      width: 700px;
      text-align: center; }
      #header #message_wrap .content_wrap .message {
        font-family: georgia,'Times New Roman',times,serif;
        font-style: italic;
        font-size: 1.9em;
        padding: 10px;
        color: #0b66af; }
  #header #menu_wrap {
    background: #789823;
    width: 100%;
    vertical-align: middle;
    height: 28px; }
    #header #menu_wrap .content_wrap {
      width: 960px;
      margin: 0 auto;
      vertical-align: middle; }
      #header #menu_wrap .content_wrap ul#menu {
        vertical-align: middle;
        width: 700px;
        list-style: none;
        padding: 2px 0;
        background: #789823; }
        #header #menu_wrap .content_wrap ul#menu li {
          display: inline;
          height: 32px;
          font-size: 16px;
          margin: 4px 12px; }
          #header #menu_wrap .content_wrap ul#menu li a {
            font-family: Lucida Grande, FreeSans, Helvetica, sans-serif;
            text-decoration: none;
            text-transform: uppercase;
            color: white; }
            #header #menu_wrap .content_wrap ul#menu li a:hover {
              text-decoration: underline; }

#content {
  position: relative; }

#sbar_wrap {
  position: absolute;
  top: -121px;
  right: 0px; }
  #sbar_wrap #seton_logo {
    position: absolute;
    right: 35px; }
  #sbar_wrap #sidebar {
    width: 231px;
    background: white;
    border: 2px solid #d6e4d1;
    border-top: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
    #sbar_wrap #sidebar label {
      display: block; }
    #sbar_wrap #sidebar a#logo {
      display: block;
      background: white url(/images/logo.png) no-repeat;
      width: 231px;
      height: 111px;
      text-indent: -4000px;
      overflow: hidden; }
    #sbar_wrap #sidebar .container {
      margin-bottom: 16px;
      font-size: .9em;
      font-family: Lucida Grande, FreeSans, Helvetica, sans-serif; }
      #sbar_wrap #sidebar .container h2 {
        width: 100%;
        margin: 0px 0 8px 0;
        text-transform: uppercase;
        text-align: center;
        color: #0b66af; }
      #sbar_wrap #sidebar .container h3 {
        text-transform: uppercase;
        width: 100%;
        text-align: center;
        color: #0b66af; }
    #sbar_wrap #sidebar #cart {
      background-color: #f6f7e3;
      padding: 8px 0; }
      #sbar_wrap #sidebar #cart h2 {
        font-size: 1.3em;
        font-family: Lucida Grande, FreeSans, Helvetica, sans-serif;
        color: #789823; }
      #sbar_wrap #sidebar #cart h3 {
        font-size: 1.0em;
        font-family: Lucida Grande, FreeSans, Helvetica, sans-serif; }
      #sbar_wrap #sidebar #cart .cart_fund {
        padding: 0 4px; }
      #sbar_wrap #sidebar #cart #cart_details {
        margin: 10px 0 18px 0;
        color: #524a3e;
        font-weight: bold;
        font-size: .9em; }
        #sbar_wrap #sidebar #cart #cart_details div {
          margin: 2px 0; }
      #sbar_wrap #sidebar #cart #give_now {
        margin: 5px 20px 0 20px;
        text-align: center; }
        #sbar_wrap #sidebar #cart #give_now a {
          font-family: Lucida Grande, FreeSans, Helvetica, sans-serif;
          color: #b3ba24;
          font-size: 1.8em;
          text-decoration: none;
          categories: none;
          font-weight: bold; }
          #sbar_wrap #sidebar #cart #give_now a.small {
            font-size: 0.9em; }
    #sbar_wrap #sidebar #user_area {
      padding: 10px;
      background: #ebfaff; }
      #sbar_wrap #sidebar #user_area ul.user_actions {
        list-style: none;
        margin: 0;
        padding: 0; }
        #sbar_wrap #sidebar #user_area ul.user_actions li {
          padding: 2px 0 2px 5px;
          margin: 0; }
    #sbar_wrap #sidebar #admin h4, #sbar_wrap #sidebar #extra h4 {
      margin: 0 0 4px 0; }
    #sbar_wrap #sidebar #admin p, #sbar_wrap #sidebar #extra p {
      margin: 0; }
    #sbar_wrap #sidebar #admin ul, #sbar_wrap #sidebar #extra ul {
      margin: 0;
      list-style: none; }
    #sbar_wrap #sidebar #images {
      padding: 8px 0 4px 0;
      text-align: center;
      margin: 0;
      background: #f6f7e3; }

#footer #contact {
  font-size: .8em; }
  #footer #contact h3 {
    font-weight: bold;
    margin-top: 20px; }

.sans_serif {
  font-family: Lucida Grande, FreeSans, Helvetica, sans-serif; }

.serif {
  font-family: georgia,'Times New Roman',times,serif; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.story_fund_header {
  font-family: Lucida Grande, FreeSans, Helvetica, sans-serif;
  font-size: 1.1em;
  color: #789823; }
  .story_fund_header a {
    text-decoration: none;
    color: #789823; }

.listing {
  padding: 10px;
  margin: 10px;
  background-color: #f6f7e3; }
  .listing .story a {
    text-decoration: none; }
    .listing .story a:hover {
      text-decoration: underline; }
  .listing .story h3 {
    color: #0b66af;
    font-weight: normal;
    font-family: Lucida Grande, FreeSans, Helvetica, sans-serif; }
  .listing .story .image {
    padding: 0; }
    .listing .story .image img {
      margin: 0 15px 15px 0;
      border: 1px solid black; }
  .listing .story .intro {
    font-style: italic;
    color: #0b66af; }
  .listing .story .read_more {
    text-align: right; }

.start_giving img {
  border: 0; }

.content {
  color: #524a3e;
  margin-top: 12px; }

.blue {
  color: #0b66af; }

.green {
  color: #b3ba24; }

.brown {
  color: #524a3e; }

table.funds {
  width: 90%;
  margin: 20px auto;
  border-collapse: collapse; }
  table.funds tr.odd {
    background-color: #dfdfdf; }
  table.funds tr.even {
    background-color: #efefef; }
  table.funds tr th {
    padding: 6px;
    margin: 0;
    color: white;
    background-color: #333; }
    table.funds tr th.amount {
      text-align: right; }
    table.funds tr th.total {
      color: black;
      background-color: white;
      font-weight: bold; }
  table.funds tr td {
    padding: 6px;
    margin: 0; }
    table.funds tr td.amount {
      text-align: right; }
    table.funds tr td .complete {
      color: green; }
    table.funds tr td .incomplete {
      color: red; }

#whatsthis {
  padding-top: 3px;
  width: 180px;
  height: 15px;
  overflow: hidden;
  background-color: #E4F2FA;
  cursor: pointer; }
  #whatsthis span {
    font-weight: bold;
    color: #B3BA24;
    display: block;
    padding: 0 3px; }

textarea.content_editor {
  width: 100%;
  border: 1px solid #afafaf; }

.fund {
  margin: 1em 0; }
  .fund h3 {
    border-bottom: 1px solid #b3ba24;
    color: #789823;
    font-weight: bold;
    padding-bottom: 10px; }
  .fund .details {
    padding: 10px 0;
    font-size: .9em; }
  .fund .areas {
    margin: 8px 0; }
  .fund span.sub_fund {
    margin: 0 10px;
    font-weight: bold; }
  .fund span.give {
    font-weight: bold; }
  .fund a:hover {
    text-decoration: underline; }
  .fund .right label {
    font-size: 1.5em; }

#fund p {
  font-size: .9em; }
#fund img {
  margin: 0 0 10px 10px;
  float: right;
  display: inline; }

#story {
  color: #524a3e; }

.image {
  padding: 0 1em 1em 0; }

.checkout_fund {
  margin: 20px; }

.payment {
  background-color: #efefef;
  border: 1px solid #dfdfdf;
  margin: 10px;
  padding: 12px; }
  .payment table th {
    vertical-align: top; }
  .payment table td {
    vertical-align: top; }
  .payment .payment_detail label {
    display: block; }

.post .post_body .date {
  display: inline; }
.post .post_body .author {
  display: inline; }


#response table.form_table {
  width: auto; }

table.admin {
  width: 100%;
  border-collapse: collapse;
  margin: 2em 0;
  font-size: .9em;
  border-bottom: 1px solid #919191; }
  table.admin tr:hover {
    background: #ffec82; }
  table.admin th {
    background: #f5f5f5;
    padding: 2px 4px;
    text-align: left;
    font-size: 0.9em; }
  table.admin td {
    border-top: 1px solid #919191;
    padding: 0;
    text-align: left; }
    table.admin td textarea.mceEditor {
      min-height: 600px;
      width: 700px; }
    table.admin td a {
      text-decoration: none;
      font-weight: bold;
      font-size: 0.9em; }
      table.admin td a:hover span {
        color: blue; }
      table.admin td a img {
        vertical-align: middle; }
      table.admin td a span {
        vertical-align: middle; }
  table.admin.no_hover {
    border-bottom: none;
    border-collapse: separate; }
    table.admin.no_hover td {
      border: none;
      padding: 5px 0; }
    table.admin.no_hover tr:hover {
      background: none; }
