/*  
Theme Name: Bouwjaar78
Theme URI: http://boujwaar78.com/
Description: Based on DayDream. 
Version: 0.5
Author: DucSloerie
Author URI: http://vanyperen.com
*/

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		BODY, WRAPPINGS, ANCHORS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
	background: #f0d3d4;
}

	#wrapper {
		width: 700px;
		margin: 0 auto;
		background: #f0d3d4 none;
		}
		
		a {	color: #006699;	text-decoration: none; }			
			a:hover { color: #003366; }

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		HEADER, HEADINGS, what not
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
#header {
	width: 528px;
	height: 114px;
	margin: 0 auto;
	background: #f0d3d4 none no-repeat center;
	text-align: left;
	padding: 20px 0 0;
	}

#title-blog {
	width: 528px;
	height: 114px;
	background: url(./images/title-blog.png) no-repeat;
	text-align:
	margin-right: auto;
	margin-left: auto;
	position: fixed;
	top: 10px;
}
	
	h1 {
		margin: 0 0 0 20px;
		font-size: 2.8em;
		font-weight: normal;
		}
		
		h1 a, h1:visited { color: #fff; text-decoration: none; }
		
	.description {
		margin: 0 0 0 35px;
		color: #fff;
		font-size: 1.2em;
		}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		TOP BAR
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		CONTENT
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#content {
	width: 527px;
	margin: 0 auto;
	text-align: left;
	padding: 20px 0 200px;
	}

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POSTS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.post {
	padding: 28px 0 20px 0;
	}
		
	.post h2 {
		font-size: 1.9em;
		font-weight: normal;
		color: #006699;
		margin: -10px 20px 0 30px;
		}
		
		.post h2.single { margin: -10px 20px 12px 30px; }
			
			.post h2 a:hover { color: #0099CC; }
			
	.post .data {
		font-size: 1em;
		font-weight: normal;
		color: #006699;
		margin: 0 20px 15px 50px;
		}
		
		.post h3 {
			font-size: 1.3em;
			font-weight: normal;
			color: #003399;
			margin: 25px 20px -10px 0;
			}
			
			#content>.post h3 { margin-bottom: 8px; } /* FF Specific */

	.entry {
		width: 426px;
		margin: 0 auto;
		font-size: 0.8em;
		}
		
		.postmetadata {
			width: 406px;
			margin: 25px auto 15px auto;
			border-top: 1px solid #E5E5E5;
			border-bottom: 1px solid #E5E5E5;
			background: transparent url(http://bouwjaar78.com/wp-content/themes/bouwjaar78-wptheme/images/dingetje.png);
			text-align: center;
			font-size: 0.9em;
			padding: 8px 10px;
	border-width: 0;
	height: 60px;
}
			
			.postmetadata#single { margin: 0 auto 30px auto; }
			
			.postmetadata small { font-size: 0.8em; }			
			
				

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		POST PARAPHERNALIA
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

		blockquote {
			margin: 10px 0 10px 30px;
			padding: 0 0 0 5px;
			border-left: 3px solid #4C8EDA;
			color: #666;
			}
		
		.post ul {
			margin: 10px 0 ;
			padding: 0 0 0 37px;
			}
		
		.post a:hover { color: #0099CC; }
		
		

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		NAVIGATION
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
.navigation {
	background: #f0d3d4;
	width: 447px;
	height: 18px;
	margin: 0 auto;
	font-size: 0.8em;
	padding: 8px 40px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	}
	
	.alignleft {
		float: left;
		text-align: left;
		}
	
	.alignright {
		float: right;
		text-align: right;
		}
	
	
	
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		COMMENTS and COMMENT FORM
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

#commentformarea {
	width: 507px;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	background: #F5F5F5;
	margin: 0 auto 8px auto;
	padding: 8px 10px;
	}
	
	#commentform {
		margin: 15px 0 10px 40px;
		}
	
	#commentformarea h3 {
		font-size: 1.3em;
		font-weight: normal;
		color: #006699;
		margin: 10px 0 15px 20px;
		}
		
		#commentform p { margin: 0 0 3px 0;	}
		
		#commentform input, #commentform textarea {
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 3px;
			font-family: Verdana, Geneva, Helvetica, Arial, sans-serif;
			font-size: 0.8em;
			}
			
			#commentform textarea { width: 420px; }
			
			#commentform input#submit {
				font-family: Georgia, "Book Antiqua", "Souvenir Lt BT", "Times New Roman", serif;
				width: 130px;
				color: #006699;
				}
				
		h4 {
			margin: 25px 0 20px 0;
			text-align: center;
			font-weight: normal;
			color: #006699;
			}
	
	ol.commentlist {
		width: 426px;
		list-style: none;
		margin: 0 auto 60px auto;
		padding: 0;
		font-size: 0.9em;
		}
		
		ol.commentlist li {
			margin: 0 0 20px 0;
			padding: 20px 0 0 0;
			border-top: 1px solid #ABCAD9;
			}
		
			ol.commentlist p.await_mod {
				color: #f00;
				margin: 0 0 8px 0;
				}
		
				ol.commentlist p { margin: 0 0 10px 0; }
				
					ol.commentlist span.cmntmeta { color: #006699; }
				


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SEARCH AND ARCHIVES
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.sanda h2 {
	font-size: 1.9em;
	font-weight: normal;
	color: #006699;
	margin: 35px 0 0 0;
	text-align: center;
	}
	
	.sanda>h2 { margin: 15px 0 0 0; } /* FF Specific */
	
		.sanda h3 { margin: 0 40px 15px 40px; }



/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		SIDEBAR (aka the area where sidebar things go that is actually on the bottom)
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

ul#sidebar {
	width: 527px;
	margin: 8px auto 0 auto;
	background: #F5F5F5;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	padding: 0 0 25px 0;
	}
	
	#wrapper>#sidebar { padding: 15px 0 25px 0; } /* FF Specific */
	
		#sidebar_wrapper {
			width: 467px;
			margin: 15px 15px 0 45px;
			padding: 0 0 -20px 0;
			}
			
			#sidebar>#sidebar_wrapper { margin-top: 0; } /* FF Specific */
		
		ul#sidebar li, ul#sidebar li ul, ul#sidebar li ul li {
			margin: 0;
			padding: 0;
			list-style: none;
			text-align: left;
			}
		
		#sidebar li h2 { 
			margin: 0;
			color: #4796E9;
			font-weight: normal;
			font-size: 1.6em;
			width: 140px;
			}
			
			ul#sidebar li {
				width: 150px;
				float: left;
				margin: 0 0 15px 0;
				padding: 0;
				}
		
				ul#sidebar li ul {
					width: 135px;
					padding: 5px 0 15px 10px;
					}
					
					ul#sidebar li ul li { width: 130px;	}
		
		input#s {
			width: 440px;
			margin: 0 13px -20px 0;
			border: 1px solid #A7A6AA;
			background: #fff;
			padding: 4px 0;
			color: #ccc;
			text-align: center;
			}
			
			div>input#s { margin-bottom: 0; margin-top: 15px; } /* FF Specific */
			
			

/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FEED ICONS
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.feedicon {
	width: 20px;
	height: 20px;
	}


/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
		FOOTER
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
	
	#footer p {
		margin: 0 0 15px 0;
		padding: 15px 0 0 0;
		font-size: 0.7em;
		color: #000;
		}

#footer {
	background: url(http://bouwjaar78.com/wp-content/themes/daydream/images/bj78_fg.png);
	left: 0;
	bottom: 0;
	width: 100%;
	height: 233px;
	position: fixed;
}

#daan {
	clear: both;
	position: fixed;
	background: transparent;
	right: 70px;
	z-index: 1;
	bottom: 0;
}
		
		#wrapper>#footer p { margin: 0; padding: 15px 0 15px 0; } /* FF Specific */
			

#Table_01 {
	position:absolute;
	left:0px;
	top:0px;
	width:884px;
	height:233px;
}

#menu-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:884px;
	height:49px;
}

#menu-02 {
	position:absolute;
	left:0px;
	top:49px;
	width:224px;
	height:113px;
}

#menu-Knop-4 {
	position:absolute;
	left:224px;
	top:49px;
	width:93px;
	height:93px;
}

#menu-04 {
	position:absolute;
	left:317px;
	top:49px;
	width:567px;
	height:51px;
}

#menu-05 {
	position:absolute;
	left:317px;
	top:100px;
	width:137px;
	height:50px;
}

#menu-Knop {
	position:absolute;
	left:454px;
	top:100px;
	width:85px;
	height:85px;
}

#menu-07 {
	position:absolute;
	left:539px;
	top:100px;
	width:345px;
	height:14px;
}

#menu-08 {
	position:absolute;
	left:539px;
	top:114px;
	width:258px;
	height:119px;
}

#menu-Knop-6 {
	position:absolute;
	left:797px;
	top:114px;
	width:62px;
	height:62px;
}

#menu-10 {
	position:absolute;
	left:859px;
	top:114px;
	width:25px;
	height:119px;
}

#menu-11 {
	position:absolute;
	left:224px;
	top:142px;
	width:93px;
	height:8px;
}

#menu-12 {
	position:absolute;
	left:224px;
	top:150px;
	width:83px;
	height:83px;
}

#menu-Knop-copy {
	position:absolute;
	left:307px;
	top:150px;
	width:80px;
	height:80px;
}

#menu-14 {
	position:absolute;
	left:387px;
	top:150px;
	width:67px;
	height:83px;
}

#menu-15 {
	position:absolute;
	left:0px;
	top:162px;
	width:40px;
	height:71px;
}

#menu-Knop020 {
	position:absolute;
	left:40px;
	top:162px;
	width:71px;
	height:71px;
}

#menu-17 {
	position:absolute;
	left:111px;
	top:162px;
	width:113px;
	height:71px;
}

#menu-18 {
	position:absolute;
	left:797px;
	top:176px;
	width:62px;
	height:57px;
}

#menu-19 {
	position:absolute;
	left:454px;
	top:185px;
	width:85px;
	height:48px;
}

#menu-20 {
	position:absolute;
	left:307px;
	top:230px;
	width:80px;
	height:3px;
}
			
			
/* 	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++		
		Thanks very much for downloading Day Dream. Jim Whimpey, fightingfriends.com
	++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
		