/* line 1, ../../../app/stylesheets/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, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

/* line 14, ../../../app/stylesheets/reset.sass */
ol, ul {
  list-style: none; }

/* line 18, ../../../app/stylesheets/reset.sass */
blockquote, q {
  quotes: none; }

/* line 22, ../../../app/stylesheets/reset.sass */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 24, ../../../app/stylesheets/utilities.sass */
ul.horizontal {
  list-style: none;
  overflow: hidden; }
  /* line 21, ../../../app/stylesheets/utilities.sass */
  ul.horizontal li {
    float: left;
    white-space: nowrap;
    padding-left: 4px;
    padding-right: 4px; }
    /* line 13, ../../../app/stylesheets/utilities.sass */
    ul.horizontal li.first {
      padding-left: 0px; }
    /* line 15, ../../../app/stylesheets/utilities.sass */
    ul.horizontal li.last {
      padding-right: 0px; }

/* line 38, ../../../app/stylesheets/utilities.sass */
.left {
  float: left;
  width: 49%; }

/* line 41, ../../../app/stylesheets/utilities.sass */
.right {
  float: right;
  width: 49%;
  text-align: right; }

/* line 58, ../../../app/stylesheets/utilities.sass */
hr.rule {
  background: #ddd;
  color: #ddd;
  clear: both;
  width: 100%;
  height: 0.083em;
  margin: 0 0 1.583em;
  border: none; }

/* line 60, ../../../app/stylesheets/utilities.sass */
hr.spacer {
  background: #ddd;
  color: #ddd;
  clear: both;
  width: 100%;
  height: 0.083em;
  margin: 0 0 1.583em;
  border: none;
  background: #fff;
  color: #fff; }

/* line 63, ../../../app/stylesheets/utilities.sass */
.hide {
  display: none; }

/* line 68, ../../../app/stylesheets/utilities.sass */
.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* line 8, ../../../app/stylesheets/pagination.sass */
.pagination {
  padding: 0;
  font-size: 80%;
  margin: 15px 0; }
  /* line 12, ../../../app/stylesheets/pagination.sass */
  .pagination a {
    padding: 2px 5px;
    margin: 1px;
    border: 1px solid #cccccc;
    color: #383d44 !important;
    text-decoration: none !important; }
  /* line 18, ../../../app/stylesheets/pagination.sass */
  .pagination a:hover, .pagination a:active {
    color: red !important; }
  /* line 20, ../../../app/stylesheets/pagination.sass */
  .pagination span.current {
    padding: 2px 5px;
    margin: 2px;
    background-color: #253f72;
    color: white; }
  /* line 25, ../../../app/stylesheets/pagination.sass */
  .pagination span.disabled {
    padding: 2px 5px;
    margin: 2px;
    color: #999999; }

/* line 5, ../../../app/stylesheets/feedback.sass */
.error, .notice, .success {
  margin: 0 4% 1em;
  font-size: 105%; }

/* line 10, ../../../app/stylesheets/feedback.sass */
.errorExplanation {
  padding: 0.5em;
  border: 1px solid #B60040;
  background: #FFDCE8;
  margin-bottom: 1em;
  width: 586px;
  margin: 0 auto 30px; }
  /* line 18, ../../../app/stylesheets/feedback.sass */
  .errorExplanation h2 {
    color: #B60040;
    margin-bottom: 5px;
    font-size: 110%; }
  /* line 22, ../../../app/stylesheets/feedback.sass */
  .errorExplanation p {
    color: #4B4742;
    margin-bottom: 5px; }
  /* line 25, ../../../app/stylesheets/feedback.sass */
  .errorExplanation ul {
    list-style: disc;
    margin-left: 15px; }
    /* line 28, ../../../app/stylesheets/feedback.sass */
    .errorExplanation ul li {
      color: #B60040;
      padding: 5px 0; }

/* line 34, ../../../app/stylesheets/feedback.sass */
form span.required {
  color: #B60040;
  font-size: 10px;
  line-height: 1.2; }
/* line 39, ../../../app/stylesheets/feedback.sass */
form .fieldWithErrors {
  display: inline; }
  /* line 41, ../../../app/stylesheets/feedback.sass */
  form .fieldWithErrors select, form .fieldWithErrors input, form .fieldWithErrors textarea {
    border: 1px solid #B60040 !important; }
/* line 43, ../../../app/stylesheets/feedback.sass */
form span.error-msg {
  display: block;
  color: #B60040;
  font-size: 11px;
  padding-left: 2px; }

/* line 5, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.error {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4; }
  /* line 30, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  .error a {
    color: #8a1f11; }

/* line 7, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.notice {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324; }
  /* line 38, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  .notice a {
    color: #514721; }

/* line 9, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.success {
  padding: .8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880; }
  /* line 46, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
  .success a {
    color: #264409; }

/* line 11, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.hide {
  display: none; }

/* line 13, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.highlight {
  background: yellow; }

/* line 15, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.added {
  background: #006600;
  color: white; }

/* line 17, ../../../vendor/gems/chriseppstein-compass-0.8.16/frameworks/blueprint/stylesheets/blueprint/modules/_interaction.sass */
.removed {
  background: #990000;
  color: white; }

/* line 9, ../../../app/stylesheets/base.sass */
body {
  font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
  font-size: small;
  color: #74644B;
  background: #F4F3EB;
  padding-top: 5px; }

/* line 21, ../../../app/stylesheets/base.sass */
body#pages-home {
  background: #EEEBE4;
  padding: 0; }

/* line 25, ../../../app/stylesheets/base.sass */
body#photos-index {
  background: #E5DFCC; }

/* Text */
/* line 30, ../../../app/stylesheets/base.sass */
h3 {
  color: #0D74AC;
  font-size: 120%;
  font-weight: normal;
  margin-bottom: 1em; }
  /* line 35, ../../../app/stylesheets/base.sass */
  h3 span {
    color: #000; }

/* line 38, ../../../app/stylesheets/base.sass */
a:link, a:visited {
  text-decoration: none;
  color: #E31351; }

/* line 43, ../../../app/stylesheets/base.sass */
a:active, a:hover, a:focus {
  text-decoration: underline;
  color: #A90E3C; }

/* line 47, ../../../app/stylesheets/base.sass */
a.back {
  padding: 2px 0 3px 26px;
  background: url("/images/back-arrow.png") no-repeat 0 0; }

/* FORMS */
/* line 54, ../../../app/stylesheets/base.sass */
form .form-row {
  margin-bottom: 15px; }
  /* line 56, ../../../app/stylesheets/base.sass */
  form .form-row .left {
    float: left;
    width: 49%; }
  /* line 58, ../../../app/stylesheets/base.sass */
  form .form-row .right {
    float: right;
    width: 49%;
    text-align: left; }
/* line 61, ../../../app/stylesheets/base.sass */
form input.text {
  margin: 0.5em 0;
  padding: 5px; }
/* line 64, ../../../app/stylesheets/base.sass */
form input[type=checkbox], form input[type=radio], form input.radio, form input.checkbox {
  position: relative;
  top: 0; }
/* line 67, ../../../app/stylesheets/base.sass */
form textarea {
  padding: 5px; }
/* line 70, ../../../app/stylesheets/base.sass */
form input.submit, form a.cancel {
  background: #E9CCBA;
  color: #666;
  padding: 5px;
  text-align: center; }

/* HOMEPAGE LAYOUT */
/* line 77, ../../../app/stylesheets/base.sass */
#home-wrapper {
  width: 960px;
  margin: 0 auto; }
  /* line 80, ../../../app/stylesheets/base.sass */
  #home-wrapper h1 {
    margin: 0;
    padding: 0; }
    /* line 83, ../../../app/stylesheets/base.sass */
    #home-wrapper h1 span {
      text-indent: -9999px; }
  /* line 85, ../../../app/stylesheets/base.sass */
  #home-wrapper #home-header {
    margin: 0;
    height: 100%; }
  /* line 88, ../../../app/stylesheets/base.sass */
  #home-wrapper #main {
    margin-bottom: 30px; }
  /* line 91, ../../../app/stylesheets/base.sass */
  #home-wrapper #main-title h2 {
    color: #5A4C3F;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    margin: 0 0 12px;
    font-weight: normal; }
  /* line 98, ../../../app/stylesheets/base.sass */
  #home-wrapper #main-content {
    float: left;
    width: 660px; }
    /* line 101, ../../../app/stylesheets/base.sass */
    #home-wrapper #main-content p {
      font-style: italic;
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 14px;
      margin-bottom: 15px;
      line-height: 1.6em; }
  /* line 107, ../../../app/stylesheets/base.sass */
  #home-wrapper #navigation {
    float: right;
    width: 270px;
    background: #DAC9AE;
    border: 1px solid #C9B398;
    border-width: 0 1px 1px 0; }
    /* line 113, ../../../app/stylesheets/base.sass */
    #home-wrapper #navigation .buffer {
      padding: 15px; }
    /* line 115, ../../../app/stylesheets/base.sass */
    #home-wrapper #navigation ul {
      list-style: none;
      margin-bottom: 10px; }
      /* line 118, ../../../app/stylesheets/base.sass */
      #home-wrapper #navigation ul li {
        border-bottom: 1px solid #EFEFDC; }
        /* line 120, ../../../app/stylesheets/base.sass */
        #home-wrapper #navigation ul li a {
          display: block;
          color: #746757;
          font-size: 13px;
          padding: 5px 3px; }
          /* line 125, ../../../app/stylesheets/base.sass */
          #home-wrapper #navigation ul li a:hover {
            background: #EFEFDC;
            text-decoration: none; }
  /* line 130, ../../../app/stylesheets/base.sass */
  #home-wrapper #categories .category {
    width: 222px;
    margin-right: 24px;
    float: left;
    background: #D1C1A7;
    height: 444px; }
    /* line 136, ../../../app/stylesheets/base.sass */
    #home-wrapper #categories .category .buffer {
      padding: 15px; }
  /* line 138, ../../../app/stylesheets/base.sass */
  #home-wrapper #categories .last {
    margin: 0; }

/* PAGE LAYOUT */
/* line 143, ../../../app/stylesheets/base.sass */
html, body {
  height: 100%; }

/* line 145, ../../../app/stylesheets/base.sass */
#fgrohe {
  min-height: 100%;
  position: relative; }

/* line 149, ../../../app/stylesheets/base.sass */
#wrapper {
  width: 960px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 60px /* height of footer for sticky footer*/; }

/* line 155, ../../../app/stylesheets/base.sass */
#header {
  width: 960px;
  margin: 0 auto;
  position: relative;
  height: 92px;
  background: url("/images/header-bg.png") no-repeat 0 0; }
  /* line 162, ../../../app/stylesheets/base.sass */
  #header h2 {
    left: -9999px;
    position: absolute; }
  /* line 165, ../../../app/stylesheets/base.sass */
  #header #logo {
    left: 0;
    position: absolute;
    top: 5px;
    width: 159px;
    height: 42px; }

/* line 173, ../../../app/stylesheets/base.sass */
.static-nav {
  position: absolute;
  list-style: none;
  overflow: hidden; }
  /* line 21, ../../../app/stylesheets/utilities.sass */
  .static-nav li {
    float: left;
    white-space: nowrap;
    padding-left: 6px;
    padding-right: 6px; }
    /* line 13, ../../../app/stylesheets/utilities.sass */
    .static-nav li.first {
      padding-left: 0px; }
    /* line 15, ../../../app/stylesheets/utilities.sass */
    .static-nav li.last {
      padding-right: 0px; }
  /* line 176, ../../../app/stylesheets/base.sass */
  .static-nav li {
    border-left: 1px solid #D1C1A7; }
  /* line 180, ../../../app/stylesheets/base.sass */
  .static-nav li.first {
    border: none; }

/* line 182, ../../../app/stylesheets/base.sass */
#static-nav-top {
  top: 10px;
  right: 0; }

/* line 186, ../../../app/stylesheets/base.sass */
#nav-bar {
  margin: 0 auto;
  width: 960px; }

/* line 190, ../../../app/stylesheets/base.sass */
#content {
  padding: 20px 0; }
  /* line 193, ../../../app/stylesheets/base.sass */
  #content #sidebar {
    width: 180px;
    float: right; }
  /* line 197, ../../../app/stylesheets/base.sass */
  #content #main {
    width: 750px;
    float: left; }

/* line 201, ../../../app/stylesheets/base.sass */
#footer {
  width: 100%;
  clear: both;
  font-size: 0.8em;
  position: absolute;
  bottom: 0;
  height: 50px; }
  /* line 209, ../../../app/stylesheets/base.sass */
  #footer #footer-inner {
    width: 960px;
    margin: 0 auto;
    padding: 5px 0 15px;
    position: relative;
    background: #E7E1D0;
    border: 1px solid #D1C1A7;
    border-bottom: none; }
    /* line 217, ../../../app/stylesheets/base.sass */
    #footer #footer-inner .left, #footer #footer-inner .right {
      padding: 0 10px; }
    /* line 220, ../../../app/stylesheets/base.sass */
    #footer #footer-inner .right ul {
      list-style: none;
      overflow: hidden;
      position: absolute;
      right: 0;
      top: 12px; }
      /* line 21, ../../../app/stylesheets/utilities.sass */
      #footer #footer-inner .right ul li {
        float: left;
        white-space: nowrap;
        padding-left: 6px;
        padding-right: 6px; }
        /* line 13, ../../../app/stylesheets/utilities.sass */
        #footer #footer-inner .right ul li.first {
          padding-left: 0px; }
        /* line 15, ../../../app/stylesheets/utilities.sass */
        #footer #footer-inner .right ul li.last {
          padding-right: 0px; }
      /* line 225, ../../../app/stylesheets/base.sass */
      #footer #footer-inner .right ul li {
        border-left: 1px solid #D1C1A7; }
      /* line 227, ../../../app/stylesheets/base.sass */
      #footer #footer-inner .right ul li.first {
        border: none; }

/* SIDEBAR SECTION */
/* line 233, ../../../app/stylesheets/base.sass */
#sidebar .slideshow {
  background: url("/images/SlideShow_32.png") no-repeat 0 0;
  padding: 8px 0 0 34px;
  margin-bottom: 0.3em;
  height: 24px;
  font-family: Tahoma,Verdana;
  font-size: 77%;
  text-transform: uppercase;
  font-weight: bold; }
/* line 243, ../../../app/stylesheets/base.sass */
#sidebar #side-nav {
  border: 1px solid #ccc;
  padding: 4px;
  margin-bottom: 20px; }
  /* line 247, ../../../app/stylesheets/base.sass */
  #sidebar #side-nav h3.category-title {
    font-size: 90%;
    color: #F4F3EB;
    margin: 0;
    padding: 8px 6px;
    background: #517878;
    text-transform: uppercase;
    letter-spacing: 0.05em; }
  /* line 257, ../../../app/stylesheets/base.sass */
  #sidebar #side-nav #side-nav-content {
    background: #9BCDC5;
    border: 1px solid #dacfb2;
    border-top: none;
    padding: 10px; }
    /* line 265, ../../../app/stylesheets/base.sass */
    #sidebar #side-nav #side-nav-content ul.accordion li {
      padding: 0; }
    /* line 268, ../../../app/stylesheets/base.sass */
    #sidebar #side-nav #side-nav-content ul.accordion li.current > a:first-child {
      font-weight: bold;
      color: #000; }
    /* line 271, ../../../app/stylesheets/base.sass */
    #sidebar #side-nav #side-nav-content ul.accordion a {
      padding: 0.4em 0 0.2em 0.2em;
      display: block;
      color: #36332F;
      font-size: 90%;
      text-decoration: none; }
      /* line 277, ../../../app/stylesheets/base.sass */
      #sidebar #side-nav #side-nav-content ul.accordion a:hover {
        text-decoration: none;
        background: #EBF0CF;
        color: #921; }
    /* line 282, ../../../app/stylesheets/base.sass */
    #sidebar #side-nav #side-nav-content ul.accordion a.trigger {
      background: url("/images/plus.gif") no-repeat 1px 50%;
      padding-left: 16px; }
    /* line 285, ../../../app/stylesheets/base.sass */
    #sidebar #side-nav #side-nav-content ul.accordion a.trigger.open {
      background-image: url("/images/minus.gif"); }
    /* line 287, ../../../app/stylesheets/base.sass */
    #sidebar #side-nav #side-nav-content ul.accordion ul {
      margin-bottom: 3px; }
      /* line 289, ../../../app/stylesheets/base.sass */
      #sidebar #side-nav #side-nav-content ul.accordion ul li {
        border: none;
        padding: 0 0 0 16px;
        margin: 0; }
        /* line 293, ../../../app/stylesheets/base.sass */
        #sidebar #side-nav #side-nav-content ul.accordion ul li a, #sidebar #side-nav #side-nav-content ul.accordion ul li a.trigger {
          font-weight: normal; }

/* line 298, ../../../app/stylesheets/base.sass */
#sidebar .note {
  border: 1px solid #ccc;
  padding: 4px; }
  /* line 301, ../../../app/stylesheets/base.sass */
  #sidebar .note h3 {
    color: #36332F;
    background: #CEBC8F;
    font-size: 90%;
    margin: 0;
    padding: 8px 6px; }
  /* line 307, ../../../app/stylesheets/base.sass */
  #sidebar .note .note-content {
    border: 1px solid #ccc;
    background: #E5DFCC;
    padding: 5px; }
    /* line 312, ../../../app/stylesheets/base.sass */
    #sidebar .note .note-content p {
      font-size: 90%;
      margin-bottom: 10px; }

/* line 317, ../../../app/stylesheets/base.sass */
.js #side-nav ul.accordion {
  display: none; }

/* line 321, ../../../app/stylesheets/base.sass */
.title-wrapper, .bottom-info-wrapper {
  margin: 0 0 20px 0; }
  /* line 323, ../../../app/stylesheets/base.sass */
  .title-wrapper h4, .bottom-info-wrapper h4 {
    color: #36332F;
    display: inline;
    font-family: Tahoma,Verdana;
    font-size: 77%;
    text-transform: uppercase; }
  /* line 330, ../../../app/stylesheets/base.sass */
  .title-wrapper a.slideshow, .bottom-info-wrapper a.slideshow {
    display: block;
    background: url("/images/SlideShow_32.png") no-repeat 0 0;
    padding: 8px 0 0 34px;
    height: 28px;
    font-family: Tahoma,Verdana;
    font-size: 77%;
    text-transform: uppercase;
    font-weight: bold; }
  /* line 340, ../../../app/stylesheets/base.sass */
  .title-wrapper .pagination, .bottom-info-wrapper .pagination {
    margin: 0;
    padding: 3px 0;
    min-height: 20px; }
    /* line 344, ../../../app/stylesheets/base.sass */
    .title-wrapper .pagination a, .bottom-info-wrapper .pagination a {
      border: 1px solid #777;
      color: #222 !important;
      margin: 1px 1px 0; }
    /* line 348, ../../../app/stylesheets/base.sass */
    .title-wrapper .pagination a:hover, .title-wrapper .pagination a:active, .bottom-info-wrapper .pagination a:hover, .bottom-info-wrapper .pagination a:active {
      color: #666 !important; }
    /* line 350, ../../../app/stylesheets/base.sass */
    .title-wrapper .pagination span.current, .bottom-info-wrapper .pagination span.current {
      background-color: #517878;
      border: 1px solid #517878; }
    /* line 353, ../../../app/stylesheets/base.sass */
    .title-wrapper .pagination span.disabled, .bottom-info-wrapper .pagination span.disabled {
      color: #666; }

/* line 356, ../../../app/stylesheets/base.sass */
.bottom-info-wrapper {
  margin: 20px 0 0 0; }

/* line 361, ../../../app/stylesheets/base.sass */
body#photos-index .title-wrapper .left {
  width: 35%; }
  /* line 363, ../../../app/stylesheets/base.sass */
  body#photos-index .title-wrapper .left h4 {
    font-size: 95%; }
/* line 365, ../../../app/stylesheets/base.sass */
body#photos-index .title-wrapper .middle {
  float: left;
  width: 23%; }
/* line 368, ../../../app/stylesheets/base.sass */
body#photos-index .title-wrapper .right {
  width: 40%; }

/* MAIN SECTION */
/* line 373, ../../../app/stylesheets/base.sass */
ul.photo-list {
  border-left: 1px solid #d9c9ae;
  border-left: 1px solid #C2BDAC;
  list-style: none;
  overflow: hidden; }
  /* line 21, ../../../app/stylesheets/utilities.sass */
  ul.photo-list li {
    float: left;
    white-space: nowrap;
    padding-left: 0px;
    padding-right: 0px; }
    /* line 13, ../../../app/stylesheets/utilities.sass */
    ul.photo-list li.first {
      padding-left: 0px; }
    /* line 15, ../../../app/stylesheets/utilities.sass */
    ul.photo-list li.last {
      padding-right: 0px; }
  /* line 377, ../../../app/stylesheets/base.sass */
  ul.photo-list li {
    width: 373px;
    height: 410px;
    border: 1px solid #9B8D73;
    border-color: #C2BDAC;
    border-width: 0 1px 1px 0;
    background: #E5DFCC; }
    /* line 385, ../../../app/stylesheets/base.sass */
    ul.photo-list li p {
      float: left;
      position: relative;
      padding-bottom: 30px; }
      /* line 389, ../../../app/stylesheets/base.sass */
      ul.photo-list li p span.info {
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: center;
        width: 373px;
        font-size: 11.5px;
        height: 30px;
        color: #E31351;
        color: #B74D35; }
      /* line 402, ../../../app/stylesheets/base.sass */
      ul.photo-list li p a {
        float: left; }
        /* line 404, ../../../app/stylesheets/base.sass */
        ul.photo-list li p a img {
          border: 1px solid #36332F;
          border-color: #9E9A8E #958B7B #958B7B #9E9A8E;
          border-color: #9E9A8E;
          padding: 4px;
          background: #D9C9AE; }

/* line 414, ../../../app/stylesheets/base.sass */
body#photos-index ul.photo-list {
  border: 1px solid #D1C1A7;
  border-width: 1px 0 0 0; }
  /* line 417, ../../../app/stylesheets/base.sass */
  body#photos-index ul.photo-list li {
    width: 317px;
    background: #E5DFCC;
    border-color: #C5B69D;
    border-width: 0 0 1px 0; }
    /* line 426, ../../../app/stylesheets/base.sass */
    body#photos-index ul.photo-list li p span.info {
      width: 317px;
      color: #B74D35; }
    /* line 429, ../../../app/stylesheets/base.sass */
    body#photos-index ul.photo-list li p img {
      padding: 4px;
      max-width: 280px; }

/* PHOTO DETAIL PAGES */
/* line 436, ../../../app/stylesheets/base.sass */
#photo-detail-wrapper #photo-meta {
  float: left;
  width: 250px;
  margin-right: 20px; }
  /* line 441, ../../../app/stylesheets/base.sass */
  #photo-detail-wrapper #photo-meta h2 {
    background: #E5DFCC;
    padding: 5px;
    margin-bottom: 10px;
    text-align: left; }
  /* line 446, ../../../app/stylesheets/base.sass */
  #photo-detail-wrapper #photo-meta ul {
    margin-bottom: 15px; }
    /* line 448, ../../../app/stylesheets/base.sass */
    #photo-detail-wrapper #photo-meta ul li {
      border-bottom: 1px solid #D9C9AE;
      padding: 5px 3px; }
    /* line 451, ../../../app/stylesheets/base.sass */
    #photo-detail-wrapper #photo-meta ul li.cat-no {
      font-size: 90%; }
  /* line 453, ../../../app/stylesheets/base.sass */
  #photo-detail-wrapper #photo-meta p {
    padding: 5px 3px; }
/* line 455, ../../../app/stylesheets/base.sass */
#photo-detail-wrapper #photo-content {
  float: left; }
  /* line 457, ../../../app/stylesheets/base.sass */
  #photo-detail-wrapper #photo-content img {
    max-width: 650px;
    max-height: 600px;
    background: #D9C9AE;
    border: 1px solid #E7E7DB;
    padding: 10px; }

/* STATIC PAGES */
/* line 471, ../../../app/stylesheets/base.sass */
#wrapper #main-title h2 {
  color: #5A4C3F;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  margin: 0 0 12px;
  font-weight: normal; }

/* line 478, ../../../app/stylesheets/base.sass */
dl.link {
  float: left;
  margin: 0 60px 0 0; }
  /* line 481, ../../../app/stylesheets/base.sass */
  dl.link dt {
    font-size: 16px;
    font-weight: bold;
    color: #921;
    margin-bottom: 5px; }
  /* line 486, ../../../app/stylesheets/base.sass */
  dl.link dd {
    margin-left: 10px; }
  /* line 488, ../../../app/stylesheets/base.sass */
  dl.link dd.url {
    margin-bottom: 15px; }
  /* line 490, ../../../app/stylesheets/base.sass */
  dl.link dd.last {
    margin-bottom: 30px; }

/* line 492, ../../../app/stylesheets/base.sass */
dl.first {
  margin-right: 80px;
  padding-right: 80px;
  border-right: 1px solid #CBA787; }

/* line 497, ../../../app/stylesheets/base.sass */
#main #content-box {
  background: #E7E1D0;
  border: 1px solid #D1C1A7;
  padding: 15px; }
  /* line 501, ../../../app/stylesheets/base.sass */
  #main #content-box p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.6em; }
    /* line 507, ../../../app/stylesheets/base.sass */
    #main #content-box p img {
      background: white;
      border: 1px solid #E7E7DB;
      border-color: #dfdcd5 #bfbcb6 #bfbcb6 #dfdcd5;
      padding: 4px;
      float: left;
      margin: 0 10px 10px 0; }
  /* line 514, ../../../app/stylesheets/base.sass */
  #main #content-box p.page-break {
    margin-bottom: 2.5em; }
  /* line 516, ../../../app/stylesheets/base.sass */
  #main #content-box p.friendly {
    color: #C72E51;
    font-size: 16px; }
  /* line 520, ../../../app/stylesheets/base.sass */
  #main #content-box form {
    padding-top: 10px; }

/* line 524, ../../../app/stylesheets/base.sass */
#sidebar .photo {
  margin-bottom: 15px; }
  /* line 526, ../../../app/stylesheets/base.sass */
  #sidebar .photo img {
    background: white;
    border: 1px solid #E7E7DB;
    border-color: #dfdcd5 #bfbcb6 #bfbcb6 #dfdcd5;
    padding: 4px; }

/* POSTCARD FEATURE */
/* line 533, ../../../app/stylesheets/base.sass */
.e-card-step {
  float: left;
  width: 200px;
  margin-right: 30px; }

/* line 537, ../../../app/stylesheets/base.sass */
.e-card-form {
  float: left; }

/* line 541, ../../../app/stylesheets/base.sass */
form#new_postcard h3 {
  border-bottom: 2px solid #DAC9AE;
  font-size: 110%;
  color: #B74D35;
  margin: 0 0 10px;
  padding: 0 0 5px;
  letter-spacing: 0.01em; }

/* line 549, ../../../app/stylesheets/base.sass */
#postcard {
  width: 586px;
  margin: 10px auto 76px;
  position: relative; }
  /* line 553, ../../../app/stylesheets/base.sass */
  #postcard .top {
    position: relative;
    background: url("/images/postcard/top.png") no-repeat 0 0;
    height: 6px; }
    /* line 557, ../../../app/stylesheets/base.sass */
    #postcard .top .top-pin img {
      position: absolute;
      left: 50%;
      top: -18px;
      z-index: 21; }
  /* line 562, ../../../app/stylesheets/base.sass */
  #postcard .top-info {
    position: relative;
    background: url("/images/postcard/middle.png") repeat-y 0 0;
    padding-left: 13px;
    font: 11px 'Trebuchet MS', Trebuchet;
    color: #646464;
    height: 15px; }
  /* line 569, ../../../app/stylesheets/base.sass */
  #postcard .middle {
    position: relative;
    z-index: 20;
    left: 0px;
    background: url("/images/postcard/middle-1px.png") repeat-y 0 0;
    padding: 5px 13px 0px; }
    /* line 575, ../../../app/stylesheets/base.sass */
    #postcard .middle h4 {
      font-size: 14px;
      color: #6A9394;
      margin-bottom: 5px; }
      /* line 579, ../../../app/stylesheets/base.sass */
      #postcard .middle h4 span.required {
        font-weight: normal; }
    /* line 581, ../../../app/stylesheets/base.sass */
    #postcard .middle label {
      color: #646464;
      font-size: 11px; }
    /* line 584, ../../../app/stylesheets/base.sass */
    #postcard .middle textarea {
      border: 1px solid #d6d6d6;
      color: #646464;
      font-family: "Comic Sans MS", "Comic Sans";
      font-size: 14px;
      height: 171px;
      margin-bottom: 20px;
      width: 320px;
      background-color: #eaf9fe; }
    /* line 593, ../../../app/stylesheets/base.sass */
    #postcard .middle input.text {
      height: 14px;
      margin: 0px 6px 5px 0pt;
      padding: 5px 4px 3px;
      width: 180px; }
    /* line 598, ../../../app/stylesheets/base.sass */
    #postcard .middle .left-box {
      float: left;
      padding-top: 15px;
      width: 340px; }
    /* line 602, ../../../app/stylesheets/base.sass */
    #postcard .middle .right-box {
      float: right;
      width: 220px;
      height: 366px;
      background: url("/images/postcard/divider.gif") no-repeat 0 0; }
    /* line 607, ../../../app/stylesheets/base.sass */
    #postcard .middle .stamp {
      background: url("/images/postcard/stamp.png") no-repeat 0 0;
      height: 102px;
      margin-top: -15px;
      width: 92px;
      text-indent: -9999px; }
    /* line 613, ../../../app/stylesheets/base.sass */
    #postcard .middle .friends {
      margin: 120px 0 0 25px; }
  /* line 616, ../../../app/stylesheets/base.sass */
  #postcard .bottom {
    background: url("/images/postcard/bottom.png") no-repeat;
    height: 46px;
    bottom: -46px;
    left: 0px;
    position: absolute;
    z-index: 10;
    width: 612px; }

/* line 624, ../../../app/stylesheets/base.sass */
#postcard-quotes {
  width: 586px;
  margin: 10px auto 30px;
  background: #fff;
  border: 1px solid #DAC9AE;
  padding: 10px 0; }
  /* line 630, ../../../app/stylesheets/base.sass */
  #postcard-quotes p.info {
    font-family: Georgia, serif;
    font-style: italic;
    color: #5A4C3F;
    padding: 15px;
    margin: 1em 25px 1.33em;
    border: 1px solid #D8C6D0;
    background: #eaf9fe; }
  /* line 638, ../../../app/stylesheets/base.sass */
  #postcard-quotes p {
    margin-bottom: 1.33em;
    padding: 0 10px; }
  /* line 641, ../../../app/stylesheets/base.sass */
  #postcard-quotes label {
    float: left;
    width: 520px; }
  /* line 644, ../../../app/stylesheets/base.sass */
  #postcard-quotes input.radio {
    float: left;
    width: 15px;
    margin: 0 5px 0 0;
    top: 2px; }
  /* line 649, ../../../app/stylesheets/base.sass */
  #postcard-quotes a#toggle-quotes {
    display: block;
    background: url("/images/postcard/list-arrow.gif") no-repeat 0 40%;
    padding-left: 12px; }
    /* line 653, ../../../app/stylesheets/base.sass */
    #postcard-quotes a#toggle-quotes:hover {
      background-image: url("/images/postcard/list-arrow-hover.gif"); }

/* line 656, ../../../app/stylesheets/base.sass */
#card-image {
  width: 586px;
  margin: 10px auto 30px;
  text-align: center;
  position: relative;
  padding: 0; }
  /* line 662, ../../../app/stylesheets/base.sass */
  #card-image img {
    max-width: 586px;
    max-height: 586px;
    padding: 0;
    margin: 0; }
  /* line 667, ../../../app/stylesheets/base.sass */
  #card-image span.image-caption {
    display: block;
    position: absolute; }
    /* line 671, ../../../app/stylesheets/base.sass */
    #card-image span.image-caption .caption {
      background: #000;
      color: #ccc;
      padding: 12px; }

/* line 676, ../../../app/stylesheets/base.sass */
#submit-card {
  width: 586px;
  margin: 10px auto; }
  /* line 679, ../../../app/stylesheets/base.sass */
  #submit-card input {
    color: #36332F;
    font-size: 105%;
    display: block;
    float: left;
    margin-right: 7px; }
  /* line 685, ../../../app/stylesheets/base.sass */
  #submit-card a.cancel {
    float: right;
    padding-top: 2px;
    color: red; }
