/*  
Theme Name: My Weblog
Theme URI: http://paardenschilderingen.nl
Description: Your theme
Version: 1
Author: You
Author URI: http://binarybonsai.com/

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.

	Have fun, and don't be afraid to contact me if you have questions.
*/



body
{
	font-size:12px;
	background: #444444;
	background-image: url(http://laura.kijkeensnaarhetvogeltje.nl/background.jpg);
	color: #FFFFFF;
	font-family: "Avant Garde","Century Gothic", "Avant Garde","Century Gothic", Helvetica, Tahoma, Geneva, sans-serif;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Bookman, serif; 
	font-family: "Georgia","Verdana","Garamond", serif; 	
	text-align: center;

}

img.alignright
{
	float:right;
	margin: 0px 0px 10px 10px	
}

img.alignleft
{
	float:left;
	margin: 0px 10px 10px 0px	
}

div.navigation
{
	float:left;
	width:100%;
}

div.post
{
	float:left;
}

div.post img
{
	float:left;
	margin: 0px 10px 10px 0px		
}

p.postmetadata
{
	float:left;
}

div#page
{
	background: #222222;
	width:800px;
	color: #FFFFFF;
	text-align: left;
	margin: 10px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
}
div#menu
{
#	background: #444444;
	width:800px;
	color: #FFFFFF;
	text-align: left;
	margin: 10px;
	padding: 0px;
	border-width: 0px;
	font-family: "Avant Garde","Century Gothic", Helvetica, Tahoma, Geneva, sans-serif;
	font-weight:bolder;
}

div#menu a
{
	text-decoration: none;
}

div#menu a:hover
{
	text-decoration: underline;
}

div#footer
{
#	background: #444444;
	color: #000000;
	width: 800px;
	text-align: right;
	margin: 10px;
	padding: 0px;
	border-width: 0px;
	font-family: "Avant Garde","Century Gothic", Helvetica, Tahoma, Geneva, sans-serif;
	font-size:12px;
}

div#footer a
{
	text-decoration: none;
}


div#title
{
	background: #444444;
	line-height:normal;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 200px;
	position: relative;
	overflow:hidden;
}

div#title font.head
{
	font-size:50px;
	font-family: "Avant Garde","Century Gothic", Helvetica, Tahoma, Geneva, sans-serif;
	font-weight:bolder;
}

div#title a
{
	text-decoration: none;
}

div#title font.sub
{
	font-size:16px;
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Bookman, serif; 
	font-family: "Georgia","Verdana","Garamond", serif; 	
}

div.titleback
{
	position: absolute;
	z-index:4;
		padding: 10px 10px 10px 10px;
	color: #000000;
}

div#titlefront
{
	position: absolute;
		padding: 10px 10px 10px 10px;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	z-index:5;
}

div.bannerpicture
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:800px;
	margin: 0px;
	padding: 0px;
	z-index:3;
}
div.bannerpicture img
{
	width: 100%;
}

div#content
{
	font-family: "Palatino Linotype", Palatino, "Book Antiqua", Bookman, serif; 
	font-family: "Georgia","Verdana","Garamond", serif; 	
	text-align: justify;
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;	
	font-size: 16px;
}
div#content h1
{
	font-size: 18px;
	font-weight: bolder;
}

div#content table, tr, td
{
	vertical-align: top;
}

td#innersidebar
{
	width: 250px;
	padding: 10px 0 0 10px;
}

div#sidebar
{
	float:right;
	display: inline;
	text-align:left;
	padding: 0px 0px 0px 10px;	
	font-size: 12px;	
	font-family: "Avant Garde","Century Gothic", Helvetica, Tahoma, Geneva, sans-serif;
	margin: 0px 0px 0px 0px;			
	padding: 0px 10px 0px 10px;		
}

a
{
	color: #FFFFFF;
}