/*  
Theme Name: Weblog Daniel
Description: Layout weblog danieldouglas.

Author: Maurits Doetjes
Author URI: http://www.untransformed.com/

This theme was designed and built by Maurits Doetjes.

*/

* { padding: 0; margin: 0; }

body {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 13px;
 	background:#000;
	color:#000;
}
#wrapper { 
 	margin: 0 auto;
 	width: 560px;
}
#header {
 	width: 560px;
 	height: 247px;
 	background:url('images/header-home.jpg') top no-repeat;
 	background-color: #000;
}
#mainmenu {
	height:53px;
	background:url('images/background-mainmenu.jpg') top no-repeat;
	padding:0 0 0 42px;
	}

/* BERICHTEN + STYLING */
#berichten { 
 	width: 560px;
 	background: #FFF;
}
.berichten { 
 	width: 560px;
 	background: #FFF;
}
.berichten h1 { 
	font-size:24px;
	font-weight:bold;
	color:#F30;
	padding:20px 20px 2px 20px;
}
.berichten h2 { 
	font-size:11px;
	font-weight:bold;
	color:#C7B4B9;
	padding:0 20px 15px 20px;
}
.berichten h3 { 
	font-size:16px;
	font-weight:bold;
	color:#000;
	padding:20px 20px 15px 20px;
}
.berichten p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:1.7em;
	color:#000; 
	padding:0 20px 10px 20px;
}
.berichten a {
	color:#F30;
	text-decoration:none; 
}
.berichten a:hover {
	color:#F30;
	text-decoration:underline; 
}

.reageer {
	background:url('images/bericht-reageer.jpg') top no-repeat;
	height:32px;
}
.reageer p {
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:9px 0 0 20px;
	color:#C7B4B9;
}
.reageer p.reageer {
	color:#F30;
}
.reageer p.reacties {
	color:#C7B4B9;
}
.reageer a {
	color:#F30;
	text-decoration:none;
}
.reageer a:hover {
	color:#F30;
	text-decoration:underline;
}


/* FOOTER AREA */
#footer { 
 	width: 560px;
	height:140px;
	background:url('images/footer-background.jpg') top no-repeat;
	text-align:center;
}
#footer img { 
	padding:50px 0 0 0;
	border:none;
}

#finalfooter { 
 	width: 560px;
	height:100px;
	background-color:#000;
	text-align:center;
}
#finalfooter p { 
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:11px;
	font-variant:normal;
	padding:39px 0 0 0;
}
#finalfooter a { 
	color:#FFF;
	text-decoration:none;
}
#finalfooter a:hover { 
	color:#FFF;
	text-decoration:underline;
}

/* FORMS */

#author,

#email,

#url,

#comment,

#mcspvalue /* captcha */ {

        border: 1px solid #F30;
		font-size:14px;
		padding:3px;

}

.invulveld {
	width: 400px;
	}

/* COMMENT LIST */

.commentlist li {
	font: 11px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding:10px 20px 10px 20px;
	border-bottom:1px dotted #000;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.7em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* NAVIGATION op single.php */

.navigation {
	padding:10px 20px 10px 20px;
	font-size:10px;
	border-bottom:1px dotted #F30;
	}

.alignleft {
	text-align:left;
	}
	
.alignright {
	text-align:left;
	}
	
	

