/*nav styles*/
body#gallery #headernav a.gallery {
    background:black;
    color:white
}
body#home #headernav a.home {
    background:black;
    color:white
}
body#games #headernav a.games {
    background:black;
    color:white
}
body#blog #headernav a.blog {
    background:black;
    color:white
}
/* home page styles */
#home ul#posts {
	padding-left: 0;
}
#home ul#posts li {
	list-style-type:none;
	display:block;
	margin: 2px;
}
#home h2 {
	margin-bottom:1em;
}
#home #content {
	display:table;
	width:100%;
	height: 100%;
}
#home .features {
	display: table-row;
}
#home .feature {
	display: table-cell;
	width:50%;
	padding: 1em 4em 1em 1em;
}
#home .thumbnail {
	display:block;
	float:left;
	margin:0 1em 0 0;
}

