/*
 Theme Name: SHR
 Theme URI: http://www.shr.nl
 Description: Grid met 2 kolommen
 Version: 1.0
 Author: Nieuwland
 Author URI: http://www.shr.nl
 */
/* ------------------------------------------------------------------*/
/* standard
 /* ------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 78%;
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #525555;
  text-align: center;
  background: #dbdbdb url(images/background_main.png) repeat-x;
}

p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.2em 0;
}

ol, ul {
  font-size: 1em;
  line-height: 1.5em;
  margin: 1.2em 0 1.2em 2em;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  color: #206495;
}

h1, h2 {
  font-size: 1.2em;
}

h3 {
  font-size: 1.0em;
}

h4 {
  font-size: 0.9em;
}

a {
  color: #206495;
  text-decoration: none;
}

a:link {
  color: #206495;
}

a:visited {
  color: #206495;
}

a:hover, a:active {
  color: #6095bd;
}

blockquote {
  margin: 0 20px;
  padding: 0 20px;
  border-left: 4px solid #E8E7D0;
  font-size: 0.9em;
}

code {
  font-family: monospace;
  color: #666;
}

iframe, form, img {
  margin: 0;
  padding: 0;
  border: 0;
}

.small {
  font-size: 0.9em;
  color: #999;
}

.highlight {
  background-color: #ffff99;
}

.wrapper {
  width: 990px;
  padding: 0 10px 0 10px;
  background: url(images/background2.png) repeat-y 0 50%;
  margin: 0 auto;
}

/* ------------------------------------------------------------------*/
/* layout
 /* ------------------------------------------------------------------*/
#container {
  margin-bottom: 0px;
}
#header {
  height: 75px;
  text-align: left;
	z-index: 30;
}
#header .wrapper {
  height: 75px;
}
#header .inner {
  height: 75px;
  background: #a20000 url(images/header_top.png) repeat-x;
}
#title {
  width: 220px;
  margin: 20px 10px;
}
#header h1 a {
  background: url(images/logo.gif) no-repeat;
  display: block;
  height: 62px;
  width: 62px;
}
#header h1 a:hover {
  color: #007e80;
}
#header h2 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  color: #a20000;
}
#searchWrap {
	text-align: right;
	padding: 5px 0px 5px 5px;
	margin-right: 10px;
	width: 225px;
}
	#searchWrap input {
		vertical-align: middle;
	}
	#searchWrap #s {
		font-size: 11px;
		border: 1px solid #BBB;
		padding: 2px;
		margin-right: 3px;
		width: 180px;
	}

#banner {
  height: 175px;
  text-align: left;
}
	#banner .wrapper {
	  height: 175px;
	}
#category {
  background-color: #fff;
  border: 1px solid #ccc;
}
#images {
  position: absolute;
  margin: 0;
  z-index: 10;
}
	#images img {
	  height: 150px;
	  width: 990px;
	}
#overlay {
  position: absolute;
  background: url(images/header_overlay.png) no-repeat;
  height: 173px;
  width: 990px;
  z-index: 11;
}
#logo {
  position: absolute;
  background-color: #fff;
  padding: 3px;
  margin-left: 6px;
  margin-top: 12px;
}
	#logo a {
	  position: absolute;
	  display: block;
	  padding: 3px;
	  height: 111px;
	  width: 100px;
	  z-index: 30;
	}

#middle {

}

#middle .wrapper {
  background: url(images/background2.png) repeat-y 0 50%;
}

#middle .inner {
  background: #fff url(images/stipple.gif) repeat-y 200px 0px;
  padding-top: 15px;
  padding-bottom: 10px;
}

#bottom {
  background-color: #dbdbdb;
}
	#bottom .wrapper {
	  padding-top: 10px;
	  background: url(images/background2.png) repeat-y 0 50%;
	}
	#bottom .inner {
	  background: #A20000 url(images/stipple.gif) repeat-y 200px 0px;
	  height: 60px;
	}
	#bottom a {
	  color: #fff;
	}
#footer {
  background-color: #dbdbdb;
  display: none;
}
	#footer .wrapper {
	  border-top: 1px dotted #bbb;
	  padding-top: 15px;
	  background-color: #A20000;
	  height: 30px;
	}

/* ------------------------------------------------------------------*/
/* navigation
/* ------------------------------------------------------------------*/

#nav {
  width: 979px;
  margin: 0;
  padding: 10px 10px 5px 0;
  text-align: right;
}
	#header #nav {
	  padding: 10px 10px 2px 0;
	  color: #fff;
	}
	#nav ul {
	  padding: 0;
	  margin: 0;
	  text-align: right;
	  float: right;
	}
	#nav a {
	  display: block;
	  color: #fff;
	  font-size: 11px;
	  text-decoration: none;
	  text-align: center;
	  padding: 2px 2px 2px 0px;
	  font-weight: bold;
	}
	#nav a:hover {
	  color: #fff;
	  font-weight: bold;
	  text-decoration: underline;
	}
	#nav li {
	  float: left;
	  padding: 0;
	  margin-left: 18px;
	}
	#nav li ul {
	  position: absolute;
	  background: none;
	  left: -999em;
	  height: auto;
	  width: 14.4em;
	  w\idth: 13.9em;
		font-weight: normal;
		margin: 0 0 0 7px;
		padding: 0;
	}
	#nav li li {
		border: none;
		padding-right: 1px;
		margin: 0;
		width: 180px;
		w\idth: 172px;
	}
	#nav li ul a {
		color: #333;
		width: 180px;
		w\idth: 172px;
	}
	#nav li li:hover, #nav li li.sfhover {
		background: #FAFAF0;
	}

#footer #nav, #footer #nav ul {
	background: none;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 5px 5px 0;
	width: auto;
}
	#footer #nav h3 {
		display: none;
	}
	#footer #nav a {
		background-color: transparent;
		color: #7f7f7f;
		padding: 3px;
		width: auto;
		margin: 0 3px 0 0;
	}
	#footer #nav a:hover {
		color: #FFF;
	}	
	#footer #nav ul ul {
		height: 30px;
		width: 600px;
		border: none;
		padding: 0;
	}
	#footer #nav ul ul li {
		height: 30px;
		width: auto;
		padding: 0px 5px 0px 5px;
		background-color: #f1f2e4;
	}
	#footer .meta-info ul {
		border-left: 6px solid #a20000;
	}
#taal-zoek {
	position: absolute;
	padding: 0px 5px 0px 5px;
	margin-right: 2px;
	margin-top: 151px;
	z-index: 20;
	width: 989px;
	w\idth: 979px;
}

/* language selection */
	#flag_language_list {
		float: right;
	}
	#flag_language_list img {
		margin:0;
		padding:0;
	}
	#flag_language_list ul {
		list-style: none;
		margin:0;
		padding:0;
	}
	#flag_language_list li {
		float:left;
		padding: 2px 0 0 0;
		margin: 0 0 0 5px;
	}
/* main - middle content and columns */
#content {
	margin: 0 10px 0 10px;
	text-align: left;
	width: 529px;
	float: left;
}
#content_breed {
	width: 769px;
	margin: 0 10px 0 10px;
	text-align: left;
	float: left;
}
	#content_breed p {
		padding-right: 100px;
	}
.genCol {
	float: left;
	text-align: left;
	color: #f8f8f8;
	width: 180px;
	margin: 0 10px 0 10px;
}	
#sidebar1 {
	width: 180px;
} 
#sidebar2 {
	width: 220px;
}
	#bottom .genCol {
		padding-top: 5px;
	}
	.genCol ul {
		margin: 0 0 10px 0;
		padding: 0;
		list-style: none;
		width: 100%;
	}
	.genCol ol li {
		padding: 3px 0 3px 2px;
	}
	.genCol ul li {
		margin: 0;
		padding: 3px 0 3px 2px;
		list-style: none;
	}
	.genCol li a, .genCol li a:link, .genCol li a:visited {
		color: #333;
		display: block;
		background: url(images/more.gif) no-repeat 0px 10px;
		padding: 3px 5px 3px 15px;
	}
	.genCol li a:hover {
		text-decoration: underline;
	}
	.genCol ul ul {
		margin: 0;
		padding: 0;
	}
	.genCol ul li li {
		border-bottom: none;
	}
	.sidebar_widget_menu ul li {
		margin: 0 0  5px 0;
		padding: 0;
		list-style: none;
		background: none;
	}
	.sidebar_widget_menu li a, .sidebar_widget_menu li a:link, .sidebar_widget_menu li a:visited {
		color: #fff;
		display: block;
		padding: 3px 7px 3px 5px;
		background: url(images/menu-180.png) no-repeat;
	}
	.sidebar_widget_menu li a:hover {
		background: url(images/menu-actief-180.png) no-repeat;
		text-decoration: none;
	}
	.sidebar_widget_menu ul ul {
		margin: 5px 0;
		padding: 2px 0;
	}
	.sidebar_widget_menu ul li li {
		padding: 0 0 0 7px;
		margin: 0 0 5px 0;
		border-bottom: none;
	}
	.sidebar_widget_menu li.sub a span {
		background: url(images/sub.gif) no-repeat right;
		padding-right: 18px;
	}
	.sidebar_widget_menu li.sub li a span {
		background: none;
		padding-right: 0px;
	}
	.sidebar_widget_menu li.sub li a {
		background: #fff url(images/menu-sub-173.png) no-repeat;
		padding-right: 7px;
	}
	.sidebar_widget_menu li.sub li a:hover {
		background: #fff url(images/menu-sub-actief-173.png) no-repeat;
		text-decoration: none;
	}
	.sidebar_widget_menu li.current_page_item a {
		background: url(images/menu-actief-180.png) no-repeat;
	}
	.sidebar_widget_menu li li.current_page_item a {
		background: #fff url(images/menu-sub-actief-173.png) no-repeat;
	}

	
.sidebar_widget {
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}
	#sidebar1 .sidebar_widget, #sidebar2 .sidebar_widget {
		background: #C9DBE9 url(images/bg_h3.jpg) repeat-x;
		border-bottom: 8px solid #f1f2e4;
	}
	.sidebar_widget h3 {
		margin-bottom: 15px;
	}
	#bottom .sidebar_widget {
		padding: 0;
	}
.sidebar_widget_menu {
	margin-bottom: 10px;
}
	.sidebar_widget_menu li {
		text-align: right;
	}
#bottomLeft {
	margin: 0px 0px 0px 10px;
	text-align: right;
}
	#bottomLeft .sidebar_widget {
		padding-right: 0;
	}
	#bottomLeft .sidebar_widget h3 {
		color: #fff;
	}
#bottomRight {
	float: right;
}
#bottomCenter {
	width: 520px;
	padding-left: 10px;
}
	#bottomLeft .textwidget, #bottomCenter .textwidget {
		line-height: 20px;
		vertical-align: top;
	}

/* Archives */
.archives {
	color: #80c8e5;
}
	.archives:hover {
		color: #000;
	}
	.archives_list {
		padding: 0;
		margin: 10px 10px 10px 0px;
		list-style: none;
	}
	.archives_list li {
		background: url(images/more.gif) no-repeat 0px 7px;
		padding-left: 15px;
	}
	.archives_list li span.date {
		color: #7f7f7f;
		display: block;
		float: left;
		margin-right: 5px;
	}
	.archives_list li a {
		text-decoration: none!important;
	}

/* Links */
#links {
	color: #333;
}
	#links ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	#links li {
		margin-top: 10px;
	}
	#links ul ul {
		margin: 3px 0 0 3px;
	}
	#links ul ul li {
		background: url(images/more.gif) no-repeat 0px 6px;
		padding-left: 15px;
		margin-top: 4px;
	}
	
/* search result */
.search-result {
	margin-left: 5px;
	margin-bottom: 10px;
}
.search-result h3 {
	color: #333;
	margin-bottom: 3px;
}
.search-result a {
	display: block;
	margin-top: 5px;
}
.search-title {
	padding-top: 5px;
}
.search-desc {
	padding-bottom: 10px;
	height: 70px;
	overflow: hidden;
}

	
/* wordpress entries styling - main content column */
.post, .page {
	margin: 0;
}
	.post h2, .page h2 {
		font-size: 16px;
		font-style: bold;
		color: #333;
		margin: 0 0 3px 0;
	}
	.post h2 a, .page h2 a {
		color: #333;
	}
	.post h2 a:hover, .page h2 a:hover {
		color: #206495;
	}
	.postmeta {
		border-bottom: 1px dotted #ccc;
		font-size: 14px;
		text-align: left;
		margin: 0;
		padding: 0;
		color: #555;
		font-weight: bold;
	}
	.postmeta span.date, .postmeta span.cat, .postmeta span.author {
		color: #7F7F7F;
		padding: 0 2px 0 2px;
		font-size: 11px;
		font-weight: normal;
	}
	.postmeta span.cat a {
		color: #009193;
	}
	.postmeta span.cat a:hover {
		color: #007e80;
	}
	
.entry {
	font-size: 12px;
	margin-top:1.2em ;
}
	.entry blockquote {
		margin: 0 1.3em 0;
	}
	.entry img, .entry a img {
		border: 1px solid #EEE;
		background-color: #fff;
		padding: 4px;
		margin-top: 4px;
	}
	.entry a:hover img {
		background-color: #c9dbe9;
	}
	.entry img.alignleft {
		float: left;
		margin-right: 7px;
	}
	.entry img.alignright {
		float: right;
		margin-left: 7px;
	}	
	.entry table tr { padding: 15px 0; }
	.entry table tr.alt { background: #eee; }
	
	.entry h3 {
		border-bottom: 1px dotted #ccc;
		padding: 4px 0px 4px 0px;
	}

	.sticky .entry {
		background: #f1f2e4;
		margin: 5px 0 5px 0;
		padding: 0px 5px 0 5px;
	}
/* style pagination buttons */
#more_reading {
	color: #7F7F7F;
	font-size: 11px;
	margin-bottom: 25px;
	text-align: right;
}
	#more_reading a {
		display: block;
		color: #333;
		font-size: 11px;
		background-color: #eee;
		width: 61px;
		text-decoration: none;
		text-align: center;
		padding: 3px;
	}
	#more_reading a:hover {
		color: #fff;
		background-color: #555555;
	}

/* style me some comments and inputs */
#comments{width:435px;padding:12px 0 0 0;}
#comments h3,
h3#respond{color:#555;margin-bottom:7px;}


ol.commentslist {
	margin: 5px 0 12px 20px;
	border-top: 1px solid #ccc;
}
	.commentslist li {
		border-bottom: 1px solid #ccc;
		padding: 7px 0;
	}
	.commentslist li a {
			text-transform: none;
		}
	.commentslist li.alt {
		background: #FFF;
		}
	.commentslist li:hover {
		background-color: #fafaf0;
	}
	.commentslist .comment_text {
		margin: 0 7px;
		line-height: 1.4em;
		overflow: hidden;
	}
	p.author_meta {
		font-weight: bold;
		margin:0 0 0 7px;
	}

p.post_meta{font-size:11px;text-transform:uppercase;text-align:right;margin:0 7px 0 0;}
.commentslist li.author{background:#333;color:#CCC;}
.commentslist li.author a{color:#DDD;}
.commentslist li.author a:hover{color:#FFF;}
#comments_closed{background:#333;color:#ccc;padding:7px 0;margin-top:12px;line-height: 1.5em;}
p.nocomments{margin:0 12px 0 7px;}
p.nocomments a{color:#ddd;font-weight:bold;text-decoration:underline;}
p.nocomments a:hover{color:#FFF;}

ol.pingslist{margin:1.5em 2em;font-size:12px;}
.pingslist li{color:#7F7F7F;margin:0 0 7px 0;}
.pingslist li a{font-weight:bold;background:url(images/dot.gif) repeat-x bottom left;}

#commentform {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #f1f2e4;
}
	#commentform p {
		margin: 1em 0;
	}
	#commentform p a {
		font-weight: bold;
		background: url(images/dot.gif) repeat-x bottom left;
	}
	#author, #email, #url, #comment {
		font: 11px arial,helvetica,verdana,sans-serif;
		border: 1px solid #ccc;
		padding: 2px;
	}
	#comment {
		width: 560px;
		overflow:auto;
	}
	#commentform p small{font-size:10px;color:#7F7F7F;}
	.commentslist code{background:transparent;}

/* projectmanager styling */
div.projectmanager {
  margin-bottom: 1em;
}
/* Header above simple Output */
div.projectmanager_tablenav {
  float: left;
  margin-top: 1em;
  clear: both;
}
div.projectmanager_tablenav select {
  padding: 1px;
  margin: 0;
  background: white;
	border: 1px solid #ccc;
}
#adviesenschade img {
  width: 200px;
}
#adviesenschade .projectmanager_tablenav select, #artikelen .projectmanager_tablenav select {
	display:none;
}
#adviesenschade .projectmanager_tablenav select.postform,
#artikelen .projectmanager_tablenav select.postform {
	display:block;
	float:left;
	padding: 2px 5px 3px 3px;;
}
.projectmanager_tablenav .button {
	border: 1px solid #ccc;
  cursor: hand;
  background-color: #cc0000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px 4px 8px;

}
#adviesenschade .projectmanager_tablenav .button,
#artikelen .projectmanager_tablenav .button {
	float:left;
}
div.projectmanager_tablenav select.postform {
	padding: 3px;
}
div.projectmanager_tablenav select, div.projectmanager_tablenav select.postform {
  margin-right: 0.5em;
}

.projectmanager h2 {
	font-size: 13px;
	margin-bottom: 10px;
}


/* back buttons/links */
.cursus-buttons {
	margin-top: 10px;
}
.cursus-buttons a {
	float:left;
	display:block;
	cursor: hand;
  background-color: #cc0000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px 4px 8px;
	margin-right:10px;
}
.cursus-buttons .terug {
	background: none;
	color: #cc0000;
	font-weight: bold;
}

/* Simple Table Output */
table.projectmanager {
  clear: both;
  border: none;
  width: 100%;
  margin: 1em 0 0 0;
  padding: 0;
	/*
border-top: 1px dotted #ccc;
*/
}
table.projectmanager th, table.projectmanager td {
  padding: 5px;
  vertical-align: top;
	text-align: left;
  border-top: 1px dotted #ccc;
	line-height: 1.5em;
}
table.projectmanager th {
	font-size: 13px;
	color: #333;
}
table.projectmanager .label {
  border-left: 1px dotted #ccc;
  border-right: 1px dotted #ccc;
  font-weight: bold;
}
table.projectmanager th.image, table.projectmanager td.image {
  text-align: center;
}
table.projectmanager img {
	width: auto;
}
table.projectmanager ul {
  margin: 0 0 0 18px;
}
table.projectmanager ul li {
  padding: 1px;
}
table.projectmanager td img {
  display: block;
  vertical-align: middle;
  margin: auto;
}
table.projectmanager table {
	width: 90%;
	border-left: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

table.projectmanager td td {
	border-right: 1px dotted #ccc;
  /*
border-bottom: 1px dotted #ccc;
*/
}

table.projectmanager .lb {
	border-left: 1px dotted #ccc;
}
table.projectmanager .rb {
	border-right: 1px dotted #ccc;
}
table.projectmanager .spacer {
	height: 30px;
	background-color: #fff;
}
/* Single View */
fieldset.dataset {
  font-size: 1em;
  border: 1px solid;
  padding: 1em;
  margin: 1em 0
}

fieldset.dataset legend {
  font-size: 1.1em;
  padding: 0px 3px;
}

fieldset.dataset .image {
  float: right;
  padding: 2px;
  border: 1px solid #cfcfcf;
  margin-left: 1em;
}
fieldset.dataset img {
  margin: 0;
  border: 1px solid #cfcfcf;
}
fieldset.dataset dt {
  font-weight: bold;
}
ul.projectmanager, ol.projectmanager {
  clear: both;
}
/* search form */
form.search-form {
	vertical-align:top;
}

form.search-form input {
  padding: 3px;
	border: 1px solid #ccc;
}
form.search-form select {
  padding: 1px 3px 1px 3px;
	border: 1px solid #ccc;
}
form.search-form .button, form.search-form .a-button {
  cursor: hand;
  background-color: #cc0000;
  color: #fff;
  font-size: 12px;
  padding: 2px 8px 4px 8px;

}

form.search-form .a-button {
	border: 1px solid #ccc;
  padding: 4px 8px 4px 8px;

}

/* Pages */
p.page-numbers {
  clear: both;
  text-align: center;
  font-size: 1em;
  margin: 1em 0;
}

p.page-numbers a {
  padding: 2px 5px 0 5px;

}

p.page-numbers span {
  font-weight: bold;
}

p.page-numbers span.current {
  font-weight: bold;
	font-size:13px;
}

/* Error Message */
p.error {
  clear: both;
  text-align: center;
  margin-top: 3em;
  color: #c00;
}


	
/* transparency for all */
.trans-50 {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
.trans-80 {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
/* general */
.noborder {
	border: none;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.center {
	text-align: center;
	display: block;
}
.fix{display:block;}

