* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	background-color: #fdfdfd;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: 400;
}

a {
	color: #303030;
	font-weight:700;
	text-decoration: none;
}
.site-nav a,
.site-footer a,
.site-footer p {
	color:rgba(0,0,0,0.3);
}
.site-footer a.sml {
	font-size:0.8em;
	letter-spacing:2px;
}
a:hover,
.site-nav a:hover {
	color: #5bd4f6;
}

a,
li,
.site-nav a {
	-webkit-transition: all 300ms linear;
	-moz-transition: 	all 300ms linear;
	-o-transition: 		all 300ms linear;
	-ms-transition: 	all 300ms linear;
	transition: 		all 300ms linear;
}

/* Utility */

.wrap:before,
.wrap:after { content:""; display:table; }
.wrap:after { clear: both; }
.wrap {
	margin: 0 auto;
	max-width: 800px;
	padding: 0 30px;
	zoom: 1;
}




/* HEADER */
.site-header {
	background:#fdfdfd;
	border-bottom: 1px solid #f0f0f0;
	min-height: 56px;
}

.site-nav {
	float: right;
	line-height: 56px;
}

.site-nav .menu-icon {
	display: none;
}

.site-nav .page-link {
	margin-left: 20px;
}




/* FOOTER */
.site-footer {
	border-top: 1px solid #e8e8e8;
	padding: 30px 0.75em;
}

.footer-heading {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 15px;
}

.site-footer .column {
	float: left;
	margin-bottom: 15px;
}

.footer-col-1 {
	margin-right: 10px;
 	width: 270px; /*fallback*/
	
	width: -webkit-calc(35% - 10px);
	width: -moz-calc(35% - 10px);
	width: -o-calc(35% - 10px);
	width: calc(35% - 10px);
}
.footer-col-2 {
	margin-right: 10px;
	text-align:center;
	width: 175px; /*fallback*/
	
	width: -webkit-calc(23.125% - 10px);
	width: -moz-calc(23.125% - 10px);
	width: -o-calc(23.125% - 10px);
	width: calc(23.125% - 10px);
}
.footer-col-3 {
	width: 335px; /*fallback*/
	
	width: -webkit-calc(41.875%);
	width: -moz-calc(41.875%);
	width: -o-calc(41.875%);
	width: calc(41.875%);
}

.site-footer ul {
	list-style: none;
}

.site-footer li,
.site-footer p {
	font-size: 15px;
}
.site-footer p {
	font-family:"Pacifico";
	letter-spacing:1px;
	text-align:right;
	text-transform:;
}


/* Page Content styles */
/* ----------------------------------------------------------*/

.page-content {
	background-color: #fff;
	padding: 20px 0;
}


/* Home styles */
/* ----------------------------------------------------------*/

.home h1 {
	display:none;
}

.posts {
	list-style-type: none;
}

.posts li {
	padding: 1.5em 0.75em;
}

.posts .post-link {
	font-family:"Ralewy",sans-serif;
	font-size: 1.1em;
	font-weight: 300;
	letter-spacing: 0.1em;
}

.posts .post-date,
.post-header .meta {
	color: rgba(0,0,0,0.4);
	display: block;
	font-family:"Pacifico",sans-serif;
	font-size: 16px;
	letter-spacing:1px;
}

.posts li span.checkmark {
	content: "\e67c";
	display:none;
	font-family:"icons";
}
.posts li a.post-link:visited span.checkmark {
	display:inline-block !important;
}


/* Post styles */
/* ----------------------------------------------------------*/

.post-header { margin: 10px 0 30px; }

.post-header h1 {
	font-family:"Raleway",sans-serif;
	font-size: 2em;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	line-height: 1;
}

.post-header .meta {
	margin-top: 5px;
}
.post-content {
	margin: 0 0 30px;
}
.post-content > * {
	margin: 20px 0;
}


.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	font-weight: 300;
	margin: 40px 0 20px;
}

.post-content h2 {
	font-size: 32px;
	letter-spacing: 2px;
}

.post-content h3 {
	font-size: 26px;
	letter-spacing: 2px;
}

.post-content h4 {
	font-size: 16px;
	letter-spacing: 0.5em;
	text-transform:uppercase;
}

.post-content blockquote {
	border-left: 4px solid #e8e8e8;
	font-size: 18px;
	font-style: italic;
	letter-spacing: -1px;
	margin: 30px 0;
	padding-left: 20px;
	opacity: 0.6;
}

.post-content ul,
.post-content ol {
	padding-left: 20px;
}

.post pre,
.post code {
	background-color: #f4f4f4;
	border: 1px solid #d5d5d5;
	/*background-color: #eef;
	border: 1px solid #d5d5e9;*/
	font-size: 15px;
	padding: 8px 12px;
}

.post code {
	padding: 1px 5px;
}

.post ul,
.post ol {
	margin-left: 1.35em;
}

.post pre code {
	border: none;
}

/* terminal */
.post pre.terminal {
	background-color: #3f3f3f;
	border: 1px solid #202020;
	color: #fafafa;
	
	-webkit-border-radius:	3px;
	-moz-border-radius:		3px;
	border-radius:			3px;
}

.post pre.terminal code {
	background-color: #3f3f3f;
}

/* Syntax highlighting styles */
/* ----------------------------------------------------------*/

.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */




/* SCROLL BARS */
::-webkit-scrollbar {
	background: #fff !important;
	border:0 !important;
	width: 12px;
}
::-webkit-scrollbar-track {
	background: rgba(0,0,0,0);
}
::-webkit-scrollbar-thumb {
	background: rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb:window-inactive {
	background: transparent !important;
}
::-webkit-scrollbar-thumb:hover {
	background: rgba(0,0,0,0.4);
}




/* MEDIA SCREENS */
@media screen and (max-width: 750px) {
	.footer-col-1 {
		width: 50%;
	}
	
	.footer-col-2 {
		margin-right: 0;
		width: 45%; /*fallback*/
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: calc(50% - 10px);
	}
	
	.site-footer .column.footer-col-3 {
		clear: both;
		float: none;
		width: auto;
	}
}

@media screen and (max-width: 600px) {
	.wrap {
		padding: 0 12px;
	}
	
	.post-header h1 {
		font-size: 36px;
	}
	.post-content h2 {
		font-size: 28px;
	}
	.post-content h3 {
		font-size: 22px;
	}
	.post-content h4 {
		font-size: 18px;
	}
	
	.post-content blockquote {
		padding-left: 10px;
	}
	
	.post-content ul,
	.post-content ol {
		padding-left: 10px;
	}
	
	.site-footer .column {
		clear: both;
		float: none;
		margin: 0 0 15px;
		width: auto;
	}
	
	.site-footer p {
		text-align:left;
	}
	.footer-col-2 {
		text-align:left;
	}
}