/* @group Main Presentation */

body, html {
	background: #fff;
	padding: 0px;
	border: 0px;
	font-family: Georgia, 'Times New Roman', Times;
	font-size: 16px;
	line-height: 150%;
	color: #333;
	text-align: left;
}

.header {
	margin-top: 2em;
	margin-bottom: 20px;
	border-bottom: 2px solid #9e9e9e;
}

.wrapper {
	display: block;
	width: 570px;
	margin: auto;
}

.main {
	margin: 50px 0px;
	padding-bottom: 2em;
}

.navleft {
	font-size: 12px;
	position: relative;
	width: 60px;
	float: left;
}

.navright {
	font-size: 12px;
	position: relative;
	width: 20px;
	float: right;
}

.navcenter {
	font-size: 12px;
	text-align: center;
	width: 500px;
}

/* @end */

/* @group Headers */

h1 {
	font-size: 30px;
	color: #666;
	font-weight: normal;
}

h2 {
	color: #666;
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 1.5em;
}

h2 a {
	text-decoration: none !important;
	background: none;
	color: #df423b;
}

h2 a:hover {
	background: #df423b;
	color: #fbf5a7;
}

h3 {
	color: #666;
	font-size: 20px;
	font-weight: normal !important;
	margin-top: 1em;
	margin-bottom: 1em;
}

h4 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
	margin-top: 1em;
	margin-bottom: 1em;
}

h5 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
}



/* @end */

/* @group Index */

.index {
	color: #df423b;
}

.title_date {
	color: #df423b;
	text-align:right;
	overflow:auto;
	width: 100%;
}

.year {
	font-size: 14px;
	vertical-align: sub;
}

.month {
	padding-bottom: 1em;
}

.index_post {
	display: block;
	width: 100%;
	overflow: auto;
}

.index_post_title {
	float:left; 
	text-align:left;
}

.index_post_date {
	float:right;
	font-size:12px;
	text-align:right;
}

.index_post_intro {
	float:left; 
	text-align:left;
	font-size: 12px;
	line-height: 1.2em;
	padding: 0.5em 1em 1em;
}

/* @end */

p {
	margin-bottom: 0.7em;
}

pre {
	display: block;
	font-size: 10px;
	margin: 1em;
}

a {
	color: #333;
	text-decoration: none;
	padding: 1px 2px;
	background: #fbf5a7;
}

div > * {
	max-width: 100%
}

.qstart {
	float: left;
    height: 45px;
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;
    font-size: 700%;
    color: #f0c7c3;
}

.qend {
	float: right;
    height: 15px;
    margin-top: 0px;
    padding-top: 35px;
    font-size: 700%;
    color: #f0c7c3;
}

blockquote {
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 20px;
}

a:hover {
	color: #666;
	background: none;
}

img {
	display: block;
	background: #fff !important;
	border: 1px solid #999;
	padding: 5px;
	text-align: center;
}

#img {
	text-decoration: none !important;
	background: #fff !important;
	margin: 0px;
}

.notes a {
	text-decoration: none !important;
	background: none;
}

.notes img {
	margin: 0px;
	padding: 3px;
	border: 1px solid #999;
}

.datetime {
	font-size: 12px;
	line-height: 150%;
	color: #666;
	position: relative;
	float: left;
	margin-left: -250px;
	padding-right: 25px;
	border-right: 1px solid #999;
	width: 200px;
	text-align: right;
	clear: both;
}

.description {
	font-size: 14px;
	position: relative;
}

.linky {
	padding-bottom: 2em;
}

.datetime a {
	color: #666;
}

.post {
	display: inline-block;
	padding-bottom: 30px;
}

a .notes {
	text-decoration: none !important;
	background: none;
}

img .notes {
	margin: 0px;
	padding: 3px;
	border: 1px solid #999;
}

sup {
	vertical-align: super;
}

sub {
	vertical-align: sub;
}

/* @group Tags */

.taglist h2 {
	color: #df423b;
	margin-top: 1em;
	margin-bottom: 0.3em;
}

.taglist {
	color: #666;
}

.tags {
	font-size: 12px;
	width: 170px;
	float: right;
}

.tags a {
	display: inline-block;
	padding: 0;
	margin: 0;
}

/* @end */

/* @group Disqus */

.disqus a {
	text-decoration: none !important;
	background: #fff !important;
}

.disqus {
	font-family: Georgia, 'Times New Roman', Times !important;
	font-size: 16px;
	line-height: 150% !important;
	color: #333 !important;
}

#disqus_thread a {
	background: transparent;
}



/* @end */