/*
    Theme Name: Alkmaarse Vogelmarkt 2010
    Theme URI: http://www.alkmaarsevogelmarkt.nl
    Description: Nieuwe lay-out voor de site van 2010
    Version: 1.0
    Author: Renzo Borst
    Author URI: http://www.rbwebdesign.nl/
*/

* {
    margin:0;
    padding:0;
    }

    body {
    background:#e7e7e7;
    color:#000;
    font-family:verdana, arial, helvetica, sans-serif;
    font-size:10pt;
	text-align:center;
    }

    #header {
    width:800px;
    height:312px;
    background-image: url(images/header.jpg);
    }

    #menu {
    width:784px;
    height:auto;
    text-align:center;
    border-bottom:1px solid #000;
    }

    #footer {
    width:800px;
    height:44px;
    clear:both;
    margin:0;
    text-align:center;
    background-image: url(images/bg_footer.png);
	color: #999999;
	font-size:10px;
    } 
	
	#TOPNAV {
	background-image: url(images/bg_content.gif);
	background-repeat:repeat;
	width: 800px;
	padding-left: 35px;
	margin-top: 240px;
    }
	
	#TOPNAV ul{
	background-image: url(images/bg_content.gif);
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	list-style-type: none; 
	margin: 0; 
	}
	
	#TOPNAV li{ 
	background-color: #69abe5; 
	text-align: center;
	width: 120px; 
	height: 30px; 
	float:left; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff 
	}
	
	#TOPNAV li ul{	
	display: inline;	
	}
	
	#TOPNAV a{ 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none	
	}
	
	#TOPNAV a:hover{ 
	background-color: #4382b8; 
	text-align: center; 
	width: 120px; 
	height: 30px; 
	float:left; 
	border-style: solid; 
	border-width: 1px; 
	border-color: #fff 
    }
	
	#content .entry p {
    padding-top: 10px;
	font-size: 1.05em;
	}

	#content .entry, {
    padding-top: 10px;
	line-height: 1.4em;
	}

	#content .postmetadata {}

    #content {
    width:800px;
    height:auto;
    background-image: url(images/bg_content.gif);
	background-repeat:repeat-y;
    padding-top: 10px;
	padding-left:25px;
	padding-bottom: 20px;
	font-size: 1.2em
	line-height: 1.6em;
    }

	.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

	#page {
	background: #ffffff url(images/bg_content.gif);
	text-align: left;
	}

	img.floatrechts {
	padding-right:40px;
	margin: 4px;
	}

	#content .post {	
	margin: 0 0 40px;	
	text-align: justify;  
	padding-right: 45px;
	}
