#header-container{
	background-color: black;
	box-shadow: 0px 4px rgba(0,0,0,0.1);

}
#header{
	font-size: 11px;
	letter-spacing: 1.5px;
	text-align: center;
	font-family: 'Helvetica', 'Arial', sans-serif;
	background-color: black;
	z-index: 999;
	clear: both;
	height: 100px;
	padding: 0 6%
}

#header a{
	text-decoration: none;
	color: white;
}
#header a:hover{
	color: #99FF99 !important;			
}
#name{
	font-size: 30px;
	letter-spacing: 2.5px;
	float: left;
}
#main-container{

}
.post{
	padding: 25px 6%;	
	letter-spacing: 1.5px;
	font-family: 'Helvetica', 'Arial', sans-serif;
}
.post a{
	text-decoration: none;
}
.post-body {
    padding: 1em;
}
#footer{

}
