/*
Theme Name: Loksbergsebikers Wordpress Theme
Theme URI: http://www.loksbergsebikers.be/
Version: 1.0
Description: 2 Column theme
Author: Edwin Put
Author URI: http://www.edwinsdesignlab.be/
*/
* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: Arial;
	color: #312823;
	font-size: 13px;
	line-height:200%;
	margin:0;
	padding:0;
	background-position:top;
	background-repeat:repeat-x;
	text-align:center;
	background-position:top;
	background-repeat:repeat-x;
	background-image:url(images/bghead.jpg);
	}
h1, h1 a, h1 a:hover{
	color:#01319;
	font-size:25px;
	font-weight:normal;
	margin-top:4px;
	margin-bottom:12px;
	border-bottom:1px solid #cbdae5;
	}
h2{ background-image: url(images/list.jpg);
	background-color:#fff;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	
	padding:3px 0 3px 32px;
	}
a{
	color:#008d9e;
	text-decoration:none;
	}
a:hover{
	color:#000;
	}
a img {
	border:none;
	}
ul {
list-style: square inside;
} 
ol { display: list-item;
list-style-type: decimal;
}

#wrapper{
	width:900px;
	margin:0 auto;
	padding:0;
	
	}
#header{
	width:900px;
	margin:0 auto;
	padding:0;
	text-align:left;
	
	}
#logo, #logo a, #logo a:hover {
	font-size:26px;
	color:#C2212D;
	margin-top:12px;
	height: 45px;
	width: 300px;
	}

#searchbox{
	float:right;
	height:25px;
	width:310px;
	margin-top:-38px;
	
	}
.search{
	height:20px;
	width:230px;
	padding: 0px;
	font-size:14px;
	}
.navigation{
	width:900px;
	margin-top:17px;
	}
.navigation ul{
	list-style:none;
	margin:0;
	padding:0;
	border-right: 1px solid #ccc;
	}
.navigation li {
	display:inline;
	padding: 5px 22px 5px 22px;
	font-size:16px;
	font-weight: bold;
	color:#fff;
	border-left: 1px solid #ccc;
	}
.navigation li a{
	display:inline;
	color:#fff;
	text-decoration:none;
	
	}
.navigation li a:hover{
	color:#010319;
	text-decoration:none;
	
	}
#img{
	background-image:url(images/header.jpg);
	margin-left : auto;
	margin-right: auto;
	width:900px;
	height:300px;
	margin-top:16px;
	margin-bottom:10px;
	border: 1px solid #d5e3ee;
	}
#container{
	width:896px;
	margin:0 auto;
	}
#content{
	width:603px;
	background-color:#f0f5f9;
	border:1px solid #d5e3ee;
	float:left;
	text-align:left;
	margin-bottom:12px;
	}
.post{
	padding:10px; 
	}

#sidebar{
	width:280px;
	float:right;
	text-align:left;
	}
#sidebar ul{
	list-style:none;
	line-height:220%;
	background-color:#f0f5f9;
	margin-bottom: 12px;
	}
#sidebar li{
	margin-left:8px;
	border-bottom:1px solid #cbdae5;
	color:#008d9e;
	text-decoration:none;
	padding : 1%;
	margin-right:8px;
	}
#sidebar li a{
	color:#008d9e;
	text-decoration:none;
	}
#sidebar li a:hover{
	color:#000;
	}
#footer, #footer a{
	width:100%;
	clear:both;
	background-image:url(images/bg-footer.jpg);
	height:60px;
	padding-top:14px;
	text-align:center;
	color:#68898d;
	text-decoration:none;
	
	}
#footer { border-top: 3px solid #c2212d; }
#footer a:hover{
	color:#FFF;
	}
.links{
	height:29px;
	border:1px solid #d5e3ee;
	margin-top:12px;
	margin-bottom:15px;
	padding-left:10px;
	padding-right:15px;
	background-color:#fff;
	}
