/**
 * Polaris
 */

body,
html {
    margin: 0px;
    padding: 0px;
    -webkit-text-size-adjust: none;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

/**
 * Top header area and external nav
 */

#masthead {
  background: #f5f5f5;
  line-height: 29px;
}

#masthead .container {
  padding: 30px 0 0;
  z-index: 99;
}

#masthead img {
  display: block;
  float: left;
}

#external_nav {
  color: #444;
  position: absolute;
  top: 21px; right: 0;
  font-size: 12px;
}

#external_nav a {
  border-bottom: 1px solid #ccc;
  color: #999;
  padding-bottom: 2px;
  margin-left: 15px;
  text-decoration: none;
}

#external_nav a:hover {
  border-bottom: 1px solid #06f;
  color: #06f;
}

#external_nav a:active {
  color: #666;
  border-bottom: 1px solid #666;
}

.login_loading {
  margin: 0px 0 0 194px;
  z-index: 1001;
}

.login_blackout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F5F5F5;
  opacity: 0.75;
  filter:alpha(opacity=75);
  z-index: 1000;
  display: none;
}

.login_container {
    width: 840px;
    margin: 0 auto;
    padding-top: 30px;
}

.login_logo {
  float: left;
}

/**
 * Search area
 */

#search_area {
  background: #f5f5f5;
  border-bottom: 2px solid #ddd;
  margin: 0 0 0 0;
  height: 65px;
  position: relative;
}

  #search_area .container {
    height: 65px;
    margin-bottom: 2px;
    padding: 0;
  }

  #nav {
      list-style: none;
      margin: 0;
      padding: 0;
  }

    #nav a {
        color: #000000;
        display: inline-block;
        font-weight: bold;
        font-size: 12px;
        margin-right: 29px;
        text-decoration: underline;
    }

     #nav a:hover {
      color: #08C365;
     }

     #nav a:active {
      color: #999;
     }

  /* Search */

  .SearchBox {
    border-bottom: 1px dashed #ddd;
    position: relative;
  }

  #search_form {
    width: 840px;
    margin: 0 auto;
    position: relative;
  }

  .SearchBox #q {
    background: #fff url(http://collectiveperception.com/external/support/searchicon.gif) no-repeat 0 24px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    border: 0;
    padding: 20px 0 18px 22px;
    line-height: 19px;
    outline: none;
    position: relative;
    outline-width: 0;
    width: 817px;

    -border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
  }

  #question-mask {
    color: #777;
    position: absolute;
    font-size: 18px;
    line-height: 20px;
    font-family: Arial, sans-serif;
    top: 22px; left: 22px;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    display: block;
    text-overflow: ellipsis;
  }

  .SearchBox #support-search-submit {
    display: none;
    background: #2cc068;
    color: #FFF;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    width: 123px;
    height: 38px;
    border: 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  a.new_question {
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 20px;
  }

  a.new_question:hover {
    border-bottom: 1px solid #2CC068;
  }

  a.new_question:active {
    border-bottom: 1px solid #999;
  }

  .search_container {
    width: 840px;
    margin: 0 auto;
    position: relative;
  }

.section_title {
  display: block;
  color: #000;
  font-weight: bold;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 48px;
  line-height: 1.2;
  margin: 40px auto 10px;
  width: 840px;
}

.section_title span {
  display: block;
  line-height: 1.6;
  color: #000;
  width: 700px;
  font-weight: normal;
  margin: 15px 0 0 0;
  font-size: 12px;
  font-family: Menlo, Monaco, monospace;
}

.section_title a {
  color: #000;
}

.section_title a:hover {
  background: #ff0;
}

.section_title a:active {
  background: #000;
  color: #fff;
}

/* Form */
.input_form {
    display: block;
    line-height: 21px;
    color: #999;
    width: 700px;
    font-weight: normal;
    margin: 15px 0 0 0;
    font-size: 11px;
    font-family: Menlo, Monaco, monospace;
}

.input_form .label {
    display: block;
    margin: 0 0 5px;
}

.input_form .label span {
    color: #ccc;
}

.input_form .input-block input[type=text],
.input_form .input-block textarea {
    background: #fff;
    border: 2px solid #ddd;
    outline: 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 20px;
    padding: 5px;
    width: 658px;

    -border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.input_form .input-block textarea {
      height: 200px
}

.input_form .input-block input[type=text].error, 
.input_form .input-block textarea.error {
    border: 2px solid #ff0033;
}


.input_form .input-button input {
    background: #2CC068;
    border: 0;
    font-family: Arial, sans-serif;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    cursor: pointer;
}

.input_form .input-button input:hover {
    background: #000;
    -moz-box-shadow: 0px 1px 3px #999;
    -webkit-box-shadow: 0px 1px 3px #999;
    box-shadow: 0px 1px 3px #999;
}

.input_form .input-button input:active {
    background: #666;
    color: #fff;
    -moz-box-shadow: inset 0px 1px 4px #212121;
    -webkit-box-shadow: inset 0px 1px 4px #212121;
    box-shadow: inset 0px 1px 4px #212121;
}

.input_form .input-button .disabled {
    background-position: 0 -38px;
}

.input_form .input-button img {
    display: none;
    margin: 7px 0 0 5px;
    position: absolute;
}

.input_form label.invalid {
    color: red;
    display: inline-block;
    margin: -20px 0 20px 0;
}

.code_note {
    margin-top: 20px;
    width: 350px;
    font-size: 11px;
    font-family: Menlo, monaco, monospace;
    color: #999;
}

.code_note span {
    background: #ff0;
    color: #000;
}

.submit_loader {
    display: none;
}

.thanks_message {
    display: none;
    font-weight: bold;
    font-size: 14px;
}


  /* Article List Toggles */

  #toggle {
    height: 40px;
    position: absolute;
    bottom: 0; left: 0;
  }

  #toggle div {
    display: inline-block;
    margin: 0 0 0 0;
  }

  #toggle a {
    background: #fefefe;
    border-left: 2px solid #ddd;
    border-top: 2px solid #ddd;
    border-right: 2px solid #ddd;
    display: block;
    float: left;
    color: #000;
    line-height: 34px;
    height: 33px;
    font-size: 12px;
    margin-top: 5px;
    margin-left: -2px;
    padding: 0 20px;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    z-index: 9;
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-topright: 2px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  #toggle a:hover {
    color: #06f;
    text-decoration: none;
  }

  #toggle .active,
  #toggle a.active:hover {
    background: #fff;
    border-bottom: 2px solid #fff;
    line-height: 45px;
    font-weight: normal;
    color: #06f;
    height: 38px;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  #toggle a.new_question {
    background: #fff;
    border: 2px solid #eee;
    border-bottom: 0;
    margin-top: 30px;
    float: left;
  }

/**
 * Header image and header text
 */

.site_header {
    display: none;
    position: fixed;
    top: 35px;
    left: 35px;
    z-index: 999;
}

.site_header.scroll {
    position: absolute;
}

.header_image {
    position: absolute;
}

.header_image img {
    border: 0;
}

.header_text {
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    position: absolute;
    top: -10px;
    white-space: nowrap;
    padding: 2px 3px 2px 3px;
    z-index: 999;
}

.header_text a {
    color: #000000;
    text-decoration: none;
}

.header_text a:hover {
    color: #000;
    border-bottom: 0;
}

.header_text a:active {
    color: #999;
    border-bottom: 0;
}

/**
 * Navigation
 */

.navigation {
    display: none;
    line-height: 1.8em;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
    z-index: 12;
    left: 35px;
    top: 115px;
    position: fixed;
    width: 200px;
    z-index: 9;
}

.navigation.fixed {
    position: fixed;
}

.navigation.scroll {
    position: absolute;
}

.navigation li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.navigation a,
.navigation span {
    text-decoration: none;
    padding: 2px 3px 2px 3px;
}

.project_link a {
    color: #333333;
}

.project_link a.hover,
.project_link a:hover {
    background: #ffff00;
    color: #333333;
}

.project_link a:active {
    background: #333333;
    color: #ffffff;
}

.page_link a {
    color: #999999;
}

.page_link a:hover {
    color: #333333;
    text-decoration: underline;
}

.page_link a:active {
    background: #333333;
    color: #ffffff;
    text-decoration: none;
}

.link_link a {
    color: #999999;
    text-decoration: underline;
}

.link_link a:hover {
    color: #333333;
}

.link_link a:active {
    color: #666666;
}

.navigation li.active a {
    background: #ccffcc;
    color: #333333;
}

.navigation .active a:hover {
}

.navigation .active a:active {
}

.navigation .list {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navigation .list li {
    list-style: none;
}

.navigation .list li ul {
    padding-left: 0px;
}

.navigation ul .set_link.closed ul li {
    display: none;
}

.navigation .set_name {
    font-weight: bold;
    color: #333333;
}

.navigation .set_link.toggle .set_name:hover {
    color: #000000;
}

.navigation .set_link.toggle .set_name:active {
    color: #666;
}

.set_link.open .set_wrapper {
    margin-bottom: 2em;
}

.set_link.open.last-set.spacer .set_wrapper {
    margin-bottom: 0px;
}

.navigation li.set_link.last-set.spacer {
    margin-bottom: 2em;
}

.navigation li.set_link.first-set.spacer {
    margin-top: 2em;
}

.navigation li.set_link.closed.last-set {
    margin-bottom: 2em;
}

.following {
    color: #999999;
    margin-top: 0;
}

.following a {
    color: #999999;
}

.following a:hover {
    color: #333333;
    text-decoration: underline;
}

.following a:active {
    background: #333333;
    color: #ffffff;
}

.filter {
    border: 1px solid #999999;
    display: inline-block;
    color: 333333;
    padding: 3px 5px 2px 7px;
    margin-bottom: 1.6em;
}

.filter a {
    color: #333333;
    text-decoration: underline;
}

.filter a:hover {
    background: none;
    color: #666666;
}

.filter a:active {
    color: #999999;
}

body[data-bodyview="index"] .navigation li.set_link.active a {
    background: none;
}

/**
 * Sets
 */

.set_thumbs_wrapper {
    clear: both;
    border-bottom: 2px solid #ddd;
    clear: both;
    line-height: 38px;
    margin: 0 0 42px 0;
    padding: 0 0 42px 0;
    position: relative;
}

/*.set_thumbs_wrapper[data-setid="7418304"] {
    display: none;
    border-bottom: 0;
}*/

.set_title_thumbnails > span {
    background: #ff0;
    padding: 2px 3px 2px 3px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.designs_title {
    line-height: 38px;
}

.designs_title > span {
    cursor: pointer;
    line-height: 38px;
    background: #eee;
    padding: 2px 3px 2px 3px;
    color: #000;
    text-decoration: none;
    font-size: 14px;    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.set_footer {
    clear: both;
    font-size: 14px;
    text-align: center;
    display: none;
    width: 670px;
}

.set_thumbs_wrapper.active {
    display: block;
}

.set_thumbs_wrapper.inactive {
    display: none;
}

.set_thumbs_wrapper.active a.show_index     {
    display: block;
}

a.show_index {
    color: #333333;
    text-decoration: none;
    text-align: center;
}

a.show_index:hover {
    text-decoration: underline;
}

a.show_index:active {
    color: #999999;
}

/*
 * Start project
 */

body.start_project .navigation,
body.start_project .thumbnails,
body.start_project .project_footer {
    /* Change this value to "none" to hide these elements */
    display: block;
}

/*
 * Projects
 */

.project_navigation.project {
    position: fixed;
    top: 114px;
    left: 975px;
    /*display: block;*/444
    font-size: 12px;
    line-height: 1.6;
    z-index: 99;
    width: initial;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.project_navigation {
    display: none;
}

.project_navigation a {
    display: block;
    margin-top: 10px;
    opacity: 0.25;
}

.project_navigation a:first-child {
    margin-top: 0px;
}

.project_navigation a:last-child {
    margin-top: 9px;
}

.project_navigation a:hover {
    opacity: 0.6;
}

.project_navigation a:active {
    opacity: 1;
}

.container {
    clear: both;
    margin: 0 auto;
    padding: 21px 0 140px;
    position: relative;
    text-align: left;
    width: 840px;
    z-index: 9;
}

.container.search {
    margin-top: 40px;
}

.project {
    display: none;
    max-width: 670px;
}

.project img {
    outline: 1px solid #e3e3e3;
}

.project_title {
    color: #000000;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.entry {
    margin-top: 40px;
    clear: both;
}

.project_content {
    width: 560px;
}

.project_content br {
    clear: both;
}

.project_content a {
    color: #000000;
    text-decoration: underline;
}

.project_content a:hover {
    background: #ffff00;
    color: #000000;
    text-decoration: none;
}

.project_content a:active {
    background: #000000;
    color: #ffffff;
}

.project_content ul {
    margin: 0;
    display: inline-block;
}

.project_content ul br {
    display: none !important;
}

/**
 * Project header
 */

.project_header {
    float: right;
    margin: 0 35px 0 0;
    line-height: 1.8em;
    position: relative;
    z-index: 99;
}

.project_header div {
    float: right;
    display: none;
}

.project_header a {
    color: #999999;
}

.project_header a:hover {
    color: #000000;
    text-decoration: none;
}

.project_header a:active {
    color: #999999;
}

.project_header .divider {
    color: #bbbbbb;
    float: right;
}

h1 {
    
}

h2 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 42px;
    font-weight: normal;
}

h3 {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

blockquote {
    color: #666666;
    margin: 0;
}

/**
 * Custom URL
 */

.project section {
    display: none;
}

.host-selection {

}

.project .browser_chrome {
    background: #ccc;
    padding-top: 30px;
    margin-top: 40px;
    width: 800px;

    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.project .browser_chrome img {
    float: none;
    outline: 1px solid rgba(0,0,0,0.2);
    outline-offset: -1px;
}

.project .browser_chrome .block {
    display: block;
    position: relative;
}

.project .browser_chrome .featured_site_buttons {
    position: absolute;
    top: -18px;
    left: 11px;
}

.project .browser_chrome .chrome_button {
    background: #999;
    float: left;
    margin-right: 3px;
    height: 6px;
    width: 6px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.project .browser_chrome .chrome_button:hover {
    background: #333;
}


.host_selection a.active {
    background: #ffff00;
    text-decoration: none;
}


section.half_size img {
    width: 400px;
    height: auto;
}

section.half_size .browser_chrome {
    background: #ccc;
    padding-top: 15px;
    margin-top: 20px;
    width: 400px;
}

section.half_size .browser_chrome .featured_site_buttons {
    top: -9px;
    left: 5px;
}


/**
 * Slideshows
 */

.slideshow {
    display: inline-block;
}

.slideshow img {
    margin: 0;
}

.slideshow_container {
    overflow: hidden;
}

.slideshow.navigation_hidden .slideshow_navigation {
    display: none;
}

.slideshow_navigation {
    color: #ccc;
    font-family: sans-serif;
    font-size: 12px;
}

.slideshow_thumbnails:after,
.slideshow_navigation:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.slideshow_navigation.slideshow_above {
    margin-bottom: 10px;
}

.slideshow_navigation.slideshow_below {
    margin-bottom: 15px;
}

.slideshow_navigation span {

}

.slideshow_navigation a {
    cursor: pointer;
    color: #999;
    text-decoration: none;
    padding-bottom: 2px;
}

.slideshow_navigation a:hover {
    background: none;
    color: #333333;
}

.slideshow_navigation a:active {
    color: #999999;
}

.slideshow_navigation .slideshow_slash {
    margin: 2px;
}

.slideshow_navigation .slideshow_toggle_thumbnails {
    display: none;
    margin-right: 1px;
    float: right;

    -webkit-touch-callout: none;
    -webkit-user-select     : none;
    -khtml-user-select     : none;
    -moz-user-select     : none;
    -ms-user-select         : none;
    user-select             : none;
}

.slideshow.slideshow_toggle_active .slideshow_navigation .slideshow_toggle_thumbnails {
    display: block;
}

.slideshow.thumbnails_active.container_hidden.navigation_hidden .slideshow_thumbnails {
    margin-top: 0;
}

.slideshow_thumbnails {
    display: none;
}

.slideshow.thumbnails_active .slideshow_thumbnails {
    display: block;
}

.slideshow_thumbnails.slideshow_above {
    margin-bottom: 0px;
}

.slideshow_thumbnails.slideshow_below {

}

.slideshow .slideshow_thumbnails > * {
    cursor: pointer;
    display: block;
    margin: 0 20px 20px 0;
    height: 120px;
    vertical-align: top;
    width: auto;
}

.slideshow:not(.container_hidden) .slideshow_thumbnails > *.slideshow_active {
    outline: 1px solid rgba(0, 0, 0, 0.6);
    outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:hover {
    outline: 1px solid rgba(0, 0, 0, 0.3);
    outline-offset: 2px;
}

.slideshow .slideshow_thumbnails > *:active {
    outline: 1px solid rgba(0, 0, 0, 0.8);
    outline-offset: 2px;
}

.slideshow_thumbnails > *:not(img) {
    background: #eee;
    padding: 30px 10px;
    text-align: center;
    height: 70px;
}

.slideshow_container {
    cursor: pointer;
    display: block;
    margin-bottom: 15px;
    position: relative;

    /* Disable selection */
    -webkit-touch-callout: none;
    -webkit-user-select     : none;
    -khtml-user-select     : none;
    -moz-user-select     : none;
    -ms-user-select         : none;
    user-select             : none;
}

.slideshow.container_hidden .slideshow_container {
    display: none;
}

.slideshow .slideshow_container > * {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: 1;
}

.slideshow_caption {
    display: none;
}

.slideshow.caption_active:not(.container_hidden) .slideshow_caption {
    display: block;
}

.slideshow_caption {
    clear: both;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

.slideshow.slideshow_center {
    text-align: center;
}

/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url("/_gfx/fullscreen_open.png");
    background-image: url("/_gfx/svg/fullscreen_open.svg"), none;
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: block;
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 11px;
    line-height: 18px;
    height: 19px;
    padding: 0 4px 0 5px;
    text-align: left;
    text-decoration: none;
    width: 74px;
}

a#fullscreen:hover {
    background-color: #fff;
    color: #000;
}

a#fullscreen:active {
    background-color: #fff;
    border: 1px solid #999;
    color: #666;
}

/**
 * Project footer
 */

.project_footer {
    display:none;
    color: #999999;
    clear: both;
    padding: 30px 0px 70px 0px;
    width: 670px;
}

.project_footer > span {
    margin-right: 5px;
}

.project_footer > span:last-child {
    margin-right: 0px;
}

.project_footer .comment_link a {
    color: #999;
}

.project_footer .comment_link a:hover {
    color: #000;
}

.project_footer .comment_link a:active {
    color: #999;
}

.project_footer .date {
    color: #999999;
}

.project_footer .views {
    color: #999999;
}

.project_footer .permalink a:hover {
    background: #ffff00;
    color: #000000;
}

.project_footer .permalink a:active {
    background: #000000;
    color: #ffffff;
}


.project_footer .tags {
    color: #999999;
}

.project_footer .tags a {
    color: #999999;
    text-decoration: underline;
}

.project_footer .tags a:hover {
    color: #000000;
}

.project_footer .tags a:active {
    color: #999999;
}

.project_footer .editlink a {
    color: #cccccc;
    float: right;
}

.project_footer .editlink a:hover {
    color: #000000;
}

.project_footer .editlink a:active {
    color: #999999;
}

.project_footer .tags span:after {
    content: ",";
}

.project_footer .tags span:last-child:after {
    content: "";
}

.project_bottom {
    clear: both;
    border-bottom: 1px solid #cccccc;
    margin: 15px 0px 15px 0px;
    width: 670px;
}

.section_title {
    display: block;
    color: #000;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 48px;
    line-height: 1.2;
    margin: 40px auto 40px;
    width: 840px;
}

/**
 * Sections
 */
span.kb_intro {
    font-family: sans-serif;
    font-size: 14px;
    display: block;
    padding-bottom: 60px;
}
.active_design {
    color: #999;
    margin-left: 15px;
    display: none;
    font-size: 14px;
}

.active_design span {
    text-transform: capitalize;
}

.active_design a {
    color: #999;
}

.active_design a:hover {
    color: #000;
}

.active_design a:active {
    color: #666;
}

.design_chooser {
    position: absolute;
    background: rgba(0,0,0,.1);
}

#site_customization,
.thumbnails {
    font-size: 0;
    line-height: 34px;
}

#site_customization .project_thumb {
    display: none;
}

#site_customization.active .project_thumb {
    display: inline-block;
}

.project_thumb {
    display: inline-block;
    width: 33.3%;
    position: relative;
    font-size: 14px;
    vertical-align: top;
}

.project_thumb > a:hover .thumb_title span {
    border-bottom: 1px solid #2CC068;
    color: #2CC068;
    z-index: 9;
}

.thumb_title span {
    border-bottom: 1px solid #ddd;
    padding-bottom: 4px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    position: relative;
}

.project_thumb > a {
    display: inline-block;
    text-decoration: none;
}

.thumb_tags {
    display: none;
}

#site_customization {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.set_thumbs_wrapper[data-setid="7418304"] {
    margin-bottom: 0;
}

#site_customization .project_thumb {
    width: 20%;
}


/*
 * Search results
 */

#search_term {
    width: 188px;
}

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    display: block;
    padding-bottom: 60px;
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

#search_term {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: sans-serif;
    font-size: 12px;
    color: #333;
    margin: 0;
    padding: 5px;
    width: 180px;
}

#results_search_term {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    float: left;
}

.result:first-child {
  border-top: 1px solid #ddd;
}

.result {
  border-bottom: 1px solid #ddd;
  padding: 0;
  position: relative;
  width: 840px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    width: 120px; height: auto;
}

.search_text {

}

.search_body {
  font-size: 12px;
  margin: 0 0 18px 0;
  color: #666;
  width: 670px;
}

.search_title {
  margin-top: 15px;
  font-size: 20px;
  line-height: 38px;
}

.search_title a {
    color: #000000;
    text-decoration: none;
}

.search_title a:hover {
    color: #2CC068;
    text-decoration: none;
}

.search_title a:active {
    color: #666;
    text-decoration: none;
}

.search_tags {
    color: #999999;
    font-size: 11px;
}

.search_tags a {
    color: #999999;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #000000;
    text-decoration: underline;
}

.search_tags a:active {
    color: #666666;
}

.search_tags .thumb_tag:after {
    content: ",";
}

.search_tags .thumb_tag:last-child:after {
    content: "";
}

/**
 * Video component
 */

.video_component {
    float: left;
    margin: 0 15px 15px 0;
}

/**
 * Audio component
 */

.audio_component {
    color: #777777;
    font-family: "Droid Sans Mono", Monaco, Monospace, san-serif;
    font-size: 10px;
    height: 30px;
    line-height: 26px;
    width: 300px;
}

.audio_component div {
    height: 26px;
}

.audio_component .border {
    border: 2px solid #aaaaaa;
    opacity: 0.5;

    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .vertical_border {
    background: #aaaaaa;
    opacity: 0.50;

    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
}

.audio_component .controls {
    top: 2px; left: 2px;
}

.audio_component .play_pause {
    background-image: url("/_gfx/playpause.png");
    background-image: url("/_gfx/svg/playpause.svg"), none;
}

.audio_component .spectrum .spectrum_bar {
    background: #666666;
}

.audio_component .loading {
    background: #bbbbbb;
    opacity: 0.25;

    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .progress {
    background: #bbbbbb;
    border-right: 1px dotted #333333;
    opacity: 0.25;

    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
}

.audio_component .volume_slide.hover {
    background: #bbbbbb;
    opacity: 0.3;

    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
}

/*
 * Other
 */

 .clear:after {
    content: "";
    display: table;
    clear: both;
}

.loading[data-loading] {
    display: none;
    position: fixed;
    top: 8px; left: 8px;
    z-index: 100;
}

#autopaginate_loader {
    display: none;
    margin-top: 20px;
}

#autopaginate_loader .retinaSpinner {
    margin: 0 auto;
}

/* Admin and following icons — only seen by members */
.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

:focus {
    outline: 0;
}

img {
    border: 0;
    padding: 0;
}

/*
 * Fullscreen
 */

#fullscreen {
    clear: both;
}
#fullscreen.fullscreen_ie {
    line-height: 21px;
}

#freshbox {
    background: #000000;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 9999999;
}

#freshbox.ie {
    visibility: visible !important;
}

#freshbox_centering {
    position: absolute;
    top: 0; left: 0;
    text-align: center;
}

#freshbox img {
    display: none;
    position: absolute;
    top: 0; left: 0;
    z-index: 109;
}

#freshbox img.active {
    display: block;
    z-index: 110;
}

#freshbox img.yload {
    display: block;
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#freshbox img#freshbox_loading,
#freshbox #freshbox_loading.retinaSpinner {
    display: block;
    float: none;
    height: 20px;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%; left: 50%;
    width: 20px;
    z-index: 101;
}

/**
 * Navigation
 */

.freshbox_navigation {
    font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    font-size: 12px;
    margin-left: -53px;
    position: fixed;
    bottom: 50px; left: 50%;
    width: 106px;
    z-index: 99999;
}

.freshbox_navigation_group {
    background: rgba(10, 10, 10, 0.2);
    float: left;
    height: 34px;
    margin: 0 10px 0 0 ;
    padding: 0 2px 0 1px;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.freshbox_navigation a {
    background-color: #ffffff;
    color: #000000;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 2px 0 2px 1px;
    padding: 0 10px 0 10px;
    text-decoration: none;

    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

a.freshbox_nav_button {
    padding: 0;
    width: 30px;
}

a.freshbox_nav_button .nav_svg {
    fill: #999999;
}

a.freshbox_nav_button:hover {
    background-color: #f2f2f2;
}

a.freshbox_nav_button:hover .nav_svg {
    fill: #555555;
}

a.freshbox_nav_button:active a:active {
    background-color: #f2f2f2;
}

a.freshbox_nav_button:active .nav_svg {
    fill: #222222;
}

a#fullscreen_close .nav_svg {
    shape-rendering: crispEdges;
}

a.freshbox_nav_button.disabled {
    background-color: #ffffff;
    cursor: default;
}

a.freshbox_nav_button.disabled .nav_svg {
    fill: #cccccc !important;
}

#freshbox.single .freshbox_navigation_group {
    margin: 0 0 0 35px;
}

/**
 * iOS formatting for fullscreen
 */

#freshbox.ios .freshbox_navigation {
    bottom: 20px;
}

/*
 * IE Fullscreen SVG fallback used in the navigation.
 *
 *       If you have any questions about this please visit our
 *       support forum: http://support.cargocollective.com
 *
 */

#freshbox.ie .freshbox_navigation svg {
    display: none;
}

#freshbox.ie a.freshbox_nav_button {
    background-image: url(/_gfx/landsat_navigation_sprite.png);
    background-repeat: no-repeat;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev {
    background-position: 0 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev:hover {
    background-position: 0 -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_prev:active {
    background-position: 0 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next {
    background-position: -59px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next:hover {
    background-position: -59px -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_next:active {
    background-position: -59px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close {
    background-position: -180px 0;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close:hover {
    background-position: -180px -30px;
}

#freshbox.ie a.freshbox_nav_button#fullscreen_close:active {
    background-position: -180px 0;
}


/**
 * Prettify
 */

.pln {
    color: #333;
}
@media screen { 
    .str { color: #ea2651 }
    .kwd { color: #16C170 }
    .com { color: #999 }
    .typ { color: #00ACFF }
    .lit { color: #00ACFF }
    .pun,
    .opn,
    .clo { color: #333 }
    .tag { color: #16C170 }
    .atn { color: #666 }
    .atv { color: #00ACFF }
    .dec,
    .var { color: #666 }
    .fun { color: red }
}

pre[data-lang="css"] .com { 
    color: #ea2651;
}

@media print,projection { 
    .str { color: #060 }
    .kwd {
        color: #006;
        font-weight: bold;
    }
    .com {
        color: #600;
        font-style: italic;
    }
    .typ {
        color: #ea2651;
        font-weight: bold;
    }
    .lit { color: #044 }
    .pun,
    .opn,
    .clo { color: #440 }
    .tag {
        color: #666;
        font-weight: bold;
    }
    .atn { color: #404 }
    .atv { color: #060 }
}

ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
}

li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }

pre:not(.inline-text) {
    
  font-family: menlo, monaco, monospace;
    border: 1px solid #ccc;
    font-size: 13px;
    width: 670px;
    overflow: scroll;
    padding: 12px;
    background-color: #fbfbfb;
    margin: 3px 0px 3px 0px;
    display: inline-block;
}

pre.inline-text {
    background: none;
    border:none!important;
    display:inline;
    font-family:inherit;
}

pre.inline-text span {
    color: #000;
}

pre.inline {
    display: inline;
    border: 0;
    padding: 2px;
    /*background: none;*/
    width: auto;
}

pre.lang-undefined {
    border: 1px solid #ccc;
}

/**
 * Individual article formatting
 */

.entry[data-id="7542942"] .project_content {
    width: 670px;
}

.entry[data-id="7542942"] .project_content img {
    margin: 0 30px 30px 0;
}

.entry[data-id="7542942"] .project_content img:nth-of-type(even) {
    float: right;
    margin: 0 0 30px 30px;
}