
/**** Demos ****/

#container {
  background: #000;
  padding: 5px;
  margin-bottom: 20px;
  border-radius: 5px;
  clear: both;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.centered { margin: 0 auto; }

.box {
  margin: 5px;
  padding: 5px;
  background: #000000;
  font-size: 11px;
  line-height: 1.4em;
  float: left;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

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

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

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



.col1 { height: 100px; }
.col2 { height: 200px; }
.col3 { height: 300px; }
.col4 { height: 400px; }
.col5 { height: 500px; }

.col1 img { max-height: 100px; }
.col2 img { max-height: 200px; }
.col3 img { max-height: 300px; }
.col4 img { max-height: 400px; }
.col5 img { max-height: 500px; }


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