// ==========================================================================
// Main Layout
// ==========================================================================
#wpbody-content {
	padding-bottom: 0;
}
#wpcontent {
	margin-left: 160px;
}
.folded #wpcontent {
	margin-left: 36px;
}
#wpfooter {
	display: none;
}

.jp-content {
	margin: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

// ==========================================================================
// Main author styles
// =====//
// Icon Font: jetpack
//

@font-face {
	font-family: "jetpack";
	src: url("fonts/jetpack.eot");
	src: url("fonts/jetpack.eot?#iefix") format("embedded-opentype"),
		url("fonts/jetpack.woff") format("woff"),
		url("fonts/jetpack.ttf") format("truetype"),
		url("fonts/jetpack.svg#jetpack") format("svg");
	font-weight: normal;
	font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
		font-family: "jetpack";
		src: url("fonts/jetpack.svg#jetpack") format("svg");
	}
}

// .jetpack-icon-20:before { content: "\f102"; }
