/* 
 *Global Runyon styles
 */

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

.project_content iframe {
    outline: 2px solid rgba(255, 255, 255, 0.1);
}
.project_text iframe {
overflow: hidden;
}
/* 
 * Header / Navigation
 */

.header_img {
    position: fixed;
    top: 20px;
    left: 50px;
    z-index: 999;

}

.nav_container {
    height: 60px;
    line-height: 60px;
    padding: 0 35px 0 0;
    position: fixed;
    top: 60; 
    left: 270px; right: 0;
    white-space: nowrap;
    z-index: 12;
}

.nav_container.fixed {
    position: fixed;
    left: 0;
}

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

.nav_active,
.project_link,
.page_link,
.link_link,
.pagination {
    display: inline-block;
    margin: 0 30px 0 0;
font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
}



.project_link a ,
.page_link a,
.link_link a {
    color: #666666;
    text-decoration:none;
}

.project_link a:hover,
.page_link a:hover,
.link_link a:hover {
    color: #b3b3b3;
    border-bottom:0px;
}

.project_link a:active,
.page_link a:active,
.link_link a:active {
    color: #b3b3b3;
}

.nav_active a,
.nav_active a:hover,
.nav_active a:active {
    color: #303030;
    font-weight: bold;
}

.pagination {
    color: #999999;
    clear: both;
    float: left;
}

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

.pagination a:hover {
    color: #000000;
    border-bottom: 1px solid #000000;
}

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

.nav_follow {
    color: #cccccc;
    display: inline-block;
}

.nav_follow a {
    color: #cccccc;
    border-bottom: 1px solid #eeeeee;
}

.nav_follow a:hover {
    color: #000000;
    border-bottom: 1px solid #000000
}

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

.view_tag_info {
    color: #000000;
    float: left;
    margin-right: 30px;
}

.view_tag_info a {
    border-bottom: 1px solid #cccccc;
    color: #000000;
}

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

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

/* 
 * Content
 */

#content_container {
    padding: 105px 35px 0 0px;
    z-index: 10;
}

#content_container .thumbnail_clear {
    display: none;
}

/* 
 * Content > Project content
 */

#maincontainer {
    display: none;
    float: left;
    padding: 0 0 40px 0;
    position: relative;
}

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

.project_content a:hover {
    color: #c7c7c7;
}

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

.text_container {
    float: left;
    overflow: auto;
    margin: 0 35px 0 0;
    position: relative;
    width: 500px;
    left: 270px;
    z-index: 99;

}

.project_title {
    color: #666666;
    font-family: 'Helvetica Neue', Helvetica, arial, sans-serif;
    font-size: 18px;
    font-weight: bold;

}

.project_content {
    padding: 0px 0px 0px 0px;
}

.img_container {
    float: left;
    padding-left:-20px;
    
}

/*
 * Project content > Header
 */

.project_header {
    height: 70px;
    line-height: 70px;
    padding: 0 35px 0 0;
    position: fixed;
    top: 0; left: 605px;
    text-transform: capitalize;
    white-space: nowrap;
    z-index: 12;
}

.project_header div {
    float: left;
    margin: 0 20px 0 0;
}

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

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

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

.project_divider {
    display: none;
}

.project_header .arrow {
    color: #cccccc;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    margin: 0 0 0 10px;
}

/* 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;
}



/* 
 * Slideshows
 */

.slideshow_component {
    float: left;
    min-height: 10px;
    margin: 0 35px 0 0;
    position: relative;
}

.slideshow_nav {
    clear: both;
    color: #cccccc;
    font-family: Menlo, Monaco, monospace;
    font-size: 10px;
    position: absolute;
    top: -25px;
    width: 200px;
}

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

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

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

.slideshow_count {
    color: #cccccc;
}

.slideshow_wrapper {
    clear: both;
    padding: 0;
}

.slideshow_container {
    background: #eeeeee;
}

.slideshow_container img {
    margin: 0px;
}



.slideshow_thumbs {
    margin: 0 0 0 0;
}

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

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

.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 img {
    border: 0;
    display: block;
    margin: 0;
    height: 60px;
}

.slideshow_caption {
    clear: both;
    color: #ffffff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px 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: #999999;
    clear: both;
    font-family: Menlo, Monaco, monospace;
    font-size: 10px;
    padding: 20px 0 0 0;
}

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

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

.comment_link a {
    color: #cccccc;
}

.comment_link a:hover {

}

.footer_title_type {
    color: #cccccc;
}

.project_views {
    color: #cccccc;
}

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

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

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

.tags {
    color: #cccccc;
}

.tags a {
    color: #cccccc;
}

.tags a:hover {
    color: #00000;
}

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

.tags a:visited {

}

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

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

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

.project_bottom {
    clear: both;
}

/* 
    * Content > Thumbnails
 */

.thumbnail_wrapper {
    float: left;
    margin: 0 0 35px 0;
}

.project_thumb {
    background: #ffffff;
    float: left;
    margin: 0 15px 15px 0;
    height: 200px;
    line-height: 1.5;
    position: relative;
    width: auto;
}

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

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

.project_thumb:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    z-index: 99;
    
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.project_thumb:hover .thumb_info {
    display: block;
}

.project_thumb:active {
    margin-top: 1px;
    margin-bottom: 14px;
}

.project_thumb.active {
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}

.project_thumb.active .thumb_info {
    display: block;
}

.cardimgcrop {
    background: #f5f5f5;
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 11;
}

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

.thumb_info {
    background: #ffffff;
    cursor: pointer;
    display: none;
    line-height: 15px;
    padding: 10px 12px 8px 12px;
    position: absolute;
    bottom: 0; left: 0; right: 0;
    z-index: 999;
}

.thumb_title {
    margin-bottom: 2px;
}

.thumb_title .text {
    color: #000000;
    font-size: 12px;
    font-weight: bold;
}

.thumb_tag {
    color: #999999;
    font-family: Menlo, Monaco, monospace;
    font-size: 10px;
}

.thumb_tag a {
    color: #999999;
    line-height: 1.5em;
    text-decoration: none;
}

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

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

/*
 * Search results
 */

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

#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: #ffff66;
    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
 */

.bottompad {
    clear: both;
}

/* 
 * Video component
 */



.video {
    float: left;
    margin: 0 35px 35px 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;
}

/* 
 * Lightbox
 */

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

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

#light_box img {
    position: absolute;
    top: 0; left: 0;
    z-index: 99;
}

#light_box img#light_box_img_small {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

#light_box img#light_box_img_big {
    z-index: 109;
}

#light_box img#light_box_loading {
    display: block;
    float: none;
    height: 20px;
    margin: -10px 0 0 -10px;
    position: absolute;
    top: 50%; left: 50%;
    width: 20px;
    z-index: 101;
}

/* 
 * Other
 */

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

/* "Running on Cargo" */
.cargo_link {
    color: #cccccc;
    font-family: Menlo, Monaco, monospace;
    font-size: 10px;
    position: fixed;
    right: 15px; bottom: 10px;
    z-index:99;
}

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

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

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

#foot_container {
    position: fixed;
    top: -100px; left: -100px;
}

.entry img,
.entry iframe {
    display: block;
    float: left;
    margin: 0 35px 0 0;
    padding: 0;
    position: relative;
}
.slideshow_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}
.slideshow_thumb a:active,
a.activeSlide:active {
    background: none !important;
    border: 1px solid #666;
}
.text_component{
    float: left;
    margin: 0 35px 35px 0;

}
.video_component {
    float: left;
    margin: 0 0px 0px -250px;
    width:200px;
    padding-top: 400px;
}

body {
    background: #ffffff;
    color: #665f5f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.7;
    width: 100%;
    padding-top: 72px;
}



videotext_component
{
    float: left;
    margin: 0 35px 35px 0;
}





.entry img,.entry iframe{
margin:0 5px 0 0;
}


#menu_6783029 a {
    display: block;
    height: 15px;
    width: 15px;
    background-image: url(http://www.wortelman.be/facebook-logo-zwt15.png);
    text-indent: -9999px;
    overflow: hidden;    
}
#menu_10534379 a {
    display: block;
    height: 15px;
    width: 15px;
    background-image: url(http://www.wortelman.be/instagram15px.jpg);
    text-indent: -9999px;
    overflow: hidden;    
}

#site_footer {

    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    clear: both;
    color: #999999;
    padding-top: 480px;
 
    float: left;
    position: fixed;
}
.text_container .caption{
    display:none;
}
.caption {
    display:none;
    clear:both;
    position:absolute;
    bottom: -20px;
    padding-left:5px;
}
.img_holder:hover .caption {
    display: block;
}
.img_holder {
    position: relative;
    float: left;
}