a {
	color: #000;
	text-decoration: underline;
}

a.title {
	text-decoration: none;
}

a.header {
	color: #eee;
	text-decoration: none;
}

a.posttitle {
	text-decoration: none;
}

a.headerlink {
	color: #eee;
	text-decoration: none;
	margin-left: 20px;
}

a:hover {
	text-decoration: underline;
	color: #552;
}

a.header:hover {
	text-decoration: underline;
	color: #fff;
}

a.headerlink:hover {
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #ff3030;
	border-bottom: 1px solid #ff3030;
}

body {
	background-color: #dfe8df;
	margin-left: 0px;
	margin-right: 0px;
}

div.commentbody {
	border-top: 1px dashed #000;
	padding: 2px;
}

div.commitstreak {
	float: right;
}

div.container {
	background-color: #fcfcf0;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}

div.content {
	padding: 16px;
}

div.header {
	background-color: #333333;
	margin-bottom: 18px;
	border-bottom: 3px solid #f00;
	padding: 12px;
}

div.footer {
	background-color: #333333;
	border-top: 5px solid #f00;
	padding: 5px;
	clear: both;
	margin-bottom: 40px;
}

div.reply {
	float: right;
}

div.shortpost {
	/*border-bottom: 1px dashed #000;*/
	margin-bottom: 30px;
}

input {
	display: block;
	margin-bottom: 8px;
}

input.reply {
	display: inline;
}

h1 {
	font-family: sans-serif;
	margin: 0pt;
	font-size: 20px;
}

h1.header {
	color: #ddd;
	font-size: 22px;
}

h2 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0pt;
}

h2.header {
	color: #ddd;
	font-size: 13px;
	font-weight: normal;
}

h2.comment {
	color: #000;
	font-size: 20px;
}

h3 {
	font-family: sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
}

h4 {
	font-family: sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 0pt;
}

img {
	max-width: 666px;
}

img.figure {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

label.text {
	display: block;
	float: left;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 8px;
	width: 140pt;
}

label.reply {
	display: inline;
	color: #444;
	font-family: sans-serif;
	font-size: 14px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
}

label.text:after { 
	content: ": "
}

p {
	color: #211;
	font-family: serif;
	font-size: 15px;
	width: auto;
}

p.comment-footer {
	color: #444;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0;
	padding-top: 2px;
	padding-bottom: 3px;
}

p.header {
	color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 0px;
}

p.footer {
	color: #fff;
	font-family: sans-serif;
	font-size: 13px;
	margin: 0px;
	text-align: center;
}

p.commenterror {
	color: #a00;
	font-family: sans-serif;
	font-size: 13px;
}

p.commentmsg {
	color: #0a0;
	font-family: sans-serif;
	font-size: 13px;
}

/* Make a pretty tree for the comments */

.tree, .tree ul, .tree li {
	position: relative;
}

.tree ul {
	list-style: none;
	padding-left: 32px;
}

.tree li::before, .tree li::after {
	content: "";
	position: absolute;
	left: -12px;
}

.tree li::before {
	border-top: 2px solid #000;
	top: 12px;
	width: 12px;
	height: 0pt;
}

.tree li::after {
	border-left: 2px solid #000;
	height: 100%;
	width: 0;
	top: 2px;
}

.tree ul > li:last-child::after {
	height: 12px;
}


video.video {
	/*width: 600px;
	height: 360px;*/
	width: 100%;
	height: auto;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


@media(max-width: 1024px) {
	div.container {
		width: 100%;
	}

/*
	p {
		font-size: 18px;
	}

	p.comment-footer {
		font-size: 15px;
	}

	p.header {
		font-size: 15px;
	}*/
}
