 /**
 * Global Warhol styles
 */

.project_content table img {
    max-width: 100% !important;
    height: auto !important;
    margin-left: 0px !important;
}

.project_content table {
    width: 100%;
    border-collapse: collapse;
}

.project_content table td,
.project_content table tr{
    padding: 0px;
}

.description {
    position: relative;
    display: inline-block;
}

.description:hover .description-text {
    display: block;
}

.description-text {
    background: white;
    color: black;
    font-size: 13px;
    line-height: 1.5;
    
    position: absolute;
    display: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 300px;
    padding: 15px;
    left: 30px;
    bottom: 50px;
    margin-left: 0%;
    margin-top: 0%;
    text-align: left;
    z-index: 99;
}

.line {
    clear:both;
    width:100%;
    background-color:#4E898B;
    height: 1px;
    margin-top:10px;
    margin-bottom:10px;
}
.hairline {
    clear:both;
    width:100%;
    background-color:#EBEBEB;
    height: 2px;
    margin-top:10px;
    margin-bottom:10px;
}

.Tcol {
    width: 50%;
    padding-left: 0px;
    margin: 0 3% 0 0px;
    float: left;
    text-align: left;

    
}

.twocol {
    width: 58%;
    padding-left: 10px;
    padding-top: 8px;
    margin: 0% 3% 0 0%;
    float: left;
    text-align: left;
    border-top: 1px solid #4E898B;
  
    
}

.onecol {
    width: 30%;
    padding-left: 0px;
    margin: 0 2% 0 1%;
    float: left;
    text-align: left;

    
}

.onehigh {
    width: 30%;
    padding-left: 0px;
    margin: 0 2% 0 1%;
    float: left;
    text-align: left;
    background-color:#ebebeb;

    
}
.threecol {
    width: 31%;
    padding-left: 0px;
    margin-right: 2%;
    text-align: left;
    float: left;
    border-left: 0px solid #ebebeb;
    
}
.third {
    width: 100%;
    padding-left: 10px;
    margin: 0% 0% 0 0%;
    float: left;
    text-align: left;    
}
.thirdcenter {
    margin: 0 auto;
    text-align: center;
    max-width: 65%;
}

.halfl {
    width: 50%;
    padding-left: 0px;
    padding-right: 0px;
    margin: 15px 3% 0 0%;
    float: left;
    text-align: left;
    border-right: none;
    
}
.halfr {
    width: 45%;
    padding-left: 0px;
    margin: 15px 0% 0 0%;
    float: left;
    text-align: left;
    background-color: none;
    
}
.colorbox {
    width: 45%;
    padding-left: 20px;
    margin: 0% 0% 0 0%;
    float: left;
    text-align: left;
    background-color: #ebebeb;
    
}
.ColL {
    width: 25%;
    padding: 0px;
    margin: 0 5% 0 0;
    float: left;
    text-align: left;
    
}

.ColM {
    width: 40%;
    padding: 0px;
    margin: 0 5% 0 0;
    float: left;
    text-align: left;
    
}

.ColR {
    width: 25%;
    padding: 0px;
    margin: 0 0 0 0;
    float: left;
    text-align: right;
    
}
.color_section{
    background-size: cover;
    background-position: center;
    padding: 10px;
    clear: both;
}

.projlink {
    width: 30%;
    padding: 0px;
    margin: 0 0 0 0;
    float: right;
    text-align: right;
    
}
.IMG600 {
    width: 600px;
    padding: 0px;
    margin: 0 40px 0 0;
    float: left;
    text-align: left;
    
}

.IMG600R {
    width: 600px;
    padding: 0px;
    margin: 0 0px 0 0;
    float: left;
    text-align: left;
    
}
.strong { 
    font-family: "europa",sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size-adjust: 0.49; 
    font-size: 16px; 
    color: #363636; 
    letter-spacing: 0.07em;
    margin-bottom: 8px;
}

.callout { 
    font-family: gelo, serif;
	font-weight: 300;
	font-style: normal;
    font-size-adjust: 0.49; 
    font-size: 34px; 
    color: #363636; 
    letter-spacing: 0.07em;
    line-height: 1.5;
}
.projtitle { 
    font-family: new spirit, verdana, serif;
    font-style: normal;
    font-weight: 600;
    font-size-adjust: 0.49; 
    font-size: 16px; 
    color: #4E898B; 
    letter-spacing: 0.05em;
    margin-bottom: 6px;
    margin-top: 0px;
}

.caption {
    background: none;
    color: #464646;
    font-family: "europa", Verdana, sans-serif; font-size-adjust:0.48; font-weight:500; font-style:normal;
    font-size: 14px;
    padding: 0px 0 10px 0px;
    letter-spacing: 0.07em;
    line-height: 1.5;
    
}

.credit {
	background: none;
    color: #959595;
    font-family: "europa", Verdana, sans-serif; font-size-adjust:0.48; font-weight:500; font-style:normal;
    font-size: 10px;
    padding: 0px 0 0px 0px;
    letter-spacing: 0.07em;
}

.bgcolor {
	background-color: #000;
    margin-top: 200px;
    width: 100%;
    height: 90%;
}
.topborder{
	border-top: 1px solid #4E898B;
    padding-bottom: 10px;
}
#grid {
    text-align:left;
    clear: both;
    width: 1240px;
}

#grid img {
    width: 228px;
    float:none;
    height: 228px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px 20px;
}

#grid a {
    display: inline-block;
    height: 300px;
    background: none;
}

#grid br {
    display:none;
}

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

body {
    background: #ffffff;
    color: #363636;
    font-family: "europa", Verdana, sans-serif; font-size-adjust:0.48; font-weight:300; font-style:normal; 
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.07em;
    padding-top: 30px;
	opacity: 0;
}

/*
 * Header / Navigation
 */

.header_img {
    padding: 10px;
    padding-bottom: 20px;
    text-align: center;
    z-index: 99;
}

.header_img img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.nav_container {
    position: absolute;
    text-align: right;
	top: 8%;
	left: 70%;
	z-index: 11; 
}

.nav_container div {
    display: inline-block;
    padding: 0 10px;
    border-left: 0px solid #ebebeb; 
}

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

.nav_container br {
    display: none;
}

.nav_container a {
    font-family:"europa", Verdana, sans-serif; 
    font-size: 12px;
    text-decoration: none;
}

.project_link a {
    color: #000000;
}

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

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

.page_link a {
    color: #000000;
}

.page_link a:hover {
    color: #4E898B;
    text-decoration: none;
}

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

.link_link a {
    color: #363636;
    text-decoration: none;
}

.link_link a:hover {
    color: #4E898B;
}

.link_link a:active {
    color: #4E898B;
}

.nav_active a {
    color: #000000;
    font-weight: normal;
}

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

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

.nav_follow {
    color: #999999;
    font-family: sans-serif;
    z-index: 11;
}

.nav_follow a {
    color: #222222;
}

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

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

.nav_container .view_tag_info {
    color: #666666;
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    margin: 10px 0 20px 0;
}

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

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

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

/*
 * Content
 */

#content_container {
    clear: both;
    padding: 20px 32px -0 32px;
    position: relative;
    text-align: center;
    z-index: 10; 
}

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

.bodycopy a { color: #363636; text-decoration: none; border-bottom: 1px solid; }
.bodycopy a:hover { background: none; color: #363636; text-decoration: none; }
.bodycopy a:active { background: #363636; color: #ffffff; }
a[href*="https://dl.dropboxusercontent.com"] {
	text-decoration: none;
	border: 0 none;
	}
.project_content {
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    max-width: 1240px;
}

.project_title {
    color: #000000;
    font-size: 24px;
    margin: 0 auto;
    padding: 0 0 30px 0;
    text-align: center;
    max-width: 670px;
}

.project_header {
    margin: -30px 0 20px 0;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    text-transform: capitalize;
}

.project_header.clone {
    margin-top: 40px;
}

.project_header div {
    display: inline-block;
}

.project_header a {
    color: #999999;
    padding: 0 8px;
    text-decoration: none;
}

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

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

.project_header .last a {
    border-right: 1px solid #dddddd;
}

.project_divider {
    display: none;
}

.project_content iframe {
    margin: 0 auto;
}

/*
 * Default typographic 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 {
    margin: 0px 15px 15px 0px;
}

/**
 * Project content > Slideshows
 */

.slideshow_component {
    float: left;
 }

.slideshow_nav {
    clear: both;
    color: #ebebeb;
    font-family: "europa", Verdana, sans-serif;
    font-size: 20px;
    padding-bottom: 15px;
}

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

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

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

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

.slideshow_wrapper {
    clear: both;
    float: left;
    margin: 0px 0 0 0px;
}

.slideshow_container {
    overflow: hidden !important;
}

.slideshow_container img {
    margin: 0px;
}

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

ul.slideshow_thumbs {
    float: left;
    margin: 15px 0 0 0;
    padding: 0;
}

.slideshow_thumb {
    display: inline-block;
    list-style: none;
    margin: -3px 0px 0px -3px;
    padding: 0px 3px 7px 4px;
}

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

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

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

.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: #666666;
    display: block;
    float: left;
    font-size: 14px;
    margin: 10px 0 5px 0;
    width: 100% !important;
}

/**
 * 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: 11px;
    padding: 30px 0px 0px 0px;
}

.comment_link a {

}

.comment_link a:hover {

}

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

.project_views {
    color: #999999;
}

.project_footer .permalink a {
    color: #999999;
    font-style: italic;
}

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

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

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

.tags a:hover {
    background: #ffff00;
    text-decoration: none;
}

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

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

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

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

.project_bottom {
    clear: both;
}

.pagination {
    color: #999;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.pagination a {
    color: #000;
    text-decoration: none;
}

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

.pagination a:active {

}

/*
 * Thumbnails
 */

.project_thumb {
    display: inline-block;
    margin: 5px 5px 5px 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
}

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

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

.project_thumb .hover .cardimgcrop {
    outline: none;
    outline-offset: 2px;
}

.project_thumb .hover .thumb_title span,
.project_thumb.active .thumb_title span {
    border-bottom: none;
}

.cardimgcrop {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 250px;
    min-width: 250px;
    min-height: 250px;
}

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

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

.thumb_title {
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 100%;
    height: 40px;
    left: 0px;
    margin-top:0px;
    padding: 0;
    top: 210px;
    z-index: 99;
    position: absolute;

}

.project_thumb:hover .thumb_title{
    filter: alpha(opacity=100);
    opacity: 1;
}
.thumb_title.notag {
    margin: 8px 0 22px 0;
}

.thumb_title .text {
    color: #000000;
    font-family: europa, sans-serif;
    font-size: 13.5px;
    font-weight: normal;
    padding-bottom: 1px;
    white-space: nowrap;
    text-align: center;
    line-height: 1;
}

.thumb_tag {
    color: #999999;
    font-family: Menlo, monaco, monospace;
    font-size: 11px;
    margin: 0 0 2px 0;
    overflow: hidden;
    text-align: center;
    width: 280px;
}

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

.thumb_tag a {
    color: #999999;
    text-align: center;
    text-decoration: none;
}

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

.excerpt {
    color: #000;
    font-family: Arial, sans-serif;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    margin-top: 15px;
    width: 280px;
}

/*
 * Search results
 */

#search_form {
    position: absolute;
    top: 10px; right: 44px;
    z-index: 999;
}

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

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    color: #999999;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 6px 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;
    position: relative;
    height: 0px;
    margin: 0px 0 0 0;
}

.bottompad a {
    padding: 2px 3px 2px 3px;
}

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

.pagecontainer {
    display: none;
}

/* "Running on Cargo" */
.cargo_link {
    color: #cccccc;
    font-family: sans-serif;
    font-size: 11px;
    line-height:1.5;
    position: fixed;
    right: 15px; bottom: 11px;
    text-align: right;
    z-index:99;
}

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

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

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

#site_footer {
    border-top: 1px solid #ebebeb;
    clear: both;
    max-width: 1240px;
    position: relative;
    padding: 15px 0 0 0;
    z-index: 10; 
    text-align: center;
    margin: 0 auto;
   
}

.footer_left {
    width: 38%;
    margin: 0 27px 0 15px;
    float: left;
    text-align: left;
}
.footer_right {
    width: 27%;
    padding-left: 15px;
    margin-right: 15px;
    float: left;
    text-align: left;
}
.footer_center {
    width: 27%;
    padding-left: 10px;
    margin-right: 15px;
    float: left;
    text-align: left;
}
.footer_text {
    background: none;
    color: #d7d7d7;
    font-family: "europa", Verdana, sans-serif; font-size-adjust:0.48; font-weight:500; font-style:normal;
    font-size: 12px;
    text-align: left;
    padding: 0px 0 0px 0px;
    letter-spacing: 0.07em;
    line-height: 1.7;
}
.footer_text a {
	color: #000;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 2px solid #d7d7d7;
}
/*
.600L {
    padding: 0px;
    margin: 20px 20px 0px -320px;
    height: auto;
    width: 50%;
    float: left;
}

.600R {
    padding: 0px;
    margin: 20px 20px 0px 20px;
    height: auto;
    width: 600px;
    float: left;
}
*/