/* line 4, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 12, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
div, span, object, iframe, h1, h2, h3, h4, h5, h6, p,
pre, a, abbr, acronym, address, code, del, dfn, em, img,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 16, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
blockquote, q {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  quotes: "" ""; }
  /* line 42, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
  blockquote:before, q:before,
  blockquote:after, q:after {
    content: ""; }

/* line 18, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
th, td, caption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 20, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
table {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 22, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_reset.sass */
a img {
  border: none; }

/* line 1, ../../../app/stylesheets/partials/_lightbox.sass */
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px; }

/* line 9, ../../../app/stylesheets/partials/_lightbox.sass */
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0; }

/* line 19, ../../../app/stylesheets/partials/_lightbox.sass */
#jquery-lightbox a img {
  border: none; }

/* line 21, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto; }

/* line 28, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-container-image {
  padding: 10px; }

/* line 31, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

/* line 40, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

/* line 48, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-container-image-box > #lightbox-nav {
  left: 0; }

/* line 51, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-nav a {
  outline: none; }

/* line 53, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block; }

/* line 59, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-nav-btnPrev {
  left: 0;
  float: left; }

/* line 63, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-nav-btnNext {
  right: 0;
  float: right; }

/* line 67, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0; }

/* line 76, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-container-image-data {
  padding: 0 10px;
  color: #666; }

/* line 80, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-container-image-data #lightbox-image-details {
  width: 70%;
  float: left;
  text-align: left; }

/* line 85, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-image-details-caption {
  font-weight: bold; }

/* line 88, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-image-details-currentNumber {
  display: block;
  clear: left;
  padding-bottom: 1.0em; }

/* line 93, ../../../app/stylesheets/partials/_lightbox.sass */
#lightbox-secNav-btnClose {
  width: 66px;
  float: right;
  padding-bottom: 0.7em; }

/* line 1, ../../../app/stylesheets/partials/_errors.sass */
.fieldWithErrors {
  padding: 2px;
  background-color: #e63f17;
  display: table; }

/* line 6, ../../../app/stylesheets/partials/_errors.sass */
#errorExplanation {
  padding: 8px;
  padding-bottom: 1px;
  margin-bottom: 25px;
  background-color: #e63f17; }

/* line 12, ../../../app/stylesheets/partials/_errors.sass */
#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 120%;
  margin: -7px;
  background-color: #e63f17;
  color: #222222; }

/* line 21, ../../../app/stylesheets/partials/_errors.sass */
#errorExplanation p {
  font-weight: bold;
  color: #222222;
  margin-bottom: 0;
  padding: 5px; }

/* line 27, ../../../app/stylesheets/partials/_errors.sass */
#errorExplanation ul li {
  font-size: 12px;
  font-weight: bold;
  list-style: square;
  color: #222222; }

/* line 33, ../../../app/stylesheets/partials/_errors.sass */
.error {
  font-size: 14px;
  font-weight: bold;
  color: #222222; }

/* line 38, ../../../app/stylesheets/partials/_errors.sass */
.room_error {
  padding: 12px 0px 0px 30px;
  font-size: 12px;
  font-weight: normal;
  color: #222222; }

/* line 6, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

/* line 17, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
*:focus {
  outline: 0; }

/* line 20, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
body {
  line-height: 1em;
  color: black;
  background: #fff; }

/* line 23, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
ol, ul {
  list-style: none; }

/* tables still need 'cellspacing="0"' in the markup */
/* line 27, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle; }

/* line 30, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 33, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
q, blockquote {
  quotes: "" ""; }
  /* line 101, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
  q:before, q:after, blockquote:before, blockquote:after {
    content: ""; }

/* line 36, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_reset.sass */
img a {
  border: none; }

/* line 22, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
body.bp {
  line-height: 1.5;
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%; }
  /* line 53, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h1 {
    font-weight: normal;
    color: #222222;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em; }
    /* line 58, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp h1 img {
      margin: 0; }
  /* line 60, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h2 {
    font-weight: normal;
    color: #222222;
    font-size: 2em;
    margin-bottom: 0.75em; }
  /* line 64, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h3 {
    font-weight: normal;
    color: #222222;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em; }
  /* line 69, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h4 {
    font-weight: normal;
    color: #222222;
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em; }
  /* line 74, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h5 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em; }
  /* line 79, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h6 {
    font-weight: normal;
    color: #222222;
    font-size: 1em;
    font-weight: bold; }
  /* line 83, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp h2 img, body.bp h3 img, body.bp h4 img, body.bp h5 img, body.bp h6 img {
    margin: 0; }
  /* line 85, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp p {
    margin: 0 0 1.5em; }
    /* line 87, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp p img.left {
      display: inline;
      float: left;
      margin: 1.5em 1.5em 1.5em 0;
      padding: 0; }
    /* line 91, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp p img.right {
      display: inline;
      float: right;
      margin: 1.5em 0 1.5em 1.5em;
      padding: 0; }
  /* line 95, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp a {
    text-decoration: underline;
    color: #000099; }
    /* line 12, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:visited {
      color: #000066; }
    /* line 15, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:focus {
      color: black; }
    /* line 18, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:hover {
      color: black; }
    /* line 21, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/links/_link_colors.sass */
    body.bp a:active {
      color: #cc0099; }
  /* line 98, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic; }
  /* line 102, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp strong {
    font-weight: bold; }
  /* line 104, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp em {
    font-style: italic; }
  /* line 106, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp dfn {
    font-style: italic;
    font-weight: bold; }
  /* line 109, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp sup, body.bp sub {
    line-height: 0; }
  /* line 111, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp abbr, body.bp acronym {
    border-bottom: 1px dotted #666; }
  /* line 113, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp address {
    margin: 0 0 1.5em;
    font-style: italic; }
  /* line 116, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp del {
    color: #666; }
  /* line 118, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp pre {
    margin: 1.5em 0;
    white-space: pre; }
  /* line 121, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp pre, body.bp code, body.bp tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5; }
  /* line 123, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp li ul, body.bp li ol {
    margin: 0 1.5em; }
  /* line 125, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp ul {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: disc; }
  /* line 128, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp ol {
    margin: 0 1.5em 1.5em 1.5em;
    list-style-type: decimal; }
  /* line 131, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp dl {
    margin: 0 0 1.5em 0; }
    /* line 133, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
    body.bp dl dt {
      font-weight: bold; }
  /* line 135, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp dd {
    margin-left: 1.5em; }
  /* line 137, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp table {
    margin-bottom: 1.4em;
    width: 100%; }
  /* line 140, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp th {
    font-weight: bold; }
  /* line 142, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp thead th {
    background: #c3d9ff; }
  /* line 144, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp th, body.bp td, body.bp caption {
    padding: 4px 10px 4px 5px; }
  /* line 146, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp tr.even td {
    background: #e5ecf9; }
  /* line 148, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp tfoot {
    font-style: italic; }
  /* line 150, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp caption {
    background: #eee; }
  /* line 152, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp .quiet {
    color: #666666; }
  /* line 154, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_typography.sass */
  body.bp .loud {
    color: #111111; }

/* line 10, ../../../app/stylesheets/screen.sass */
body.bp {
  color: #1a0800;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 13px;
  word-wrap: break-word;
  text-align: left; }
  /* line 9, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .clear {
    clear: both; }
  /* line 12, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .nowrap {
    white-space: nowrap; }
  /* line 16, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .clearfix {
    overflow: hidden;
    display: inline-block; }
    /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.bp .clearfix {
      display: block; }
  /* line 18, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em; }
  /* line 22, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em; }
  /* line 26, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .first {
    margin-left: 0;
    padding-left: 0; }
  /* line 29, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .last {
    margin-right: 0;
    padding-right: 0; }
  /* line 32, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .top {
    margin-top: 0;
    padding-top: 0; }
  /* line 35, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_utilities.sass */
  body.bp .bottom {
    margin-bottom: 0;
    padding-bottom: 0; }
  /* line 7, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_debug.sass */
  body.bp .showgrid {
    background: url('/images/grid.png?1263488104'); }
  /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .error {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
    background: #fbe3e4;
    color: #8a1f11;
    border-color: #fbc2c4; }
    /* line 30, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
    body.bp .error a {
      color: #8a1f11; }
  /* line 7, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .notice {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
    background: #fff6bf;
    color: #514721;
    border-color: #ffd324; }
    /* line 38, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
    body.bp .notice a {
      color: #514721; }
  /* line 9, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .success {
    padding: .8em;
    margin-bottom: 1em;
    border: 2px solid #dddddd;
    background: #e6efc2;
    color: #264409;
    border-color: #c6d880; }
    /* line 46, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
    body.bp .success a {
      color: #264409; }
  /* line 11, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .hide {
    display: none; }
  /* line 13, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .highlight {
    background: yellow; }
  /* line 15, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .added {
    background: #006600;
    color: white; }
  /* line 17, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  body.bp .removed {
    background: #990000;
    color: white; }
  /* line 20, ../../../app/stylesheets/screen.sass */
  body.bp a {
    color: #2660ab !important;
    text-decoration: none; }
  /* line 23, ../../../app/stylesheets/screen.sass */
  body.bp a:hover {
    color: #ab1c12 !important;
    text-decoration: none; }
  /* line 26, ../../../app/stylesheets/screen.sass */
  body.bp a:visited {
    color: #2660ab;
    text-decoration: none; }
  /* line 30, ../../../app/stylesheets/screen.sass */
  body.bp img.bordered {
    border: solid #2660ab 2px;
    text-decoration: none; }
  /* line 33, ../../../app/stylesheets/screen.sass */
  body.bp img.bordered:hover {
    border: solid #ab1c12 2px;
    text-decoration: none; }
  /* line 36, ../../../app/stylesheets/screen.sass */
  body.bp img.bordered:visited {
    border: solid #376db3 2px;
    text-decoration: none; }
  /* line 40, ../../../app/stylesheets/screen.sass */
  body.bp a.sprite {
    display: block;
    text-indent: -5000px;
    background-position: 0 0;
    background-repeat: no-repeat; }
  /* line 45, ../../../app/stylesheets/screen.sass */
  body.bp a.sprite:hover {
    background-position: 0 -55px; }
  /* line 47, ../../../app/stylesheets/screen.sass */
  body.bp a.sprite:active {
    background-position: 0 -55px; }
  /* line 50, ../../../app/stylesheets/screen.sass */
  body.bp a.sprite-on {
    display: block;
    text-indent: -5000px;
    background-position: 0 -55px;
    background-repeat: no-repeat; }
  /* line 55, ../../../app/stylesheets/screen.sass */
  body.bp a.sprite-on:hover {
    background-position: 0 -55px; }
  /* line 57, ../../../app/stylesheets/screen.sass */
  body.bp a.sprite-on:active {
    background-position: 0 -55px; }
  /* line 60, ../../../app/stylesheets/screen.sass */
  body.bp h1 {
    font-size: 34px;
    line-height: 125%;
    margin-bottom: 6px; }
  /* line 64, ../../../app/stylesheets/screen.sass */
  body.bp h2 {
    font-size: 22px;
    margin-bottom: 18px; }
  /* line 67, ../../../app/stylesheets/screen.sass */
  body.bp h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  /* line 70, ../../../app/stylesheets/screen.sass */
  body.bp h4 {
    font-size: 15px;
    margin-bottom: 5px; }
  /* line 74, ../../../app/stylesheets/screen.sass */
  body.bp ul.horizontal-list {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    overflow: hidden;
    display: inline-block; }
    /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.bp ul.horizontal-list {
      display: block; }
    /* line 50, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
    body.bp ul.horizontal-list li {
      list-style-type: none;
      margin-left: 0px;
      white-space: nowrap;
      display: inline;
      float: left;
      padding-left: 4px;
      padding-right: 4px; }
      /* line 40, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
      body.bp ul.horizontal-list li.first {
        padding-left: 0px; }
      /* line 42, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_horizontal_list.sass */
      body.bp ul.horizontal-list li.last {
        padding-right: 0px; }
  /* line 78, ../../../app/stylesheets/screen.sass */
  body.bp table td {
    vertical-align: top; }
  /* line 80, ../../../app/stylesheets/screen.sass */
  body.bp .justify {
    text-align: justify; }
  /* line 82, ../../../app/stylesheets/screen.sass */
  body.bp .center {
    text-align: center; }
  /* line 84, ../../../app/stylesheets/screen.sass */
  body.bp .bold {
    font-weight: bold; }
  /* line 86, ../../../app/stylesheets/screen.sass */
  body.bp .italic {
    font-style: italic; }
  /* line 88, ../../../app/stylesheets/screen.sass */
  body.bp .white {
    color: #fcf6e1; }
  /* line 90, ../../../app/stylesheets/screen.sass */
  body.bp .darkbrown {
    color: #1a0800; }
  /* line 92, ../../../app/stylesheets/screen.sass */
  body.bp .lightbrown {
    color: #693b0e; }
  /* line 94, ../../../app/stylesheets/screen.sass */
  body.bp .darkred {
    color: #ab1c12; }
  /* line 96, ../../../app/stylesheets/screen.sass */
  body.bp .red {
    color: #bc2e0e; }
  /* line 98, ../../../app/stylesheets/screen.sass */
  body.bp .blue {
    color: #2660ab; }
  /* line 100, ../../../app/stylesheets/screen.sass */
  body.bp .yellow {
    color: #e8b924; }
  /* line 103, ../../../app/stylesheets/screen.sass */
  body.bp #atff {
    display: none; }
  /* line 106, ../../../app/stylesheets/screen.sass */
  body.bp #container {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    background-image: url("/images/background-orange.png");
    background-repeat: repeat-y; }
    /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.bp #container {
      display: block; }
    /* line 111, ../../../app/stylesheets/screen.sass */
    body.bp #container #header {
      padding: 15px 30px 0 30px; }
      /* line 114, ../../../app/stylesheets/screen.sass */
      body.bp #container #header table td {
        vertical-align: bottom; }
    /* line 116, ../../../app/stylesheets/screen.sass */
    body.bp #container #content {
      padding: 20px 23px 0 37px; }
      /* line 118, ../../../app/stylesheets/screen.sass */
      body.bp #container #content #nav-bar {
        display: inline;
        float: left;
        margin-right: 10px;
        width: 230px;
        padding: 0 0 25px 0; }
        /* line 101, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
        * html body.bp #container #content #nav-bar {
          overflow-x: hidden; }
        /* line 121, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar #navigation {
          margin-bottom: 24px; }
        /* line 123, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a {
          color: #376db3 !important;
          text-decoration: none; }
        /* line 126, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a:hover {
          color: #bc2e0e !important;
          text-decoration: none; }
        /* line 129, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a:visited {
          color: #376db3;
          text-decoration: none; }
        /* line 132, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a.off {
          color: #bc2e0e !important;
          text-decoration: none; }
        /* line 135, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a.off:hover {
          color: #bc2e0e !important;
          text-decoration: none; }
        /* line 138, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a.off:visited {
          color: #bc2e0e;
          text-decoration: none; }
        /* line 142, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a#videotechtips {
          width: 140px;
          height: 55px;
          background-image: url(/images/techtips.png); }
        /* line 146, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar a#rewards {
          width: 140px;
          height: 55px;
          background-image: url(/images/solsticerewards.png); }
        /* line 8, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/lists/_bullets.sass */
        body.bp #container #content #nav-bar ul.subnav li {
          list-style-type: none;
          margin-left: 0px; }
        /* line 153, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar ul.subnav li {
          padding-bottom: 3px; }
        /* line 155, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar #twitter-top {
          background-image: url(/images/twitter-top.png);
          background-repeat: no-repeat;
          width: 200px;
          height: 15px;
          margin-top: 5px; }
        /* line 161, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar #twitter {
          background-image: url(/images/twitter-bg.png);
          background-repeat: repeat-y;
          width: 200px;
          font-size: 10px; }
          /* line 166, ../../../app/stylesheets/screen.sass */
          body.bp #container #content #nav-bar #twitter #twitter-text {
            width: 150px;
            padding: 0 15px 0 15px; }
          /* line 169, ../../../app/stylesheets/screen.sass */
          body.bp #container #content #nav-bar #twitter #twitter-time {
            width: 150px;
            padding: 10px 15px 0 15px;
            font-weight: bold; }
        /* line 173, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar #twitter-bottom {
          background-image: url(/images/twitter-bottom.png);
          background-repeat: no-repeat;
          width: 200px;
          height: 45px; }
        /* line 178, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #nav-bar #twitter-user {
          margin-left: 7px; }
          /* line 180, ../../../app/stylesheets/screen.sass */
          body.bp #container #content #nav-bar #twitter-user td {
            font-weight: bold;
            vertical-align: middle; }
            /* line 183, ../../../app/stylesheets/screen.sass */
            body.bp #container #content #nav-bar #twitter-user td a {
              color: black !important;
              text-decoration: none; }
            /* line 186, ../../../app/stylesheets/screen.sass */
            body.bp #container #content #nav-bar #twitter-user td a:hover {
              color: black;
              text-decoration: underline; }
      /* line 189, ../../../app/stylesheets/screen.sass */
      body.bp #container #content #page {
        display: inline;
        float: left;
        margin-right: 0;
        width: 630px;
        text-align: justify;
        padding-bottom: 40px; }
        /* line 101, ../../../vendor/gems/compass-0.8.17/frameworks/blueprint/stylesheets/blueprint/modules/_grid.sass */
        * html body.bp #container #content #page {
          overflow-x: hidden; }
        /* line 193, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #flash {
          text-align: center;
          font-weight: bold;
          padding: 5px 5px 5px 0;
          margin-bottom: 20px;
          border: none; }
        /* line 199, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #flash.notice {
          color: #060;
          background-color: #82ae1f; }
        /* line 202, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #flash.alert {
          color: #222;
          background-color: #e63f17; }
        /* line 205, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #homevideo {
          margin-bottom: 30px; }
        /* line 207, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #hometext, body.bp #container #content #page #text, body.bp #container #content #page #errortext {
          border-bottom: 12px solid #d6cfc7;
          padding: 20px 32px 18px 30px;
          background-color: #fcf6e1; }
        /* line 211, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #errortext {
          min-height: 406px; }
        /* line 213, ../../../app/stylesheets/screen.sass */
        body.bp #container #content #page #text {
          min-height: 306px; }
          /* line 216, ../../../app/stylesheets/screen.sass */
          body.bp #container #content #page #text tr.listing td {
            padding-bottom: 24px; }
  /* line 218, ../../../app/stylesheets/screen.sass */
  body.bp #footer {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    background-image: url("/images/background-darkorange.png");
    background-repeat: repeat-y;
    width: 890px;
    height: 140px;
    padding: 24px 23px 13px 37px;
    font-size: 12px;
    line-height: 160%; }
    /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.bp #footer {
      display: block; }
  /* line 228, ../../../app/stylesheets/screen.sass */
  body.bp #colophon {
    width: 950px;
    margin: 0 auto;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 7px;
    padding: 7px 14px 0 0;
    clear: both;
    text-align: right; }
    /* line 5, ../../../vendor/gems/compass-0.8.17/frameworks/compass/stylesheets/compass/utilities/general/_hacks.sass */
    body.bp #colophon {
      display: block; }
