body {
  font-family: Tahoma;
  background: #ffffff;
  color: #4f5151; }

input {
  font-family: Tahoma; }

.content_wrapper {
  position: relative;
  width: 980px !important;
  margin: 0 auto; }

a {
  color: #53ba43;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
  a.action {
    font-size: 0.8em; }

h2 {
  font-family: Tahoma;
  font-size: 2em; }

ul.nav li {
  display: inline;
  margin-right: 1em; }

.clear {
  clear: both; }

#header {
  height: 55px;
  margin: 1em 0 2em; }
  #header h1 a {
    display: block;
    height: 59px;
    width: 323px;
    background: url(../images/logo.png) no-repeat;
    overflow: hidden;
    text-indent: -10000px; }
  #header #main_login {
    position: absolute;
    bottom: 5px;
    right: 0;
    text-align: right; }
    #header #main_login a {
      font-size: 0.9em;
      font-style: italic;
      color: #4f5151; }
    #header #main_login input {
      border: solid 1px #000000;
      width: 8em;
      font-size: 1em;
      padding: 2px; }
      #header #main_login input.submit {
        font-size: 0.9em;
        width: auto; }
      #header #main_login input.inactive.email {
        background: #fff url(../images/bg_email.gif) no-repeat; }
      #header #main_login input.inactive.password {
        background: #fff url(../images/bg_password.gif) no-repeat; }
    #header #main_login.logged_in {
      line-height: 45px; }

.static h2 {
  margin-bottom: 1em; }
.static img {
  float: left;
  margin-right: 1em; }
.static p {
  margin-bottom: 0.5em; }

#footer {
  font-size: 0.8em;
  font-weight: bold;
  margin: 1em 0;
  text-align: center;
  color: #000000;
  clear: both; }
  #footer a {
    color: #4f5151; }
  #footer p.copy {
    float: left; }

.column {
  background: #e5e8e7;
  width: 952px;
  padding: 14px; }
  .column.left_col p span {
    font-style: italic;
    margin-bottom: 1em;
    display: block; }

#new_user {
  font-size: 1.1em; }
  #new_user a.edit {
    font-size: 0.9em;
    font-style: italic; }
  #new_user label {
    font-family: Tahoma;
    margin-top: 1em;
    display: block; }
  #new_user input {
    width: 20em;
    display: block;
    margin-bottom: 0.75em; }
    #new_user input.radio_button {
      display: inline; }
    #new_user input.submit {
      margin-top: 1em;
      width: auto; }
  #new_user .welcome_video {
    position: absolute;
    left: 400px;
    top: 2em; }
    #new_user .welcome_video p {
      font-size: 3em;
      font-weight: bold;
      margin-bottom: 0.5em; }
      #new_user .welcome_video p.em {
        color: #53ba43; }

#dashboard {
  padding: 0.5em;
  background: #e5e8e7; }
  #dashboard .left_column {
    width: 290px;
    margin-right: 10px;
    float: left; }
    #dashboard .left_column .module {
      background: #ffffff;
      padding: 0.5em; }
    #dashboard .left_column #user {
      background: transparent; }
      #dashboard .left_column #user p {
        float: left; }
        #dashboard .left_column #user p a {
          display: block;
          font-size: 0.8em;
          font-style: italic; }
      #dashboard .left_column #user img {
        float: right; }
    #dashboard .left_column #journal, #dashboard .left_column #my_messages {
      margin-top: 1em; }
      #dashboard .left_column #journal .journal_entry,       #dashboard .left_column #my_messages .journal_entry {
        padding: 0.5em 0;
        border: #e5e8e7 solid 1px;
        border-style: solid none; }
      #dashboard .left_column #journal h3,       #dashboard .left_column #my_messages h3 {
        font-family: Tahoma;
        font-size: 1.2em;
        font-weight: bold; }
      #dashboard .left_column #journal a,       #dashboard .left_column #my_messages a {
        font-style: italic;
        font-size: 0.8em; }
        #dashboard .left_column #journal a.inline,         #dashboard .left_column #my_messages a.inline {
          font-size: 1em; }
        #dashboard .left_column #journal a.action,         #dashboard .left_column #my_messages a.action {
          font-size: 0.7em; }
      #dashboard .left_column #journal ul,       #dashboard .left_column #my_messages ul {
        margin-left: 1em; }
      #dashboard .left_column #journal form,       #dashboard .left_column #my_messages form {
        margin: 0.5em 0; }
        #dashboard .left_column #journal form textarea,         #dashboard .left_column #my_messages form textarea {
          width: 20em;
          height: 8em; }
        #dashboard .left_column #journal form input.text_field,         #dashboard .left_column #my_messages form input.text_field {
          width: 20em;
          margin-bottom: 0.25em; }
    #dashboard .left_column #journal p {
      font-size: 0.8em; }
  #dashboard .right_column {
    float: left;
    width: 664px; }
    #dashboard .right_column h3 {
      font-family: Tahoma; }
    #dashboard .right_column .top {
      background: #ffffff;
      font-size: 0.8em; }
      #dashboard .right_column .top #requests {
        width: 200px;
        padding: 0.25em;
        float: left; }
      #dashboard .right_column .top #calendar {
        width: 454px;
        margin-left: 210px; }
    #dashboard .right_column .middle {
      clear: both;
      margin-top: 1em;
      background: #ffffff; }
      #dashboard .right_column .middle #wall {
        width: 301px;
        padding: 0.5em;
        border-right: #e5e8e7 solid 10px;
        float: left; }
        #dashboard .right_column .middle #wall .wall_post {
          font-size: 0.8em;
          padding: 0.5em 0;
          border: #e5e8e7 solid 1px;
          border-style: solid none; }
        #dashboard .right_column .middle #wall form {
          margin-top: 1.5em; }
          #dashboard .right_column .middle #wall form label, #dashboard .right_column .middle #wall form input, #dashboard .right_column .middle #wall form textarea {
            font-size: 0.8em; }
          #dashboard .right_column .middle #wall form label {
            display: block;
            margin-top: 0.25em; }
          #dashboard .right_column .middle #wall form textarea {
            height: 8em;
            width: 25em; }
          #dashboard .right_column .middle #wall form textarea, #dashboard .right_column .middle #wall form input.text_field {
            border: none; }
          #dashboard .right_column .middle #wall form input.file_field {
            width: 1px; }
      #dashboard .right_column .middle #masher {
        margin-left: 327px;
        padding: 0.5em; }
    #dashboard .right_column #connections {
      clear: both;
      background: #ffffff;
      margin-top: 1em; }
      #dashboard .right_column #connections #my_tulanet {
        width: 301px;
        padding: 0.5em;
        border-right: #e5e8e7 solid 10px;
        float: left; }
      #dashboard .right_column #connections #other_tulanets {
        margin-left: 327px;
        padding: 0.5em; }

#invitations h3 {
  font-family: Tahoma;
  font-size: 1.1em; }
#invitations li {
  margin-left: 1em; }
#invitations ul.bad_emails {
  margin: 0.5em 0; }
  #invitations ul.bad_emails li {
    color: #000; }

.calendar {
  margin: auto; }
  .calendar thead th {
    background: #ffffff;
    text-align: center; }
    .calendar thead th.monthName {
      padding: 0.1em 0;
      font-family: Tahoma;
      font-weight: normal;
      font-size: 1.5em; }
    .calendar thead th a {
      display: block;
      padding: 0.4em 0;
      text-decoration: none; }
      .calendar thead th a:hover {
        text-decoration: underline; }
  .calendar .dayName th {
    font-family: Tahoma;
    font-size: 0.9em;
    font-weight: bold;
    text-align: center;
    background: #4f5151;
    color: #ffffff; }
  .calendar .day, .calendar .otherMonth {
    vertical-align: top;
    padding: 0.25em; }
  .calendar .day {
    background: #d7efca; }
  .calendar .otherMonth {
    color: #ffffff;
    background: #ffffff; }
  .calendar .today, .calendar .hover {
    background: #4f5151;
    color: #ffffff; }
  .calendar td {
    width: 90px;
    height: 5em;
    overflow: hidden;
    white-space: nowrap;
    border: solid 2px #ffffff; }
    .calendar td .num {
      font-family: Tahoma; }
    .calendar td a {
      width: 90px;
      position: relative;
      font-size: 0.8em;
      display: block; }
      .calendar td a.complete {
        text-decoration: line-through; }
      .calendar td a.meal-request {
        background-color: blue;
        color: #000; }
      .calendar td a.medical-event {
        background-color: blue;
        color: #fff; }
      .calendar td a.logistical-need {
        background-color: #513317;
        color: #fff; }
      .calendar td a.crisis {
        background-color: red;
        color: #000; }
      .calendar td a.just-for-fun {
        background-color: teal;
        color: #000; }
  .calendar .events {
    color: #000000; }

#facebox form.event {
  width: 800px; }
#facebox h2 {
  padding: 0 1em; }

#contact span {
  font-style: italic;
  font-size: 0.85em;
  display: block;
  margin-bottom: 1em; }

#messages ul {
  display: block;
  border-style: solid;
  border-width: 2px;
  padding: 8px;
  width: 960px;
  margin-bottom: 1em;
  color: #000000; }

form {
  width: 40em; }
  form .field {
    clear: both;
    margin: 0.5em 0; }
    form .field.center input {
      text-align: center; }
    form .field label {
      display: block;
      width: 8em;
      float: left; }
    form .field textarea {
      width: 32em;
      height: 15em; }
    form .field.submit {
      width: 34em;
      text-align: right; }

#content .field h3 {
  font-weight: bold; }

.warnings {
  border-color: #FFEE60;
  background: #F5FFC0; }

.messages {
  border-color: #68CE3E;
  background: #B7EF9C; }

.errors {
  border-color: #f33;
  background: #fbb; }
  .errors a {
    color: #fff; }
