#container {
  width:877px;
  height:auto !important;
  height:620px;
  min-height:620px; 
/*  padding: 5px;
  margin-bottom: 10px;*/
  clear: both;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  background: #fffacd;
  background:url("../images/c_bk.jpg") 0 0;
  margin-left: -8px;
  margin-top: 15px;
}

.centered { margin: 0 auto; }

.box {
  color:#000000;
  cursor:hand;
  cursor:pointer;
  width: 60px;
  height: 80px;
  margin: 6px;
  padding: 5px;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border:1px solid #444444;
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
  background: #D8D5D2;
}
.box_hide {
  /*display:none;*/
}
.box:hover{ background:#c0c485}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right; 
  direction: rtl;
}

/*
.g0{background: rgba(240,240,240,0.9);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g1{background: rgba(0,255,0,0.2);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g2{background: rgba(0,255,0,0.3);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g3{background: rgba(0,255,0,0.4);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g4{background: rgba(0,255,0,0.5);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g5{background: rgba(0,255,0,0.6);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g6{background: rgba(0,255,0,0.7);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g7{background: rgba(0,255,0,0.8);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g8{background: rgba(0,255,0,0.9);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g9{background: rgba(0,255,0,1.0);text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
*/

.g0{background: #EEEEEE;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g1{background: #CCE5CC;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g2{background: #add699;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g3{background: #84c166;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g4{background: #5bad33;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g5{background: #339900;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g6{color:white;background: #287a00;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g7{color:white;background: #1e5b00;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g8{color:white;background: #143d00;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}
.g9{color:white;background: #003300;text-shadow: 1px 1px 3px rgba(0,0,0,0.3);}

.box_num{
  font-size:14px;
  filter:Alpha(opacity=90);
  -moz-opacity:0.9; 
  opacity:0.9;
}
.box_w{
  font-size:6pt;
  
   margin-top:26px;
   /*
    position:absolute;
   margin-top:25px;*/
}
.box_kw{
  font-size:6pt;
  margin-top:15px;
  /*

   position:absolute;
   
   margin-top:48px;
  */
}
.sp{
    position:absolute;
    left:4px;
    top:25px;
    font-size: 18px;
   /* font-weight: bold;
    color:#191970;*/
    text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}
.dp{
       position:absolute;
       left:4px;
       top:57px;
}
.st{
       position:absolute;
       text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
       font-size:7pt;
       bottom:2px;
       right:2px
}
.col1 { width: 80px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 180px; }
.col3 img { max-width: 280px; }
.col4 img { max-width: 380px; }
.col5 img { max-width: 480px; }

/**** Gutters ****/

.has-gutters .box {
  margin: 5px 0;
}

.has-gutters .col1 { width: 90px; }
.has-gutters .col2 { width: 230px; }
.has-gutters .col3 { width: 370px; }
.has-gutters .col4 { width: 550px; }

/**** Transitions ****/

.transitions-enabled.masonry,
.transitions-enabled.masonry .masonry-brick {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.transitions-enabled.masonry {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.transitions-enabled.masonry  .masonry-brick {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}


/* disable transitions on container */
.transitions-enabled.infinite-scroll.masonry {
  -webkit-transition-property: none;
     -moz-transition-property: none;
       -o-transition-property: none;
          transition-property: none;
}

/**** Primer comparison ****/

#comparison {
  overflow: auto;
}

#comparison .example {
  width: 420px;
  float: left;
  margin-right: 20px;
}

#comparison .box h5 {
  float: left;
  margin-bottom: 0;
  font-size: 30px;
  margin-right: 4px;
  line-height: 28px;
  font-weight: bold;
  color: #FFF;
}

/* Tumblelog example */

#tumblelog {
  background: #FFF;
  padding: 1.0em;
}

#tumblelog .story {
  margin: 10px;
  border-top: 4px solid #DCB;
  padding-top: 10px;
  background: #FFF;
  float: left;
}

#tumblelog h1, #tumblelog h2, #tumblelog h3 { font-weight: bold;}

#tumblelog .col1 { width: 220px; }
#tumblelog .col2 { width: 460px; }
#tumblelog .col3 { width: 700px; }

#tumblelog .col1 img,
#tumblelog .col2 img,
#tumblelog .col3 img {
  max-width: none;
}

/* Infinite Scroll loader */
#infscr-loading { 
  text-align: center;
  z-index: 100;
  position: fixed;
  left: 45%;
  bottom: 40px;
  width: 200px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
}

/**** Fluid ****/

#container.fluid  {
  padding: 5px 0;
}

/* right margin value is 0.1% less than calculated,
  to allow for rounding errors in Firefox */
.fluid .box {
  margin: 5px 0.9% 5px 1%;
  padding: 5px 1%;
}

.fluid .box.col1 { width: 16%; }
.fluid .box.col2 { width: 36%; }
.fluid .box.col3 { width: 56%; }

/**** Corner stamp ****/

.corner-stamp {
  width: 280px;
  height: 340px;
  padding: 10px;
  margin: 10px;
  float: right;
  background: red;
  color: white;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

/**** Pygments ****/

code .s1,
code .s { color: #78BD55; } /* string */
code .mi, /* integer */
code .cp, /* doctype */
code .kc { color: #5298D4; } /*boolean*/
code .k { color: #E39B79; } /* keyword */
code .kd, /* storage */
code .na { color: #A9D866; } /* markup attribute */
code .p  { color: #EDB; } /* punctuation */
code .o  { color: #F63; }   /* operator */
code .nb { color: #AA97AC;} /* support */

/* comment */
code .c,
code .c1 { color: #666; font-style: italic; }

code .nt { color: #A0C8FC; } /* Markup open tag */

code .nf { color: #9EA8B8; } /* css id */
code .nc { color: #A78352; }  /* CSS class */
code .m  { color: #DE8E50; } /* CSS value */
code .nd { color: #9FAD7E; } /* CSS pseudo selector */

/**** Clearfix ****/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
