/*
Theme Name: Sobre Nocturne
Theme URI: http://www.sobrenocturne.com
Version: 1.0
Description: Rooobert
Author: Viktor Persson
Author URI: http://arcsin.se
*/

/* posts */
.post_body {
	color: #666;
}
.descr {
	margin: 0.1em 0 0.3em;
	font-size: 0.9em;
}

/* comments */
.commentlist {margin: 1em 0 0 0.5em; padding: 0;}
.commentlist li {margin-bottom: 1.2em; list-style: none;}
#commentform {
	margin: 1em 0;
	width: 360px;
}
.commentmetadata {padding: 0.2em 0 0.4em; color: #469;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 320px; overflow: auto;}

.styled {
	font-size: 1.1em;
	background: #444;
	border: 1px solid #555;
}
.styled:hover {
	background: #555;
	border: 1px solid #666;
}
.styled:focus {
	background: #666;
	border: 1px solid #777;
}
#commentform input {margin-bottom: 3px;}

/* misc */
#sidebarsubmit {font: normal 9px Verdana,sans-serif; margin-top: 2px;}