html,
body {
   margin:0;
   padding:0;
   height:100%;
}

.site {
   min-height:100%;
   position:relative;
}

body.admin-bar .navbar-fixed-top {
	position: relative;
}

article .meta {
	margin: 0 0 10px 0;
	font-style: italic;
	color: #c0c0c0;
}

body.blog article {
	margin-bottom: 30px;
}

footer {
   width:100%;
   background-color: #e6e7e8;
}

footer .content {
	padding: 40px 0;
	color: #212121;
}
