body {
	padding-top: 70px;
}

header.navbar {
	/*	background-color: rgba(248, 248, 248, 0.7);*/
	opacity: 0.7;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

header.navbar:hover {
	opacity: 1.0;
	-webkit-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

#content {
	margin-bottom: 120px;
}

footer {
	text-align: center;
	margin-bottom: 30px;
}

.entry-meta > span { padding-left: 15px; }

.toc-1 {}
.toc-2 { margin-left: 2rem; }
.toc-3 { margin-left: 4rem; }
.toc-4 { margin-left: 6rem; }

.list-pages .list-group-item-heading {
	font-size: 2rem;
}

/* Tipue search customizations */

#tipue_search_input {
	font: inherit;
	color: #333;
	padding: inherit;
	padding-left: 40px;
	width: inherit;
	border: inherit;
	border-radius: inherit;
	-moz-appearance: none;
	-webkit-appearance: none;
	box-shadow: inherit;
	outline: 0;
	margin: 0;
	background: #fff url('img/search.png') no-repeat 15px 10px;
}

.tipue_search_content_text {
	white-space: pre;
}
