/*
footer {
	display:block;
}
*/
html {
	min-height:100%;
	width:100%;
	position:relative;
}

body {
	/*background-color: rgb(254,254,254);*/
	color: #4c4c4c;
}

.nav-menu {
	/*box-shadow: 0 1px 1px rgba(0,0,0, 0.10);*/
	border-bottom: 1px solid #e3e3e3;
}

.header {
	text-align: left;
	color: #4c4c4c;
	margin-bottom: .5em;
}

.header ul {
	float: right;
	margin-top: 5px;
}
.header ul li {
		height: auto;
}

.header ul li a {
	font-weight: bold;
	color: #4c4c4c;
	font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.header .site-title {
	font-weight: bold;
	color: #4c4c4c;
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	text-transform: none;
	font-size: 20px;
}

.pull-right {
	float: right;
}

.posts-name {
	font-weight: 300;
	text-align: center;
	font-size: 32px;
}

.posts {
	font-family: verdana,arial,helvetica,sans-serif;
	list-style-type:none;
	padding: 0 0.1em;
	text-align: center;
}

.posts li p{
	margin-top: 0;
}

.posts li {
	margin-bottom: 1em;
}

.posts li a {
	color:#08C;
	text-decoration:none;
}


.footnote {
	font-family: verdana,arial,helvetica,sans-serif;
	color:#888;
	font-size:x-small;
	margin-bottom:0;
}

.footnote a {
	color: #888 !important
}

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

.footer {
	position:absolute;
	z-index:2;
	height:auto;
	width:100%;
	bottom:0;
}


.footer-content {
	border-top: 1px solid #e3e3e3;
}

.footer-content a {
	font-size: 80%;
	color: #bbb;
}

.footer-content ul {
	height: auto;
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0;
}

#gototop-btn {
	display: inline-block;
	color: #bbb;
	font-size: 80%;
}

#foot-name {
	text-transform: none;
	font-size: 80%;
	color: #bbb;
}

.post {
	font-family: proxima-nova,"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;
	color:#4c4c4c;
	letter-spacing:normal;
}

.post h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	letter-spacing:normal;
}

.post-content {
	z-index:9;
	overflow:auto;
	padding:0;
	padding-bottom:3em;
	font-size:16px;
	line-height:1.4;
}

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

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

.post h1 {
	font-size:28px;
}

.post h2 {
	font-size:25px;
}

.post h3 {
	font-size:23px;
}

.post h4 {
	font-size:21px;
}

.post h5 {
	font-size:19px;
}

.post h6 {
	font-size:18px;
}

.post-title {
		margin-top: 1em;
		margin-bottom: 0.5em;
		font-family: "Open Sans", sans-serif;
		font-weight: 300;
}

.post-title h1 {
	font-weight:300;
	font-size:32px;
	line-height: 40px;
	margin-top: 0;
	margin-bottom: 0;
}


@media screen and (max-width:767px){
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	#toggle-btn {
		display: inline-block;
		float: right;
		padding: .3em;
		text-decoration: none;
		color: #4c4c4c;
		font-weight: bold;
	}
	#toggle-content li {
		clear: both;
		height: auto;
		background-color: rgb(249,249,249);
	}
	#toggle-home {
		display: inline-block;
	}
	.nav-menu {
		text-align: center;
	}
	.nav-menu ul.pure-menu-list {
		display: none;
	}
}

@media screen and (min-width:768px){
	.mobile {
		display:none;
	}
	.desktop {
		display: block;
	}
}

.pure-menu-active>.pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
	background: none;
}

#share-menu {
	height: 20px;
	margin-bottom: 15px;
}

#share-menu li {
	font-size: 14px;
	margin-right: 10px;
}

#share-menu li a {
	color: #555;
}

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
	padding: .5em;
}

.pure-menu-heading {
	padding: .5em 0;
}

.pure-menu-link {
	color: #4c4c4c;
}

.banner {
	text-align: center;
}

.banner h1 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin-top: 20vh;
	margin-bottom: 5px;
	font-size: 40px;
}

.banner .pure-menu {
	height: 32px;
}

.posts {
	margin-top: 4vh;
}

.pure-menu-fixed {
	background: #fff;
}

a[target="_blank"]:not(.share-btn):after {
    font-family: 'FontAwesome';
    content: " \f08e";
		font-size: 11px;
		color: #afafaf;
		display: inline-block;
		margin-left: 3px;
}

code {
	font-family: 'Inconsolata', monospace;
	background-color: #f7f7f7;
	padding: 0 2px;
}

.hljs {
	font-family: 'Inconsolata', monospace;
	border: 1px solid #f0f0f0;
	background-color: #f7f7f7;
}

.hljs-string {
	color: #183691;
}
