@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,600,500,700,800,900);


body {
	font-family: 'Raleway', sans-serif;
	margin:0;
background-color:#fff;
}

p {
	font-size:11px;
	line-height:150%;
	width:400px;
	letter-spacing:.1em;
}

a {
	color:#000;
	font-weight:800;
}

a:hover {
	color:#F90;
}

h3 {
	font-weight:100;
	font-size:50px;
	letter-spacing:.1em;
	margin-bottom:0px;
	color:#CCC;
	margin-top:0px;
}

#main {
	width:1100px;
	//height:auto;
	margin:0 auto;
	//background-color:#f90;
}
#header{
	position:relative;
	float:left;
	width:100%;
	background-image:url("../images/diag_thin.jpg");
	background-repeat:no-repeat;
	height:420px;
}
#content {
	position:relative;
	float:left;
	width:100%;
	//background-color:#f09;
}

#column {
	//background-color:#0f0;
	width:700px;
	margin-left:365px;
}

#column iframe{
	margin-bottom:60px;
}

#logo {
	position:relative;
	float:left;
	margin-top:20px;
	margin-left:20px;
	background-color:#fff;
	padding:20px;
	padding-left:100px;
}
#nav {
	position:relative;
	float:left;
	margin-top:50px;
	
	
}

#nav a{
	display:block;
	position:relative;
	float:left;
	padding:10px;
	background-color:#000;
	font-size:9px;
	color:#fff;
	letter-spacing:.3em;
	text-decoration:none;
	text-align:center;
	font-weight:200;
	border:1px solid #fff;
}

#nav a:hover{
	background-color:#FFF;
	border:1px solid #000;
	color:#000;
}

.nav_item {
	position:relative;
	float:left;
	width:auto;
	margin-right:15px;
}

/* ---------------------------------------------------------------------- || MASONRY */
.grid{
	position:relative;
	float:left;
	width:100%;
}
.grid-item { 
	width: 20%;
}
.grid-item--width2 { width: 800px; }
.grid-item img {
	width:94%;
	padding:8px;
}

.selected {
	height:50px;
	background-image:url("../images/diag_tall.jpg");
}

.xtrabold {
	font-weight:900;
}

.light {
	font-weight:200;
}


#instafeed a {
	display:block;
	float:left;
	padding:10px;
}
#instafeed a{
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

#instafeed a:hover{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
}




.btn-block {
	background-color:#000;
}