/* 
 * Global Hegel styles
 */

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

hr{height: 0;
border: 0;
border-top: 1px solid #ccc;
width: 500px;
margin: 0 auto;}

body {
    background: #ffffff;
    color: #000000;
    font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
    font-size: 12px;
    line-height: 1.5;
    visibility: hidden;
}

.col1{width:550px; overflow:hidden; position:relative; margin:0 auto;  text-align: justify-center; color:#828282;}
.col1 b{font-size:18px; color:#000;}

.col1 p {
  display: inline-block;
  text-align: justify;
  text-align-last: center;
  -moz-text-align-last: center;
    padding:0; margin:0;
}

.col1 .lastline {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.col3{padding: 20px;
position: relative;
float: left;
overflow: hidden;
display: block;
width: 33.33333%;
line-height: 1.5;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; font-size:14px;
color:#828282;
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;}



.col3 b{ font-size:12px;
    font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;
text-transform:uppercase; color:#000;}

b{ font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;}
/* 
 * Header / Navigation
 */

#loader {  width: 143px; height: 13px; position: fixed; top: 50%; left: 0; z-index: 1000; width:100%; text-align:center; font-family: "proxima-nova",sans-serif;}
    
#site_logohead {font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;
font-size: 34px;
letter-spacing: 1px;
line-height: 29px; width:200px; text-align:center; position:absolute; top:140px; left:50%; margin-left:-100px; z-index:9999;}
#site_logohead a{color:#000; text-decoration:none; }

.header_img {
    padding: 0px 0 0px 0;
    text-align: center;
    z-index: 99;
    display:none;
}

.header_img img {
    display: block;
    margin:0 auto;
}

.nav_container {
    text-align: center;
    margin: 180px  0 0;
}

.nav_container div {
    display: inline-block;
    padding: 0 10px;
    text-transform:uppercase;
    font-size:12px;
    font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
}

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

.nav_container br {
    display: none;
}

.nav_container a {
    font-size: 12px;
    text-decoration: none;
}

.project_link a {
    color: #666666;
}

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

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

.page_link a {
    color: #828282;
}

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

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

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

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

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

.nav_active a {
    color: #000000;
}

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

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

.nav_follow {
    color: #999999;
    font-size: 11px;
    z-index: 11;
}

.nav_follow a {
    color: #222222;
}

.nav_follow a:hover {
    background: #ffff00;
    color: #222222;
}

.nav_follow a:active {
    background: #000000;
    color: #ffffff;
}
    
.nav_container .view_tag_info {
    color: #999999;
    display: block;
    margin-top: 1em;
}

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

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

.view_tag_info a:active {
    color: #999999;
}
    
/* 
 * Content
 */

#content_container {
    margin: 50px auto;
    position: relative;
    z-index: 10;
    width: 1005px !important;
    overflow:hidden;
}

#maincontainer {
    display: none;
    margin: 0 2px 2px 0;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

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

.bodycopy a:hover {
   
    color: #000000;
    text-decoration: none;
}

.bodycopy a:active {
    text-decoration: underline;
   color: #000000;
}

.entry {
   padding: 0px 30px 60px;
overflow: hidden;
}

.project_content {
    margin: 0 auto 60px;
    font-size: 16px;
    text-align: center;
    width: auto;overflow: hidden;
    
}

.project_title {
    color: #000000;
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
    width: 675px;
    font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 1px;
}

.project_header {
   font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-bottom:20px
}

.project_header div {
    display: block;
   
}

.project_header a {
    color: #828282;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0px;
    text-decoration: none;
}

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

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

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

.project_divider {
    display: none;
}

#site_footer {
   clear: both;
color: #999999;
padding-top: 15px;
width: 100%;
text-align: center;
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 1px;
    padding-bottom: 90px;
}

#site_footer a{color: #828282; text-decoration:none;}
#site_footer a:hover{color: #000; text-decoration:none;}
#foot_container{display:none;}
/* 
 * 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 {
    float: none !important;
    margin: 0 0 15px 0;
}

/* 
 * Slideshows
 */

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


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

.slideshow_nav {
    clear: both;
       font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    font-size:10px;
    padding-bottom: 10px;
}

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

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

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

.slideshow_count {
    color: #999999;
    font-size: 11px;
}
    
ul.slideshow_thumbs {
    margin: 0 auto;
    padding: 0;
}
    

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

.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: 60px;
}

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


.slideshow_caption {
    clear: both;
    display: block;
    font-size: 11px;
    padding: 5px 0 5px 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;
}

/*  
 * Project footer
 */

.project_footer {
    color: #999999;
    clear: both;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, sans-serif;
    font-size: 9px;
    margin: 0 auto;
    padding: 30px 0 60px 0;
    text-align: center;
    width: 675px;
}

.comment_link a {
    
}

.comment_link a:hover {
    
}

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

.project_views {
    color: #999999;
}

.project_footer .permalink {
    display: none;
}

.project_footer .permalink a {
    color: #999999;
}

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

.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;
    width: 675px;
}

/*
 * Thumbnails
 */
        
.project_thumb {
    border: 0px solid transparent;
    float: left;
    margin: 0 20px 30px 25px;
    padding: 0;
    position: relative;
    width: 290px;
    opacity:0;
    
}

.project_thumb:hover {
    border: 0px solid #cccccc;
}

.project_thumb:active {
    background: #ffffff;
   
    z-index: 998;
}

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

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

.project_thumb.active {
    border: 0px solid #cccccc;
}

.cardimgcrop {
    margin: 0 0 31px 0;
    overflow: hidden;
    position: relative;
}

.cardimgcrop img{
    margin: 0 auto;
    display:block;
    width:290px;
    height:auto;
}
    
.loader_holder {
    display: none;
    position: absolute;
    top: 18px; left: 18px;
    z-index: 3;
}

.thumb_title {
    text-align:center;
}

.thumb_title .text {
    color: #000000;
    font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 700;
    font-size: 14px;
    text-transform:uppercase;
    letter-spacing:1px;
    line-height:16px;
    padding:0 20px;
}

 .excerpt {
    text-align:center;
    color: #666;
    font-size: 12px;
    margin: 10px 20px 20px;
    width: 250px;
}

.thumb_tag {
    color: #bbbbbb;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
    display:none;
}

.thumb_tag a {
    color: #bbbbbb;
    text-decoration: underline;
}

.thumb_tag a:hover {
    color: #666666;
    text-decoration: underline;
}
   
 #cardthumb_6005826 {
    background: url(http://payload185.cargocollective.com/1/0/20559/6005826/who2_o.jpg);
    
       
}
 #cardthumb_5866438 {
    background: url(http://payload178.cargocollective.com/1/0/20559/5866438/spell2_o.jpg);
    
  
}
  
 #cardthumb_5784808 {
    background: url(http://payload174.cargocollective.com/1/0/20559/5784808/mp2_o.jpg);
    
    
}
  
 #cardthumb_5018577 {
    background: url(http://payload135.cargocollective.com/1/0/20559/5018577/revolver2_o.jpg);
    

}
  
#cardthumb_5764390 {
    background: url(http://payload173.cargocollective.com/1/0/20559/5764390/life2_o.jpg);
    
   
}
  

#cardthumb_3590490 {
    background: url(http://payload64.cargocollective.com/1/0/20559/3590490/ab65_o.jpg);
    
   
}
  
#cardthumb_4918446 {
    background: url(http://payload130.cargocollective.com/1/0/20559/4918446/specimen2_o.jpg);
    
   
}
 

#cardthumb_4509797 {
    background: url(http://payload110.cargocollective.com/1/0/20559/4509797/blood2_o.jpg);
    
   
}
 
#cardthumb_4920337 {
    background: url(http://payload131.cargocollective.com/1/0/20559/4920337/typo3_o.jpg);
    
   
}
 

 #cardthumb_3553842 {
    background: url(http://payload62.cargocollective.com/1/0/20559/3553842/carhartt2_o.jpg);
    
   
}
  


 #cardthumb_3608940 {
    background: url(http://payload65.cargocollective.com/1/0/20559/3608940/talktype.jpg);
    
   
}
  

 #cardthumb_3041778 {
    background: url(http://payload37.cargocollective.com/1/0/20559/3041778/ab2_o.jpg);
    
   
}
  

 #cardthumb_2097998 {
    background: url(http://payload.cargocollective.com/1/0/20559/2097998/fot2_o.jpg);
    
   
}
  

 #cardthumb_2325654 {
    background: url(http://payload1.cargocollective.com/1/0/20559/2325654/book2_o.jpg);
    
   
}
  

 #cardthumb_540998 {
    background: url(http://payload.cargocollective.com/1/0/20559/540998/2_o.jpg);
    
   
}
  

#cardthumb_250482 {
    background: url(http://payload.cargocollective.com/1/0/20559/250482/black_o.jpg);
    
   
}
  
#cardthumb_4439046 {
    background: url(http://payload106.cargocollective.com/1/0/20559/4439046/bag2_o.jpg);
    
   
}
  
#cardthumb_3907760 {
    background: url(http://payload80.cargocollective.com/1/0/20559/3907760/tee2.jpg);
    
   
}
  
#cardthumb_3471610 {
    background: url(http://payload58.cargocollective.com/1/0/20559/3471610/2_o.jpg);
    
   
}
#cardthumb_4034345 {
    background: url(http://payload86.cargocollective.com/1/0/20559/4034345/prt_290x290_1375267318_o.jpg);
    
   
}
#cardthumb_3355909 {
    background: url(http://payload52.cargocollective.com/1/0/20559/3355909/real2_o.jpg);
    
   
}
#cardthumb_3349944 {
    background: url(http://payload52.cargocollective.com/1/0/20559/3349944/yale2_o.jpg);
    
   
}
#cardthumb_3697875 {
    background: url(http://payload69.cargocollective.com/1/0/20559/3697875/style2_o.jpg);
    
   
}
#cardthumb_2649984 {
    background: url(http://payload17.cargocollective.com/1/0/20559/2649984/offf2_o.jpg);
    
   
}
#cardthumb_2041506 {
    background: url(http://payload.cargocollective.com/1/0/20559/2041506/swagger2_o.jpg);
    
   
}
#cardthumb_930205 {
    background: url(http://payload.cargocollective.com/1/0/20559/930205/year75_o.jpg);
    
   
}
#cardthumb_1245961 {
    background: url(http://payload.cargocollective.com/1/0/20559/1245961/japa65_o.jpg);
    
   
}
#cardthumb_1009894 {
    background: url(http://payload.cargocollective.com/1/0/20559/1009894/may2_o.jpg);
    
   
}
#cardthumb_1245961 {
    background: url(http://payload.cargocollective.com/1/0/20559/1245961/japan65_o.jpg);
    
   
}
#cardthumb_388115 {
    background: url(http://transit7.cargocollective.com/1/0/20559/388115/t2.jpg);
    
   
}

#cardthumb_2464070 {
    background: url(http://payload8.cargocollective.com/1/0/20559/2464070/ok2_o.jpg);
    
   
}
#cardthumb_694425 {
    background: url(http://payload.cargocollective.com/1/0/20559/694425/ll2_o.jpg);
    
            
}
#cardthumb_944151 {
    background: url(http://payload.cargocollective.com/1/0/20559/944151/2.jpg);
    
      
}
#cardthumb_250636 {
    background: url(http://payload.cargocollective.com/1/0/20559/250636/serif2_o.jpg);
    
            
}
#cardthumb_6717985 {
    background: url(http://payload220.cargocollective.com/1/0/20559/6717985/thumb_o.jpg);
    
      
}
#cardthumb_6245502 {
    background: url(http://payload197.cargocollective.com/1/0/20559/6245502/thumb2.jpg);
    
      
}
#cardthumb_6587223 {
    background: url(http://transit3.cargocollective.com/1/0/20559/6587223/3_o.jpg);
    
      
}
#cardthumb_6946995 {
    background: url(http://payload232.cargocollective.com/1/0/20559/6946995/thumbotwo_o.jpg);
    
      
}
#cardthumb_7145502 {
    background: url(http://payload242.cargocollective.com/1/0/20559/7145502/neonthumb2_o.jpg);


}
#cardthumb_7390160 {
    background: url(http://payload254.cargocollective.com/1/0/20559/7390160/prt_290x411_1393251510_o.jpg);
    
      
}
#cardthumb_8078380 {
    background: url(http://payload288.cargocollective.com/1/0/20559/8078380/2_o.jpg);
    
      
}
#cardthumb_8321284 {
    background: url(http://payload301.cargocollective.com/1/0/20559/8321284/2thumb_o.jpg);
    
      
}
#cardthumb_8573647 {
    background: url(http://payload313.cargocollective.com/1/0/20559/8573647/2_o.jpg);
    
      
}
#cardthumb_8658425 {
    background: url(http://payload317.cargocollective.com/1/0/20559/8658425/2_o.png);
    
      
}
#cardthumb_9301620 {
    background: url(http://payload350.cargocollective.com/1/0/20559/9301620/trucks2.jpg);
    
      
}
#cardthumb_9521645{
    background: url(http://payload361.cargocollective.com/1/0/20559/9521645/milesthumb2.jpg);
    
      
}
#cardthumb_9554818{
    background: url(http://payload362.cargocollective.com/1/0/20559/9554818/thumb2.jpg);
    
      
}
#cardthumb_9613209{
    background: url(http://payload365.cargocollective.com/1/0/20559/9613209/2.jpg);
    
      
}
#cardthumb_9628517{
    background: url(http://payload366.cargocollective.com/1/0/20559/9628517/t2.jpg);
    
      
}
#cardthumb_9926500{
    background: url(http://payload381.cargocollective.com/1/0/20559/9926500/2.jpg);
    
      
}
#cardthumb_9961859{
    background: url(http://payload383.cargocollective.com/1/0/20559/9961859/2web.jpg);
    
      
}
#cardthumb_10177959{
    background: url(http://payload393.cargocollective.com/1/0/20559/10177959/t2.jpg);
    
      
}
#cardthumb_10545704{
    background: url(http://payload412.cargocollective.com/1/0/20559/10545704/eimear2.jpg);
    
      
}
#cardthumb_10715456{
    background: url(http://payload420.cargocollective.com/1/0/20559/10715456/thumb2.jpg);
    
      
}


/*
 * Search results
 */
        
#search_form {
    position: fixed;
    bottom: 20px; left: 740px;
}

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

#search_form_results {
    padding-bottom: 90px;
}

.search_header {
    color: #000000;
    float: left;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 4px 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: #ffff00;
    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
 */
    
#page_footer {
    color: #666666;
    position: relative;
}

#page_footer br {
    display: none !important;
}

.pagination {
    color: #828282;
    text-align: center;
    padding-bottom: 10px;
text-transform: uppercase;
font-size: 12px;
font-family: "proxima-nova",sans-serif;
font-style: normal;
font-weight: 400;
}
    
.pagination a {
    color: #828282;
    font-size: 12px;
    text-decoration: none;
}

.pagination a:hover {
    background: transparent;
    color: #000000;
    text-decoration: none;
}

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

.pagination a.prev_page {
    margin-right: 4px;
}

.pagination a.next_page {
    margin-left: 4px;
}

.left_arrow, .right_arrow {
    color: #828282;
    font-size: 12px;
    margin-top: 3px;
    width: 20px;
}

.left_arrow {
    margin-left: -12px;
    text-align: right;
}

.right_arrow {
    margin-right: -12px;
    text-align: left;
}
    
.cargo_link {
    color: #cccccc;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 11px;
    position: fixed;
    bottom: 14px; right: 18px;
    z-index: 900;
}

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

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

.cargo_link a:active { 
    color: #999999; 
}
    
.bottompad {
    clear: both;
    position: relative;
    height: 54px;
    width: 705px;
}

/* 
 * Video component
 */
    
.video_component {
    
    margin: 0 auto 15px;
}

/* 
 * 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;
}
      
        
/*
 * In-browser code editing made "almost bearable" by CodeMirror: http://marijn.haverbeke.nl/codemirror
 */