/* Global Vasarely styles
***********************************************************************************************************/

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

body {
    
    background-image: url(http://www.lewiskylewhite.com/cargo/nima/images/background_grade.jpg); background-attachment: fixed;
    background-position: top center;
    color: #000;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    height: 
    line-height: 1.5em;
    width: 100%;
    word-spacing: 1px;
    
}

.scroll-pane {
    
    width: 426px;
    height: 500px;
    padding: 0px 10px 0px 10px;
    margin:10px 10px 10px 10px;
    overflow: auto;
}
.vertical-only {
    height: auto;
    max-height: 100%;
    
}



/* Header / Navigation
***********************************************************************************************************/

.header_img    /* To fix in place change to "position:fixed;" */
    
    position: relative;
    left: 30px;
    z-index: 0;
    
}
.divider {
    
    position: relative;
    top: 100px; 
    left: 30px;
    border-bottom-style:dotted;
    border-bottom-width:2px;
    max-width:1024px;
    z-index: 1;

}
.social {
    
    position: absolute;
    left: 502px;
    top: -33px;
    min-width:150px;
    z-index: 999999;;
}

.nav_container {

    position: relative;
    top: 69px; 
    left: 28px;
    z-index: 99;
}

.nav_container.horizontal {    /* Enabled via Display Options */
    position: absolute;
    width: 500px;
    z-index: 999999;
    
    
}

.nav_container.horizontal div {
    float: left;
    padding-right: 8px;
    z-index: 99;
}

#nav_loadspin {
    display: none;
    position: fixed;
    bottom: 15px; 
    left: 15px;
    z-index: 1;
}





/* Navigation > Links
    ***************************************************************************************************/

.nav_container a {    /* Applied to each navigation link */
    font-size: 12px;
    padding: 2px;
    text-decoration: none;
    z-index: 100;
    display:block;
}

.project_link a { background: transparent; color: #000000;}
.project_link a:hover { background: transparent; color: #ffffff; font-style: italic;}
.project_link a:active { background: transparent; color: #ffffff;}

.page_link a { background: transparent; color: #000000;}
.page_link a:hover { background: transparent; color: #ffffff; font-style: italic;}
.page_link a:active {    background: transparent; color: #ffffff;}

.link_link a { background: transparent; color: #000000; }
.link_link a:hover { background: transparent; color: #ffffff; font-style: italic; }
.link_link a:active { background: transparent; color: #000000; }

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

.pagination { color: #000000; font-size: 11px; z-index:11; }
.pagination a { color: #ffffff; }
.pagination a:hover { background: transparent; color: #ffffff; }
.pagination a:active { background: #000000; color: #ffffff; }

.nav_follow { color: #000000; font-size: 11px; z-index: 11; }
.nav_follow a { color: #ffffff; text-decoration: underline; }
.nav_follow a:hover { background: transparent; color: #000000;}
.nav_follow a:active { background: #000000; color: #ffffff; }


.view_tag_info { display:none !important; }





/* Content
***********************************************************************************************************/

#content_container {
    overflow-y: auto;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    max-height: 600px;
    mix-height: 0px;
    top: 50px;
    left: 20px;
    padding: 30px 0px 5px 5px;
    margin: 5px 0px 5px 5px;
    position: relative;
    width: 635px;
    
}

#Bio {
    padding: 5px 5px 5px 5px;
    margin: 5px 0px 5px 5px;
    position: relative;
    width: 450px;
    height: 600px; 
    max-height: 600px;
    overflow-y: scroll;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-origin: padding-box;
    cursor: auto;
    display: block;
    z-index: 99;
}






/* Content > Project content
    ***************************************************************************************************/

#maincontainer {
    
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;

    background-origin: padding-box;
    cursor: move;
    display: block;
    
    z-index: 9999999999;
    padding: 25px 0 0 0;
    /*border-top: 4px solid #00ff12;*/
    background: #000000;
    float:left;
    top: 155px;
    left: 30px;
    position: fixed;
    
    display: none;
    margin: -25px 0 0 650px;
    width: 475px;
    -moz-box-shadow: 2px 2px 12px #000;
    -webkit-box-shadow: 2px 2px 12px #000;
    box-shadow: 2px 2px 12px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=12, Direction=135, Color='#000000');
    
}

.bodycopy a { color: #999999; text-decoration: underline; }
.bodycopy a:hover { background: transparent; color: #ffffff; text-decoration: underline; }
.bodycopy a:active { background: transparent; color: #ffffff; }

.project_content {
    color: #00ff12;
    width: 475px;
    display:block;    
    
    
}

.project_title {
    color: #00ff12;
    
    font-size: 14px;
    bottom:10px;
    margin: -15px 0px 0px 10px;
    padding: 0 0 30px 0;
}





/* Project content > Header
    *******************************************************************************************/

.project_header {
    float: right;
    margin: 0 35px 0 0;
}

.project_header div {
    float: right;
    position: relative;
    z-index: 99;
}
.project_header .project_index a {
    background:transparent url(http://www.lewiskylewhite.com/cargo/nima/images/index.gif) repeat-x scroll 0 0;
    color:transparent;
    
    margin: -17px -35px 10px 0;
    height:17px;
    padding:0px 0px;
    text-decoration:underline;
    width:17px;
    position: relative;
}
.project_header .project_index a:hover {
    background:transparent url(http://www.lewiskylewhite.com/cargo/nima/images/indexhover.gif) repeat-x scroll 0 0;
    color:transparent;
    height:17px;
    padding:0px 0px;
    text-decoration:underline;
    width:17px;
    position: relative;
}

.project_header a {
    color: #999999;
    float: left;
    font-size: 11px;
    text-decoration: underline;
}

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

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

.project_divider {
    color: #555555;
}

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





/* Project content > Slideshows
    *******************************************************************************************/

#slideshow_container {
    margin: 0px 15px 15px 0px;
}

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

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


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

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

#slideshow_container img {
    margin: 0px;
}

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

.slideshow_thumbs {
    padding: 15px 0 15px 0;
}

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

.slideshow_thumb {
    float: left;
    list-style: none;
    padding: 0 15px 15px 0;
}

.slideshow_thumb a {
    background: none !important;
    border: 3px solid #333333;
    display: block;
}

.slideshow_thumb a img { opacity: 0.5; }

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

.slideshow_thumb a:hover img { opacity: 1.0; }

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

.slideshow_thumb a:active img, a.activeSlide:active img { opacity: 1.0; }

a.activeSlide {
    background: none !important;
    border: 3px solid #ffffff;
}

a.activeSlide:hover {
    border: 3px solid #ffffff !important;
}

a.activeSlide img { opacity: 1.0; }

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





/* Project content > Project footer
    *******************************************************************************************/

.project_footer {
    color: #666;
    clear: both;
    font-size: 11px;
    padding: 0px 0px 0px 0px;
}

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

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

/* Project Footer Links */

.project_footer .permalink a { color: #666666; font-style: italic; text-decoration: underline; }
.project_footer .permalink a:hover { background: transparent; color: #66cc99; }
.project_footer .permalink a:active { color: #ffffff; background: #000000; }

.tags { color: #666666; }
.tags a { color: #999999; text-decoration: none; }
.tags a:hover { background: transparent; color: #66cc99; text-decoration: underline; }
.tags a:active { background: transparent; color: #ffffff; }
.tags a:visited {}

.project_footer .editlink a { color: #0066ff; font-style: italic; }
.project_footer .editlink a:hover { background: #ffff00; color: #000000; }
.project_footer .editlink a:active { background: #000000; color: #ffffff; }

.project_bottom {
    clear: both;
    border-bottom: 1px dotted #00ff12;
    margin: 15px 0px 0px 0px;    
    width: 475px;
}





/* Content > Thumbnails
    ***************************************************************************************************/

.project_thumb {
    float: left;
    margin: -24px 3px 3px 0;
    position: relative;
    text-align: center;
}

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

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

.project_thumb .hover .thumb_title span {
    background: rgba(233, 51, 51, 0);
    color: #000;
}

.project_thumb.active .cardimgcrop {
    border: 3px solid #333333;
}

.project_thumb.active .thumb_title span {
    background: #ff3333;
    color: #000000;
}

.project_thumb .hover .cardimgcrop { border:3px solid #ffffff; }
.project_thumb .active .cardimgcrop { border:3px solid #000000; }

.cardimgcrop {
    border: 3px solid transparent;
    margin: -3px -3px 9px -3px;
    position: relative;
    min-width: 150px;
    min-height: 100px;
}

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

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

.thumb_title {
    overflow: hidden;
    white-space:nowrap;
    text-align: center;
    width: 150px;
}

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

.thumb_title .text {
    color: #000;
    font-size: 7px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    padding: 2px 3px 2px 3px;
    white-space: nowrap;
    text-align: center;
}

.thumb_tag {
    color: #666666;
    font-family: Georgia, Times, serif;
    height: 3em;
    line-height: 15px;
    margin: 0 0 2px 0;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

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

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

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





/* Footer
***********************************************************************************************************/

.bottompad {
    clear: both;
    position: relative;
    height: 35px;
    margin: 35px 0 0 0;
    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;
    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
***********************************************************************************************************/

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

.cargo_link {    /* "Running on Cargo" */
    color: #333333;
    font-size: 11px;
    line-height:165%;
    position: fixed;
    right: 20px; 
    bottom: 15px;
    z-index:99;
}

.cargo_link a { color: #555555; text-decoration: underline; }
.cargo_link a:hover { color: #66cc99; text-decoration: underline; }
.cargo_link a:active { background: #000000; color: #ffffff; }



.rollover a {
    position: relative;
    left: 20px;
    display:block;
    width: 392px;
    padding:0px 0px 69px 0px;
    font: bold 13px sans-serif;
    color:#333;
    background: url("http://www.lewiskylewhite.com/cargo/nima/images/header_name.png") 0 0 no-repeat;
    text-decoration: none;
}

.rollover a:hover { background-position: 0 -68px; color: #049;}
.rollover a:active { background-position: 0 -137px; color:#fff;}


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

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
    overflow: hidden;
    position: relative;
}

.jspPane
{
    position: absolute;
}

.jspVerticalBar
{
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 100%;
    background: red;
}

.jspHorizontalBar
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
    margin: 0;
    padding: 0;
}

.jspCap
{
    display: none;
}

.jspHorizontalBar .jspCap
{
    float: left;
}

.jspTrack
{
    background: #dde;
    position: relative;
}

.jspDrag
{
    background: #bbd;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
    float: left;
    height: 100%;
}

.jspArrow
{
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled
{
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow
{
    height: 16px;
}

.jspHorizontalBar .jspArrow
{
    width: 16px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
    outline: none;
}

.jspCorner
{
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
    margin: 0 -3px 0 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;
}
