/*
Theme Name: bienavous
Theme URI: http://www.bienavous.be
Description: The first theme created by Matthieu Collet.
Version: 0.1
Author: Matthieu Collet

*/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	}

a {
	color:black;
	}

#menu {
	position:absolute;
	top:12px;
	left:21px;
	height:21px;
	font-size:11px;
	font-weight:normal;
	background-color: white;
	color:black;
	z-index:110;
	}
#menu a {
	color:black;
	text-decoration:none;
	}
	
#menu a:hover {
	color:black;
	text-decoration:underline;
	}


#page {
	margin-left:21px;
	margin-top:38px;
	}

#header {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	position:relative;
	height:200px;
	width:326px;
	background-color:#00A0C6;
	color:white;
	margin-right:42px;
	padding:5px;
	}

#search {
	position:absolute;
	bottom:15px;
	left:5px;
	}


.box_bottom {
	position:absolute;
	bottom:5px;
	}

.sidebar {
	display:block;
	position:absolute;
	top:290px;
	left:21px;
	width:326px;
	height:201px;
	background-color:#00A0C6;
	padding:5px;
	padding-bottom:15px;
	}
	
	
.sidebar a {
	color:white;
	}

.sidebar ul {
	margin:0px;
	padding:0px;
	}

.sidebar li {
	margin:0px;
	padding:0px;
	}


#footer {
	position:absolute;
	top:552px;
	left:21px;
	background-color:#00A0C6;
	color:white;
	width:326px;
	height:201px;
	margin-bottom:21px;
	padding:5px;
	}
	
#footer a {
	color:white;
	line-height:17px;
	}
	
#footer h2 {
	color:white;
	}
	
#content {
	float: left;
	width: 336px;
	margin-right:42px;
	}

.post_content {
	margin-bottom:45px;
	}

	
h1 {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	color:white;
	font-size:24px;
	}

h1 a {
	color:white;
	text-decoration:none;
	}
	
h1 a:hover {
	color:black;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:#00A0C6;
	margin:0px;
	margin-bottom:2px;
	font-size:24px;
	line-height:26px;
	}

h3 {
	margin:0px;
	margin-bottom:2px;
	font-size:16px;
	line-height:16px;
	color:#00A0C6;
	font-weight:bold;
	}

h5 {
	margin:0px;
	margin-bottom:2px;
	font-size:11px;
	color:#00A0C6;
	font-weight:bold;
	}

.sidebar h2 {
	color:white;
	margin-bottom:4px;
	}
	
.postmetadata {
	margin:0px;
	margin-bottom:14px;
	color:#666666;
	}	

.wp-caption-text {
	margin-top:3px;
	margin-bottom:14px;
	color:#666666;
	}	

.postmetadata a {
	color:#666666;
	}	
	
h2 a {
	color:#00A0C6;
	text-decoration:none;
	}

h2 a:hover {
	color:black;
	}


.sidebar li {	
	list-style:disc;
	display:inline;
	color:white;
	}

input {
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	}

input.text {
	width:336px;
	}
		
textarea {
	width:324px;
	height:150px;
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:5px;
	}
	
img {
	border-style:none;
	}
	
hr {
	border-style:solid;
	border-width:1px;
	border-color:#00A0C6;
	margin-top:25px;
	}
	
.rss_link {
	text-decoration:none;
	}
.rss_link:hover {
	text-decoration:underline;
	}
.rss_link img {
	margin-bottom:-3px;
	}
	
.commentmetadata a {
	color:black;
	text-decoration:none;
	}

.commentmetadata a:hover {
	text-decoration:underline;
	}


.comment_content p {
	color:black;
	padding:5px;
	border-style:solid;
	border-width:1px;
	border-color:#999999;
	}
		
.Matthieu p {
	border-style:solid;
	border-width:1px;
	border-color:#00A0C6;
	padding:5px;
	}

.navigation {
	width:100%;
	}	

.navigation td {
	vertical-align:top;
	}

ul.rss_link {
	margin:0px;
	padding:0px;
	padding-left:15px;
	margin-top:5px;
	}	

.rss_link li {
	list-style:disc;
	color:#00A0C6;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	}
	
.rss_link li a {
	}

.floatleft {
	float:left;
	padding-right:4px;
	}	
