/* 
 * Global ozFeed styles
 */

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

body {
    background: #333333;
    color: #aaaaaa;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    min-width: 990px;
}

/*
 * Header / Navigation
 */

.header_img {
    float: left;
    margin-top: 35px;
    position: relative;
    width: 200px;
    z-index: 969;
}

.feed_header {
    background: #111111;
    color: #666666;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    height: 35px;
    line-height: 35px;
    position: fixed;
    top: 0; left: 0;
    white-space: nowrap;
    width: 200px;
    z-index: 999;
}

.feed_header a {
    border-right: 1px solid #333333;
    color: #666666;
    display: inline-block;
    padding: 0 15px 0 15px;
    text-decoration: none;
}

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

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

.feed_header a.next_post {
    border-right: none;
    color: #6633ff;
}

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

.feed_header a.next_post:active {
    color: #999999;
}

.feedlink.select {
    color: #999999;
    text-decoration: none;
}

.indexlink.select {
    color: #999999;
    text-decoration: none;
}

.feed_nav {
    border-bottom: 1px solid transparent;
    float: left;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    line-height: 35px;
    margin: 0 60px 30px 60px;
    width: 670px;
}

.feed_nav a {
    color: #999999;
    text-decoration: none;
    margin: 0 20px 0 0;
}

.feed_nav a:hover {
    color: #cccccc;
    text-decoration: underline;
}

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

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

.feed_nav a.link_link:hover {
    color: #cccccc;
    text-decoration: underline;
}

.feed_nav a.link_link:active {
    color: #666666;
}

.nav_follow {
    color: #666666;
    float: left;
}

.nav_follow a {
    color: #999999;
    margin: 0;
}

.nav_follow a:hover {
    color: #cccccc;
}

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

.page_nav {
    float: left;
}

/* Tag area, shown on projects, pages and the index when filtering */

.view_tag_info {
    color: #999999;
    float: right;
}

.view_tag_info a {
    color: #999999;
    margin-right: 0;
    text-decoration: underline;
}

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

.view_tag_info a:active {
    background: none;
    color: #666666;
}

.view_tag_info b {
    color: #cccccc;
    font-weight: normal;
}

/*
 * Content
 */

#content_container {
    clear: both;
    position: relative;
}

.entry {
    border-top: 1px solid #212121;
    clear: both;
    padding: 60px 0 60px 0;
    position: relative;
}

.entry a {
    color: #aaaaaa;
    text-decoration: underline;
}

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

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

/*
 * Project rail
 */

.rail_background {
    background: #212121;
    position: fixed;
    top: 0; bottom: 0; left: 0;
    width: 200px;
    z-index: 900;
}

.project_rail {
    border-top: 1px solid #333333;
    margin-right: 60px;
    padding: 60px 15px 60px 15px;
    position: absolute;
    top: 0; left: 0;
    width: 170px;
    z-index: 909;
}

.project_title {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-top: -7px;
}

.project_title a {
    background: none;
    color: #ffffff;
    text-decoration: none;
}

.project_title a:hover {
    background: none;
    color: #6633ff;
    text-decoration: underline;
}

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

/**
 * 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: #666666;
    font-size: 10px;
    font-family: Monaco, "MS Mincho", monospace;
}

.comment_link a {
	
}

.comment_link:hover a {
	
}

.project_footer span {
    display: block;
    margin-top: 21px;
}

.tags {
    color: #444444;
}

.tags a {
    color: #666666;
    display: block;
    text-decoration: none;
}

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

.tags a:active {
    background: none;
    color: #999999;
}

.project_footer .permalink a {
    color: #666666;
    display: block;
    text-decoration: none;
}

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

.project_footer .permalink a:active {
    background: none;
    color: #999999;
}

.project_footer .editlink a {
    color: #0066ff;
}

.project_footer .editlink a:hover {
    background: none;
    color: #ffffff;
}

.project_footer .editlink a:active {
    background: none;
    color: #666666;
}

/* Project content */

.project_content {
    margin-left: 260px;
    width: 560px;
}

.project_content img {
    margin: 0 15px 15px 0;
}

/* 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;
    width: 560px;
}

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

/*
 * Slideshows
 */

.slideshow_component {
	float: left;
}

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

.slideshow_nav {
    color: #666666;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    height: 15px;
    padding-bottom: 10px;
}

.slideshow_nav.above {
	margin-top: -25px;
}

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

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

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

.slideshow_count {
    color: #666666;
}

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

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

.slideshow_thumbs {
    margin: 7px 0 7px -3px;
}

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

.slideshow_thumb {
    float: left;
    list-style: none;
    margin: 0 0 0 -3px;
    padding: 0 7px 10px 0px;
}

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

.slideshow_thumb a:hover {
    background:none;
    border: 1px solid #666666;
}

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

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

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

/*
 * Project bottom
 */

.clear_fix {
	clear: both;
}

.project_bottom {
    clear: both;
}

/*
 * Index view
 * Thumbnails
 */

.index {
    clear: both;
    padding: 60px 25px 60px 260px;
}

.index .module {
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    float: left;
    margin: 0 35px 40px 0;
    position: relative;
}

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

.cardimgcrop {
    margin: 0 0 12px 0;
    position: relative;
    min-height: 134px;
    min-width: 200px;
}

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

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

.thumb_title a {
    color: #cccccc;
    line-height: 15px;
    overflow: hidden;
    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: #666666;
    height: 3em;
    line-height: 15px;
    overflow: hidden;
    width: 200px;
}

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

.thumb_tag a {
    color: #666666;    
    line-height: 1.5em;
    text-align: center;
    text-decoration: none;
}

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

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

/*
 * Search results
 */

#search_form {
    position: fixed;
    bottom: 35px; left: 0;
    z-index: 999;
}

#search_form #search_term {
    background: #212121;
    border-top: 1px solid #333333;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    color: #666666;
    float: none;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    line-height: 10px;
    height: 10px;
    padding: 15px 15px 10px;
    width: 170px;
}

#search_form #search_term:focus {
	color: #cccccc;
}

#search_form_results {
    clear: both;
    padding: 60px 60px 0 260px;
}

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

#search_term {
    background: #333333;
    border: 1px solid #666666;
    color: #999999;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 5px;
    width: 220px;
}

#search_term:focus {
	color: #cccccc;
}

#search_results {
    clear: both;
    padding: 60px 0 0 60px;
}

.result {
    clear: both;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 60px;
}

.search_thumb {
    float: left;
    margin: 4px 25px 35px 0px;
}

.search_thumb img {
    height: auto;
    width: 120px;
}

.search_text {
    margin-left: 145px;
    width: 500px;
}

.search_title a {
    color: #cccccc;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-decoration: underline;    
}

.search_title a:hover {
    color: #ffffff;
}

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

.search_body {
    color: #999999;
}

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

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

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

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

/*
 * Footer
 */

.bottompad {
    clear: both;
    height: 35px;
    position: relative;
}

/* 
 * Video component
 */

.video_component {
    float: left;
    margin: 0 15px 15px 0;
}

/* 
 * Audio component
 */

.audio_component {
    color: #777777;
    font-family: 'Droid Sans Mono', Monaco, "MS Mincho", 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 you see this */

.toolset {
    position: fixed;
    top: 10px; right: 10px;
    z-index: 9999;
}

/* Rotating loading indicator */

.moreload, 
.moreload_link {
    display: none;
    color: #999999;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    margin: 10px 0 60px 260px;
    z-index: 99;
    position: absolute;
}

.moreload_link a {
    color: #999999;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
}

.moreload_link a:hover {
    color: #CCCCCC;
    text-decoration: underline;
}

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

.index .moreload {
    margin: 0;
}

/* "Running on Cargo" */

.cargo_link {
    background: #111;
    color: #444444;
    font-family: Monaco, "MS Mincho", monospace;
    font-size: 10px;
    height: 35px;
    line-height: 35px;
    padding: 0 15px 0 15px;
    position: fixed;
    bottom: 0; left: 0;
    width: 170px;
    z-index: 999;
}

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

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

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

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