/* @override http://hoofdruimte.nl/wp-content/themes/hoofdruimte/style.css */

/*
Theme Name: Hoofdruimte 2008
Theme URI: http://www.danalog.nl
Description: Het thema voor hoofdruimte.nl
Version: 0.1
Author: Daan Kortenbach, Martine van der Wal, Branko Collin
Author URI: http://www.danalog.nl
Tags: fixed width, two columns, widgets
*/

/* 
	colours
	------- 
	white: #fffff;
	brown 1: #665644
	brown 2: #837666
	green: #76ff00

*/



/* generics - elements */

body, div, td, th {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background: #fff url(images/bg.jpg) top center no-repeat fixed;
	text-align: center; /* MSIE hack */
}

body, div, p, td, th, li, address, ins, del, caption {
	font-size: 12px;
}

body, div, p, td, th, li, address, ins, del, a {
	font-family: Courier New, courier, sans-serif; 
	color: #4f463c;
}

h1, h2, h3, h4, h5, h6, caption,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, caption a {
	font-family: sans-serif;
	color: #665644;
	text-decoration: none;
}

a {
	color: #67db03;
}

a img {
	border: none;
}



/* generics - classes */

.inner {
	padding: 16px 16px 4px 16px; 
}

.clear {
	clear: both;
}

.empty {
	font-size: 1px;
	line-height: 1px;
}

.hsep {
	background: transparent url(images/line-horizontal.png) repeat-x top left;
}



/* structure */

div#page {
	width: 877px;
	margin: 0px auto;
	text-align: left;
	background: transparent url(images/bg-content.png) repeat-y;
	color: #665644;
	overflow: hidden;
	zoom: 1;
}

div#main {
	background: transparent url(images/line-vertical-main.png) -112px 0 repeat-y;
	width: 763px;
	float: left;
}

div#content {
	width: 462px;
	float: left;
	/* background: transparent url(images/line-vertical.png) top right repeat-y; */
}

div#sidebar {
	width: 293px;
	float: right;
}

div#contactcontainer {
	background: transparent url(images/line-vertical.png) top left repeat-y;
	float: right;
	width: 252px;
	height: 53px;
}

div#header, 
div#header2 {
	float: left;
	width: 112px;
}
#header .logo {
	padding: 22px 0px 0px 52px;
}

#header2 .tagline {
	padding: 22px 0px 0px 76px;
}

div#footer {
	clear: both;
}

div#headroom {
	background: transparent url(images/line-horizontal.png) repeat-x bottom left;
	float: left;
	height: 235px;
	width: 752px;
}

div#menumain {
	width: 752px;
	height: 53px;
	line-height: 53px;
	background: transparent url(images/line-horizontal.png) repeat-x bottom left;
	float: left;
}
#menumain .inner {
	padding: 0px 16px;
}

div#tags {
	width: 752px;
	height: 145px;
	/* background: transparent url(images/line-horizontal.png) repeat-x bottom left; */
	text-align: center;
	float: left;
}
#tags a {
	text-decoration: none;
	color: #837666;
	font-family: arial, sans-serif;
	font-weight: bold;
}
#tags a:hover {
	color: #67db03;
}

#sidebar .inner {
	padding: 16px 29px 4px 3px;
}


/* menus */

.menu a,
#sidebar a {
	color: #665644;
	text-decoration: none;
}

.menu a:hover,
#sidebar a:hover {
	color: #76ff00;
}

.menu li.current_page_item a {
	color: #67db03;
	font-weight: bold;
} 

#sidebar li {
	display: block;
}

.menu ul,
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.menu h2 {
	display: none;
}

.menu li {
	display: inline;	
}

#menumain li {
	padding-right: 12px;
}

#contact li {
	padding-left: 4px;
}


/* sidebar */

input#s {
	background: #fff url(images/magnifying_glass.png) no-repeat;
	border: 2px solid #e0deda;
	padding-left: 20px;
}

#sidebar .inner {
	padding: 0px;
}




/* content */

.post h2, #sidebar h2 {
	text-transform: uppercase;
	font-size: 12px;
}

/* widgets */

li.widget {
	padding: 16px;
	margin: 0px 13px 0px 0px;
	background: url(images/line-horizontal.png) repeat-x bottom left;
}

.entry{
	padding-bottom: 10px;
}
#webontwikkelaar{
	overflow: hidden;
	text-indent: -2000px;
	border: 0;
	text-decoration: none;
}
