/*
Theme Name: Villa Beaudine
Theme URI: http://villabeaudine.nl/
Description: Theme for Villa beaudine
Version: 1.0
Author: Remi Vledder
Author URI: http://terra-preta.nl/
*/


*	{
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

body {
	background-image:url('images/tile2.gif');
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	}

h1 {
	font-size:16px;
	color:#333;
	margin-bottom:1em;
	clear:left;
	font-weight: 100;
	}

h2 {
	font-size:12px;
	color:#333;
	margin-bottom:1em;
	clear:left;
	font-weight: 100;
	}

p {
	font-size:12px;
	color:#9b9c9d;
	margin-bottom:1em;
	font-weight: 100;
	line-height: 20px;
	}
	
strong {
	color:#000;
	font-weight:normal;
	}

div#container {
	margin:0px auto;
	width:900px;
	height:100%;
	min-height:100%;
	}

	div#image {
		position:absolute;
		width:900px;
		height:555px;
		z-index:1;
		margin-top:-1px;
		}

		/* dit is het alternatieve plaatje voor de posts */
		
		div#image_alt {
			position:absolute;
			width:900px;
			height:555px;
			z-index:1;
			margin-top:-1px;
			background-image:url('images/villa.jpg');
			background-repeat:no-repeat;
			}

	div#head {
		margin-top:9px;
		width:900px;
		height:106px;
		background-color:#fff;
		position:absolute;
		z-index:999;
		}
	
		div#logo {
			height:105px;
			width:260px;
			background-color:#fff;
			background-image:url('images/logo.gif');
			background-repeat:no-repeat;
			position:relative;
			float:left;
			margin-left:20px;
			}
	
		div#hornav {
			height:105px;
			width:600px;
			position:relative;
			float:left;
			}
	
			div#hornav ul {
				list-style-type:none;
				margin:50px 0 0 20px;
				height:50px;
				}
	
			div#hornav ul li {
				position:relative;
				float:left;
				margin-right:18px;
				}
			
				div#hornav ul li a {
					font-family:Verdana, Geneva, sans-serif;
					color:#9b9c9d;
					font-size:12px;
					text-decoration:none;
					}
				
				div#hornav ul li a:hover {		
					color:#000;
					} 			
	
	div#middle {
		width:840px;
		margin-left:30px;
		min-height:358px;
		background-image:url('images/tile1.gif');
		background-repeat: repeat-x;
		background-color:#ececec;
		position:absolute;
		z-index:999;
		margin-top:450px;
		}
		
		div#pagetext {
			width:800px;
			margin:20px 20px 0 20px;
			}
			
			div#inleiding {
				width:450px;
				float:left;
				position:relative;
				}
				
			div#inleiding p {
				line-height: 22px;
				font-size: 14px;
				}
			
			div#sideimage {
				width:290px;
				height:225px;
				float:right;
				position:relative;
				border:5px solid #333;
				}
		
		div#content {
			width:480px;
			min-height:348px;
			position:relative;
			float:left;
			margin:10px 20px 0 20px;
			}
			
			/* --- Post Styling --- */

				div.en {
					width:480px;
					height:28px;
					float:left;
					position:relative;
					background-image:url('images/en.png');
					background-repeat:no-repeat;
					background-position:center;
					}

			
				ul.leesverder {
					list-style-type:none;
					}
			
				ul.leesverder li {
					font-size:12px;
					}
			
				ul.leesverder li a {
					color:#333;
					float:right;
					margin-right:30px;
					}
				
				ul.leesverder li a:hover {
					color:#333;
					text-decoration:none;
					}	

			/* --- einde post styling --- */

		div#sidebar {
			width:300px;
			min-height:100px;
			margin-top:20px;
			position:relative;
			float:right;	
			}
				
			div#sidebar ul {
				list-style-type:none;
				}
				
			div#sidebar ul li {}
			
			div#sidebar ul li a {
				text-decoration:none;
				color:#9b9c9d;
				}
			
			div#sidebar ul li a:hover {
				text-decoration:underline;
				color:#333;
				}

/* --- link naar de TP site --- */

#poweredby {	
	margin-top: 50px;
	float: right;
	bottom: 10px;
	width:800px;
	position:relative;
	text-align:center;
	
	}

	div#logotp a {
		width:100px;
		height:30px;
		display:block;
		position:relative;
		float:right;
		margin-left:10px;
		background-image:url('images/terrapretalogozw.jpg');
		background-repeat:no-repeat;
		background-position:right;
		margin-right: -170px;
		}

	div#logotp a:hover {
		background-image:url('images/terrapretalogoclr.jpg');
		background-repeat:no-repeat;
		background-position:right;
		}
	
	p.poweredby { 
		font-size:10px;
		margin-top:7px;
		position:relative;
		float:right;
		margin-right: 150px;
		}


	p.poweredby a {
		text-decoration:none;
		color:#656565;
		}
	
	p.poweredby a:hover {
		color:#000;
		}
