#line{display: block; width:900px; height:15px; border-top:1px solid grey;}

.column2 img {
height: auto !important;
width: 100% !important;
}


.column {
    float: left;
    margin: 0 25px 0 0;
    width: 275px;
}
.column2 {
    float: right;
    margin: 0 0px 0 0;
    width: 575px;
}

#splash {
    background-color: #ffffff;
    background-image: url(https://payload200.cargocollective.com/1/12/415149/6319966/splash_900.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 99999;
}

.flipthis {
    float:left;
    background-repeat:no-repeat;
}

.flipthis img {
    margin: 0;
    background-color: #ffffff;
    z-index: 99;

    /** by default, the image is displayed **/
    opacity: 1;
    filter: alpha(opacity=100);
}

.flipthis:hover img {

    /** the image is hidden when the flipthis-class div is hovered over, revealing the background image behind it **/
    opacity:0;
    filter: alpha(opacity=00);
}

#line{display: block; width:900px; height:15px; border-top:1px solid grey;}


/*
 * Global Amsterdam styles
 */
*.project_thumb:hover .cardimgcrop img {
    opacity: .60;
    filter: alpha(opacity=90);
}














































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

body {
 background-image: url(https://dl.dropboxusercontent.com/u/18282299/BG.png);
    background: #ffffff;
    color: #292929;
    font-family: palatino;
    font-size: 13px;
    height: 100%;
    height: 100%;
    visibility: hidden;
    width: 100%;    
    padding: 0!important;
    position: relative;
}


/*
 * Header / Navigation
 */


#header_container {
    background: #ffffff;
    display: block;
    position: relative!important;
    top: 0; left: 0; right: 0;
    z-index: 900;
}

#header_content {
    margin: 0 auto;
    min-height: 60px;
    padding: 0px 0 30px 30px;
    position: relative;
    max-width: 930px;
}

/* To fix in place change to "position:fixed;" */
.header_img {
    float: left;
    margin: 30px 30px 0px 0px;
    width: 280px;
}

.nav_container {
    position: absolute;
    right: 30px; bottom: 25px;
}

.nav_container div {
    float: left;
    margin: 0 0 0 24px;
}

.nav_container br {
    display: none !important;
}

#nav_loadspin {
    display: none;
    position: fixed;
    top: 10px; left: 10px;
    z-index: 100;
}

/*
 * Navigation > Links
 */

.nav_container a {
    font-size: 14px;
    font-weight: normal;
    font-style: none;
    text-decoration: none;
}

.project_link a {
    color: #222222;
}

.project_link a:hover {
    color: #222222;
    text-decoration: underline;
}

.project_link a:active {
    color: #222222;
}

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

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

.page_link a:active {
    color: #ff0000;
}

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

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

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

.nav_active a {
    color: #ff0000;
    font-weight: regular;
}

.nav_active a:hover {
    color: #ff0000;
}

.nav_active a:active {
    color: #222222;
}

.nav_follow {
    color: #999999;
}

.nav_follow a {
    color: #222222;
}

.nav_follow a:hover {
    color: #222222;
    text-decoration: underline;
}

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

.view_tag_info_wrapper {
    background: #ffffff;
    position: relative;
    z-index: 99;
}

.view_tag_info {
    color: #000000;
    margin: 0px auto;
    padding: 20px 0 0 10px;
    width: 900px!important;
}

.view_tag_info a {
    color: #000000;
}

.view_tag_info a:hover {
    color: #ff0000;
}

.view_tag_info a:active {
    color: #000000;
}

/*
 * Content
 */

#content_container {
    position: relative;
}

#content_container.permalink_page {
    background: #ffffff;
    margin: 30px;
}

/*
 * Content > Project content
 */

#maincontainer_wrapper {
    background: #ffffff;
}

#maincontainer {
    display: none;
    margin: 0px auto;
    padding: 0px 0 0px 0px;
    max-width: 900px;
}

.entry {
    clear: both;
}

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

.bodycopy a:hover {
    background: #ffffff;
    color: #ff0000;
}

.bodycopy a:active {
    background: #ffffff;
    color: #ff0000;
}

.project_content {
    line-height: 1.8;
    width: 900px;
}

.project_title {
    color: #000000;
    font-family: Palatino;
    font-size: 19px;
    font-style: bold;
    font-weight: regular;
    padding: 0 0 15px 0;
}

/*
 * Project content > Header
 */

.project_header {
    position: fixed;
    padding-top: 40px;
    left: 15px;
    text-transform: capitalize;
    z-index: 9;
}

.project_header a {
    color: #bbbbbb;
}

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

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

.project_next_arrow {
    color: #cccccc;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 12px;
    margin-left: 5px;
}

.project_divider {
    display: none;
}

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

h1 {
    font-size: 16px;
    font-style: bold;
    line-height: 165%;
}

h2 {
    color: #ddd;
    font-size: 24px;
    line-height: 165%;
}

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

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

.project_content img {
    margin: 0px 15px 15px 0px;
}

/*
 * Project content > Slideshows
 */

.slideshow_wrapper {
    clear: both;
    margin: 0 10px 10px 0px;
}

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

.slideshow_nav {
    clear: both;
    color: #999999;
    font-size: 11px;
    padding-bottom: 10px;
}

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

.slideshow_nav a:hover {
    background: none !important;
    color: #999999;
    text-decoration: none;
}

.slideshow_nav a:active {
    color: #ff3300;
}

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

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

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

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

.slideshow_thumb a:hover {
    background: none !important;
    border: 1px solid #ccc;
}

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

.slideshow_thumb a:active,
a.activeSlide:active {
    background: none !important;
    border: 1px solid #666;
}

.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: #666666;
    clear: both;
    font-size: 11px;
    padding: 10px 0px 10px 0px;
}

.comment_link a {

}

.comment_link a:hover {

}

.footer_title_type {
    color: #666666;
    font-weight: bold;
}

.project_views {
    color: #666666;
    font-style: italic;
}

.project_footer .permalink a {
    color: #666666;
}

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

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

.tags {
    color: #666666;
}

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

.tags a:hover {
    background: #e5502d;
}

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

.project_footer .editlink a {
    color: #e5502d;
    font-style: italic;
}

.project_footer .editlink a:hover {
    background: #e5502d;
    color: #ffffff;
}

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

.project_footer .editlink.permalink_index {
    display: block;
    font-size: 16px;
    margin-top: 15px;
}

.project_footer .editlink.permalink_index a {
    color: #999999;
    font-style: normal;
}

.project_footer .editlink.permalink_index a:hover {
    background: transparent;
    color: #000000;
    font-style: normal;
}

.project_footer .editlink.permalink_index a:active {
    background: transparent;
    color: #666666;
    font-style: normal;
}

.project_bottom {
    clear: both;
}

/*
 * Content > Thumbnails
 */

.thumbnail_wrapper {
    ng*/
    background: #ffffff;
    padding: 20px 0 0 30px;
    position: relative;
    z-index: 99;
}

.thumbnail_container {
    margin: 0 auto;
    padding: 0px 0 0 0;
    max-width: 930px;
}

.project_thumb {
    float: left;
    margin: 0 30px 0px 0;
    position: relative;
}

.project_thumb .hover {
    cursor: pointer;
    text-decoration: none;
}

.project_thumb .hover .cardimgcrop {
    outline: 3px solid #000000;
}

.project_thumb .nohover {
    text-decoration: none;
}

.project_thumb .hover .thumb_title span {
    color: #000000;
}

.project_thumb.active .cardimgcrop {
    outline: 2px solid #000000;
}

.project_thumb.active .thumb_title span {
    
}

.cardimgcrop {
    background: #000000;
    margin: 0 0 15px 0;
    outline-offset: 1px;
    position: relative;
    min-width: 280px;
    min-height: 188px;
    z-index: 2;
}

.cardimgcrop.notitle_notag {
    margin-bottom: 22px;
}

.loader_holder {
    display: none;
    position: absolute;
    top: 8px; left: 8px;
    z-index: 3;
}

.thumb_title {
    overflow: hidden;
    white-space: nowrap;
    width: 280px;    
    -webkit-font-smoothing: antialiased;
}

.thumb_title.notag {
    margin: 0 0 22px 0;
}

.thumb_title .text {
    color: #000000;
    font-family: Palatino;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    white-space: nowrap;
}

.thumb_tag {
    color: #555555;
    height: 2em;
    font-family: palatino;
    line-height: 15px;
    margin: 0 0 2px 0;
    overflow: hidden;
    width: 280px;
}

.thumb_tag.notitle {
    margin-top: 5px;
}

.thumb_tag a {
    color: #999999;    
    font-size: 12px;
    font-style: italic;
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
}

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

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

/*
 * Search results
 */

#search_form {
    position: fixed;
    bottom: 20px; left: 740px;
}

#search_form #search_term {
    font-size: 11px;
    width: 188px;
}

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    color: #000000;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 0;
    width: 145px;
}

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

#search_results {
    float: left;
}

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

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

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

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

.search_title a {
    color: #000000;
    font-weight: bold;
    text-decoration: underline;    
}

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

.search_title a:active {
    background: #000000;
    color: #ffffff;
    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;
}

/*
 * Footer
 */

#page_footer {
    color: #666666;
    margin: 0 auto;
    padding: 0 0 0 30px;
    position: relative;
    width: 930px;
}

#page_footer br {
    display: none !important;
}

.pagination {
    color: #666666;
    text-align: center;
}

.pagination a {
    color: #000000;
    font-size: 14px;
    text-decoration: none;
}

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

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

.pagination a.prev_page {
    margin-right: 4px;
}

.pagination a.next_page {
    margin-left: 4px;
}

.left_arrow,
.right_arrow {
    color: #666666;
    font-size: 12px;
    margin-top: 3px;
}

.cargo_link {
    color: #666666;
    font-size: 11px;
    position: absolute;
    top: 3px; right: 45px;
    z-index: 999;
}

.cargo_link {
    display: none;
    color: #cccccc;
    font-size: 11px;
    position: fixed;
    bottom: 30px; left: 920px;
    z-index:99;
}
.bottompad {
    clear: both;
    position: relative;
    height: 54px;
    width: 100%;
}

/*
 * 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 seen by members
 */

.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

.cargo_link a {
    color: #666666;
    text-decoration: underline;
}

.cargo_link a:hover {
    color: #66cc99;
    text-decoration: underline;
}

.cargo_link a:active {
    color: #ffffff;
}
.cardimgcrop img {
    opacity: 1;
    filter: alpha(opacity=80);

    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}*



#cardthumb_3352994    {
background-image: url(https://dl.dropboxusercontent.com/u/18282299/Thumbnails/Subaru.png);
}



#cardthumb_2391212 {
background-image: url(https://dl.dropboxusercontent.com/u/18282299/Thumbnails/carlsberg.png);
}



#cardthumb_3746817 {
background-image: url(https://dl.dropboxusercontent.com/u/18282299/Thumbnails/brb.png);
}



#cardthumb_1659738{
background-image: url(https://dl.dropboxusercontent.com/u/18282299/Thumbnails/dasr.png);
}



#cardthumb_5228947{
background-image: url(https://dl.dropboxusercontent.com/u/18282299/Thumbnails/brb.png);
}
#site_footer {
    font-size: 11px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
    width: 145px;
}

.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    width: 705px;
}
#site_footer {
    border-top: 1px solid #7b7b7b;
    clear: both;
    color: #999999;
    padding-top: 15px;
    width: 900px;
  
