/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*, *:before, *:after { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Clearfix */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.hidden { display: none; }

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

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
}
.icon-facebook:before { content: '\e802'; }
.icon-facebook-squared:before { content: '\e800'; }
.icon-twitter:before { content: '\e801'; }
.icon-twitter-1:before { content: '\e804'; }
.icon-facebook-circled:before { content: '\e805'; }
.icon-twitter-circled:before { content: '\e806'; }
.icon-facebook-rect:before { content: '\e803'; }

/* Spacing */
.post h1, h3, h4, h5, p, .post-body ul, #post-list li, pre {
margin-bottom: 20px;
}

/* Base */
html, body { height: 100%; }

body {
	font:16px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #666;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #222;
	font-weight: bold;
}

h2 {
	font: italic 19px/1.3em Georgia,serif;
	color: #bbb;
}

.profile #wrapper {
	/* padding: 100px 40px 0px; */
	max-width: 760px;
	margin: 0 auto;
	padding: 14px 40px 8px;
}

.profile #header {
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 12px;
	text-align: center;
	position: relative;
}

.profile #avatar {
	display: inline-block;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.profile h1 {
	font-weight: 400;
	letter-spacing: 0px;
	font-size: 20px;
	color: #222;
}

.profile h2 {
	font-size: 20px;
	  font-weight: 300;
	  color: #aaa;
	  margin-top: 10px;
	  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	  font-style: normal;

}

nav.main-nav {
	padding: 20px;
	background: #faf9f5;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid #e6e1d5;
	z-index: 100;
}

.nav-left.site-brand {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
}

.brand-logo-link {
	display: inline-flex;
	align-items: center;
}

.brand-logo {
	width: 44px;
	height: 44px;
	border-radius: 50%;
}

.brand-copy {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
}

.brand-title {
	color: #1f1f1b;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.05;
	letter-spacing: -0.01em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.brand-tagline {
	font-size: 13px;
	line-height: 1.2;
	color: #7b7569;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.nav-right {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

nav.main-nav a {
	padding: 8px 10px;
	color: #1f1f1b;
	font-size: 15px;
	font-weight: 500;
}

.theme-switch {
	border: 1px solid #d6d1c4;
	border-radius: 999px;
	background: transparent;
	color: #1f1f1b;
	padding: 7px 12px;
	font-size: 14px;
	cursor: pointer;
}

.search-btn {
	border: 0;
	background: transparent;
	color: #1f1f1b;
	padding: 8px 6px;
	font-size: 15px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.search-btn svg {
	flex: 0 0 auto;
}

.search-btn kbd {
	border: 1px solid #d6d1c4;
	border-radius: 6px;
	padding: 1px 6px;
	background: #fff;
	font: 600 11px/1.3 ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
}

nav.main-nav a.cta {
	color:#1f1f1b;
}

nav.main-nav a.cta svg {
	width: 20px;
}

.site-search-overlay {
	position: fixed;
	inset: 0;
	background: rgba(16, 16, 16, 0.38);
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 9vh 18px 20px;
	z-index: 120;
}

.site-search-overlay[hidden] {
	display: none;
}

.site-search-panel {
	width: min(760px, 100%);
	background: #faf9f5;
	border: 1px solid #ddd7ca;
	border-radius: 12px;
	box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
	padding: 16px;
}

.site-search-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 12px;
}

.site-search-top h2 {
	margin: 0;
	color: #1f1f1b;
	font: 700 24px/1.1 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-search-close {
	border: 1px solid #d6d1c4;
	border-radius: 999px;
	padding: 6px 12px;
	background: #fff;
	color: #1f1f1b;
	font-size: 13px;
	cursor: pointer;
}

.site-search-input {
	width: 100%;
	border: 1px solid #d8d2c6;
	border-radius: 10px;
	padding: 11px 12px;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 12px;
	background: #fff;
	color: #1f1f1b;
}

.site-search-input:focus {
	outline: 2px solid #9e9686;
	outline-offset: 1px;
}

.site-search-hint {
	margin: 0 0 10px;
	color: #696356;
	font-size: 12px;
}

.site-search-hint kbd {
	display: inline-block;
	border: 1px solid #cfc7b7;
	border-bottom-width: 2px;
	border-radius: 4px;
	padding: 1px 5px;
	font-size: 11px;
	background: #fff;
	margin: 0 3px 0 2px;
	color: #3a362f;
}

.site-search-results {
	margin: 0;
	padding: 0;
	list-style: none;
	max-height: 56vh;
	overflow: auto;
}

.site-search-item {
	border-radius: 8px;
	margin: 2px 0;
}

.site-search-item:last-child {
	border-bottom: 0;
}

.site-search-link {
	display: block;
	padding: 10px 8px;
	text-decoration: none;
	border: 1px solid transparent;
	border-radius: 8px;
	transition: background-color 120ms ease, border-color 120ms ease;
}

.site-search-item:hover .site-search-link,
.site-search-item.is-active .site-search-link {
	background: #efe9dc;
	border-color: #ddd3bd;
}

.site-search-title {
	color: #1f1f1b;
	font: 700 19px/1.25 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-search-date {
	display: inline-block;
	margin-top: 4px;
	color: #6f6758;
	font-size: 13px;
}

.site-search-excerpt {
	margin: 7px 0 0;
	color: #4c473d;
	font-size: 14px;
	line-height: 1.45;
}

.site-search-empty {
	padding: 8px 2px;
	color: #6b665c;
	font-size: 14px;
}

body.search-open {
	overflow: hidden;
}

.post-meta-wrap {
	max-width: 860px;
	margin: 8px auto 0;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.post-info {
	display: inline-flex;
	align-items: center;
	padding: 5px 10px;
	border: 1px solid #d8d2c6;
	border-radius: 999px;
	background: #f8f4e9;
	color: #464033;
	font-size: 13px;
	line-height: 1.2;
}

.nano-chat {
	max-width: 860px;
	margin: 0 auto;
	padding: 12px 0 20px;
}

.nano-chat h1 {
	margin: 0 0 8px;
	font-size: 38px;
}

.nano-chat p {
	color: #4c473d;
	margin-bottom: 14px;
}

.nano-chat-toolbar {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 12px;
}

.nano-btn {
	border: 1px solid #cfc7b7;
	border-radius: 10px;
	background: #fff;
	color: #1f1f1b;
	padding: 8px 12px;
	font-size: 14px;
	cursor: pointer;
}

.nano-btn:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.nano-status {
	font-size: 13px;
	color: #5d574c;
}

.nano-status-error {
	color: #a32828;
}

.nano-messages {
	border: 1px solid #ddd7ca;
	border-radius: 12px;
	padding: 12px;
	background: #fff;
	min-height: 260px;
	max-height: 58vh;
	overflow: auto;
}

.nano-msg {
	margin-bottom: 12px;
}

.nano-msg:last-child {
	margin-bottom: 0;
}

.nano-msg-role {
	font-size: 12px;
	color: #777065;
	margin-bottom: 4px;
}

.nano-msg-body {
	border: 1px solid #e7e2d6;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 15px;
	line-height: 1.5;
	white-space: pre-wrap;
}

.nano-msg-user .nano-msg-body {
	background: #f8f4e9;
}

.nano-msg-assistant .nano-msg-body {
	background: #f2f6ff;
}

.nano-input-row {
	margin-top: 12px;
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 10px;
}

.nano-input {
	border: 1px solid #d8d2c6;
	border-radius: 10px;
	padding: 10px 12px;
	font-size: 15px;
	line-height: 1.4;
	min-height: 72px;
	resize: vertical;
}

.nano-input:focus {
	outline: 2px solid #9e9686;
	outline-offset: 1px;
}

@media (max-width: 700px) {
	.nano-input-row {
		grid-template-columns: 1fr;
	}

	.post-meta {
		gap: 6px;
	}

	.post-info {
		font-size: 12px;
	}
}


#wrapper {
  max-width: 760px;
  margin: 0 auto;
  padding: 22px 40px 70px 40px;
}

#wrapper.home {
	max-width: 600px;
	margin: 0 auto;
	padding: 0px 40px 24px 40px;
}

.home .post {
	margin-top: 0;
}

.home .post > h1.title {
	display: none;
}

.home #post-list {
	margin-top: 20px;
}

.home #post-list li {
	display: block;
	list-style: disc;
	list-style-position: outside;
	padding: 0;
	border: 0;
	margin: 0 0 18px 22px;
}

.home #post-list li a {
	display: inline-block;
	max-width: calc(100% - 160px);
}

.home #post-list li .dates {
	float: right;
	color: #999;
	font-size: 15px;
	margin-left: 12px;
}

/* Homepage card feed should not inherit pink link styles */
.medium-home {
	margin-top: 4px;
}

.medium-home .medium-post-card {
	display: grid;
	grid-template-columns: 1fr 260px;
	gap: 22px;
	align-items: center;
	padding: 24px 0 30px;
	border-bottom: 1px solid #e6e6e6;
}

.medium-home .medium-post-main {
	display: block;
	text-decoration: none;
	color: #222 !important;
}

.medium-home .medium-post-main h2 {
	color: #1f1f1f !important;
	font-weight: 700;
	font-size: 34px;
	line-height: 1.16;
	margin: 0 0 11px;
}

.medium-home .medium-post-main p {
	color: #313131 !important;
	font-size: 20px;
	line-height: 1.42;
	margin: 0 0 10px;
}

.medium-home .medium-post-meta {
	color: #3c3c3c !important;
	font-size: 15px;
	font-weight: 600;
}

.medium-home .medium-post-thumb img {
	width: 100%;
	max-width: 100%;
	border-radius: 6px;
	border: 1px solid #ddd;
}

.home #avatar {
	float: right;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

/* Typography */
/*Accent color*/
a,
#title,
#post-list a:hover,
#post-list li:hover .dates,
#title:hover {
	text-decoration: none;
	color: #1f1f1b;
}

/* p a { color: #39C6C1; } */

p a { color: #1f1f1b; }

/*Transitions*/
a,
#post-nav a,
#post-list a	{
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-ms-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

ul { margin:0; padding:0; }
/* li { list-style-type:disc; list-style-position:inside; display:list-item; } */
li { list-style-type:disc; display:list-item; }

ol li {
  list-style-type: decimal;
}

/* Line Height */
#post-body, p { line-height:1.7; }

b, strong { font-weight: 500;}

em, i { 
    font-style: italic;
    font-family: fantasy;
    font-size: medium;
    background-color: #efefef;
}

#title {
	display: inline-block;
	line-height: 100%;
	font-weight: 500;
	font-size: 19px;
	margin: 0;
	padding-bottom: 20px;
}

.description {
	float: right;
	font: italic 14px/1.4em Georgia,serif;
	color: #aaa;
}



.home h1 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #222;
	font-weight: bold;
}

.home h2 {
	font: italic 19px/1.3em Georgia,serif;
	color: #bbb;
}

.post header {
	text-align:center;

}

.post h1 {
	margin-bottom:2 0px;
	color: #222;
	font: 300 32px/1.4em "Helvetica Neue", Helvetica,Arial,sans-serif;
}

.post-author-row {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: -4px 0 22px;
}

.post-author-avatar {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid #ded8ca;
}

.post-author-name {
	font: 600 18px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #2b2822;
}

.post-author-meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.post-author-date {
	font: 500 13px/1.2 "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #7b7569;
}

.post h2 {
	margin-bottom: 40px;
	  font: 300 24px/1.5 "Helvetica Neue",Helvetica,Arial,sans-serif;
	  color: #111;
}


.post h2.headline {
	/*font: italic 22px/1.3em Georgia,serif;*/
	font: normal 13px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: -5px 0 40px 0;
	color: #b2b9be;
	  font-size: 13px;
	  text-transform: uppercase;
	  letter-spacing: 2px;
	  /*margin-top: 15px;*/
	  display: inline-block;
}

#post-list h2 {
	font: normal 17px/1.5em "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #aaa;
	max-width: 400px;
	margin-top: 2px;
}

h3, h4, h5 { color:#333; }

h3 { font-size:20px; font-weight: 400; }
h4 { font-size:16px; font-weight:bold; }
h5 { font-size:15px; font-weight: bold; }

h6 {
	font-size: 13px;
	font-weight: bold;
	color: #666;
	margin-bottom: 6px;
}

p.small {
	color: #bbb;
	font-size: 14px;
	line-height: 1.5;
	display: block;
}

blockquote {
	padding-left: 30px;
	padding-bottom: 20px;
}

hr {
	display: block;
	border: none;
	height: 1px;
	margin: 40px auto;
	background: #eee;
}

span.code { font-family:Menlo, Monaco, Courier; background-color:#EEE; font-size:14px; }

code{
    border: 1px solid #eee;
    background-color: #eee;
    font-family: monospace;
    font-weight: 600;
}

pre	{
	font-family:Menlo, Monaco, Courier;
	white-space:pre-wrap;
	/*border: 1px solid #ddd;*/
	padding:20px;
	background-color:#fdfdfd;
	/*font-size:14px;*/
	overflow:auto;
	border-radius: 3px;
	background: #272b2d;
	  font-family: 'Source Code Pro',Menlo,monospace;
	  font-size: 13px;
	  line-height: 1.5em;
	  font-weight: 500;
	color: #d0d4d7;

}

table {
	width: 100%;
	margin: 40px 0;
	border-collapse: collapse;
	font-size: 13px;
	line-height: 1.5em;
}

th,td {
	text-align: left;
	padding-right: 20px;
	vertical-align: top;
}

table td,td {
	border-spacing: none;
	border-style: solid;
	padding: 10px 15px;
	border-width: 1px 0 0 0;
}

tr>td {
	border: 1px solid #c1baba;
}

/* tr:nth-child(odd)>td { */
	/* background: #fcfcfc; */
/* } */

thead th,th {
	text-align: left;
	padding: 10px 15px;
	height: 20px;
	font-size: 13px;
	font-weight: bold;
	color: #444;
	border-bottom: 1px solid #dadadc;
	cursor: default;
	white-space: nowrap;
}

img {
	width: 100%;
	max-width: 100%;
	border-radius: 3px;
}

/* Made with Cactus Badge */
#badge {
	position: absolute;
	bottom: 8px;
	right: 8px;
	height: 48px;
	width: 48px;
}

/*=========================================
Post List
=========================================== */
#post-list,#archive-list {
	margin-top: 100px;
}

#post-list li,#archive-list li {
	list-style-type: none;
}

#post-list li:last-child {
	margin-bottom: 0;
}

#post-list li+li {
	padding-top: 20px;
	border-top: 1px solid #eee;
}

#post-list a {
	color: #333;
	display: block;
	font: bold 19px/1.7 "Helvetica Neue",helvetica,Arial,sans-serif;
}

#post-list .dates {
	float: right;
	position: relative;
	top: 1px;
	font: 300 17px/1.8 "Helvetica Neue",helvetica,Arial,sans-serif;
	color: #bbb;
}

#post-list-footer {
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 100px;
}

#archive-link {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	border-radius: 4px;
	padding: 3px 10px 6px;
	box-shadow: 0 0 0 1px hsla(207,83%,80%,1);
}

#archive-link:hover {
	background: #5694f1;
	color: #fff;
	box-shadow: 0 0 0 1px #5694f1;
}

#archive-link span {
	position: relative;
	top: 0;
	font-size: 17px;
}

#footer {
	box-shadow: inset 0 1px 0 #eee;
	padding: 40px 0 0 0;
	margin-top: 100px;
}

#comments {
	max-width: 760px;
	margin: 40px auto 0 auto;
	padding: 0 40px;
}

/* Post Page */
#header {
	border-bottom: 1px solid #eee;
}

.post {
	margin: 80px 0 0 0;
}

#post-meta {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.4;
	border-top: 1px solid #eee;
	padding-top: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	margin-top: 40px;
	color:#444;
	border-bottom: 1px solid #eee;
}

#post-meta div span {
	color: #aaa;
	font-weight: 500;
	display: block;
}

#post-meta div span.dark {
	color: #1E2025;

}

#post-meta div {
	margin: 0 25px 0 0;
	float: left;
}

#sharing {
	float: right;
	margin: -2px;
}

#sharing a {
	font-size: 20px;
	font-size: 23px;
	margin-left: 1px;
	margin-top: 4px;
	color: #d4d4d4;
	display: inline-block;
	vertical-align: middle;
}

#sharing a:hover {
	/*color: #444;*/
	opacity: 0.8;
}

/* Post Navigation */
#post-nav {
	border-top:1px solid #eee;
	text-align:center;
	padding-top:20px;
	font-size:13px;
	font-weight:500;
	margin-top: 40px;
}

#post-nav span {
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	position: relative;
}

#post-nav span.prev {
	float: left;
}

#post-nav span.next {
	float: right;
}

#post-nav span .arrow {
	position: relative;
	padding: 1px;
}

#post-nav span.prev:hover .arrow {
	left: -4px;
}

#post-nav span.next:hover .arrow {
	right: -4px;
}

#post-nav span.prev:hover {
	left: -3px;
}

#post-nav span.next:hover {
	right: -3px;
}

/* Archive */
h1.archive {
	margin-bottom: 0px;
}

h2.month {
	width: 100%;
	font: bold 13px/1 "Helvetica Neue",helvetica,Arial,sans-serif;
	text-transform: uppercase;
	margin-top: 40px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

#archive-list li:last-child {
	margin-bottom: 0;
}

#archive-list a {
	display: block;
	font: bold 17px/1.7 "Helvetica Neue",helvetica,Arial,sans-serif;
	color: #333;
}

#archive-list .dates {
	float: right;
	position: relative;
	top: 1px;
	font: 300 17px/1.7 "Helvetica Neue",helvetica,Arial,sans-serif;
	color: #bbb;
}

#archive-list li a:hover,#archive-list li:hover .dates {
	color: #5694f1;
}

#post-meta img.avatar {
  height: 36px;
  width: 36px;
  float: left;
  border-radius: 50%;
  margin-top: 3px;
  margin-right: 20px;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #eee;
}

#post-list.archive.readmore h3{

	  font: 400 20px "Helvetica Neue", Helvetica,Arial,sans-serif;
	  margin-bottom: 30px;
}

#post-list.archive.readmore a{
	font: 400 16px/1.6 "Helvetica Neue",helvetica,Arial,sans-serif;
	color: #5694f1;
}

#post-list.archive.readmore a:hover{
	opacity: 0.8;
}

#post-list.archive.readmore .dates{
	font: 300 16px/1.6 "Helvetica Neue",helvetica,Arial,sans-serif;
}
#sharing a.facebook {
  background: #4361b3;
}
#sharing a.twitter {
  background: #4fafed;
}

#sharing a {
  font-size: 20px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 2px;
}

.verse {
    font-style: oblique;
    border-left: gray;
    border-left-width: 2px;
    border-style: double;
    padding: 15px 0px 15px 30px;
}

/* Media Queries */
@media screen and (max-width: 540px) {
	#wrapper { padding:20px 20px 20px 20px;}
	#header { margin-bottom: 60px; border-bottom: 1px solid #eee; }
	.post { margin: 40px 0; }
	#footer { margin-top: 60px; }

	#post-list, #archive-list { margin-top: 0; }
	#post-meta { margin-top: 60px; }

	#title { font-size: 17px; }
	#post-list .dates { display: none; }

	#post-list-footer { margin-top: 20px; padding-top: 40px; }

	h1 { font-size: 26px; }
	.post h2.headline { font-size: 13px; }
	.post h1 { font-size:24px; }
	.post h2 { font-size:20px; }
}
