@charset "UTF-8";
/* CSS Document */

/* Base styles*/

* {
  margin: 0;
  padding: 0;
}

body { 
  font: 13px 'Helvetica Neue', Arial, sans-serif;
  background: #f5f3ec;
  color: #222;
  background-image: url(img/mika_bg.jpg);
  background-repeat:no-repeat;
}


a:focus {
outline: none;
}


/**** Content ****/

#content {
  padding: 10px 10px 10px 210px;
}


a img {
  border: none;
}


/**** Masonry CSS ****/

.wrap {
	margin-bottom: 20px;
	clear: both;
	margin-top: 47px;
	margin-left: 47px;	
}

.box {
  font-size: 11px;
  float: left;

  }
  
 .thumb {
   filter:alpha(opacity=30);
  /* CSS3 standard */
  opacity:0.3;
 } 
  


.col1 { width: 259px; }
.col2 { width: 180px; }
.col3 { width: 280px; }
.col4 { width: 380px; }
.col5 { width: 480px; }

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



/**** 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;
}



/* Magazine page */

#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 { 
  z-index: 5000;
  position: fixed;
  left: 40%;
  bottom: 40px;
  width: 200px;
  height: 100px;
  padding: 10px;
  background: #000; 
  opacity: 0.8;
  color: #FFF;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/**** Filtering nav ****/


.box.black,
#filtering-nav .black {
  background-color: #111;
  color: #FFF;
}

.box.red,
#filtering-nav .red {
  background-color: #D26;
  color: #FFF;
}

#filtering-nav .all { background-color: #FFF;}

#filtering-nav {
  padding: 0;
  margin: 2em 0;
}

#filtering-nav li {
  list-style: none;
  float: left;
}

#filtering-nav li a  {
  display: block;
  padding: .5em 1.0em;
  margin-right: 5px;
  background-image: -moz-linear-gradient(-90deg, hsla(0,0%,100%,.4) , hsla(0,0%,100%,.0) );
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( hsla(0,0%,100%,.4) ), to( hsla(0,0%,100%,.0) ));
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
     -moz-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
       -o-box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
          box-shadow: 0 1px 2px hsla(0,0%,0%,.3);
}

#filtering-nav li a:active {
  background-image: -moz-linear-gradient(-90deg, hsla(0,0%,0%,.0) , hsla(0,0%,0%,.2) );
  background-image: -webkit-gradient(linear, 0 top, 0 bottom, from( hsla(0,0%,0%,.0) ), to( hsla(0,0%,0%,.2) ));
  -webkit-box-shadow: inset 0 1px 8px hsla(0,0%,0%,.6);
     -moz-box-shadow: inset 0 1px 8px hsla(0,0%,0%,.6);
       -o-box-shadow: inset 0 1px 8px hsla(0,0%,0%,.6);
          box-shadow: inset 0 1px 8px hsla(0,0%,0%,.6);
}

/**** Clearfixes ****/

.wrap:after,
#tumblelog:after,
#filtering-nav:after { 
  content: ''; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

