html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	color: #32312F;
	background-color: #E2E1DE;
	font: normal 13px/1.6em Georgia, 'Lucida Grande', Lucida, Verdana, sans-serif;
}

#main {
	width: 848px;
	margin: 0 auto;
	background: url(http://static.tumblr.com/j8lh0bq/2G3krye69/paper.png) no-repeat right top;
}

#inner {
	width: 800px;
	min-height: 460px;
	margin: 44px auto;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
	background: #f9f9f9 url(http://static.tumblr.com/j8lh0bq/eU5krye5g/master.jpg) repeat-y 0 0;
}

a {
	text-decoration: none;
	color: #656463;
}

#header {
	text-align: center;
	text-shadow: #FFF 0 1px 0;
	padding: 18px 0 22px;
	margin: 0 20px;
	border-bottom: 1px solid #EEE;
}

.container img, .container embed, .container object, .minimeta img {
	vertical-align: bottom;
}

.minimeta img {
	background: url(http://static.tumblr.com/j8lh0bq/2vikrymgn/pointer-bg.png) repeat top right;
	-webkit-transition: background 0.5s ease-in-out;
}

.minimeta img:hover {
	background: url(http://static.tumblr.com/j8lh0bq/2vikrymgn/pointer-bg.png) repeat top left;
}

h1 {
	font: normal 80px/1.3em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

h1 a {
	color: #333333;
}

h1 a:hover {
	border-bottom: 1px solid #E4E0DA;
}

.tagline {
	margin-top: 5px;
	text-transform: uppercase;
	font: normal 11px/1.2em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	color: #6B6967;
	letter-spacing: 0.4em;
}

#sidebar {
	float: right;
	display: inline;
	width: 250px;
}

#inner-sidebar {
	padding: 30px 20px;
	border-left: 1px solid #EEE;
}

#entries {
	width: 510px;
	margin: 0 0 0 20px;
}

blockquote {
	padding-left: 13px;
	border-left: 2px solid #D2D2D2;
}

.entry {
	clear: left;
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px dotted #d5d5d5;
	text-align:justify;
}

.entry:last-child {
	padding-bottom: 50px;
	border-bottom: none;
}

h2 {
	font: normal 28px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	text-align:left; font-style:italic
}

h2 a {
	color: #003;
}

.link h2, .quote h2, .chat h2 {
	font: normal 22px/1.5em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	margin-bottom: 20px;
}

.link h2 a {
	color: #42403D;
	border-bottom: 1px solid #E4E0DA;
}

h2 a:hover {
	border-bottom: 1px solid #E4E0DA;
	color: #111;
}

h3, h4, h5, h6 {
	font: normal 18px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

pre {
	padding: 10px 15px;
	color: #111;
	background-color: #F1EEE9;
	line-height: 20px !important;
}

code {
	font: normal 12px Menlo, 'Bitstream Vera Sans Mono', Monaco, 'Courier New', Courier, mono !important;
}

pre code {
	text-shadow: #FFF 0 1px 1px;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: disc;
}

ol, ul, dt {
	margin-left: 30px;
}

.meta {
	color: #6B6967;
	margin: 16px 0 0;
	font: normal 14px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

.entry p, .entry ul, .entry ol, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry pre, .entry blockquote, .media hr {
	margin-bottom: 20px;
}

.entry p:last-child, .entry ul:last-child, .entry ol:last-child,  .entry h2:last-child, .entry h3:last-child, .entry h4:last-child, .entry h5:last-child, .entry h6:last-child, .entry pre:last-child, .entry blockquote:last-child, .media hr:last-child {
	margin-bottom: 0 !important;
}

.entry p img[align=right], .entry p img[align=left] {
	padding: 4px;
	border: 1px solid #E6E6E6;
}

.entry p img[align=right] {
	margin: 0 0 8px 8px;
}

.entry p img[align=left] {
	margin: 0 8px 8px 0;
}

.content a, .meta a, #sidebar a, .page-navigation a {
	color: #42403D;
	border-bottom: 1px dotted #524F4B;
}

.content a:hover, .meta a:hover, #sidebar a:hover, .page-navigation a:hover {
	border-bottom: 1px solid #6C6A67;
}

.chat ul {
	margin: 0;
	list-style-type: none;
}

.label {
	font-weight: bold;
}

/* Wrapper escaper */

.media hr {
	height: 1px;
	background-color: #DDD;
	color: #FFF;
	clear: both;
	border: none;
}

.media .container, .audio .container {
	display: inline-block;
	padding: 4px;
	border: 1px solid #E6E6E6;
	background-color: #FFF;
	margin: 0 0 20px 0;
}

.minimeta {
	margin-left: -44px;
	float: left;
	display: inline;
}

.minimeta img {
	margin-top: 8px;
	width: 18px;
	height: 18px;
}

.quote h2 {
	font-style: italic;
	text-align:justify;
}

.clear {
	clear: both;
}

#notes .clear {
	clear: none;
}

#sidebar h3 {
	margin: 8px 0;
	font: normal 16px/24px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
}

.more {
	margin-top: 25px;
}

.profilepic {
	padding: 2px;
	border: 1px solid #CCC;
	background-color: #FFF;
	float: left;
	margin: 3px 5px 2px 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	width: 48px;
	height: 48px;
}

#fake-post {
	margin-top: 40px !important;
	padding-bottom: 8px !important;
}

.page-navigation, #notes {
	font: normal 14px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	padding: 0 0 50px;
}

.page-navigation .left {
	float: left;
	display: inline;
}

.page-navigation .right {
	float: right;
	display: inline;
}

.actual-footer, .search-footer {
	text-align: center;
	width: 760px;
	margin: 0 auto 20px;
}

.actual-footer {
	margin-bottom: 50px;
}

.button, .search-query {
	display: inline-block !important;
	margin: 0 !important;
	padding: 8px 15px !important;
	border: none !important;
	font: 16px/1.4em Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif !important;
}

.button {
	color: #989895 !important;
	background-color: #CBCBC7;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
}

.button:hover {
	color: #FFF !important;
	background-color: #800040 !important;
}

.button:active {
	color: #FFF !important;
	background-color: #4B0D26 !important;
}

.search-query {
	color: #989895;
	background-color: #D6D5D1;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	width: 300px;
}

.search-query:focus {
	color: #111;
	background-color: #FFF;
}

.actual-footer {
	font: 13px/1.4em 'Lucida Grande', Lucida, Verdana, sans-serif;
	color: #6C6C69;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.actual-footer a {
	color: #3B3B39;
}

#notes ol {
	font: normal 13px/1.6em 'Lucida Grande', Lucida, Verdana, sans-serif;
	list-style-type: none;
	margin: 0;
}

#notes li {
	display: block;
	margin: 0 0 2px !important;
	padding: 5px 8px;
	color: #656551;
	background-color: #FFFECA;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-right: 1px solid rgba(0,0,0,0.05);
}

#notes li a {
	color: #323228;
}

.avatar {
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
}

#notes blockquote {
	margin: 5px 0 5px 7px;
	padding-left: 8px;
	border-left: 2px solid #e5e4b5;
}

#notes blockquote a {
	color: #98978B;
}