body,html {
	background: #FDFEC4;
	color: #000;
	font-family: Georgia, serif;
	font-size: 13px;
	line-height: 16px;
}

a {
	color: #000;
	text-decoration: none;
	background: transparent;
	border-bottom: 1px dotted #828282;
}

a:hover {
	color: #000;
	text-decoration: none;
	background: #FFFF00;
	border-bottom: 0;
}

hr {
	border-style: none;
	border-width: 0;
	margin: 0 0 20px 0;
	border-top: 1px dotted #A8A8A8;
}

/* Page
------------------------------------------------------------------ */

#wrapper {
	position: relative;
	background: #FFF;
	width: 100%;
	border-top: 10px solid #FFFF00;
}

#page {
	position: relative;
	width: 940px;
	margin: 30px 0 0 30px;
}

/* Header
------------------------------------------------------------------ */

#header {
	position: relative;
	display: inline-block;
	width: 940px;
	margin: 0;
	padding: 0 0 60px 0;
	border-bottom: 1px solid #A8A8A8;
	clear: both;
}

#header-title {
	position: relative;
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
}

#header-title h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

#header-title h1 a {
	text-decoration: none;
	background: #FDFEC4;
	border-bottom: 0;
}

#header-title h1 a:hover {
	text-decoration: none;
	background: #FFFF00;
}

#header-description {
	position: relative;
	float: left;
	width: 540px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 20px 0 0;
}

#header-search {
	position: relative;
	float: right;
	width: 220px;
}

#cse-search-box {
	border: 1px solid #A8A8A8;
	padding: 0;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.g-search {
	display: inline;
	margin: 0;
	width: 192px;
	height: 20px;
	border: 0;
	vertical-align: middle;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 12px;
}

.g-submit {
	display: inline;
	margin: 0;
	width: 20px;
	height: 20px;
	border: 0;
	vertical-align: middle;
}

/* Tagged header
------------------------------------------------------------------ */

.tagged-header {
	position: relative;
	display: inline-block;
	width: 780px;
	padding: 15px 0 15px 160px;
	border-bottom: 1px solid #A8A8A8;
	color: #828282;
	clear: both;
}

.tagged-header span {
	text-transform: capitalize;
}

/* Posts
------------------------------------------------------------------ */

#post {
	width: 940px;
}

#posts {
	width: 940px;
}

.post {
	position: relative;
	display: inline-block;
	width: 940px;
	padding: 30px 0 40px 0;
	border-bottom: 1px solid #A8A8A8;
	clear: both;
}

.post-meta {
	position: relative;
	float: left;
	width: 140px;
	margin: 0 20px 0 0;
}

.post-date {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin: 0 0 16px 0;
}

.post-tags {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: capitalize;
}

.post-item {
	position: relative;
	float: left;
	width: 540px;
	margin: 0 20px 0 0;
}

.post-notes {
	position: relative;
	float: left;
	width: 220px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: right;
	margin: -2px 0 0 0;
}

.note-count {
	display: inline-block;
	padding: 2px 4px;
	background: #FDFEC4;
	border-bottom: 0;
}

.note-count:hover {
	background: #FFFF00;
	border-bottom: 0;
}

.post-item h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.post-item h1 a {
	text-decoration: none;
	background: #FDFEC4;
	border-bottom: 0;
}

.post-item h1 a:hover {
	text-decoration: none;
	background: #FFFF00;
}

.post-body {
	font-size: 15px;
	line-height: 20px;
}

.post-body p {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 0;
}

.caption {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #828282;
}

.caption a {
	color: #828282;
}

.post-body h2,
.post-body h3,
.post-body h4,
.post-body h5 {
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

.post-body blockquote {
	color: #828282;
	padding: 0 20px;
	border-left: 4px solid #A8A8A8;
	margin: 0 0 20px 0;
}

.post-body ol {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 20px;
	list-style: decimal;
	list-style-type: decimal;
}

.post-body ol li {
	margin: 0 0 10px 0;
}

.post-body ul {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 20px;
	list-style-image: url(http://linedandunlined.com/tumblr/emdash.gif);
	list-style: url(http://linedandunlined.com/tumblr/emdash.gif);
}

.post-body ul li {
	margin: 0 0 10px 0;
}

.post-body div.style-hr { /* Legacy style */
	border-style: none;
	border-width: 0;
	margin: 0 0 20px 0;
	border-top: 1px dotted #A8A8A8;
}

.post-body object {
	border: 0;
	margin: 0 0 20px 0;
}

.post-continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/* Notes
------------------------------------------------------------------ */

.notes-holder {
	position: relative;
	display: inline-block;
	width: 940px;
	padding: 30px 0;
	clear: both;
}

.notes-holder h4 {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #828282;
	width: 540px;
	margin: 0 0 0 160px;
	padding: 0 0 10px 0;
}

.notes {
	width: 540px;
	padding: 0px;
	margin: 0 0px 0 160px;
	list-style-type: none;
	border-top: 1px solid #A8A8A8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #828282;
}

.notes li.note {
	position: relative;
	border-bottom: 1px dotted #A8A8A8;
	padding: 8px 0;
}

.notes li.note a {
	border-bottom: 0;
}

.notes li.note img.avatar {
	display: none;
	width: 0;
	height: 0;
}

.notes li.note span.action {
	font-weight: normal;
}

ol.notes li.note .answer_content {
	font-weight: normal;
}

ol.notes li.note blockquote {
	padding: 0 10px;
	border-left: 1px dotted #A8A8A8;
}

ol.notes li.note blockquote a {
	border-bottom: 0;
}

/* Delicious
------------------------------------------------------------------ */

.delicious-posts ul {
	font-size: 15px;
	line-height: 20px;
	margin: 0 0 20px 0;
	list-style-image: none;
	list-style: none;
}

.delicious-tag,
.delicious-extended {
	font-size: 15px !important;
	line-height: 20px !important;
	margin: 0 !important;
}

/* Pagination
------------------------------------------------------------------ */

.pager {
	position: relative;
	display: inline-block;
	width: 940px;
	padding: 15px 0;
	border-top: 1px solid #A8A8A8;
	clear: both;
}

.pager-nav {
	position: relative;
	float: left;
	width: 140px;
	padding: 0 20px 0 0;
}

.next-page,
.previous-post {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(http://linedandunlined.com/tumblr/arrow-left.gif);
	border-bottom: 0;
	margin: 0 2px 0 0;
}

.next-page:hover,
.previous-post:hover {
	background: url(http://linedandunlined.com/tumblr/arrow-left-over.gif);
}

.previous-page,
.next-post {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(http://linedandunlined.com/tumblr/arrow-right.gif);
	border-bottom: 0;
}

.previous-page:hover,
.next-post:hover {
	background: url(http://linedandunlined.com/tumblr/arrow-right-over.gif);
}

.page-count {
	position: relative;
	float: left;
	width: 540px;
	color: #A8A8A8;
}

/* Linkroll
------------------------------------------------------------------ */

.pin-description { /* display: none; */ }
.pin-tag { display: none; }

/* Footer
------------------------------------------------------------------ */

#footer-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.footer {
	position: relative;
	display: inline-block;
	width: 940px;
	margin: 30px 0 0 30px;
	padding: 0 0 30px 0;
	clear: both;
}

.footer a:hover {
	background: none;
}

.footer h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
}

.footer-participate,
.footer-navigate {
	position: relative;
	float: left;
	width: 140px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	margin: 0 20px 0 0;
}

.footer-twitter {
	position: relative;
	float: left;
	width: 380px;
	font-size: 15px;
	line-height: 20px;
	color: #000;
	margin: 0 20px 0 0;
}

.twitter-meta {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 2px 0 0 0;
	color: #000;
}

.footer-cc {
	position: relative;
	float: left;
	width: 220px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-align: right;
}
