/* Base styles*/

* {
  margin: 0;
  padding: 0;
}

body { 
  font: 12px 'Helvetica Neue Bold', Arial, sans-serif;
  background-image:url(../images/mainbg.jpg);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-color: #000;
  color: #222;
}

a {
  color: #A2C;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #D26;
}

h1, h2 {
  font-weight:100;
}

h3 {
	font-family:Georgia;
	font-size: 10px;
	text-transform:lowercase;
	text-indent:5px;		
}

h1 {
  font-size: 20px;
}

h1, h2, h3, p, ul, ol, pre, dl {
  margin-bottom: 5px;
}

/**** Content ****/

#wrapper {
margin-left: auto;
margin-right: auto;
width: 100%;
}

#header {
width:100%;
height: 265px;
margin: 0px 0px 2px 0px;
float: left;
z-index: 1000;
-moz-box-shadow: -3px 3px 10px 1px #000;
-webkit-box-shadow: -3px 3px 10px 1px #000;
box-shadow: -3px 3px 10px 1px #000;
border-radius: 1px;
clear: both;
}


#blackTop {
height: 180px;
width: 100%;
background-color: #000;
clear:both;
}	

#black {
height: 100px;
width: 100%;
background-color: #000;
margin: 0px 0px 0px 350px;
text-align: left
bottom:0px;
}	

#logo{
width:100%;
height: 60px;
background-image:url(../images/header.png);
background-repeat:no-repeat;
float: left;
overflow:hidden;
bottom: 0px;
	}

#nav {
height: 25px;
width: 100%;
background-color: #000;
overflow:hidden;
text-align: left;
color: #FFF;
}	

#nav h3 {
	font-family:Georgia;
	font-size: 10px;
	text-transform:lowercase;
	margin: 0px 5px 15px 200px;
}

.navIndent {
	text-indent:40px;
	}
	
.headerStyle {
background-color: #000;
margin-top:70px;
border-radius: 1px;
clear: both;
}

#sidebar {
width:170px;
height: 100px;
margin: 190px 2px 0px 0px;
float: left;
}

#content {
  width:100%;
  margin-top:290px;
  float: left;
}

.copy h2 {
  border-top: 2px solid #FFF;
  padding-top: 10px;
  clear: both;
}

a img {
  border: none;
}

pre, code {
  font-family: Monaco, monospace;
  font-size: 12px;
  background: #111;
  color: #F5F5F5;
}

p code {
  padding: 1px 3px;
}

pre {
  padding: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 5px;
}

pre .string { color: #3C3;}
pre .constant { color: #66F;}
pre .property { color: #A00;}
pre .keyword { color: #E66;}
pre .storage { color: #FC8;}
pre .comment { color: #666; font-style: italic;}
pre .class { color: #A85;}
pre .prop { color: #CB8; }
pre .value { color: #FFA; }
pre .id { color: #9AB;}
pre .support {color: #A9A;}

ul, ol { padding-left: 1.3em;}

.hidden { display: none; }

.copy {
  width: 600px;
  line-height: 1.55em;
}

blockquote {
	margin: 0;
	font: italic 18px Georgia, serif;
}

dt {
  font-weight: bold;
  font-size: 14px;
}

dd + dt {
  margin-top: 0.5em;
}

dd {
  margin-left: 1.0em;
}

button {
  -webkit-appearance: push-button;
}

#footer {
  clear: both;
  margin: 20px 0px;
  border-top: 1px solid #BBB;
  padding-top: 10px;
  line-height: 30px;
  font-size: 95%;
}

.license-copy {
  font-size: 85%;
}

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

.wrap {
  border: 0px solid #456;
  padding: 10px;
  margin-left:auto;
  margin-top:auto;
  margin-bottom: 20px;
  clear: both;
}

.box {
  margin: 10px;
  padding: 20px;
  background-color:rgba(0,0,0,.1);
  font-size: 11px;
  float: left;
  border: solid #000 1px;
}

.box:hover {
	background-color:rgba(0,0,0,.9);	
	color: #FFF;
	border: solid #FFF 1px;
	-webkit-transition: color .1s linear, background-color .1s linear .1s;
	transition: color .1s linear, background-color .1s linear .1s;
}

.col1 { width: 200px; }
.col2 { width: 270px; }
.col3 { width: 400px; }
.col4 { width: 500px; }
.col5 { width: 600px; }

.col1 img { max-width: 80px; }
.col2 img { max-width: 270px; }
.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;
}