/* Global Counterform styles
***********************************************************************************************************/
body, html {
    margin: 0;
    padding: 0
    }
body {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    height: 100%;
    line-height: 1.5em;
    width: 100%;
    word-spacing: 1px
    }
/* Header / Navigation
***********************************************************************************************************/
.header_img {
    /* To fix in place change to "position:fixed;" */
    margin: 0 auto 0 auto;
    padding: 0 0 0 35px;
    position: relative;
    width: 940px;
    z-index: 11
    }
.nav_container {
    /* Vertical nav is not supported, however if you'd like to configure this do so here */
    }
.nav_container.horizontal {
    /* Enabled by default */
    line-height: 2em;
    margin: 0 auto;
    padding: 15px 0 0 35px;
    position: relative;
    white-space: normal;
    width: 940px;
    z-index: 25
    }
.nav_container.horizontal div {
    float: left;
    padding-right: 1px
    }
#nav_loadspin {
    display: none;
    position: fixed;
    top: 8px;
    left: 35px;
    z-index: 100
    }
/* Navigation > Links
    ***************************************************************************************************/
.nav_container a {
    /* Applied to each navigation link */
    font-size: 11px;
    padding: 2px 3px 3px 3px;
    text-decoration: none
    }
.project_link, .page_link, .link_link, .nav_active {
    margin: 0 9px 0 -9px
    }
.project_link a, .page_link a, .link_link a, .nav_active a {
    font-size: 11px;
    padding: 4px 9px 5px 9px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
    }
.project_link a {
    color: #999
    }
.project_link a:hover {
    background: #ff6;
    color: #000
    }
.project_link a:active {
    background: #000;
    color: #f2f2f2
    }
.page_link a {
    color: #555
    }
.page_link a:hover {
    background: #ff6;
    color: #000
    }
.page_link a:active {
    background: #000;
    color: #f2f2f2
    }
.link_link a {
    color: #555;
    text-decoration: underline
    }
.link_link a:hover {
    background: #ff6;
    color: #000
    }
.link_link a:active {
    background: #000;
    color: #f2f2f2
    }
.nav_active a {
    background: #ccc;
    color: #fff
    }
.nav_active a:hover {
    background: #ccc;
    color: #fff
    }
.nav_active a:active {
    background: #ccc;
    color: #fff
    }
.pagination {
    color: #999;
    font-size: 11px;
    margin: 0 18px 0 0;
    z-index: 11
    }
.bottompad .pagination {
    margin-left: 35px
    }
.pagination a {
    color: #999;
    text-decoration: underline
    }
.pagination a:hover {
    background: #ff6;
    color: #222
    }
.pagination a:active {
    background: #000;
    color: #fff
    }
.nav_follow {
    color: #999;
    font-size: 11px;
    z-index: 11
    }
.nav_follow a {
    color: #999;
    text-decoration: underline
    }
.nav_follow a:hover {
    background: #ff6;
    color: #222
    }
.nav_follow a:active {
    background: #000;
    color: #fff
    }
.view_tag_info {
    color: #999;
    padding-left: 3px;
    font-size: 11px
    }
.view_tag_info a {
    color: #06f
    }
.view_tag_info a:hover {
    background: #ff6;
    color: #000
    }
.view_tag_info a:active {
    background: #000;
    color: #fff
    }
/* Content
***********************************************************************************************************/
#content_container {
    clear: both;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 35px;
    position: relative;
    width: 940px;
    z-index: 10
    }
/* Content > Project content
    ***************************************************************************************************/
#maincontainer {
    display: none;
    margin: 0 0 35px 0;
    width: 800px
    }
.bodycopy a {
    color: #000;
    text-decoration: underline
    }
.bodycopy a:hover {
    background: #ff6;
    color: #000;
    text-decoration: none
    }
.bodycopy a:active {
    background: #000;
    color: #fff
    }
.project_content {
    color: #555;
    width: 560px
    }
.project_title {
    color: #000;
    font-family: Georgia, Times, serif;
    font-size: 24px;
    line-height: 1.5em;
    padding: 0 0 15px 0
    }
/* Project content > Header
        *******************************************************************************************/
.project_header {
    float: right;
    margin: 5px -6px 0 0
    }
.project_header div {
    float: right;
    position: relative;
    z-index: 99
    }
.project_header a {
    color: #333;
    font-size: 12px;
    font-style: normal;
    padding: 4px 9px 5px 9px;
    text-decoration: underline;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px
    }
.project_header a:hover {
    background: #ff6;
    color: #000;
    text-decoration: none
    }
.project_header a:active {
    background: #000;
    color: #fff
    }
.project_divider {
    color: #bbb
    }
/* 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: #666;
    margin: 0
    }
.project_content img {
    margin: 0 35px 35px 0
    }
/* Project content > Slideshows
        *******************************************************************************************/
#slideshow_container {
    margin: 0 35px 35px 0
    }
.slideshow_nav {
    clear: both;
    color: #999;
    padding-bottom: 10px;
    font-size: 11px
    }
.slideshow_nav a {
    color: #999;
    text-decoration: none
    }
.slideshow_nav a:hover {
    background: none !important;
    color: #999;
    text-decoration: none
    }
.slideshow_nav a:active {
    color: #f30
    }
.slideshow_count {
    color: #999;
    font-size: 11px
    }
.slideshow_caption {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 5px 0 5px 0
    }
.slideshow_wrapper {
    clear: both;
    float: left;
    margin: 0 35px 10px 0
    }
#slideshow_container img {
    margin: 0
    }
.slideshow_wrapper a, .slideshow_wrapper a:hover, .slideshow_wrapper a:active {
    background: none !important
    }
ul.slideshow_thumbs {
    float: left;
    margin: 0;
    padding: 0
    }
.slideshow_thumb {
    float: left;
    list-style: none;
    margin: -3px 0 0 -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: 90px
    }
/* Project content > Project footer
        *******************************************************************************************/
.project_footer {
    color: #999;
    clear: both;
    font-size: 11px;
    padding: 30px 0 0 0
    }
.footer_title_type {
    color: #000;
    font-weight: bold
    }
.project_views {
    color: #999;
    font-style: italic
    }
/* Project Footer Links */
.project_footer .permalink a {
    color: #999;
    font-style: italic
    }
.project_footer .permalink a:hover {
    background: #ff0;
    color: #000
    }
.project_footer .permalink a:active {
    color: #fff;
    background: #000
    }
.tags {
    color: #999
    }
.tags a {
    color: #000;
    text-decoration: none
    }
.tags a:hover {
    background: #ff0;
    text-decoration: none
    }
.tags a:active {
    color: #fff;
    background: #000
    }
.project_footer .editlink a {
    color: #06f;
    font-style: italic
    }
.project_footer .editlink a:hover {
    background: #ff0;
    color: #000
    }
.project_footer .editlink a:active {
    background: #000;
    color: #fff
    }
.project_bottom {
    clear: both;
    border-bottom: 1px solid #ccc;
    margin: 15px 0 0 0
    }
/* Content > Thumbnails
    ***************************************************************************************************/
.project_thumb {
    float: left;
    margin: 0 35px 10px 0;
    position: relative;
    text-align: center
    }
.project_thumb .hover {
    cursor: pointer;
    text-decoration: none
    }
.project_thumb .nohover {
    text-decoration: none
    }
.project_thumb .hover .cardimgcrop {
    border: 5px solid #ddd
    }
.project_thumb .hover .thumb_title span {
    text-decoration: underline
    }
.project_thumb.active .cardimgcrop {
    border: 5px solid #ddd
    }
.project_thumb.active .thumb_title span {
    text-decoration: underline
    }
.cardimgcrop {
    border: 5px solid transparent;
    margin: -5px -5px 6px -5px;
    position: relative;
    min-width: 200px;
    min-height: 134px
    }
.cardimgcrop.notitle_notag {
    margin-bottom: 22px
    }
.loader_holder {
    display: none;
    position: absolute;
    text-align: center;
    top: 8px;
    left: 8px;
    z-index: 3
    }
.thumb_title {
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    width: 200px
    }
.thumb_title.notag {
    margin: 0 0 22px 0
    }
.thumb_title .text {
    color: #000;
    font-size: 11px;
    font-weight: bold;
    line-height: 15px;
    overflow: hidden;
    padding: 2px 3px 2px 3px;
    white-space: nowrap;
    text-align: center
    }
.thumb_tag {
    color: #999;
    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: #999;
    font-family: Georgia, Times, serif;
    font-size: 11px;
    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
    }
.bottompad a {
    padding: 2px 3px 2px 3px
    }
/* Video component
***********************************************************************************************************/
.video_component {
    float: left;
    margin: 0 15px 15px 0
    }
/* Audio component
***********************************************************************************************************/
.audio_component {
    color: #777;
    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 #aaa;
    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: #aaa;
    opacity: 0.5;
    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: #666
    }
.audio_component .loading {
    background: #bbb;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25
    }
.audio_component .progress {
    background: #bbb;
    border-right: 1px dotted #333;
    opacity: 0.25;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25
    }
.audio_component .volume_slide.hover {
    background: #bbb;
    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: #ccc;
    font-size: 11px;
    line-height: 165%;
    position: fixed;
    right: 15px;
    bottom: 11px;
    text-align: right;
    z-index: 99
    }
.cargo_link a {
    color: #999;
    text-decoration: underline
    }
.cargo_link a:hover {
    color: #000;
    text-decoration: underline
    }
.cargo_link a:active {
    background: #000;
    color: #fff
    }
/* In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
***********************************************************************************************************/