body {
  color: #333333;
  font: 14px/22px Georgia, serif;
  text-align: center;
  background: #ddd no-repeat fixed;
  min-height: 1200px; }

a {
  color: #005090;
  text-decoration: none; }
  a:hover {
    text-decoration: none;
    color: #b14100; }
  a:visisted {
    text-decoration: none; }

a.cancel {
  position: relative;
  top: 4px;
  left: 5px; }

ul li.button {
  border: 1px solid #e1ddce;
  width: auto;
  float: left;
  margin: 0 5px 5px 0;
  padding: 0;
  display: inline; }
  ul li.button a,
  ul li.button input {
    color: #ffffff;
    padding: 2px 5px 2px;
    border: 1px solid #fff;
    background-color: #0c4675;
    width: auto;
    display: block;
    font-family: Georgia, serif;
    font-size: 16px; }
    ul li.button a:hover,
    ul li.button input:hover {
      color: #ffffff;
      background-color: #B14100; }
  ul li.button input.button {
    margin: 0px;
    padding: 2px 5px 2px 5px;
    *padding: 0px 5px 2px 5px;
    cursor: pointer; }

ul.user li.button {
  float: right;
  margin-top: 10px; }

ul.sidebar_links li.button a,
ul.sidebar_links li.button input {
  background: #0c4675 url(/images/button_arrow.gif) no-repeat center right;
  padding: 2px 25px 2px 5px; }
  ul.sidebar_links li.button a:hover,
  ul.sidebar_links li.button input:hover {
    color: #ffffff;
    background: #B14100 url(/images/button_arrow_on.gif) no-repeat center right; }

ul li.link {
  float: left;
  width: auto; }
  ul li.link a {
    display: block;
    padding: 5px 25px 3px 5px; }

#main ul.buttons {
  margin-top: 10px;
  float: right; }

h1, h2, h3, h4, h5 {
  font-weight: bold;
  color: #6a1b14; }

h1 {
  font-weight: normal;
  font-size: 31px;
  line-height: 34px;
  margin-bottom: 15px; }

h2 {
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 10px; }

h3 {
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif; }

h4 {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 5px;
  color: #333333;
  font-family: Helvetica, Arial, sans-serif; }

p {
  margin: 0 0 1em 0; }

p.description {
  margin-bottom: 0; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

#screen {
  background: url(/images/screen.png) fixed;
  min-height: 1200px; }

#layout {
  text-align: left;
  margin: 0 auto;
  padding: 12px 0;
  width: 973px;
  position: relative; }

#header {
  margin: 0 6px 6px 6px;
  width: 960px;
  float: left; }
  #header h2 {
    float: left;
    margin: 0 20px 0 0; }
    #header h2 a {
      display: block;
      width: 115px;
      height: 86px;
      text-indent: -2000px;
      overflow: hidden;
      background: url(/images/once_upon_a_school.png) no-repeat; }

#nav {
  margin: 22px 0 0 0; }
  #nav li {
    float: left;
    margin: 0 10px 0 0; }
  #nav a {
    display: block;
    height: 43px;
    text-indent: -2000px;
    overflow: hidden;
    background: no-repeat; }
  #nav #stories a {
    width: 140px;
    background: url(/images/stories.png); }
  #nav #stories a.selected,
  #nav #stories a:hover {
    background: url(/images/stories_selected.png); }
  #nav #volunteer a {
    width: 185px;
    background: url(/images/volunteer.png); }
  #nav #volunteer a:hover,
  #nav #volunteer a.selected {
    background: url(/images/volunteer_selected.png); }
  #nav #who_we_are a {
    width: 205px;
    background: url(/images/who_we_are.png); }
  #nav #who_we_are a:hover,
  #nav #who_we_are a.selected {
    background: url(/images/who_we_are_selected.png); }

#main,
#sidebar,
#full {
  float: left;
  margin: 0 0 9px 0; }

#main {
  width: 702px; }

#sidebar {
  width: 271px; }

#full {
  width: 962px; }

#main_middle,
#full_middle {
  padding: 14px 21px; }

#sidebar_middle {
  padding: 18px 23px; }

#main_middle {
  background: url(/images/main_middle.png) repeat-y; }

#sidebar_middle {
  background: url(/images/sidebar_middle.png) repeat-y; }
  #sidebar_middle span {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px; }
  #sidebar_middle ul, #sidebar_middle p {
    margin-bottom: 30px; }
  #sidebar_middle ul.recent_stories li {
    padding: 3px 0;
    background: transparent url(/images/hr.gif) repeat-x bottom left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px; }
  #sidebar_middle ul.recent_stories li.last {
    background: none; }
  #sidebar_middle ol li {
    padding: 5px 0 10px 0;
    background: transparent url(/images/hr.gif) repeat-x bottom left;
    position: relative; }
    #sidebar_middle ol li div {
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px;
      display: block;
      position: relative;
      left: 20px;
      top: 0;
      width: 190px; }
    #sidebar_middle ol li span {
      font-family: Georgia, serif;
      color: #adadad;
      font-size: 26px;
      font-weight: bold;
      position: absolute;
      top: 2px;
      display: block;
      float: left;
      width: 20px;
      height: 32px;
      line-height: 28px; }
  #sidebar_middle .last {
    background-image: none; }

#full_middle {
  background: url(/images/full_middle.png) repeat-y; }

#main_top,
#sidebar_top,
#full_top,
#main_bottom,
#sidebar_bottom,
#full_bottom {
  height: 12px;
  overflow: hidden; }

#main_top {
  background: url(/images/main_top.png) no-repeat; }

#main_bottom {
  background: url(/images/main_bottom.png) no-repeat; }

#sidebar_top {
  background: url(/images/sidebar_top.png) no-repeat; }

#sidebar_bottom {
  background: url(/images/sidebar_bottom.png) no-repeat; }

#full_top {
  background: url(/images/full_top.png) no-repeat; }

#full_bottom {
  background: url(/images/full_bottom.png) no-repeat; }

#footer {
  margin: 0 6px;
  width: 950px;
  float: left;
  font: 11px/22px verdana, sans-serif; }

#footer,
#footer a {
  color: #fff; }

#quicklinks,
#footer_nav {
  float: left;
  background: url(/images/gray.png);
  padding: 0 8px; }

#quicklinks {
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 4px 0 0; }

#footer_nav li {
  float: left;
  margin: 0 6px 0 0; }

#footer_nav li a,
#footer_nav li span {
  position: relative;
  top: 1px; }

#footer_nav a:hover {
  text-decoration: underline; }

#credits {
  width: auto;
  padding: 10px 20px;
  position: absolute;
  top: 0;
  right: 0;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  color: #fff;
  text-align: left;
  font: 11px/15px verdana, sans-serif; }

form {
  width: 620px;
  clear: both;
  margin: 0 auto; }
  form fieldset {
    margin-bottom: 20px;
    padding-bottom: 10px;
    background: transparent url(/images/hr.gif) repeat-x bottom left; }
    form fieldset legend {
      color: #6a1b14;
      font-size: 19px;
      font-weight: bold;
      margin-bottom: 10px;
      *margin-left: -7px; }
  form li {
    width: 235px;
    float: left;
    margin-bottom: 4px;
    position: relative; }
    form li .long_text {
      width: 500px; }
    form li label,
    form li strong {
      font-weight: normal;
      text-align: right;
      color: #333333;
      font-family: Helvetica, Arial, sans-serif;
      font-size: 12px; }
  form .text, form select, form input, form textarea, form div.value {
    border: 1px solid #cccccc;
    padding: 3px;
    margin: 0 2px 0 0;
    color: #333333;
    font-family: Helvetica, Arial, sans-serif;
    float: left;
    width: 225px; }
  form select {
    position: absolute;
    top: 22px;
    left: 0; }
  form .checkbox {
    width: 233px; }
    form .checkbox label, form .checkbox input {
      float: right; }
    form .checkbox label {
      width: 215px;
      text-align: left;
      padding-top: 2px; }
    form .checkbox input.checkbox {
      padding-left: 0;
      margin-left: 0;
      width: 15px; }
    form .checkbox strong {
      font-size: 14px;
      font-weight: bold; }
    form .checkbox ul {
      float: left;
      width: 160px;
      position: relative; }
      form .checkbox ul li {
        width: 150px; }
        form .checkbox ul li label {
          float: right;
          display: block;
          width: 127px;
          text-align: left; }
        form .checkbox ul li input {
          padding: 0;
          margin: 3px 3px 0 0; }
    form .checkbox input {
      float: right;
      width: 20px;
      margin: 3px;
      border: none; }
  form .long_text, form .long_check {
    width: 458px; }
    form .long_text label,     form .long_check label {
      width: 440px; }
  form li.tos {
    width: 400px; }
    form li.tos label, form li.tos a, form li.tos input.checkbox {
      float: none;
      display: inline; }
    form li.tos input.checkbox {
      margin-top: 3px; }
  form li.double {
    width: 335px; }
  form ul.textarea_supplement li {
    width: auto; }
  form textarea {
    width: 500px;
    height: 110px; }
  form select {
    width: 200px; }
  form a.db-choose-date {
    float: left; }
  form span.required {
    color: #cc3300; }
  form li.supplemental_content {
    margin-top: -5px;
    font-size: 11px; }
    form li.supplemental_content blockquote {
      margin: 0 40px;
      font-size: 12px;
      font-style: italic; }
    form li.supplemental_content div.original_content blockquote {
      margin: 5px 0;
      padding: 3px;
      border: 1px solid #9d9d9d; }
    form li.supplemental_content a.supplemental_show {
      background: transparent url(/images/open_div.gif) no-repeat 100% 0;
      padding-right: 10px; }
    form li.supplemental_content a.supplemental_close {
      display: none;
      background: transparent url(/images/close_div.gif) no-repeat 100% 0;
      padding-right: 10px; }

div.required_fields {
  font-family: Helvetica, Arial, sans-serif;
  text-align: right;
  color: #666;
  font-size: 12px; }
  div.required_fields span {
    color: #cc3300;
    font-size: 16px;
    font-family: Georgia, serif; }

form ul li div.fieldWithErrors {
  display: inline; }
  form ul li div.fieldWithErrors label, form ul li div.fieldWithErrors strong {
    color: #cc3300; }

form ul li div.fieldWithErrors input, form ul li div.fieldWithErrors textarea {
  border-color: #cc3300; }

ul li.readonly {
  margin-bottom: 10px; }
  ul li.readonly strong {
    font-size: 13px;
    color: #333333;
    font-weight: normal;
    letter-spacing: 1px; }
  ul li.readonly div.value {
    float: left;
    width: 160px;
    border: none;
    color: #333333; }
  ul li.readonly div.textarea {
    width: 500px; }
  ul li.readonly div.flickr {
    width: 500px; }

fieldset ul li.number_students {
  margin-bottom: 40px;
  width: 100%; }


table {
  width: 100%; }
  table tr.odd {
    background-color: #FFF0D5; }
  table th {
    border-bottom: 1px solid #9d9d9d;
    color: #6a1b14;
    font-size: 11px;
    padding: 5px;
    text-transform: uppercase; }
  table td {
    font-family: "Lucida Sans Unicode","Lucida Grande","Lucida Sans",Verdana,Arial,sans-serif;
    font-size: 10px;
    padding: 5px;
    color: #333333; }

div.story_no {
  width: 107px;
  float: left;
  margin: 0 12px 15px 0; }
  div.story_no div {
    background-color: #adadad;
    color: #ffffff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 11px;
    padding: 4px 0 0 0;
    line-height: 12px;
    text-align: center; }
  div.story_no h3 {
    color: #6a1b14;
    font-family: Georgia, serif;
    font-size: 55px;
    text-align: center;
    line-height: 58px;
    margin: 0; }

div.title {
  float: left;
  width: 530px;
  margin: 0 0 15px 0; }
  div.title div.byline em {
    font-weight: bold;
    margin: 0 13px 0 0;
    display: block;
    float: left; }

ul.actions {
  border-bottom: 2px solid #c73902;
  margin-bottom: 20px; }
  ul.actions li {
    clear: both;
    height: 40px; }
    ul.actions li span {
      border: 1px solid #e1ddce;
      width: 17px;
      float: left;
      margin-right: 3px; }
      ul.actions li span a {
        background-color: #0c4675;
        color: #ffffff;
        border: 1px solid #ffffff;
        padding: 0 3px 2px 3px;
        display: block;
        line-height: 14px; }

#add_image, #add_video, #story_example {
  background-color: #ffffff;
  border: none;
  text-align: left; }
  #add_image ul.actions,   #add_video ul.actions,   #story_example ul.actions {
    position: absolute;
    right: 10px;
    top: 5px;
    border: none; }
    #add_image ul.actions span,     #add_video ul.actions span,     #story_example ul.actions span {
      width: auto; }
      #add_image ul.actions span .jqmClose,       #add_video ul.actions span .jqmClose,       #story_example ul.actions span .jqmClose {
        width: auto;
        padding: 3px 7px 2px; }
        #add_image ul.actions span .jqmClose:hover,         #add_video ul.actions span .jqmClose:hover,         #story_example ul.actions span .jqmClose:hover {
          color: #fff; }
  #add_image h3,   #add_video h3,   #story_example h3 {
    font-family: Georgia, serif;
    color: #c73902;
    font-size: 18px; }
  #add_image ul.upload li.upload,   #add_video ul.upload li.upload,   #story_example ul.upload li.upload {
    background-color: #fff5d0;
    float: none;
    margin-left: 0;
    padding: 20px;
    width: 560px; }

#add_image, #add_video {
  padding: 0; }
  #add_image iframe,   #add_video iframe {
    width: 600px;
    height: 320px;
    border: none; }

body.iframe {
  margin: 20px 10px;
  background-color: #fff;
  text-align: left; }
  body.iframe h3 {
    font-family: Georgia, serif;
    color: #c73902;
    font-size: 18px; }
  body.iframe ul.upload li.upload {
    background-color: #fff5d0;
    float: none;
    margin-left: 0;
    padding: 20px;
    width: 540px; }

#add_image iframe {
  height: 200px; }

div#flickr {
  margin: 20px 0; }

#featured_media {
  border: 1px solid #bebaba;
  padding: 20px 5px 20px 5px;
  margin-bottom: 20px;
  position: relative;
  height: 350px;
  overflow: hidden;
  width: 650px;
  clear: both;
  *width: 548px; }
  #featured_media a.carousel_up, #featured_media a.carousel_down {
    position: absolute;
    right: 44px; }
  #featured_media a.carousel_up {
    top: 1px;
    display: block; }
  #featured_media a.carousel_down {
    bottom: 0px; }
  #featured_media div#media_carousel {
    width: 100px;
    float: right;
    padding: 0;
    position: relative;
    *top: -5px; }
  #featured_media div.featured {
    display: none;
    float: left;
    width: 548px;
    text-align: center; }
  #featured_media div.selected {
    width: 548px;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px; }
  #featured_media ul {
    width: 100px;
    text-align: right; }
    #featured_media ul li a {
      display: block;
      width: 100px;
      height: 88px; }
      #featured_media ul li a:hover {
        background: transparent url(/images/selected_media_thumb.gif) no-repeat left top; }
      #featured_media ul li a img {
        margin: 4px 5px 0 0; }
    #featured_media ul li a.selected {
      background: transparent url(/images/selected_media_thumb.gif) no-repeat left top; }

div.story, div.content, div.comment_form, #view_media {
  border-top: 2px solid #c73902;
  background-color: #fff5d0;
  clear: both;
  padding: 20px 15px;
  color: #333333;
  background: #FFF5D0 url(/images/bg_corner.gif) no-repeat bottom right; }
  div.story div.result,   div.content div.result,   div.comment_form div.result,   #view_media div.result {
    padding: 20px 15px;
    background-color: #fff;
    border-top: 2px solid #c73902;
    margin: 30px 65px 30px 0; }

div.discussion {
  padding-top: 15px;
  padding-left: 20px;
  margin-bottom: 10px; }
  div.discussion li.comment {
    padding: 10px 0px;
    border-top: thin dotted; }
    div.discussion li.comment p, div.discussion li.comment div {
      padding-left: 35px;
      margin-left: 6px; }
    div.discussion li.comment p {
      background: transparent url(/images/drop_quote.gif) no-repeat left 10px;
      padding-top: 5px;
      padding-bottom: 5px; }
    div.discussion li.comment p.flagged {
      color: #C73902;
      font-style: italic; }
    div.discussion li.comment div {
      line-height: 11px;
      font-size: 11px; }
    div.discussion li.comment h5 span {
      color: #404040;
      font-weight: bold; }
    div.discussion li.comment span.comment_date {
      color: #707070; }
    div.discussion li.comment span.flag_action {
      margin-left: 2px; }
      div.discussion li.comment span.flag_action a {
        margin-left: 5px;
        padding-left: 12px;
        background: transparent url(/images/flag_icon.gif) no-repeat center left; }
    div.discussion li.comment form {
      display: none; }
  div.discussion li.first {
    border-top: none;
    padding-top: 0px;
    padding-bottom: 10px; }

div.comment_form form ul li, div.rejection_form form ul li {
  width: auto; }

div.comment_form {
  position: relative; }
  div.comment_form div.required_fields {
    position: absolute;
    top: 25px;
    right: 15px; }
  div.comment_form p.note {
    font-size: 11px;
    padding-left: 5px; }

div.rejection_form form textarea {
  width: 592px; }

div.content.first {
  border-top: none; }

#sidebar .top {
  margin-top: 0;
  margin-bottom: 10px; }
#sidebar ul.facts li,
#sidebar p {
  font-family: Helvetica, Arial, sans-serif;
  line-height: 20px;
  color: #333333;
  font-size: 12px; }
#sidebar a.learn_more {
  font-family: Helvetica, Arial, sans-serif; }
  #sidebar a.learn_more span {
    font-size: 20px; }
#sidebar a.rss {
  background: transparent url(/images/rss_icon.gif) no-repeat 0 2px;
  padding-left: 20px;
  display: block;
  clear: both; }
#sidebar ul li.button {
  width: 223px;
  margin-right: 0; }
#sidebar form {
  width: auto;
  margin: 0; }
#sidebar h2 {
  margin-bottom: 0; }

#sharethis {
  width: 100px;
  float: left; }

ul.tabs {
  padding-left: 20px;
  margin-top: 20px;
  border-bottom: 2px solid #c73902; }
  ul.tabs li {
    background-color: #adadad;
    padding: 3px 10px;
    float: left;
    margin-right: 5px;
    font-family: Helvetica, Arial, sans-serif; }
    ul.tabs li a {
      color: #333333; }
  ul.tabs .selected {
    background-color: #c73902; }
    ul.tabs .selected a {
      color: #fff; }

#images, #videos, #view_media {
  padding: 10px 3px; }
  #images form,   #videos form,   #view_media form {
    margin: 20px;
    font-family: Helvetica, Arial, sans-serif;
    width: 580px; }
  #images ul.images li, #images ul.videos li,   #videos ul.images li, #videos ul.videos li,   #view_media ul.images li, #view_media ul.videos li {
    background: transparent url(/images/hr.gif) repeat-x scroll left bottom;
    padding: 10px; }
    #images ul.images li a img,     #images ul.videos li a img,     #videos ul.images li a img,     #videos ul.videos li a img,     #view_media ul.images li a img,     #view_media ul.videos li a img {
      margin-right: 10px; }

form ul li input.selected_check_box, form ul li input.featured_check_box {
  width: 20px;
  border: none; }

#view_media {
  margin-top: 20px;
  padding-bottom: 90px; }

#videos {
  display: none; }
  #videos ul.add {
    position: relative;
    left: 510px;
    top: -37px; }

ul.upload {
  width: 560px; }
  ul.upload li {
    float: left; }
    ul.upload li label {
      float: left;
      margin: 2px 10px 0 0; }
  ul.upload .upload {
    margin: 5px 10px;
    width: 440px; }
    ul.upload .upload input {
      width: 360px; }


#media_picker ul.medias {
  border-bottom: 1px solid #c73902;
  margin-bottom: 20px; }
  #media_picker ul.medias li {
    margin-bottom: 10px; }
#media_picker form {
  width: 100%; }
  #media_picker form ul.images, #media_picker form ul.videos {
    width: 100%;
    margin: 20px 0;
    padding-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px; }
    #media_picker form ul.images li,     #media_picker form ul.videos li {
      width: 100px;
      margin-right: 20px;
      padding-top: 10px;
      float: left;
      background: transparent url(/images/hr.gif) repeat-x top left; }
      #media_picker form ul.images li a.image,       #media_picker form ul.videos li a.image {
        background: transparent url(/images/hr.gif) repeat-x bottom left;
        display: block;
        height: 90px;
        text-align: center;
        margin-bottom: 5px; }
      #media_picker form ul.images li div,       #media_picker form ul.videos li div {
        margin-left: 5px; }
  #media_picker form ul.videos li {
    width: 420px; }
    #media_picker form ul.videos li div {
      text-align: left;
      margin-left: 10px; }
    #media_picker form ul.videos li div.movie {
      background: transparent url(/images/hr.gif) repeat-x scroll left bottom;
      height: 350px;
      padding-bottom: 5px;
      margin: 0 0 5px 0;
      text-align: center; }
  #media_picker form ul.videos li.button {
    background: none;
    width: auto;
    padding: 0;
    margin-top: 20px;
    font-size: 14px;
    clear: both; }
  #media_picker form ul.videos {
    border-bottom: 2px solid #c73902; }
#media_picker div.add_images, #media_picker div.add_video {
  background: transparent url(/images/hr.gif) repeat-x bottom left;
  padding-bottom: 10px;
  margin-bottom: 20px; }
#media_picker div.add_video {
  position: relative; }
  #media_picker div.add_video ul.add {
    position: absolute;
    top: 133px;
    left: 510px; }
#media_picker div.finished {
  border-bottom: 2px solid #c73902;
  height: 40px;
  margin-bottom: 50px; }

div.admin_links {
  position: relative;
  top: -15px;
  text-align: right; }

div.tabs {
  margin-top: 20px;
  border-bottom: 1px solid #9d9d9d; }
  div.tabs a {
    float: left;
    width: auto;
    padding: 5px;
    background-color: #FFFFFF;
    color: #F85D07;
    border-left: 1px solid #f85d07;
    border-right: 1px solid #f85d07;
    border-top: 1px solid #f85d07;
    margin-right: 5px; }
    div.tabs a:hover {
      text-decoration: none;
      background-color: #F85D07;
      color: #ffffff;
      border-left: 1px solid #b14100;
      border-right: 1px solid #b14100;
      border-top: 1px solid #b14100; }
  div.tabs a.selected {
    border-left: 1px solid #b14100;
    border-right: 1px solid #b14100;
    border-top: 1px solid #b14100;
    background-color: #F85D07;
    color: #ffffff; }
  div.tabs div {
    border-left: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    background-color: #f6f6f6;
    color: #666;
    float: left;
    width: auto;
    padding: 5px;
    margin-right: 5px; }

table.tablesorter {
  display: none;
  table-layout: fixed;
  width: 920px; }
  table.tablesorter thead tr .header {
    cursor: pointer;
    border-right: 1px solid #9d9d9d;
    padding: 5px 15px 5px 5px;
    text-align: left; }
  table.tablesorter thead tr .headerSortUp {
    background: transparent url(/images/asc.gif) no-repeat right center; }
  table.tablesorter thead tr .headerSortDown {
    background: transparent url(/images/desc.gif) no-repeat right center; }
  table.tablesorter thead tr .last {
    border-right: none;
    border-left: 1px solid #9D9D9D; }
  table.tablesorter thead tr th {
    width: 110px; }
  table.tablesorter thead tr th.ids {
    width: 80px; }
  table.tablesorter thead tr th.story_titles {
    width: 150px; }
  table.tablesorter thead tr th.comments {
    width: 280px; }
  table.tablesorter thead tr th.actions {
    width: 100px; }

table.users tr td {
  width: 257px;
  border-bottom: 1px solid #ccc; }

table.users tr td.actions {
  width: 50px; }

table.users,
div.submissions table.default,
div.stories table.default,
div.comments table.default {
  display: block; }

#errorExplanation {
  color: #cc3300;
  font-weight: bold; }
  #errorExplanation h2 {
    font-size: 16px;
    color: #000;
    line-height: 19px; }
  #errorExplanation ul {
    margin: 10px 20px 20px 50px; }
    #errorExplanation ul li {
      font-size: 12px;
      list-style: disc; }

div.message_top, div.status_top {
  background: url(/images/messaging_top_new.gif) no-repeat left top;
  background-color: transparent;
  height: 4px;
  width: 630px;
  overflow: hidden;
  margin: 0 auto; }

div.message, div.status {
  background: url(/images/messaging_bottom_new.gif) no-repeat left bottom;
  margin-bottom: 10px;
  width: 630px;
  background-color: #ffd433;
  font-weight: bold;
  margin: 0 auto 10px auto; }
  div.message h4,   div.status h4 {
    background: url(/images/message_icon.gif) no-repeat 10px 2px;
    color: #000000;
    padding: 5px 5px 10px 40px;
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 0; }
  div.message h4.error,   div.status h4.error {
    background: url(/images/error_icon.gif) no-repeat 10px 2px; }

div.status_top {
  background: url(/images/status_top.gif) no-repeat left top; }

div.status {
  background: url(/images/status_bottom.gif) no-repeat left bottom;
  background-color: #9af7e6; }
  div.status h4 {
    background: none;
    padding: 5px 10px;
    font-weight: bold; }


#dialog {
  background: #fff;
  border: 8px solid #fff;
  display: none;
  width: 433px;
  left: 50%;
  margin-left: -217px;
  position: fixed;
  top: 100px;
  color: #000; }
  #dialog h3 {
    margin: 8px 0 0 0; }
    #dialog h3 a {
      display: block;
      width: 100%;
      color: #333333;
      text-align: right;
      text-transform: uppercase;
      cursor: pointer; }

ul.stories li {
  float: left;
  margin: 0 7px 10px 0; }
  ul.stories li em {
    display: block; }

ul.stories li.last {
  margin-right: 0; }

div.pages {
  background: transparent url(/images/hr.gif) repeat-x top left;
  margin-top: 20px;
  padding: 10px 0 5px 0;
  position: relative; }
  div.pages h3 {
    float: left;
    margin: 0;
    width: 560px; }
    div.pages h3 div {
      font-size: 10px; }
  div.pages div.pagination {
    position: absolute;
    top: 8px;
    right: 0;
    line-height: 19px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px; }
    div.pages div.pagination .prev_page {
      padding: 0 5px;
      background-color: #ffffff;
      position: relative;
      left: 5px; }
    div.pages div.pagination .next_page {
      padding: 0 0 0 8px;
      background-color: #ffffff;
      position: relative;
      right: 6px; }
    div.pages div.pagination .prev_page span, div.pages div.pagination .next_page span {
      font-size: 20px;
      position: relative;
      top: 1px; }

#sidebar_search ul {
  position: relative;
  margin-bottom: 5px; }
  #sidebar_search ul li {
    position: relative;
    width: auto;
    margin: 0; }
    #sidebar_search ul li input#story_search {
      margin: 0;
      height: 20px;
      border: 1px solid #e1ddce;
      width: 182px;
      position: relative;
      top: 1px;
      padding-top: 5px;
      font-family: Georgia, serif;
      color: #adadad;
      font-size: 16px; }
  #sidebar_search ul li.button {
    position: absolute;
    left: 192px;
    top: 1px;
    width: 32px;
    height: 28px; }
    #sidebar_search ul li.button a {
      color: #0C4675;
      background-position: 5px center;
      padding-left: 0;
      width: 5px; }
      #sidebar_search ul li.button a:hover {
        color: #c73902; }

#sidebar_middle form.filter h2 {
  background: transparent url(/images/hr.gif) repeat-x top left;
  font-family: Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 15px;
  margin-bottom: 0;
  padding-top: 3px;
  line-height: 25px; }
#sidebar_middle form.filter div.filter_category {
  background: transparent url(/images/hr.gif) repeat-x top left;
  padding-top: 10px; }
  #sidebar_middle form.filter div.filter_category input {
    width: 220px; }
  #sidebar_middle form.filter div.filter_category ul {
    float: left;
    width: 112px;
    display: inline;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 0; }
    #sidebar_middle form.filter div.filter_category ul li {
      width: 105px; }
      #sidebar_middle form.filter div.filter_category ul li label {
        float: left;
        width: 75px;
        text-align: left; }
      #sidebar_middle form.filter div.filter_category ul li input {
        float: left;
        width: 20px;
        margin-top: 3px;
        border: none; }

#terms_and_conditions h2 {
  text-align: center;
  margin: 0px; }
#terms_and_conditions ol {
  margin-top: 20px;
  margin-left: 40px; }
  #terms_and_conditions ol li {
    list-style-type: decimal; }

#home #header {
  margin-bottom: 26px; }
  #home #header h2 {
    position: absolute;
    top: 72px;
    left: 31px; }
    #home #header h2 a {
      width: 208px;
      height: 156px;
      background: url(/images/once_upon_a_school.gif) no-repeat; }
#home #nav {
  position: absolute;
  left: 194px;
  top: 566px;
  width: 276px; }
  #home #nav li {
    float: right;
    margin: 0 0 20px 0; }
  #home #nav a {
    height: 19px; }
  #home #nav #read_stories a {
    width: 200px;
    background: url(/images/read_stories.gif); }
  #home #nav #read_stories a:hover {
    background: url(/images/read_stories_over.gif); }
  #home #nav #tell_us_your_story a {
    width: 276px;
    background: url(/images/tell_us_your_story.gif); }
  #home #nav #tell_us_your_story a:hover {
    background: url(/images/tell_us_your_story_over.gif); }
  #home #nav #who_we_are a {
    width: 190px;
    background: url(/images/who_we_are.gif); }
  #home #nav #who_we_are a:hover {
    background: url(/images/who_we_are_over.gif); }
#home #full_middle {
  height: 707px;
  padding: 14px 26px; }
#home #mission_statement,
#home #call_to_action,
#home #eggers_quote {
  overflow: hidden;
  text-indent: -2000px;
  position: absolute; }
#home #mission_statement {
  width: 643px;
  height: 16px;
  background: url(/images/mission_statement.gif) no-repeat;
  left: 261px;
  top: 71px; }
#home #call_to_action {
  width: 553px;
  height: 29px;
  background: url(/images/call_to_action.gif) no-repeat;
  left: 260px;
  top: 97px; }
#home #eggers_quote {
  width: 447px;
  height: 125px;
  background-image: url(/images/eggers_quote.gif);
  background-repeat: no-repeat;
  background-position: 15px 15px;
  background-color: #c73902;
  left: 32px;
  top: 438px; }
#home #eggers_video {
  width: 433px;
  height: 263px;
  border-width: 8px;
  border-style: solid;
  border-color: #bdbdbd;
  position: absolute;
  left: 258px;
  top: 149px; }
#home #player {
  width: 433px;
  height: 263px; }
  #home #player img {
    margin: 110px 0 0 160px; }
#home #volunteer_match {
  padding: 6px 12px;
  width: 191px;
  height: 266px;
  position: absolute;
  overflow: hidden;
  left: 717px;
  top: 493px;
  background: #FFF5D0 url(/images/bg_corner.gif) no-repeat 150px 183px; }
  #home #volunteer_match h2 {
    font-size: 16px;
    white-space: nowrap; }
  #home #volunteer_match form {
    width: 185px; }
  #home #volunteer_match input.text {
    width: 183px; }
#home #stories li {
  position: absolute; }
#home #story_1 {
  left: 32px;
  top: 265px; }
#home #story_2 {
  left: 492px;
  top: 437px; }
#home #story_3 {
  left: 492px;
  top: 609px; }
#home #story_4 {
  left: 717px;
  top: 149px; }
#home #story_5 {
  top: 321px;
  left: 717px; }


#volunteer_match form {
  width: 200px;
  overflow: hidden; }
#volunteer_match h2 {
  margin-bottom: 5px; }
#volunteer_match p {
  width: 200px; }
#volunteer_match input {
  width: 191px;
  color: #aaa; }
#volunteer_match #search {
  margin: 8px 40px 0 0;
  width: auto; }
#volunteer_match input.button {
  width: auto;
  color: #fff; }
#volunteer_match img {
  display: block;
  margin: 0 0 5px 0; }

#about .organization {
  margin: 0 0 15px 0;
  background: #FFF5D0 url(/images/bg_corner.gif) no-repeat scroll 585px bottom; }
  #about .organization .content {
    margin: 0;
    width: 620px;
    float: left;
    background-image: none;
    background-color: transparent; }
    #about .organization .content h3 {
      margin-top: 20px; }
      #about .organization .content h3 .first {
        margin-top: 0; }
  #about .organization .organization_sidebar {
    width: 255px;
    float: left;
    padding-left: 15px;
    padding-bottom: 20px;
    background-color: #fff; }
    #about .organization .organization_sidebar h4, #about .organization .organization_sidebar ul {
      margin: 0 15px 10px 15px; }
    #about .organization .organization_sidebar img {
      border: 1px solid #d6d6d6;
      border-top: 2px solid #c73902;
      margin: 0 0 10px 0; }
  #about .organization .first .content {
    border-top: none; }
  #about .organization .first .organization_sidebar img {
    border-top: 1px solid #d6d6d6; }


ul.photos {
  margin: 0 0 15px 0; }
  ul.photos li {
    border-top: 2px solid #c73902;
    float: left;
    width: 215px;
    margin: 0 7px 0 0;
    display: inline;
    overflow: hidden;
    line-height: 0; }
  ul.photos .last {
    margin: 0; }

#donate strong {
  font-weight: bold;
  color: #6a1b14;
  font-size: 19px;
  line-height: 30px;
  margin-bottom: 10px; }
#donate ul.workshops li {
  width: 70px;
  height: 70px;
  border: 1px solid #cdcdcd;
  float: left;
  text-align: center;
  margin-right: 8px; }
#donate #workshops {
  display: block;
  margin: 0 0 10px 0; }

#volunteer ol.tips {
  margin: 0 0 60px 3em; }
  #volunteer ol.tips li {
    list-style-type: decimal;
    background: transparent url(/images/hr.gif) repeat-x bottom left;
    padding: 3px 0 10px 0;
    font-size: 24px;
    font-weight: bold;
    color: #888; }
    #volunteer ol.tips li span {
      font-size: 14px;
      font-weight: normal;
      color: #333333; }
#volunteer #volunteer_match h2 {
  letter-spacing: 0; }

.story_thumb {
  display: block;
  width: 215px;
  height: 162px;
  overflow: hidden;
  position: relative; }
  .story_thumb p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 205px;
    padding: 6px;
    color: #fff;
    background: url(/images/blue.png);
    margin: 0;
    font: 11px/12px verdana, sans-serif;
    min-height: 25px; }
    .story_thumb p strong {
      display: block; }
  .story_thumb:hover {
    border: 1px solid #0c4675;
    width: 213px;
    height: 160px; }
    .story_thumb:hover img {
      position: relative;
      left: -1px;
      top: -1px; }
    .story_thumb:hover p {
      background: #0c4675;
      padding: 6px 5px 5px 5px; }

#layout,
#main_middle,
#sidebar_middle,
#full_middle,
form ul li,
fieldset,
ul.readonly li.field,
ul.readonly,
div.tabs,
#sidebar ol li,
fieldset ul li.number_students,
ul.sidebar_links,
ul.photos,
ul.tabs,
ul.upload,
#about .organization,
#videos,
#media_picker ul.images,
#media_picker ul.videos,
ul.donate_link,
div.title div.byline,
div.story ul,
div.pages,
#sidebar_middle form.filter div.filter_category,
.comment_form,
ul li.supplemental_content,
.clearfix {
  *height: 1%; }

#layout:after,
#main_middle:after,
#sidebar_middle:after,
#full_middle:after,
form ul li:after,
div.story ul:after,
fieldset:after,
ul.readonly li.field:after,
ul.readonly:after,
div.tabs:after,
#sidebar ol li:after,
fieldset ul li.number_students:after,
ul.photos:after,
ul.sidebar_links:after,
ul.tabs:after,
ul.upload:after,
#videos:after,
#about .organization:after,
#media_picker ul.images:after,
#media_picker ul.videos:after,
ul.donate_link:after,
div.title div.byline:after,
div.pages:after,
#sidebar_middle form.filter div.filter_category:after,
.comment_form:after,
ul li.supplemental_content:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden; }
