

/* Posts layouts */

#content #archivenotice {
	margin: 0 auto 1em auto;
	padding: 1em;
	color: #fff;
	background: #2a2d31;
	width: 20em;
	text-align: center;
}

#content #archivenotice a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}


#content .post {
	background: #eaeced;
	padding: 0.5em;
	margin: 0.5em;
	line-height: 1.4em;
}

#content .alone {
	background: #fff;
	padding: 0;
	margin: 0;
}

#content .post h2 {
	margin: 0 0 0.5em 0;

}

#content .alone h2 {
	background: #3a4652;
	padding: 0.3em;
	border-top: groove 0.3em #fff;
}

#content .post h2 a {
	color: #3a4652;
	text-decoration: none;
}

#content .alone h2 a {
	color: #fff;
}

#content .post .content {
	margin-left: 1em;
}

#content .post .metas {
	margin: 1em 0 0.3em 0;
	padding: 0;
	text-align: right;
	color: #fff;
}

#content .post .metas li {
	display: inline;
	background: #2a2d31;
	padding: 0.3em;
	font-size: small;
}

#content .post .metas li a {
	color: #fff;
	text-decoration: none;
}

#content .post .metas li .comments {
	border: 0;
}

#content .post .metas .taglist {
	text-align: right;
	padding: 0;
	margin: 0;
	display: inline;
}

#content .post .metas .taglist li:after {
	content: ","
}

#content .post .metas .taglist li:last-child:after {
	content: ""
}

#content .post {
	font-size: 0.9em;
}

#content .post dd {
	margin-bottom: 0.8em;
}

#content .post pre {
	display: block;
	padding: 0.5em;
	background: #4a525a;
	font-family: monospace, "courier";
	color: #fff;
	font-size: small;
	margin: 0.2em;
	overflow: auto;
}

#content .post code a {
	color: #fff;
}

#content .post h4 {
	text-decoration: underline;
	color: #4a525a;
}

#comments {
	
}

#comments .comment {
	padding: 0 0.5em 0.5em 0.5em;
	margin-bottom: 2em;
}

#comments .comment img {
	float: left;
}

#comment .comment .commentcore {
	float: right;
	
}

#comments .comment .commentheader {
	margin: 0;
	margin-left: 75px;
	height: 1.2em;
}

#comments .comment .commentheader h5 {
	margin: 0;
	float: left;
}


#comments .comment .commentheader h5 a {
	color: #4a525a;
	font-weight: bold;
	text-decoration: none;
}

#comments .comment .commentheader h5 .website {
	font-size: x-small;

}

#comments .comment .commentheader h5 .website a {
	text-decoration: underline;
	font-weight: normal;
}

#comments .comment .commentheader .date {
	float: right;
	top: 0;
	font-size: x-small;
	color: #4a525a;
}

#comments .comment .commentcontent {
	background: #4a525a;
	-moz-border-radius: 0.4em;
	margin-left: 75px;
	color: #fff;
	padding: 1em;
	font-size: 0.85em;
	border-right: solid 0.1em #333;
	border-bottom: solid 0.1em #333;
	
}

#comments .comment .commentcontent a {
	color: #eee;
	font-weight: bold;
}

#form_comment {
	margin: 0 auto 0 auto;
	width: 90%
}

#form_comment h5 {
	margin-bottom: 0;
}

#form_comment p {
	color: #666;
	font-size: x-small;
	margin: 0;
	width: 90%;
}

#form_comment input { 
	width: 90%;
}

#form_comment textarea {
	width: 90%;
}

#form_comment .err input, #form_comment .err textarea {
	background: #ffb8b8;
}

#form_comment .cookie {
	margin-top: 1em;
}

#form_comment .cookie h5 {
	margin: 0;
	display: inline;
}
