/* line 1, ../../app/stylesheets/awesome_buttons.sass */
a.awesome, .awesome {
  background: #222 url(../images/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 5px 10px 6px;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
  border-bottom: 1px solid rgba(0,0,0,0.25);
  position: relative;
  cursor: pointer; }
  /* line 16, ../../app/stylesheets/awesome_buttons.sass */
  a.awesome:hover, .awesome:hover {
    background-color: rgba(17, 17, 17, 0.75); }

/* line 19, ../../app/stylesheets/awesome_buttons.sass */
.tiny.awesome {
  font-size: 9px; }
  /* line 21, ../../app/stylesheets/awesome_buttons.sass */
  .tiny.awesome:hover {
    text-decoration: underline; }

/* line 23, ../../app/stylesheets/awesome_buttons.sass */
.small.awesome {
  font-size: 11px; }

/* line 25, ../../app/stylesheets/awesome_buttons.sass */
.medium.awesome {
  font-size: 13px; }

/* line 27, ../../app/stylesheets/awesome_buttons.sass */
.large.awesome {
  font-size: 14px;
  padding: 8px 14px 9px; }

/* line 30, ../../app/stylesheets/awesome_buttons.sass */
.blue.awesome {
  background-color: #2daebf; }

/* line 32, ../../app/stylesheets/awesome_buttons.sass */
.red.awesome {
  background-color: #ff0007; }

/* line 34, ../../app/stylesheets/awesome_buttons.sass */
.darkred.awesome {
  background-color: #99000a; }

/* line 36, ../../app/stylesheets/awesome_buttons.sass */
.magenta.awesome {
  background-color: #a9014b; }

/* line 38, ../../app/stylesheets/awesome_buttons.sass */
.orange.awesome {
  background-color: #ff5c00; }

/* line 40, ../../app/stylesheets/awesome_buttons.sass */
.yellow.awesome {
  background-color: #ffb515; }

/* line 42, ../../app/stylesheets/awesome_buttons.sass */
.green.awesome {
  background-color: #239f06; }
  /* line 44, ../../app/stylesheets/awesome_buttons.sass */
  .green.awesome:hover {
    background-color: #017d00; }
  /* line 46, ../../app/stylesheets/awesome_buttons.sass */
  .green.awesome.selected {
    background-color: #012800; }

/* line 48, ../../app/stylesheets/awesome_buttons.sass */
.logout.awesome {
  background-color: #9b2621; }

/* line 4, ../../app/stylesheets/screen.sass */
body {
  background: #dedede url(../images/header-pattern.jpg) repeat-x; }

/* line 7, ../../app/stylesheets/screen.sass */
a {
  font-family: Tahoma, Trebuchet, "Trebuchet MS";
  font-weight: bold;
  text-decoration: none; }
  /* line 11, ../../app/stylesheets/screen.sass */
  a img {
    border: none; }

/* line 15, ../../app/stylesheets/screen.sass */
#content p a {
  color: #456eb1; }
  /* line 18, ../../app/stylesheets/screen.sass */
  #content p a:hover {
    border-bottom: 1px dotted #000; }

/* line 21, ../../app/stylesheets/screen.sass */
p {
  font-family: "Lucida Grande", Lucida, Verdana, "Palatino Linotype", Palatino, Georgia, sans-serif;
  font-size: 1em;
  line-height: 125%;
  padding-bottom: 14px;
  padding-left: 10px;
  padding-right: 10px; }

/* line 30, ../../app/stylesheets/screen.sass */
#header {
  color: #eee;
  height: 130px;
  width: 100%;
  padding-top: 25px;
  z-index: 1; }
  /* line 36, ../../app/stylesheets/screen.sass */
  #header #logo {
    height: 56px; }
    /* line 38, ../../app/stylesheets/screen.sass */
    #header #logo h1 {
      color: #fff;
      font: 36px "sbc-pagella", Palatino, "Palatino Linotype", "Book Antiqua", "Bookman Old Style"; }
    /* line 41, ../../app/stylesheets/screen.sass */
    #header #logo #floatingtagline {
      font: 18px "sbc-pagella", Palatino, "Palatino Linotype", "Book Antiqua", "Bookman Old Style";
      padding-left: 340px;
      font-style: italic;
      text-shadow: rgba(0, 0, 0, .9) 0px 2px 0px; }
  /* line 46, ../../app/stylesheets/screen.sass */
  #header #contact {
    font-size: 1em;
    color: #7c92b5;
    text-shadow: rgba(255, 255, 255, .1) 0px 1px 0px;
    line-height: 1em; }
    /* line 51, ../../app/stylesheets/screen.sass */
    #header #contact a {
      color: #7c92b5;
      line-height: 1em; }
      /* line 54, ../../app/stylesheets/screen.sass */
      #header #contact a:hover {
        border-bottom: 1px dotted #7c92b5; }
  /* line 57, ../../app/stylesheets/screen.sass */
  #header #navbar {
    font-family: Trebuchet, "Trebuchet MS", Tahoma;
    z-index: 2; }
    /* line 60, ../../app/stylesheets/screen.sass */
    #header #navbar #nav1 {
      margin-top: 1.0em; }
      /* line 63, ../../app/stylesheets/screen.sass */
      #header #navbar #nav1 li {
        padding: 0;
        margin: 0; }
      /* line 67, ../../app/stylesheets/screen.sass */
      #header #navbar #nav1 a {
        display: inline-block;
        color: #fff;
        background-color: #433123;
        font-size: 90%;
        width: auto;
        text-align: center;
        text-shadow: rgba(52, 39, 29, .6) -1px 1px 0px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        padding: 0.4em 18px 0.1em 18px;
        height: 22px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        -webkit-box-shadow: inset 1px 1px 0px #000; }
        /* line 86, ../../app/stylesheets/screen.sass */
        #header #navbar #nav1 a:hover {
          color: #fff;
          background-color: #34271d;
          border: 1px solid #000;
          border-bottom: 1px solid #fff; }
    /* line 92, ../../app/stylesheets/screen.sass */
    #header #navbar #nav2 {
      padding-top: 3px;
      padding-bottom: 5px;
      color: #bdbdbd; }
      /* line 97, ../../app/stylesheets/screen.sass */
      #header #navbar #nav2 a {
        color: #d0d0d0;
        font-size: .8em;
        font-weight: normal;
        font-style: normal;
        padding-right: 8px;
        padding-left: 8px;
        margin-right: 5px;
        padding-bottom: 2px;
        border: 1px solid rgba(0,0,0,0); }
        /* line 109, ../../app/stylesheets/screen.sass */
        #header #navbar #nav2 a:hover {
          color: #fffeff;
          background-color: #231a14;
          border: 1px solid #34271dc;
          -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.20), rgba(0,0,0,0.12) 0px 0px 1px inset;
          -webkit-box-shadow: inset 1px 1px 1px #34271dc;
          -webkit-border-radius: 6px;
          -moz-border-radius: 6px;
          text-decoration: none; }

/* line 119, ../../app/stylesheets/screen.sass */
#content {
  position: relative;
  background-color: #fcfcfc;
  width: 940px;
  display: block;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 20px; }
  /* line 127, ../../app/stylesheets/screen.sass */
  #content img {
    float: right;
    display: block;
    margin: 10px 10px 10px; }
  /* line 131, ../../app/stylesheets/screen.sass */
  #content h1 {
    font: 24px "sbc-pagella", Palatino, "Palatino Linotype", "Book Antiqua", "Bookman Old Style";
    padding: 15px; }
  /* line 134, ../../app/stylesheets/screen.sass */
  #content h2 {
    font: 19px "sbc-pagella", Palatino, "Palatino Linotype", "Book Antiqua", "Bookman Old Style";
    padding: 10px;
    margin-top: 20px; }
  /* line 138, ../../app/stylesheets/screen.sass */
  #content blockquote {
    font-style: italic;
    padding-left: 10px;
    width: 80%; }
  /* line 143, ../../app/stylesheets/screen.sass */
  #content p em {
    font-style: italic; }
  /* line 146, ../../app/stylesheets/screen.sass */
  #content #faith p {
    padding-right: 200px; }

/* line 149, ../../app/stylesheets/screen.sass */
#users {
  font-family: "Lucida Grande", Lucida, Verdana, "Palatino Linotype", Palatino, Georgia, sans-serif; }
  /* line 151, ../../app/stylesheets/screen.sass */
  #users .name {
    font-size: 18px;
    margin-bottom: 5px; }
  /* line 155, ../../app/stylesheets/screen.sass */
  #users .email a.mail_to {
    font-style: normal !important;
    color: #333333; }
    /* line 158, ../../app/stylesheets/screen.sass */
    #users .email a.mail_to:hover {
      text-decoration: underline !important; }
  /* line 160, ../../app/stylesheets/screen.sass */
  #users .username {
    font-size: 12px; }
  /* line 162, ../../app/stylesheets/screen.sass */
  #users .right_align {
    text-align: right; }
    /* line 164, ../../app/stylesheets/screen.sass */
    #users .right_align .date {
      font-size: 10px; }
    /* line 167, ../../app/stylesheets/screen.sass */
    #users .right_align .buttons a {
      margin-bottom: 5px; }
  /* line 169, ../../app/stylesheets/screen.sass */
  #users .userline {
    padding-bottom: 10px;
    padding-top: 5px; }

/* line 175, ../../app/stylesheets/screen.sass */
#missionblock {
  border-bottom: 1px solid #dfdfdf;
  height: 200px;
  margin-top: 20px;
  padding: 5px; }
  /* line 182, ../../app/stylesheets/screen.sass */
  #missionblock img.missionary_photo {
    float: left;
    display: block;
    margin: 5px;
    border-style: hidden; }
  /* line 188, ../../app/stylesheets/screen.sass */
  #missionblock img.missionary_photo_right {
    float: right;
    display: block;
    margin: 5px;
    border-style: none; }
  /* line 194, ../../app/stylesheets/screen.sass */
  #missionblock.missiondescr {
    border-bottom: 1px solid #dfdfdf;
    display: block;
    float: right; }

/* line 200, ../../app/stylesheets/screen.sass */
.publicationpreview {
  border: 1px solid #e8e8e8;
  background-color: #e2e2e2;
  display: inline-block;
  padding: 20px 12px 8px;
  margin-left: 40px;
  -webkit-border-bottom-left-radius: 22px;
  -webkit-border-bottom-right-radius: 22px;
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 22px;
  margin-bottom: 10px; }

/* line 213, ../../app/stylesheets/screen.sass */
span.publicationpreview img {
  margin-top: 20px;
  float: none !important; }

/* line 218, ../../app/stylesheets/screen.sass */
.pdf_link {
  background: url(../images/pdf.png) no-repeat;
  padding-left: 25px; }

/* line 223, ../../app/stylesheets/screen.sass */
#actions {
  margin-right: 15px;
  float: right;
  font-size: .8em;
  padding-left: 5px;
  border-top: 1px dotted #7b7b7b;
  border-left: 1px dotted #7b7b7b; }

/* line 232, ../../app/stylesheets/screen.sass */
div#formatting_guide table {
  margin: 15px 0 15px 0;
  background: #fff;
  display: block;
  float: right;
  position: absolute;
  top: 50px;
  left: 520px;
  width: 275px; }
  /* line 242, ../../app/stylesheets/screen.sass */
  div#formatting_guide table th {
    text-align: left;
    border: 1px solid #ddd;
    padding: 5px;
    font-weight: normal;
    background: #666;
    color: #fff; }
  /* line 250, ../../app/stylesheets/screen.sass */
  div#formatting_guide table td {
    border: 1px solid #ddd;
    font-size: 12px;
    padding: 3px 5px; }
    /* line 255, ../../app/stylesheets/screen.sass */
    div#formatting_guide table td ol, div#formatting_guide table td ul, div#formatting_guide table td blockquote {
      padding-top: 0;
      padding-bottom: 0;
      margin-top: 5px;
      margin-bottom: 5px; }
    /* line 261, ../../app/stylesheets/screen.sass */
    div#formatting_guide table td h1 {
      font-size: 130%; }
    /* line 264, ../../app/stylesheets/screen.sass */
    div#formatting_guide table td h2, div#formatting_guide table td h3 {
      font-size: 100%; }

/* line 268, ../../app/stylesheets/screen.sass */
#login_input {
  width: 30em;
  margin: 3em auto 0;
  padding: 2em 2em 1em;
  border: 20px solid #b1b1b1;
  line-height: 1.4em;
  font-size: 110%; }

/* line 277, ../../app/stylesheets/screen.sass */
.form_fields {
  font-size: 18px;
  line-height: 20px; }

/* line 282, ../../app/stylesheets/screen.sass */
#flash {
  position: absolute;
  color: #000;
  z-index: 100;
  top: 155px;
  width: 920px;
  height: 1.2em;
  background-color: rgba(69,110,177,0.7);
  padding-left: 27px;
  padding-bottom: 4px;
  font: bold .9em Tahoma, Trebuchet, "Trebuchet MS"; }

/* line 295, ../../app/stylesheets/screen.sass */
#footer {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  font: .7em palatino;
  border-top: 1px solid #9f9f9f;
  overflow: hidden;
  background: #c3c3c3 url(/images/footer_bg.gif) repeat-y top left; }
  /* line 304, ../../app/stylesheets/screen.sass */
  #footer a {
    color: #456eb1; }
  /* line 307, ../../app/stylesheets/screen.sass */
  #footer h2 {
    font-size: 22px;
    font-style: bold;
    padding-top: 28px; }
    /* line 312, ../../app/stylesheets/screen.sass */
    #footer h2 img {
      position: absolute; }
  /* line 315, ../../app/stylesheets/screen.sass */
  #footer .announce a {
    color: #fff; }
  /* line 318, ../../app/stylesheets/screen.sass */
  #footer .announce h2 img.twitter {
    position: absolute;
    left: 395px;
    top: 28px; }
  /* line 323, ../../app/stylesheets/screen.sass */
  #footer .announce h2 img.rss {
    position: absolute;
    left: 418px;
    top: 28px; }
  /* line 330, ../../app/stylesheets/screen.sass */
  #footer .events h2 img.rss {
    position: absolute;
    left: 368px;
    top: 28px; }
  /* line 334, ../../app/stylesheets/screen.sass */
  #footer .events h2 img.ical {
    position: absolute;
    left: 338px;
    top: 28px; }
  /* line 340, ../../app/stylesheets/screen.sass */
  #footer div.announce {
    position: relative;
    display: block;
    float: left;
    width: 400px;
    padding-left: 50px; }
  /* line 347, ../../app/stylesheets/screen.sass */
  #footer div.events {
    position: relative;
    display: block;
    float: right;
    width: 400px;
    padding-right: 50px; }
  /* line 354, ../../app/stylesheets/screen.sass */
  #footer div.formal_footer {
    margin-top: 20px;
    display: block;
    clear: both;
    width: 100%; }

/* line 362, ../../app/stylesheets/screen.sass */
#contact_form {
  font-size: 1.2em;
  line-height: 1.5em;
  color: #000;
  margin-left: 60px;
  margin-right: 200px; }
  /* line 368, ../../app/stylesheets/screen.sass */
  #contact_form .form_field {
    font-size: 18px; }

/* line 372, ../../app/stylesheets/screen.sass */
.readable_textarea {
  font-size: 16px; }

/* line 376, ../../app/stylesheets/screen.sass */
ol, ul {
  margin: 0.5em 0 1.2em 2em; }

/* line 380, ../../app/stylesheets/screen.sass */
ol, ul, dl {
  line-height: 1.5em; }

/* line 384, ../../app/stylesheets/screen.sass */
ol li {
  margin-bottom: 0.2em; }

/* line 388, ../../app/stylesheets/screen.sass */
li {
  list-style-type: none;
  font-size: 1.0em;
  text-indent: 0;
  list-style-position: outside; }
  /* line 394, ../../app/stylesheets/screen.sass */
  li body {
    list-style-type: none;
    font-size: 1.0em;
    list-style-position: outside;
    margin-bottom: 1em; }
  /* line 400, ../../app/stylesheets/screen.sass */
  li strong {
    color: #999; }

/* line 404, ../../app/stylesheets/screen.sass */
dl {
  margin: 0.5em 0 1.2em 0; }

/* line 408, ../../app/stylesheets/screen.sass */
dt {
  font-size: 0.9em;
  font-weight: bold;
  color: #999;
  padding-top: 0.4em; }

/* line 415, ../../app/stylesheets/screen.sass */
dd {
  font-size: 0.9em;
  margin-bottom: 1.0em;
  padding-bottom: 0.9em;
  border-bottom: 1px dashed #3d3d33; }

/* line 422, ../../app/stylesheets/screen.sass */
h1 {
  letter-spacing: 0.4pt;
  color: #000;
  text-transform: none;
  font: bold 1.5em Trebuchet, Trebuchet MS, Tahoma; }
  /* line 428, ../../app/stylesheets/screen.sass */
  h1 a {
    color: #000;
    border: none; }
  /* line 432, ../../app/stylesheets/screen.sass */
  h1 em {
    color: #000;
    font-style: normal; }

/* line 437, ../../app/stylesheets/screen.sass */
h2 {
  font-size: 1em;
  letter-spacing: 0.4pt;
  color: #000;
  text-transform: none; }

/* line 444, ../../app/stylesheets/screen.sass */
h3 {
  font-size: 1.0em;
  letter-spacing: 0.2pt;
  color: #000;
  text-transform: uppercase; }

/* line 451, ../../app/stylesheets/screen.sass */
small {
  font-size: 0.8em; }

/* line 455, ../../app/stylesheets/screen.sass */
#content ul {
  margin-left: 4px; }
  /* line 458, ../../app/stylesheets/screen.sass */
  #content ul li {
    list-style: none;
    padding: 0 0 0 12px;
    background: url(../images/bullet.gif) no-repeat 0 6px; }

/* line 464, ../../app/stylesheets/screen.sass */
.download {
  background-color: #333;
  border: 1px solid #444;
  padding: 0.7em 1.5em; }
  /* line 469, ../../app/stylesheets/screen.sass */
  .download:hover {
    background-color: #555;
    border: 1px solid #777; }

/* line 474, ../../app/stylesheets/screen.sass */
#content ul.download li {
  padding: 0.3em 0;
  background-image: none; }

/* line 479, ../../app/stylesheets/screen.sass */
#maint {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  font: .8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; }
  /* line 486, ../../app/stylesheets/screen.sass */
  #maint ul {
    background-color: #e0e1e3;
    color: rgb(64, 71, 77);
    font-weight: bold;
    margin-top: 0;
    margin-left: 0;
    text-shadow: rgba(255, 255, 255, 0.746094) 0px 1px 0px;
    text-indent: 10px; }
  /* line 495, ../../app/stylesheets/screen.sass */
  #maint li {
    border: 1px dotted #d3d4d6;
    display: inline-block;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important; }
  /* line 503, ../../app/stylesheets/screen.sass */
  #maint a {
    color: #000;
    padding-right: 12px !important;
    padding-left: 12px !important; }
    /* line 508, ../../app/stylesheets/screen.sass */
    #maint a:hover {
      background-color: #94a1af;
      border-style: none; }
  /* line 512, ../../app/stylesheets/screen.sass */
  #maint li:hover {
    background-color: #94a1af;
    border: 1px dotted #7f8b98; }
    /* line 516, ../../app/stylesheets/screen.sass */
    #maint li:hover a {
      color: #fff;
      text-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 0px; }

/* line 521, ../../app/stylesheets/screen.sass */
.left-list {
  display: block;
  float: left;
  width: 40%;
  padding: 4px; }

/* line 528, ../../app/stylesheets/screen.sass */
.right-list {
  width: 50%;
  display: block;
  float: right;
  padding: 4px; }

/* line 535, ../../app/stylesheets/screen.sass */
.controls {
  font: .8em Trebuchet, "Trebuchet MS", Tahoma;
  border-width: 1px;
  border-style: solid;
  display: inline-block;
  position: relative;
  opacity: 1;
  margin-left: 50px; }

/* line 560, ../../app/stylesheets/screen.sass */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

/* line 568, ../../app/stylesheets/screen.sass */
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

/* line 578, ../../app/stylesheets/screen.sass */
* html .clearfix,
*:first-child+html .clearfix {
  zoom: 1; }
