/*  
Theme Name: struikrovert
Theme URI: http://www.struikrovers.nl/
Description: Het meer dan geweldige Struikrovers theme.
Version: 0.9
Author: unleaded
Author URI: http://www.unleaded.nl/
Struikrovers main CSS
* a project by unleaded (http://www.unleaded.nl) *
*/

* {
padding:0;
margin:0;
border:0;
}

body {
	margin: 0px;
	background: #000 url(pix/bg.jpg) top left repeat-x;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica;
	font-smooth: never;
}

h1 {
	font-size: 18px;
	color: #711510;
}
h1 a {
	color: #711510;
	text-decoration: none;
}

.bor {
	border: 1px solid #627939;
}

#wrap {
	width: 100%;
	height: 100%;
	margin: 0;
	position:absolute;
}

#page-wrap { 
	height: 100%;
	max-width: 960px;
	min-width: 960px;
	margin: 0 auto;
	margin-top: 0px;
	position: relative; 
	text-align:left;
	background: url(pix/header.png) no-repeat -10px 125px;
}

#flag {
	position: absolute;
	height: 45px;
	width: 8px;
	background: url(pix/flag.gif) no-repeat;
	top: 333px;
	left: -8px;
}

#header1 {
	height: 125px;
	width: 960px;
}
		/* Zoek kader */
		#search {
			position: absolute;
			float: right;
			width: 302px;
			height: 42px;
			top: 18px;
			right: 10px;
			background: url(pix/zoek.png) no-repeat;
		}
			#search form {
				margin: 0;
			}
			#search .zoek {
				border: 0;
				height: 20px;
				width: 219px;
				margin: 8px 0 0 15px;
			}
			#search .button {
				border: 0;
				height: 32px;
				width: 38px;
				margin: 5px 0 0 10px;
			}

#header2 {
	height: 280px;
	width: 960px;
	position: absolute;
	top:125px;
	left:0px;
}
	#header2 .txt {
		margin-left: 30px;
		margin-top:214px;
		*margin-top:212px;
		font-size: 18pt;
	}

/* positioning menu */
#menuwrapper {
	background: url(pix/bg_menu.png) no-repeat;
	width: 440px;
	padding-left: 14px;
	position: absolute;
	top:94px;
	left:200px;
}

/* MENU */
		ul.cssmenu {
			list-style: none;
			padding: 0px;
			margin: 0px;
			}
		
		.displace {
			position: absolute;
			left: -5000px;
			}
		
		ul.cssmenu li {
			float: left;
			}
		
		ul.cssmenu li a {
			display: block;
			width: 81px;
			height: 32px;
			background-image: url(pix/menu.png);
			}
		
		/*
		*	Normal Links
		*/
		ul.cssmenu li.home a {
			background-position: 0 0;
			}
		
		ul.cssmenu li.nieuws a {
			background-position: -81px 0;
			}
		
		ul.cssmenu li.shop a {
			background-position: -162px 0;
			}
		
		ul.cssmenu li.colofon a {
			background-position: -243px 0;
			}
			
		ul.cssmenu li.contact a {
			background-position: -324px 0;
			}
		
		/*
		*	Hover Links
		*/
		ul.cssmenu li.home a:hover {
			background-position: 0 -43px;
			}
		
		ul.cssmenu li.nieuws a:hover {
			background-position: -81px -43px;
			}
			
		ul.cssmenu li.shop a:hover {
			background-position: -162px -43px;
			}
			
		ul.cssmenu li.colofon a:hover {
			background-position: -243px -43px;
			}
			
		ul.cssmenu li.contact a:hover {
			background-position: -324px -43px;
			}
		
		/*
		*	Selected/Active Links
		*/
		ul.cssmenu li.home a.selected {
			background-position: 0 -86px;
			}
		
		ul.cssmenu li.nieuws a.selected {
			background-position: -81px -86px;
			}
		
		ul.cssmenu li.shop a.selected {
			background-position: -162px -86px;
			}
			
		ul.cssmenu li.colofon a.selected {
			background-position: -243px -86px;
			}
			
		ul.cssmenu li.contact a.selected {
			background-position: -324px -86px;
			}
		

/* main text column */
#main {
	position: absolute;
	float: left;
	left: 0px;
	top: 403px;
}
	#main #top {
		height: 20px;
		background: url(pix/main_top.png) no-repeat;
		width: 642px;
		line-height: 0px;
	}
	#main #txt {
	width: 592px;
	background: url(pix/main_bg.png) left top repeat-y;
	padding: 20px 25px 20px 25px;
	font-size: 13px;
	min-height: 395px;
	}
		#main #txt p {
			margin: 3px 0 0 3px;
		}
		#main #txt #arch {
			padding: 10px 0 0 15px;
		}
		#main #pic {
			float: left;
			background-color: #FFF;
			width: 166px;
			height: 166px;
			border: solid 1px #bfc2b7;
			margin: 0 15px 0px 0;
			padding: 2.5px;
		}
		#main #bor {
			height: 1px;
			border-top: 1px dashed #627939;
			width: 100%;
			margin: 10px 0 10px 0;
		}
		#main #posted {
			margin: 15px 0 15px 0;
			background-color: #cfdeb4;
			padding: 5px;
			height: 15px;
			font-size: 11px;
			line-height: 15px;
		}
		#main h1 {
			font-style: italic;
			text-transform: uppercase;
		}
	#main #bottom {
		height: 18px;
		background: url(pix/main_bottom.png) no-repeat;
		width: 642px;
		line-height: 0px;
	}
	
/* Comments & comments-form */
	#respond textarea {
		width: 540px;
	}
	.commentlist {
		margin: 10px 20px 5px 25px;
		background: #cfdeb4;
		padding: 10px;
	}
	.commentlist li {
		border-bottom: dashed 1px #627939;
		margin-bottom: 6px;
	}


/* sidebar */
#sidebar {
	position: absolute;
	width: 302px;
	right: 10px;
	top: 72px;
	line-height: 0px;
}
	#sidebar #bg {
		position: relative; 
		margin: 0px;
		background: url(pix/sidebar_bg.png) repeat-y;
		padding: 0 0 0 10px;
		line-height: 0px;
		float: left;
	}
	#sb_inner {
		float: left;
		width: 258px;
		line-height: 18px;
		background-color: #a9b592;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #c2cbb2;
		padding: 15px 10px 15px 10px;
		margin: 0 0 10px 0;
	}
		#sb_inner a {
			color: #000;
			text-decoration: none;
		}
		#sb_inner .pic {
			border: 0px;
			margin-right: 10px;
		}	
	#sb_inner_left {
		margin: 0 0 10px 0;
		width: 123px;
		float: left;
		line-height: 18px;
		background-color: #a9b592;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #c2cbb2;
		padding: 5px 5px 5px 5px;
	}
	#sb_inner_right {
		margin: 0 12px 0 0;
		float: right;
		width: 123px;
		line-height: 18px;
		background-color: #a9b592;
		-moz-border-radius: 7px;
		-webkit-border-radius: 7px;
		border: 1px solid #c2cbb2;
		padding: 5px 5px 5px 5px;
	}
		#sb_inner li  {
			width: 258px;
			height: 36px;
			border-top: 1px dashed #c3cbb3;
			width: 258px;
			height: 36px;
			line-height: 36px;
			text-indent: 25px;
			font-size: 18px;
			font-style: italic;
			list-style: none;
		}
		li.rubrieken2  {
			line-height: 0px;
		}
