/* 
 *Global Runyon styles
 */

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

@font-face{
	font-family:"Univers LT W02 55 Roman";
	src:url("https://files.cargocollective.com/551018/f1999e78-ab0c-4adc-a7dc-51e567e6cf5e.eot?#iefix");
	src:url("https://files.cargocollective.com/551018/UniversRoman/726294/f1999e78-ab0c-4adc-a7dc-51e567e6cf5e.eot?#iefix") format("eot"),
        url("https://files.cargocollective.com/551018/4d1e8df3-6c45-428d-a522-84c8a6a4e533.woff") format("woff"),
        url("https://files.cargocollective.com/551018/3c9abc50-742c-46dd-8af4-c50866112be0.ttf") format("truetype"),url("http://www.jirimakovec.com/UniversRoman/726294/c6310aa0-a8a1-4afc-a747-091de3970894.svg#c6310aa0-a8a1-4afc-a747-091de3970894") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face{
	font-family:"Univers LT W02 65 Bold";
	src:url("https://files.cargocollective.com/551018/f0e92d0d-9263-4203-b0e2-cb14138b04e8.eot?#iefix");
	src:url("https://files.cargocollective.com/551018/f0e92d0d-9263-4203-b0e2-cb14138b04e8.eot?#iefix") format("eot"),
    url("https://files.cargocollective.com/551018/3145f7f3-577b-4fc5-b041-fd8a5b0b2d40.woff") format("woff"),
    url("https://files.cargocollective.com/551018/f82194e4-e04b-4013-bb9b-4f587dc5f48b.ttf") format("truetype"),url("http://www.jirimakovec.com/UniversBold/726306/64433e35-936f-4806-b449-75ff58f8fc91.svg#64433e35-936f-4806-b449-75ff58f8fc91") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    background: #ffffff;
    color: #000000;
	font-family:"Univers LT W02 65 Bold", serif;
    font-size: 16px;
    letter-spacing:0.03em;
    line-height: 1.25;
    width: 100%;

}


/* 
 * Header / Navigation
 */

.header_img {
	position: fixed;
	top: 22px;
	right: 60px;
	z-index: 999;
}

.nav_container {
	height: 50px;
	line-height: 70px;
    padding: 0 30px 0 0;
    position: fixed;
    top: 0; left: 48px; right: 0;
    white-space: nowrap;
    z-index: 999;
}

.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 60px 0 0;
}


.nav_container a {
	padding: 0 0 1px 0;
    font-family:"Univers LT W02 55 Roman";
    font-size:18px;
    letter-spacing:0.03em;
    text-decoration: none;
}


.project_link a ,
.page_link a,
.link_link a {
	color: black;
}


.project_link a:hover,
.page_link a:hover,
.link_link a:hover {
	color: #000000;
    border-bottom: 1px solid #000000;
}


.project_link a:active,
.page_link a:active,
.link_link a:active {
	color: black;
    border-bottom: 1px solid black;
}


.nav_active a,
.nav_active a:hover,
.nav_active a:active {
	border-bottom: 0;
	color: #000000;
    border-bottom: 1px solid black;
}


.pagination {
	color: black;
	clear: both;
	float: left;
}


.pagination a {
	color: black;
	border-bottom: 1px solid black;
    border-bottom: 1px solid black;
}


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


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

.nav_follow {
	color: black;
	display: none;
}

.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 black;
}
  
.view_tag_info {
	color: #000000;
    display:none;
	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;
}

.nav_container {
    color: red  !important;
}

/* 
 * Content
 */

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

#content_container .thumbnail_clear {
	display: none;
}

/* 
 * Content > Project content
 */
    
#maincontainer {
    display: none;
    float: left;
    padding: 0 0 20px 0;
    height:630px;
    position: relative;
}

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

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

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

.text_container {
    float: left;
    margin: 0 0px 0 0;
    padding: 0 10px 35px 0;
    position: relative;
    width: 420px;
    z-index: 99;
}

.text_container .caption{
	display:none;
}

.caption{
	display: block;
    text-align:center;
    clear: both;
    position: absolute;
    padding-top:5px;
    bottom:-23px;
    width:100%;
    margin-right:15px;
    font-family: "Univers LT W02 55 Roman"; 
    font-size:15px;
	letter-spacing:0.06em;
}

.project_content br {
    display: none;
}

.project_title {
    color: #000000;
   	width:350px;
    text-align:center;
	font-family:"Univers LT W02 55 Roman", serif;
    font-size: 18px;
    line-height: 1.6;
    margin: -7px 0 20px 0;
}

.project_content {
	width:350px;
    font-family:"Univers LT W02 65 Bold", serif;
}

.img_container {
	float: left;
	margin-right: 15px;
	max-height: 900px;   
    cursor: url("https://files.cargocollective.com/551018/Cursor_1.png"), default;
}

.img_holder {
	position: relative;
	float: left;
}
    
/*
 * Project content > Header
 */
        
.project_header {
    display:none;
	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;
}

    
.about-box {
 	width: 1850px; 
    float:left;
    margin: 0 auto!important; 
    padding: 0 0 0 10px!important; 
    display:inline-block;
}

.about-column {
	float: left; 
    width: 300px; 
    margin-top:30px;
    margin-right:50px;
}
/* Styling of default typographic headers and elements */

h1 {
    font-family:"Univers LT W02 55 Roman";
    font-size: 18px;
    text-align:center;
    font-weight:normal;
    margin-bottom:0px;
}

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

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

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

.entry img,
.entry iframe {
	display: block;
	float: left;
    margin: 0 50px 0 0;
    padding: 0;
    position: relative;
}

/* 
 * 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_wrapper a,
.slideshow_wrapper a:hover,
.slideshow_wrapper a:active {
    background: none !important;
}
 
.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 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;
    color: #cccccc;
	display: block;
    font-family: Menlo, Monaco, monospace;
    font-size: 10px;
	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 {
    display:none;
    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 0 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 {
	z-index: 99;	
}


.project_thumb:hover .thumb_info {
	opacity: 0.7;
}


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


.project_thumb.active {
}


.project_thumb.active .thumb_info {
	 opacity: 0.7;
}


.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;
	opacity: 0;
    top:0;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	z-index: 999;
}


.thumb_title {
    text-align:center;
	padding-top:70px;
}


.thumb_title .text {
    color: #000000;
    	font-family:"Univers LT W02 55 Roman";

    font-size: 18px;
	line-height:1.4;    
}


.thumb_tag {
    display:none;
    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_component {
	float: left;
	margin: 0 35px 35px 0;
}


.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;
}

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