/* Global xFeed-alt styles
***********************************************************************************************************/

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

body {
    background: #000000;
    color: #888888;
    height: 100%;
    width: 100%;
    font-family: Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.5;
}

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

.header_img {
    left: 415px;
    position: fixed;
    top: 5px;
    z-index: 99;
}

.feed_nav {
    font: 16px Helvetica, Arial, sans-serif;
    position: fixed;
    top: 35px;
    left: 35px;
    z-index: 99;
}

.feed_nav.index_view {
    position: absolute;
}

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

.feed_nav a { color: #555555; text-decoration: none; }
.feed_nav a:hover { color: #ffffff; text-decoration: none; }
.feed_nav a:active { color: #555555; }
.feed_nav a:active { color: #555555; }


.feed_nav a.link_link { color: #555555;    text-decoration: none; }
.feed_nav a.link_link:hover { color: #ffffff; }
.feed_nav a.link_link:active { color: #555555; }


.feedlink { float: left; margin-right: 10px; }
.indexlink { float: left; margin-right: 35px; }
.feedlink.select { color: #dddddd; text-decoration: none; }
.indexlink.select { color: #dddddd; text-decoration: none; }
.feedlink { display:none; }
.indexlink {display:none;}


.nav_follow { float: left; margin-left: 20px; }
.nav_follow { color: #555555; font-size: 12px; z-index: 11; }
.nav_follow a { color: #555555; font-size: 12px; }
.nav_follow a:hover { color: #ffffff; }
.nav_follow a:active { color: #555555; }
.nav_follow    {display:none;}

.page_nav { float: left; }
.page_nav a { color: #555555; font-size: 16px; margin-right: 10px; }
.page_nav a:hover { color: #ffffff; }
.page_nav a:active { color: #555555; }

.view_tag_info {
    color: #999999;
    float: left;
    margin-left: 20px;
}

.view_tag_info a { color: #555555; text-decoration: underline; }
.view_tag_info a:hover { color: #ffffff; }
.view_tag_info a:active { color: #555555; }
.view_tag_info a:{ display:none; }





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

#content_container {
    padding: 50px 0 0 35px;
    position: relative;
    z-index: 10;
}





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

.project_content {
    width: auto;
}

.entry {
    float: left;
    padding-right: 20px;
    max-width: 2685px;
    width: auto;
}

.entry a { color: #555555; text-decoration: underline; }
.entry a:hover { color: #ffffff; }
.entry a:active { color: #999999; }


.project_title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px 0;
    width: auto;
}

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

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

p {
    margin: 0;
    max-width: 400px;
}

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

.project_content img, .project_content object {
    background: #1a1a1a;
    margin: 0px 15px 15px 0px;
}





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

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

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

.slideshow_wrapper {
    clear: both;
    padding: 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 {
    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 12px 12px 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 #333333;
}

.slideshow_thumb a:active, a.activeSlide, a.activeSlide:hover {
    background: none;
    border: 1px solid #444444;
}

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

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



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

.project_footer {
    color: #555555;
    clear: both;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 9px;
    padding: 15px 0 0 0;
    width: 360px;
}

.comment_link a {
    
}

.comment_link a:hover {
    
}

.tags {
    color: #555555;
}

/* Project Footer Links */

.project_footer .permalink a { color: #888888; font-style: normal; text-decoration: none; }
.project_footer .permalink a:hover { background: none; color: #ffffff; text-decoration: underline; }
.project_footer .permalink a:active { background: none; color: #888888; }
.project_footer .permalink a:visited { }
.project_footer .permalink { display:none; }

.project_footer .editlink a { color: #333333; }
.project_footer .editlink a:hover { background: none; color: #ffffff; text-decoration: underline }
.project_footer .editlink a:active { background: none; color: #666666; }
.project_footer .editlink a:visited { }
.project_footer .editlink { display:none; }

.tags a { color: #888888; text-decoration: none; }
.tags a:hover { background: none; color: #ffffff; text-decoration: underline; }
.tags a:active { background: none; color: #888888; }
.tags a:visited {}


.project_bottom {
    clear: both;
    border-bottom: 0px solid #333333;    /* Change to 1px to enable border */
    margin: 10px 0 60px 0;
}





/* Index
***********************************************************************************************************/

.index {
    margin: 70px 35px 0 35px;
}





/* Index > Modules / thumbnails
    ***************************************************************************************************/

.index .module {
    float: left;
    margin: 0 35px 10px 0;
    position: relative;
    text-align: center;
}

.cardimgcrop {
    background: #1a1a1a;
    margin: 0 0 12px 0;

    position: relative;
    min-height: 200px;
    min-width: 200px;
}

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

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

.thumb_title {
    overflow: hidden;
    padding-top: 2px;
    white-space:nowrap;
    text-align: center;
    width: 200px;
}

.thumb_title a {
    color: #dddddd;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5em;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

.index .thumb_title a:hover {
    background: none;
    color: #ffffff;
    text-decoration: underline;
}

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

.thumb_tag {
    color: #444444;
    height: 3em;
    line-height: 15px;
    overflow: hidden;
    text-align: center;
    width: 200px;
}

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

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

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





/* Search results
***********************************************************************************************************/

#search_form {
    position: fixed;
    top: 29px; right: 60px;
    z-index: 999;
}

#search_form #search_term {
    background: #161616;
    color: #555555;
    font-size: 12px;
    width: 140px;
}

#search_form_results {
    padding-bottom: 90px;
}

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

#search_term {
    background: #000000;
    border: 1px solid #444444;
    color: #ffffff;
    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: #ffffff;
    font-weight: bold;
    text-decoration: underline;    
}

.search_title a:hover {
    color: #0066ff;
}

.search_title a:active {
    color: #888888;
    text-decoration: none;
}

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

.search_tags a {
    color: #555555;
    text-decoration: none;
}

.search_tags a:hover {
    background: none;
    color: #cccccc;
    text-decoration: underline;
}

.search_tags a:active {
    color: #777777;
}





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

.bottompad {
    clear: both;
    height:35px;
    margin: 35px 0 0 0;
    position: relative;
    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 you see this */
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9999;
}

.moreload {    /* Rotating loading indicator */
    display: none;
    position: relative;
}

.moreload table {    /* Rotating loading indicator */
    padding-right: 10px;
}

#new_page_content {
    height: 0px;
    width: 0px;
}

.cargo_link {    /* "Running on Cargo" */
    bottom: 15px;
    color: #444444;
    position: fixed;
    right: 25px;
    text-align: right;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 9px;
    line-height: 1.6;
    z-index: 99;
}

td {
    vertical-align: top;
    margin-left: 20px;
}



.cargo_link a { color: #666666; text-decoration: none; }
.cargo_link a:hover { color: #dddddd; text-decoration: none; }
.cargo_link a:active { color: #666666; }


/*my own class**************************************/

p {
margin: 0;
width: 2600px;
}





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


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