/*
Theme Name: Bijgespijkerd v2.0
Theme URI: http://bijgespijkerd.nl/
Description: Compleet nieuwe theme, op maat gemaakt voor WordPress
Version: 2.0
Author: Coen Jacobs
Author URI: http://coenjacobs.net/
Tags:

*/

/* temp */
#sub_banner {
	text-align: center;
	background: #DDD;

	margin: 0 auto;
	width: 90%;
	padding: 10px;

	font-weight: bold;

	border: #333 1px solid;
}

* {
}

body {
	margin-top: 0;
	padding-top: 0;
	
	background: url(images/background.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;*/
	color: #000;
}

.clear_both { clear: both; }

a { color: #be2924; }

#wrapper {
	width: 908px;
	margin: 0 auto;
	
	background: #FFF;
}

	#header {
	}
	
		#header_logo {
			float: left;
			width: 185px;
		}
		
		#header_menu {
			float: right;
			
			width: 723px;
			height: 51px;
			
			background: url(images/header_menu_bg.png);
		}
		
			#header_menu_corner {
				float: left;
				
				background: url(images/header_menu_corner_inactive.png);
				background-repeat: no-repeat;
				
				width: 16px;
				height: 51px;
			}
			
				#header_menu_corner.active {
					background: url(images/header_menu_corner.png);
				}
		
			#header_menu_nav {
				float: left;
				
				height: 51px;
			}
			
			#header_menu_nav a {
				text-decoration: none;
				color: #000;
			}
			
			#header_menu_nav ul {
				padding: 0;
				padding-top: 1px;
				margin: 0;
				
				list-style: none;
			}
			
			#header_menu_nav li {
				float: left;
				
				font-size: 16px;
				font-weight: bold;
				
				margin: 0;
				padding: 0;
				
				line-height: 50px;
				
				border-right: 1px solid #DDD;
			}
			
				#header_menu_nav li a {
					padding: 16px;
				}
			
				#header_menu_nav li.active a {
					color: #FFF;
				}
			
				#header_menu_nav li#home a {
					padding-right: 23px;
				}
			
				#header_menu_nav li.active {
					background: url(images/header_menu_active_bg.png);
					background-position: center bottom;
					background-repeat: repeat-x;
					
					color: #FFF;
				}
			
			#header_menu_search {
				float: right;
				
				line-height: 51px;
				padding-right: 23px;
			}
			
				#header_menu_search input {
					border: #CCC 1px solid;
					background: #EEE;
				}
		
		#header_cats {
			float: right;
			
			width: 723px;
			height: 113px;
		}
			
			#header_cats_corner {
				width: 16px;
				height: 113px;
				float: left;
				
				background: url(images/header_catbar_bg.png);
				background-repeat: no-repeat;
			}
			
			.header_cats_categories li{
				line-height:100%;
			}
			
			#header_cats_container {
				float: right;
				width: 690px;
				
				
				padding-top: 13px;
				padding-left: 17px;
			}
			
				#header_cats_head {
					font-size: 14px;
					font-weight: bold;
					
					padding-top: 6px;

					float: left;
				}
				
				#header_cats_rss {
					float: right;
					padding-right: 30px;
					
					line-height: 23px;
				}
				
				.header_cats_categories {
					float: left;
					
					width: 22%;
					
					padding-right: 5px;
				}
				
				.header_cats_categories a {
					color: #666;
				}
				
					.header_cats_categories li {
						padding-bottom: 4px;
						
						padding-top: 0;
						
						padding-left: 10px;
						margin-left: 0;
					}
					
					.header_cats_categories ul {
						list-style: none;
						
						margin-left: 0;
						padding-left: 0;
						
						padding-top: 0;
						margin-top: 0;
						
						border-left: #CCC 1px solid;
					}
		
		#header_subbar {
			float: right;
			
			width: 723px;
			height: 40px;
			
			background: url(images/header_subbar_bg.png);
			background-repeat: repeat-x;
		}
		
			#header_subbar_corner {
				width: 16px;
				height: 40px;
				
				float: left;
				
				background: url(images/header_subbar_corner.png);
				background-repeat: no-repeat;
			}
			
			#header_subbar_subscribe {
				float: right;
				
				color: #FFF;
				
				line-height: 40px;
				
				padding-right: 27px;
			}
	
	#content_out {
		float: left;
		
		width: 500px;
	}
	
	#content_in {
		padding-left: 30px;
		padding-top: 20px;
	}
	
		.post {
			margin-bottom: 25px;
			padding-bottom: 15px;
			
			border-bottom: #CCC 1px solid;
		}
		
			.post_head {
			}
			
			.post_head h1 {
				color: #be2924;
				padding: 0px;
				margin: 0px;
				
				font-weight: 100;
				font-size: 22px;
			}
			
			.post_head h2 {
				color: #be2924;
				padding: 5px;
				margin: 0px;
				
				font-weight: 100;
				font-size: 22px;
			}
			
			.post_head h3 {
				color: #be2924;
				padding: 5px;
				padding-bottom: 0px;
				margin: 0px;
				
				font-weight: 100;
				font-size: 16px;
			}
			
			.post_head_archive {
			}
			
				.post_head_archive p {
					padding-left: 5px;
				}
			
			.post_head_archive h1 {
				color: #be2924;
				padding: 0px;
				margin: 0px;
				
				font-weight: 100;
				font-size: 22px;
			}
			
			.post_head_archive h2 {
				color: #be2924;
				padding: 5px;
				margin: 0px;
				
				font-weight: 100;
				font-size: 22px;
			}
			
			.post_title_active {
				background: #be2924;
				
				margin-bottom: 3px;
			}
			
			.post_title a {
				text-decoration: none;
			}
			
			.post_title_active h1 {
				color: #FFF;
				
				padding: 5px;
			}
			
			.post_title_active h2 {
				color: #FFF;
				
				padding: 5px;
			}
			
			.post_title_active a {
				text-decoration: none;
			}
			
			.post_head_details {
				color: #999;
				
				padding: 5px;
				padding-top: 10px;
			}
			
				.post_head_details a {
					color: #999;
				}
			
			.post_content {
				padding-left: 5px;
				padding-right: 5px;
			}
			
			.post_content p, ul {
				
				line-height: 160%;
			}
			
			#post_related {
				background: #EEE;
				padding-top: 5px;
				padding: 10px;
				line-height: 160%;
				
				width: 448px;
			}
			
			.post_related_item {
				float: left;
				width: 44%;
				
				padding-right: 20px;
			}
			
			#post_related h3 {
				padding-top: 0;
				margin-top: 0;
				padding-bottom: ;
				margin-bottom: 0;
			}
			
				#post_related ul {
					list-style: none;
					padding-left: 0px;
				}
				
				#post_related a {
					font-weight: bold;
					text-decoration: none;
				}
	
	#sidebar_out {
		float: right;
		
		width: 347px;
	}
	
	#sidebar_in {
		padding-right: 30px;
		padding-top: 20px;
	}
	
		#sidebar_author {
			float: left;
			
			margin-bottom: 10px;
			padding-bottom: 10px;
			
			padding-left: 30px;
			padding-right: 25px;
			
			width: 290px;
			height: 158px;
			
			background: url(images/author_bg.png);
			background-repeat: no-repeat;
		}
		
			#sidebar_author p {
				width: 98%;
			}
		
			#sidebar_author h2 {
				padding: 0;
				padding-top: 15px;
				padding-bottom: 5px;
				margin: 0;
				
				font-size: 20px;
			}
	
		.sidebar_block  {
			padding: 0px;
			margin: 0px;
			
			margin-bottom: 10px;
			padding-bottom: 10px;
			
			width: 300px;
			float: right;
			line-height:160%;
		}
		
		.sidebar_promotional_block  {
			padding: 0px;
			margin: 0px;
			
			background: #DFDFDF;
			
			margin-bottom: 10px;
			padding-left: 2px;
			
			width: 300px;
			float: right;
			line-height:160%;
		}
		
		.sidebar_ads {
			padding: 0px;
			margin: 0px;
			
			margin-bottom: 10px;
			padding-bottom: 10px;
			
			width: 300px;
			float: right;
			line-height:160%;
		}
		
		.sidebar_block h4 {
			padding: 0px;
			margin: 0px;
			
			font-size: 12px;
		}
		
			.sidebar_block_title_active {
				background: #be2924;
				color: #FFF;
				
				padding: 5px;
				margin: 0px;
				margin-bottom: 2px;
			}
			
			.sidebar_block_title_inactive {
				background: #CCC;
				color: #000;
				
				padding: 5px;
				margin: 0px;
				margin-bottom: 2px;
			}
			
		.sidebar_item {
			padding: 2px;
			padding-top: 5px;
		}
		
		.sidebar_item ul {
			padding-top: 0px;
			padding-bottom: 0px;
			
			margin-top: 0px;
			margin-bottom: 0px;
			
			padding-left: 20px;
			margin-left: 0px;
		}
		
		.sidebar_item li {
			padding-bottom: 3px;
		}
	
	#footer {
		clear: both;
		
		padding-top: 10px;
		line-height: 20px;
		
		text-align: center;
	}
	
	.commentlist {
		list-style: none;		
	}
	
	.commentlist li {
		line-height:160%;
	}
	
	img.alignleft {
		margin: 0 7px 2px 0;
	}
	
	img.alignright {
		margin: 0 0 2px 7px;
	}
	
	.alignright {
		float: right;
	}
	
	.alignleft {
		float: left;
	}