html {
  background: #f7f7f5; }

body {
  margin: 0 0 2em;
  color: #333;
  font: 400 12px "Open Sans", Helvetica, Arial, sans-serif; }

p {
  font: 400 12px "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.1em;
  line-height: 1.5em;
  margin: 1em 0;
  text-align: justify; }

.caption {
  font: 400 12px "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 1em;
  display: block;
  color: #888; }

blockquote {
  border-color: #E0E0E0;
  border-style: solid;
  border-width: 1px 0;
  color: #889999;
  font-size: 1.2em;
  font-style: italic;
  margin: 2em 5em; }

h1 {
  font: 400 12px "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 2.1em; }

h2 {
  font: 400 12px "Open Sans", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 700;
  margin: 1em 0; }

h3 {
  font: 400 12px "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #31504b;
  margin: .9em 0 .45em; }

a {
  text-decoration: none;
  color: #0069AD; }

a:hover {
  color: #4B9BE0; }

hr {
  border: none;
  border-top: 1px solid #EEE; }

em {
  font-style: italic; }

strong {
  font-weight: bold; }

div.clear {
  clear: both; }

#page_margin {
  margin: 0 auto;
  width: 995px; }

#site_header {
  margin: 15px auto;
  width: 995px;
  position: relative;
  border-radius: 3px; }

#site_title {
  border-radius: 5px 5px 0px 0px;
  border: 0px solid rgba(0, 0, 0, 0.05);
  border-bottom: none;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  height: 150px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset, 0 0 43px rgba(0, 0, 0, 0.2) inset;
  /* Backgrounds */
  background: #3e3731 url("/images/header/goggles.jpg") top right no-repeat; }
  #site_title.about {
    background-image: url("/images/header/knife.jpg"); }
  #site_title.collection {
    background-image: url("/images/header/tag.jpg"); }
  #site_title.conversations {
    background-image: url("/images/header/people.jpg"); }
  #site_title.media {
    background-image: url("/images/header/camera.jpg"); }
  #site_title.learn {
    background-image: url("/images/header/fish_board.jpg"); }
  #site_title.people_and_places {
    background-image: url("/images/header/river.jpg"); }
  #site_title .title {
    left: 11px;
    position: absolute;
    top: 39px; }
  #site_title .logo {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 60px; }

.border {
  height: 100%;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 4px solid rgba(0, 0, 0, 0.05);
  position: absolute; }

#photo_banner {
  position: relative; }
  #photo_banner .border {
    border: 4px solid rgba(0, 0, 0, 0.4);
    border-bottom: medium none;
    border-top: medium none;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.7) inset, 0 0 43px rgba(0, 0, 0, 0.2) inset; }
  #photo_banner img {
    vertical-align: top; }

#site_menu_bar {
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  border-top: none; }
  #site_menu_bar .menu {
    background-color: #5b5550;
    overflow: hidden; }
    #site_menu_bar .menu li {
      float: left;
      font-size: 1.1em; }
    #site_menu_bar .menu li a {
      color: white;
      display: inline-block;
      padding: 0.5em 1.818em;
      text-decoration: none;
      margin-right: 2px; }
    #site_menu_bar .menu li.selected a, #site_menu_bar .menu li a:hover {
      background: #625a51;
      border-radius: 2px 2px 0 0;
      box-shadow: 0 5px 3px rgba(0, 0, 0, 0.5);
      text-shadow: 0 1px 0px black; }
    #site_menu_bar .menu li.selected a {
      background-color: #8e847c; }
  #site_menu_bar .submenu {
    background: #8e847c;
    line-height: 1.6em;
    padding: 0.5em 2em;
    position: relative; }
    #site_menu_bar .submenu ul li {
      display: inline;
      font-size: 1em; }
    #site_menu_bar .submenu ul li a {
      color: #cccfcf;
      text-decoration: none;
      margin-right: 1em;
      white-space: nowrap; }
    #site_menu_bar .submenu ul li a:hover {
      color: white; }
    #site_menu_bar .submenu ul li.selected a {
      color: white; }

.paper {
  text-shadow: 0px 1px 0px white;
  background: white;
  box-shadow: 1px 2px 5px 1px rgba(0, 0, 0, 0.2);
  border: 4px solid #f5f6f1;
  border-radius: 1px;
  position: relative; }

.paper_margin {
  margin: 2em; }

.paper_sidebar {
  float: right;
  width: 285px; }

.paper_sidebar + .paper {
  margin-right: 300px; }

.paper_sidebar .paper {
  margin-top: 0; }

.paper_sidebar .paper h1 {
  font-size: 1.2em;
  line-height: 2.5em; }

.page_header {
  background: #f5f6f1;
  border-bottom: 1px solid #F3F3F3;
  display: block;
  height: 3em;
  margin: 2em -2em;
  overflow: hidden;
  padding: 1em 0;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap; }

.page_header:first-child {
  margin-top: -2em; }

.page_header h1 {
  padding: 0 24px;
  font-weight: bold;
  margin: 0; }

.page_header .nav_back {
  background: none repeat scroll 0 0 #F5F6F1;
  color: #999999;
  font-size: 12px;
  font-weight: normal;
  height: 100%;
  line-height: 5em;
  padding-right: 2em;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 50px; }
  .page_header .nav_back:hover {
    color: #4B9BE0; }

.page_menu {
  margin: 1em 0 2em; }

.page_menu ul {
  padding: 0; }

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

.page_menu li a, a.button {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 5px;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25) inset;
  color: #888888;
  padding: 0.5em;
  text-decoration: none;
  vertical-align: middle; }

.notice {
  border: 4px solid;
  border-radius: 2px;
  margin: 1em 0;
  padding: 0.5em;
  position: relative;
  background: #D3F5D9;
  border-color: #D5EED5;
  box-shadow: 0 2px 3px rgba(0, 100, 0, 0.3); }

.alert {
  border: 4px solid;
  border-radius: 2px;
  margin: 1em 0;
  padding: 0.5em;
  position: relative;
  background: #FFDDDC;
  border-color: #FED5D7;
  box-shadow: 0 2px 3px rgba(150, 0, 0, 0.3); }

.filter_sentence .clear_search {
  text-transform: uppercase; }

.admin_note {
  color: #888;
  font-style: italic; }

#site_footer {
  text-shadow: 0px 1px 0px white;
  margin: 2em auto; }

.footer_menu {
  margin: 1em 0;
  text-align: center;
  font-weight: 700; }
  .footer_menu li {
    display: inline;
    margin-right: 1em; }
    .footer_menu li a {
      color: #444; }
    .footer_menu li a:hover {
      color: #999; }

#partner_logos {
  text-align: center; }
  #partner_logos img {
    vertical-align: middle;
    height: 75px;
    margin: 1em; }

img#irc_logo {
  height: 100px; }

/* WITH IMAGES */
.post div.with_images {
  margin-left: 124px; }
  .post div.with_images .inset {
    clear: left;
    float: left;
    margin-left: -124px;
    width: 100px;
    text-align: center;
    padding: 0 24px;
    padding-left: 0;
    margin-bottom: 1em; }
  .post div.with_images .asset {
    margin: 0.25em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .post div.with_images .caption {
    text-align: center;
    display: none;
    font-size: 0.8em; }
  .post div.with_images .with_images_clear {
    clear: left; }

.community_interpretation.with_images {
  margin-right: 224px; }
  .community_interpretation.with_images .inset {
    clear: right;
    float: right;
    margin-right: -224px;
    width: 200px;
    text-align: center;
    padding: 0 24px;
    padding-right: 0;
    margin-bottom: 1em; }
  .community_interpretation.with_images .asset {
    margin: 0.25em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .community_interpretation.with_images .caption {
    text-align: center;
    display: none;
    font-size: 0.8em; }
  .community_interpretation.with_images .with_images_clear {
    clear: right; }

.wiki_page_show.with_images, .post_show.with_images {
  margin-right: 324px; }
  .wiki_page_show.with_images .inset, .post_show.with_images .inset {
    clear: right;
    float: right;
    margin-right: -324px;
    width: 300px;
    text-align: center;
    padding: 0 24px;
    padding-right: 0;
    margin-bottom: 1em; }
  .wiki_page_show.with_images .asset, .post_show.with_images .asset {
    margin: 0.25em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .wiki_page_show.with_images .caption, .post_show.with_images .caption {
    text-align: center;
    display: block;
    font-size: 0.8em; }
  .wiki_page_show.with_images .with_images_clear, .post_show.with_images .with_images_clear {
    clear: right; }

.case_of_access.with_images {
  margin-right: 340px; }
  .case_of_access.with_images .inset {
    clear: right;
    float: right;
    margin-right: -340px;
    width: 308px;
    text-align: center;
    padding: 0 32px;
    padding-right: 0;
    margin-bottom: 1em; }
  .case_of_access.with_images .asset {
    margin: 0.25em 0 0 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .case_of_access.with_images .caption {
    text-align: center;
    display: block;
    font-size: 0.8em; }
  .case_of_access.with_images .with_images_clear {
    clear: right; }
.case_of_access video {
  width: 100%; }

.large_image {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3), 0 0 50px rgba(0, 0, 0, 0.3) inset;
  border: 4px solid #F5F5F1; }

.more_link {
  background: url("/images/expand_right.png") no-repeat right center;
  border-top: 1px solid #E0E0E0;
  color: #AAAAAA;
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
  padding-right: 15px;
  padding-top: 0.25em;
  text-align: left;
  text-transform: uppercase; }

#fancybox-title {
  font-family: Futura, Helvetica, Arial !important; }
  #fancybox-title .more_link {
    font-family: Helvetica, Arial; }

table.searchlight-results .searchlight-header-text, table.searchlight-results .searchlight-result-text {
  white-space: normal !important; }

table.searchlight-results .searchlight-result-icon {
  float: left !important; }
