/*

	Theme Name: Herfstmensje
	Description: Wordpress Theme for Herfstmensje.be
	Author: Herfstmensje
	Author URI: http://www.herfstmensje.be

*/

* { margin: 0; padding: 0; }
img { border: none; }

body {
	background-color: #fff;
	color: #000;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

#wrapper {
	width: 730px;
	margin: 0 auto;
}

#header {
	margin: 70px 0 20px 0;
}

#header a {
	font-family: Georgia, Garamond, "Times New Roman", Times, serif;
	font-size: 34px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	letter-spacing: 1px;
}



/** CONTENT **/

#content {
	float: left;
	width: 500px;
	overflow: hidden;
}

.extra h2 {
	border-top: 1px dotted #3F3F3F;
	margin: 0 0 8px 0;
	padding: 6px 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
}

.extra h2 a {
	color: #000;
	text-decoration: none;
}

.extra h2 a:hover {
	text-decoration: none;
}

.post {
	border-top: 1px dotted #3F3F3F;
	margin-bottom: 40px;
}

.post h2 {
	border: none;
	margin: 5px 0 0 0;
	font-size: 14px;
	letter-spacing: 1px;
}

.post h2 a {
	color: #000;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

.post-header {
	font-size: 9px;
	margin: 4px 0 15px 0;
	color: #7F7F7F;
}

.post-header a {
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: none;
}

.post-header a:hover {
	color: #7F7F7F;
	font-weight: bold;
	text-decoration: underline;
}

.post p {
	line-height: 16px;
	margin-bottom: 16px;
}

.post p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #666;
}

.post p a:hover {
	color: #7F7F7F;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
}

.prevnextnav {
	border-top: 1px solid #000;
	margin: 20px 0 50px 0;
	padding: 10px 0 0 0;
}

.prevnextnav a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.prevnextnav a:hover {
	color: #7F7F7F;
	text-decoration: none;
}

.l {
	float: left;
}

.r {
	float: right;
	text-align: right;
}

blockquote {
	padding: 0 0 0 10px;
	border-left: 4px solid #efefef;
}



/** SIDEBAR **/

#sidebar {
	float: right;
	width: 200px;
	list-style: none;
}

.widget {
	border-top: 1px solid #ECE9E5;
	margin: 0 0 20px 0;
}

.widget a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	font-size: 9px;
}

.widget a:hover {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 9px;
}

.widget h2 {
	margin: 4px 0 10px 0;
	font-size: 9px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.widget ul {
	list-style: none;
}

.widget ul li {
	line-height: 16px;
	font-size: 9px;
}



/** COMMENTS **/

.comments {
	border-top: 1px dotted #3F3F3F;
}

.comments h2 {
	margin: 5px 0 5px 0;
	font-size: 14px;
	letter-spacing: 1px;
}

.comtext {
	border-top: 1px dotted #ccc;
	padding: 4px 0 4px 0;
}

.comtext h3 {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

.comtext h3 a {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.comtext h3 a:hover {
	font-size: 11px;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.comtext-inside {
	margin: 5px 0 5px 0;
}

.comment-form {
	border-top: 1px dotted #3F3F3F;
	margin: 20px 0 40px 0;
}

.comment-form h3 {
	margin-top: 5px;
	font-size: 14px;
	letter-spacing: 1px;
}

.comment-form form {
	margin: 10px 0 0 0;
}

p.comi {
	margin: 0;
	padding: 0;
}

.comi .ipt {
	border: 1px solid #efefef;
	margin: 0 0 2px 0;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 150px;
	height: 16px;
}

.comi label {
	padding: 0 0 0 5px;
	font-size: 11px;
}

.comi .texti {
	border: 1px solid #efefef;
	margin: 10px 0 10px 0;
	padding: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	width: 490px;
	height: 140px;
}

.comi .sbmt {
	border: 1px solid #ccc;
	background-color: #efefef;
	padding: 5px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
}

