/*  
Theme Name: Grunge
Theme URI: http://www.meervorm.nl/multimediamaniacs
Description: This is my theme for a grunge website.
Version: 1.0
Author: meervorm
Author URI: http://www.meervorm.nl/

*/
body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, helvetica;
	font-size: 0.7em;
	background-color:#e4e3e3;
	color: #323232;
}
h1{
	font-size: 1.4em;
	padding: 0 0 10px 0;
}
#wrapper {
	width:900px;
	position:absolute;
	left:50%;
	margin-left:-450px;
	background-image:url(images/achter.jpg);
	background-repeat:no-repeat;
	background-color:#e4e3e3;
}
a:link, a:visited {
	text-decoration: underline;
	color: #6a6b6b;
}
a:hover {
	text-decoration: none;
	color: #6a6b6b;
}
p{
	padding: 10px 0 0 0;
}
#links {
	padding-left:16px;
}
#links li {
	list-style-type:none;
	display:inline;
}
#links h2 {
	display:none;
}
#links a {
	text-decoration:none;
}
#header {
	float: left;
	width: 845px;
	height:147px;
	background-image:url(images/header.jpg);
	padding-left:45px;
	padding-top:8px;
}
#header li {
	list-style-type:none;
	display:inline;
}
#header .linkje a {
	text-decoration:none;
	color:#ffffff;
	padding:2px;
	margin-left:4px;
	font-weight:bold;
}
#header .linkje a:hover {
	text-decoration:none;
	color:#3399FF;
	background-color:#ffffff;
	padding:2px;
	margin-left:4px;
	font-weight:bold;
}
#container {
	float: left;
	width: 619px;
	background-image:url(images/achtercontent.jpg);
	margin-top:10px;
	margin-left:1px;
}
.post{
	padding: 0px;
	background-image:url(images/bovencontent.jpg);
	background-repeat:no-repeat;
}
.post h2{
	font-size: 1.1em;
	margin-bottom:10px;
	text-transform:uppercase;
	padding-left:20px;
	padding-top:14px;
	color:#ffffff;
}
.post h2 a{
	text-decoration:none;
	color:#ffffff;
}
.post p {
	padding-left:20px;
	padding-right:20px;
}
.entry{
	line-height: 18px;
}
.rss {
	position:absolute;
	right:37px;
	width:119px;
	height:73px;
	background-image:url(images/rss.png);
	top:0px;
}
.postmetadata {
	background-image:url(images/ondercontent.jpg);
	background-repeat:no-repeat;
	background-color:#e4e3e3;
}
p.postmetadata{
	padding:20px;
}
.navigation{
	padding: 0px;
	font-weight: bold;
	line-height: 18px;
	background-color:#e4e3e3;
}
.sidebar {
	position:relative;
	float: left;
	width: 280px;
	/*background: #eeeeee;*/
	margin: 0px;
	display: inline;
	bottom:0px;
}
.sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
}
.sidebar ul li{
	padding: 10px 0 10px 0;
}
.sidebar ul li h2{
	font-size: 1em;
}
.sidebar ul ul li{
	padding: 0;
	line-height:24px;
}
table#wp-calendar{
	
}
#footer {
	clear: both;
	float: left;
	width: 860px;
	height:117px;
	background-image:url(images/footer.jpg);
	padding:20px;
}
#footer p {
	line-height:18px;
}

/* comments */

.comments-template{
	margin: 10px 0 0;
	/*border-top: 1px solid #ccc;*/
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	/*border-bottom: 1px solid #ccc;*/
}

.comments-template h2, .comments-template h3{
	font-family: verdana, arial, helvetica;
	font-size: 1.1em;
}

.commentmetadata{
	margin-left:20px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
}
#comments {
	margin-left:20px;
}
#respond {
	padding-left:20px;
}
