/**
Theme Name: BRUNOH
Theme URI: http://www.brunoh.be
Version: 1.0
*/

html {
	overflow-y: scroll;
	font-family: Verdana, Arial, sans-serif;
	font-size: .80em;
}
body {
	margin: 0;
	padding: 0;
	background: url(images/body.png) repeat-y top center;
}
#canvas {
	background: url(images/canvas.png) no-repeat top center;
}
#canvas .inner {
	width: 960px;
	margin: 0 auto;
}
a:link, a:visited, a:hover, a:active {
	color: #6E9726;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a.more-link {
	color: #F90;
}

/**
Header
*/
#header {
	margin: 0;
	height: 334px;
	background: url(images/header.png) repeat-y top center;
	overflow: hidden;
}
#header .inner {
	position: relative;
	width: 960px;
	margin: 0 auto;
}
#header h1, #header h4 {
	text-indent: -99999px;
	margin: 0;
}
#header h1 a, #header h4 a {
	display: block;
	height: 250px;
}
#lang_sel_list {
	position: absolute;
	bottom: -60px;
	right: 23px;
	width: auto;
}
#lang_sel_list ul {
	border: none;
	width: auto;
}
#lang_sel_list li {
	float: left;
	width: auto;
}
#lang_sel_list li a, #lang_sel_list li a.lang_sel_sel, #lang_sel_list li a.lang_sel_other {
	border: none;
	background: none;
}

/**
Nav and Subnav
*/
#nav, #subNav {
	list-style: none;
	padding: 0;
	margin: 0;
}

#subNav {
	margin-top: 10px;
}
#nav li, #subNav li {
	display: inline;
	padding: 0 10px 0 0;
}
.current_page_item a, .current_page_parent a {
	text-decoration: none;
}
.current_page_item a:hover, .current_page_parent a:hover {
	text-decoration: underline;
}

/**
Main content
*/
#primaryContent {
	width: 720px;
	margin-left: 20px;
	padding: 0 10px;
	float: left;
}
#primaryContent h1,
#primaryContent h2 {
	margin: 0;
}
#primaryContent h1.pageTitle {
	margin-bottom: 30px;
}
#primaryContent h1.postTitle, #primaryContent h2.postTitle {
	font-size: 22px;
}
#primaryContent h1.pageTitle a, #primaryContent h1.postTitle a, #primaryContent h2.postTitle a {
	color: #1C2C00;
	text-decoration: none;
}
#primaryContent h3 {
	padding: 0;
	margin: 10px 0 0 0;
}
ol#posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.subposts {
/* 	margin-left: 100px !important; */
}
li.postWrapper, div.postWrapper {
	margin-bottom: 50px;
}
.postWrapper img {
}
.post {
	clear: both;
}
.postThumb {
	float: left;
	margin: 0 10px 10px 0;
	width: 75px;
	height: 75px;
	overflow: hidden;
}
p.postMeta {
}
#pagination {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#pagination li {
	display: inlne;
}
#pagination .previous {
	text-align: left;
	float: left;
}
#pagination .future {
	text-align: right;
	float: right;
}

/**
Sidebar
*/
#menu {
	width: 200px;
	float: left;
}
#menu ul {
	list-style: none;
	margin: 0 0 0 -20px;
	padding: 10px;
	background: url(images/menu.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#menu ul ul {
	margin: 0;
	padding: 0 0 0 20px;
	background: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#menu li {
	color: #000;
	line-height: 200%;
}
#menu li a {
	color: #000;
	text-transform: uppercase;
}
#menu li.current-cat >a, #menu li.current_page_item >a {
	font-weight: bold;
}


p.copyright {
	clear: both;
	text-align: center;
	font-size: 10px;
	color: #95CC3D;
	padding: 20px 0;
}
#footer {
	clear: both;
	font-size: 80%;
}
.skip, .noCss {
	position: absolute;
	left: -9999px;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}