
footer {
	display:block;
}

html {
	min-height:100%;
	width:100%;
	position:relative;
}

body {
	background: #fbfaf5;
  color: #222;
}

ul {
	list-style-type:disc
}

.navbar {
	top:0;
	left:0;
	display:block;
	border-bottom: 1px solid #B8B8B8;
	margin-bottom:10px;
	height:2em;
	width:100%;
	font-family: 'Bitter', serif;
}

.navbar ul {
	list-style-type:none;
	display: block;
	margin:0;
	padding:0;
	overflow:hidden;
	height:100%;
}

.navbar li {
	display: inline-block;
	position: relative;
	margin-right:10px;
	margin-bottom: 0;
	top:50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.navbar a {
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
	font-size:bold;
}

.brand {
	font-weight:bold;
	font-size:normal !important;
}

.cate {
	font-weight:bold;
	font-size:small;
}


.posts {
	font-family: 'Bitter', serif;
	list-style-type:none;
}

.posts li a {
	color:#c05b4d;
	text-decoration: none;
	font-family: 'Bitter', serif;
}

.post li {
	margin-left: 25px;
}

.posts li a:hover {
	color:#a5473a;
	text-decoration: underline;
	font-family: 'Bitter', serif;
}


.footnote {
	font-family:proxima-nova,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	color:#888;
	font-size:small;
	margin-bottom:0;
}

.footnote a {
	color: #888 !important
}

.footnote a:hover{
	text-decoration:underline;
	color:#369;
}

.footer {
	position:absolute;
	z-index:2;
	border-top: 1px solid #B8B8B8;
	height:1.5em;
	width:100%;
	bottom:0;
	padding-top:0.1em;
}

.post {
	z-index:9;
	display:block;
	font-family:proxima-nova,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;

	overflow:auto;
	padding:0;
	padding-bottom:50px;
	padding-top:1em;
	font-size:16px;
	line-height:20px;
}

.post a {
	color:#c05b4d;
	text-decoration: none;
}

.post a:hover {
	color:#a5473a;
	text-decoration: underline;
}

#post-title h5 {
	font-weight:bold;
	font-family: 'Bitter', serif;
	border-bottom: 6px solid #f64;
  border-bottom: .25rem solid #f64;
	font-size:30px;
	letter-spacing:normal;
}

.post h1 {
	padding-bottom:0px;
	margin-bottom:10px;
	border-bottom: 3px solid #f64;
  border-bottom: .15rem solid #f64;
	font-size:28px;
	font-weight: bold;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}

.post h2 {
	padding-top:25px;
	padding-bottom:0px;
	margin-bottom:10px;
	font-size:27px;
	font-weight: bold;
	border-bottom: 3px solid #f64;
  border-bottom: .15rem solid #f64;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}

.post h3 {
	padding-bottom:0px;
	margin-bottom:10px;
	padding-top:25px;
	font-size:23px;
	font-weight: bold;
	border-bottom: 3px solid #f64;
  border-bottom: .15rem solid #f64;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}

.post h4 {
	font-size:21px;
	font-weight: boldl;
	border-bottom: 3px solid #f64;
  border-bottom: .15rem solid #f64;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}

.post h5 {
	font-size:19px;
	font-weight: bold;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}

.post h6 {
	font-size:18px;
	font-weight: bold;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}

.away {
	margin-top:2em;
}


.post-wrapper {
	margin-top:2em;
}

code {
	font-family: "hasklig"
}

blockquote {
	border-left: 1px solid #f64;
  border-left: .1rem solid #f64;
	padding-left: 1em;
	font-style: italic;
}

.toc {
	border-left: 1px solid #f64;
  border-left: .1rem solid #f64;
	border-bottom: 1px solid #f64;
  border-bottom: .1rem solid #f64;
	padding-left: 1em;
	margin-bottom: 30px;
	padding-bottom: 0px;
	margin-left: 30%
}

.toc li {
	margin-left: 15px;
	line-height:10px;

}


.toc h5 {
	font-size:19px;
	font-weight: bold;
	letter-spacing:normal;
	font-family: 'Bitter', serif;
}


@media screen and (max-width:767px){
	.navbar {
		display:none;
		overflow:visible;
		height:auto;
	}

	.navbar li {
		width:100%;
		clear:both;
		margin-bottom:5px;
		margin-right:0;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
	}

	.navbar ul {
		height:auto;
		overflow:auto;
	}

	.navbar .brand {
		font-weight:normal !important;
	}

	#menu {
		text-align:center;
		display:block;
		padding:0;
		margin-bottom:10px;
		height:1.5em;
		padding-bottom:4px;
		border-bottom: 1px solid #eee;
	}

	#menu a {
		float:right;
		cursor:pointer;
		font-size:large;
	}

	#menu span {
		float:left;
		text-transform:uppercase;
		font-weight:bold;
	}
}

@media screen and (min-width:768px){
	#menu {
		display:none;
	}
}
