/**
 * Webfonts
 */

@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

/* 
 * Global Feed styles
 */

body, html {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    color: #000000;
    font-family: 'Droid Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
}

/**
 * Toolbar
 */

.toolbar {
    background: #e1e1e1;
    border-right: 1px solid #cccccc;
    position: fixed;
    bottom: 0;
    left: 0;
    top: 0;
    width: 50px;
    z-index: 9999;
}

.toolbar a {
    background-color: #ffffff;
    background-image: url(/_gfx/fullfeed_arrows.gif);
    background-repeat: no-repeat;
    border-bottom: 1px solid #cccccc;
    display: block;
    height: 50px;
    overflow: hidden;
    position: relative;
    text-indent: -9999px;
    width: 50px;
}

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

.toolbar a:active {
    background-color: #e2e2e2;
}

.toolbar a#toggle_overview {
    background-position: -101px 12px;
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
    z-index: 9;
}

.toolbar a#toggle_overview:hover {
    background-position: -101px -62px;
}

.toolbar a#back_icon {
    background-position: -214px 19px;
    display: none;
    position: absolute;
    width: 50px;
    top: 0;
    left: 0;
    z-index: 9;
}

.toolbar a#back_icon:hover {
    background-position: -214px -70px;
}

.toolbar a#toggle_overview.hover_fix,
.toolbar a#back_icon.hover_fix {
    top: 1px;
}

.toolbar a#prev_entry {
    background-position: -40px 19px;
    border-top: 1px solid #cccccc;
    z-index: 9;
}

.toolbar a#prev_entry:hover {
    background-position: -40px -69px;
}

.toolbar a#next_entry {
    background-position: 20px 19px;
}

.toolbar a#next_entry:hover {
    background-position: 20px -69px;
}

.toolbar a#back_to_top {
    background-position: -160px 19px;
    border-bottom: 0;
    border-top: 1px solid #ccc;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 1;

    transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out, top 0.2s ease-in-out;
}

.toolbar a#back_to_top:hover {
    background-color: transparent;
    background-position: -160px -68px;
}

.toolbar a#back_to_top.active {
    top: -51px;
    opacity: 1;
}

.overview_spinner {
    background: #ffffff url(/_gfx/loadingAnim.gif) center no-repeat;
    display: none;
    height: 50px;
    position: absolute;
    width: 50px;
    z-index: 99;
}

.toolbar .feed_arrows {
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
}

/*
 * Content
 */

#content_container {
    background: #ffffff;
    margin-left: 50px;
}

.entry {
    clear: both;
    border-bottom: 1px solid #cccccc;
    padding: 50px 0 50px 0;
}

.entry a {
    border-bottom: 2px solid #000000;
    color: #000000;
    text-decoration: none;
}

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

.entry a:active {
    background: none;
    border-bottom: 2px solid #999999;
    color: #999999;
}


.project_title {
    font-weight: bold;
    line-height: 35px;
    margin: 0 auto 50px auto;
    padding: 0 40px;
    text-align: center;
    max-width: 670px;
}

.project_title a {
    background: none;
    border-bottom: 2px solid #000000;
    color: #000000;
    padding: 0 0 3px 0;
    text-decoration: none;
}

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

.project_title a:active { 
    background: none;
    color: #666666;
}

.project_content {
    clear: both;
    margin: 50px auto 0 auto;
    padding: 0 50px;
    position: relative;
    max-width: 670px;
    text-align: center;
}

/*
 * Styling of default typographic headers and elements
 */

h1 {
    font-size: 22px;
    line-height: 165%;
}

h2 {
    font-size: 16px;
    line-height: 165%;
}

h3 {
    font-size: 14px;
    line-height: 150%;
}

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

.project_content img {
    display: block;
    float: none;
    margin: 25px 0 0 0;
}

/*
 * Slideshows
 */

.slideshow_component {
    margin: 25px 0 0 0;
 }

.slideshow_nav {
    color: #cccccc;
    font-size: 13px;
    margin: 0 0 15px 0;
    text-align: center;
    width: auto !important;
}

.slideshow_nav a {
    border-bottom: 1px solid #cccccc;
    color: #999999;    
    padding-bottom: 2px;
    text-decoration: none;    
}

.slideshow_nav a:hover {
    border-bottom: 1px solid #000000;
    color: #000000;
    text-decoration: none;
}

.slideshow_nav a:active {
    border-bottom: 1px solid #666666;
    color: #666666;
}

.slideshow_nav a.slide_next {
    white-space: nowrap;
}

.slideshow_count {
    color: #cccccc;
}

.slide_slash {
    padding: 0 2px;
}

.slideshow_wrapper {
    clear: both;
}

.slideshow_container img {
    margin: 0 0 0 0 !important;
}

.slideshow_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}

.slideshow_thumbs {
    margin: 7px 0 7px -3px;
}

ul.slideshow_thumbs {
    margin: 0;
    padding: 0;
}

.slideshow_thumb {
    float: left;
    list-style: none;
    margin: 0 0 0 -3px;
    padding: 0 7px 10px 0px;
}

.slideshow_thumb a {
    background: none;
    border: 1px solid transparent;
    display: block;
    padding: 2px;
}

.slideshow_thumb a:hover {
    background:none;
    border: 1px solid #cccccc;
}

a.activeSlide {
    background:none;
    border: 1px solid #cccccc;
}

.slideshow_thumb a:active,
a.activeSlide:active {
    background: transparent;
    border: 1px solid #666666;
}

.slideshow_thumb img {
    border: 0;
    display: block;
    margin: 0;
    height: 60px;
}

.slideshow_caption {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 5px 0 5px 0;
}

/**
 * Fullscreen button
 */

a#fullscreen {
    background-color: #1a1a1a;
    background-image: url(/_gfx/fullscreen_open.png);
    background-repeat: no-repeat;
    background-position: 67px 3px;
    border: 1px solid #1a1a1a;
    color: #bbbbbb;
    display: block;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, 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 {
    color: #cccccc;
    clear: both;
    margin: 20px auto 0 auto;
    padding: 0 50px;
    text-align: center;
    max-width: 670px;
}

.entry .project_footer a {
    border-bottom: 0px solid #999999;
    color: #999999;
    text-deocration: none;
}

.project_footer a:hover {
    background: none;
    border-bottom: 2px solid #000000;
    color: #000000;
    text-deocration: none;
}

.view_tag_info {
    background: #ffffff;
    margin: 50px auto 0 50px;
    text-align: center;
}

.view_tag_info a { 
    border-bottom: 2px solid #999999;
    color: #999999;
    text-decoration: none;
}

.view_tag_info a:hover { 
    border-bottom: 2px solid #000000;
    color: #000000;
}

.view_tag_info a:active { 
    border-bottom: 2px solid #999999;
    color: #999999;
}

.project_bottom {
    clear: both;
}

/*
 * Overview
 * Contains header image, site navigation and thumbnails
 */
 
.overview {
    background: #000;
    border: 2px solid #111;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    padding: 50px 15px 50px 50px;
    position: fixed;
    top: 70px;
    left: 120px;
    right: 70px;
    bottom: 70px;
    z-index: 99;
}

.overview.hidden {
    display: none;
}

.overview_screen {
    background: rgba(200, 200, 200, 0.75);
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 89;
}

body.overview_active .overview_screen {
    display: block;
}

/**
 * Header + Navigation
 */

.header_img {
    margin: 0 0 50px 0;
}

.feed_nav {
    padding: 50px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 150px;
}

.feed_nav br {
    display: none;
}

.feed_nav a {
    color: #cccccc;
    display: block;
    text-decoration: none;
}

.feed_nav a:hover {
    color: #cccccc;
    text-decoration: underline;
}

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

.feed_nav a.feedlink,
.feed_nav a.indexlink {
    display: none;
}

.nav_follow {
    color: #666666;
    margin: 25px 0 0 0;
}

.nav_follow a {
    color: #666666;
    display: inline;
    font-weight: normal;
    text-decoration: underline;
}

.nav_follow a:hover {
    color: #cccccc;
}

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

.feed_nav .view_tag_info {
    background: none;
    border-bottom: 0;
    color: #666666;
    line-height: inherit;
    margin: 0 0 25px 0;
    padding: 0;
    text-align: left;
}

.feed_nav .view_tag_info a {
    color: #666666;
    border-bottom: 0;
    display: inline;
}

.feed_nav .view_tag_info a:hover {
    background: none;
    color: #ffffff;
}

.feed_nav .view_tag_info a:active {
    color: #999999;
}

.site_info img {
    display: none;
    margin: 0 0 35px 0;
}

/**
 * Overview content
 */

.overview #maincontainer {
    color: #cccccc;
    overflow: auto;
    padding: 50px;
    position: absolute;
    right: -20px;
    bottom: 0;
    top: 0;
    left: 250px;
}

.overview .entry {
    border-bottom: 0;
    padding: 0;
}

.overview .project_title {
    margin: 0 0 25px 0;
    padding: 0;
    text-align: left;
}

.overview .project_title a {
    border-bottom: 0;
    color: #ffffff;
}

.overview .project_content {
    margin: 0;
    padding: 0;
    width: 560px;
}

.overview .project_footer {
    color: #666666;
    text-align: left;
    margin: 25px 0 0 0;
    padding: 0;
}

.overview .project_footer a {
    color: #666666;
    text-decoration: none;
}

.overview .project_footer a:hover {
    border-bottom: 1px solid #cccccc;
    color: #cccccc;
}

.overview .project_footer a:active { 
    border-bottom: 1px solid #999999;
    color: #999999;
}

.permalink_index {
    display: none;
}

/**
 * Overview thumbnails
 */

.thumbnails {
    color: #cccccc;
    overflow: auto;
    position: absolute;
    right: -20px;
    bottom: 0;
    top: 0;
    left: 200px;
}

.thumbnail_container {
    padding: 50px 25px 35px 50px;
    position: relative;
}

.project_thumb {
    margin: 0 20px 20px 0;
    float: left;
}

.project_thumb:hover {
    outline: 2px solid #ff0033;
    outline-offset: 3px;
}

.project_thumb.active {
    outline: 2px solid #666;
    outline-offset: 3px;
}

.thumbnail_container:last-child:after {
    content: "";
    clear: both;
    display: table;
}

.cardimgcrop {
    background: #333333;
}

.cardimgcrop img {
    height: 150px;
    width: 150px;
}

.project_info {
    display: none;
}

#overview_more_pages {
    clear: both;
    padding: 35px 0 0 0;
    position: relative;
}

#overview_more_pages a {
    background: #333333;
    color: #999999;
    display: inline-block;
    font-size: 14px;
    text-decoration: none;
    line-height: 36px;
    height: 36px;
    position: relative;
    text-align: center;
}

#overview_more_pages a:hover {
    background: #555555;
    color: #ffffff;
}

#overview_more_pages a:active {
    color: #cccccc;
}

.overview_button_loadspin {
    background: url(/_gfx/loadingAnim.gif) no-repeat center #666666;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* 
 * Search results
 */

#search_form {
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
}

#search_form #search_term {
    background: none;
    border: 0;
    border-bottom: none;
    color: #666666;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding: 0 50px 0 50px;
    width: 150px;
}

#search_form #search_term:focus {
    color: #cccccc;
}

#search_form_results {
    padding: 50px 50px 100px 50px;
}

.search_header {
    color: #999999;
    float: left;
    margin: 0;
    padding: 4px 0;
    width: 200px;
}

#search_term {
    background: #ffffff;
    border: 1px solid #cccccc;
    color: #000000;
    float: left;
    font-family: 'Droid Sans', arial, sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_results {
    padding: 0 50px;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

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

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

.search_text {
    width: 500px;
    margin-left: 200px;
}

.search_title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
}

.search_title a {
    color: #000000;
    border-bottom: 1px solid #000;
    padding-bottom: 2px;
    text-decoration: none;    
}

.search_title a:hover {
    text-decoration: none;
}

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

.search_tags {
    color: #ccc;
}

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

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

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

/*
 * Footer
 */

.bottompad {
    clear: both;
    height: 35px;
    margin: 35px 0 0 0;
    position: relative;
    width: 705px;
}

/* 
 * Video component
 */

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

/* 
 * Audio component
 */

.audio_component {
    color: #777777;
    font-family: 'Droid Sans Mono', Monaco, Monospace, Arial, 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: url("/_gfx/playpause.png");    
}

.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
 */

/* Admin and following icons - Only you see this */
.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

/* Rotating loading indicator */
.moreload {
    clear: both;
    display: none;
    color: #999999;
    font-size: 11px;
    margin: 0 auto;
    padding: 50px 0 50px 0;
    width: 150px;
}
.moreload_link a {
    color: #000000;
    text-decoration: underline;
    font-size: 12px;
    clear:both;
}

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

.moreload_link a:active {
    background: none;
    color: #999;
}

.moreload img {
    
}

.moreload table {
    text-align: center;
}

/* "Running on Cargo" */
.cargo_link {
    color: transparent;
    position: fixed;
    bottom: 15px; right: 10px;
    display: none;
}

.cargo_link a {
}

.img_wrapper {
    font-size: 0;
}

/* 
 * In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
 */