/* =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, font, 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,
hr,
.normalize {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

cite,
address {
	display:inline;
	font-style:normal;
}
th {
	text-align:left;
}

ul.normalize,
ol.normalize {
	list-style:none;
}

/* =Typography
========================= */

body {
	color:#222222;
	font:75%/1.5 Georgia,"Times New Roman",Times,serif;
}
html > body {
	font-size:12px;
}

/* Links */
a,
a:visited {
	color: #790000;
	text-decoration: none;
}

a:focus {
	outline:1px dotted #790000;
}

:focus,
a.ir:focus {
	outline: 0;
}

/* Font sizes and vertical measure */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4 {
	display:block;
	margin-bottom:9px;
}
h1,
.h1 {
	font-size: 24px;
	line-height:1;
}
h2,
.h2 {
	font-size: 18px;
}
h3,
.h3 {
	font-size: 14px;
}
.h4 {
	font-size:13px;
}

p,
pre,
dl,
ul,
ol {
	margin-bottom:18px;
}
blockquote {
	border-left:2px solid #e9eaea;
	margin:0 9px 9px;
	padding-left:10px;
}
ol,
ul {
	margin-left:24px;
}
dd {
	margin-left:18px;
}
li ul,
li ol {
	margin-bottom: 0;
}

li,
dd,
.tight {
	margin-bottom:9px;
}
h1.tight,
h2.tight,
h3.tight {
	margin-bottom:0;
}
.tight li {
	margin-bottom:0;
}

.caps {
	text-transform:uppercase;
}
acronym,
.small{
	font-size:10.5px;
}
.min {
	font-size:12px;
}
.big {
	font-size:14px;
}

input.text,
input.password {
	background:#f7f2df;
	font:12px/1 Georgia,"Times New Roman",Times,serif;
}
input.submit,
input.button,
button {
	cursor:pointer;
}

hr {
	background:#d6cab7;
	color:#d6cab7;
	height:1px;
	margin-bottom:16px;
}

textarea {
	background:#fff;
	border:3px double #000;
	border-color:#777 #aaa #aaa #777;
	font-family: Georgia,"Times New Roman",Times,serif;
	padding:5px;
}

/* =Utility
========================= */

.safety { /* Keep user-gen content from breaking things */
	overflow:hidden;
	width:100%;
}

/* http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.clearfix,
.safety {
	display: inline-block;
}
* html .clearfix,
* html .safety {
	height: 1%;
}
.clearfix,
.safety {
	display: block;
}

/* http://sonspring.com/journal/clearing-floats */
.clear{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.accessibility {
	left:-32000px;
	position:absolute;
}
.accessibility:focus {
	background:#fff;
	left:0;
	padding:.5em;
}
.lofi {
	display:none;
}

.textaligncenter {
	text-align:center;
}

/* backward-compatibility with old theme */
.floatleft { float:left;}
.floatright { float:right;}

/* including for compatibility */
.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.pagination,
.aside,
.post-meta,
.post-community-plug,
.post-community-join,
.edit,
#hat,
#header,
#visitor-banner,
#footer {
	display:none;
}

/* =Content
========================= */

.post {
	margin-bottom:3em;
}

.entry-content a:link:after,
.entry-content a:visited:after {
  content: " <" attr(href) "> ";
  font-size: 90%;
}

.pagination-post {
	margin-bottom:18px;
}
.pagination-post .label {
	font-size:14px;
	font-weight:bold;
}
.pagination-post a,
.pagination-post span.label {
	display:block;
}

