/*
Theme Name: VSK
Theme URI: http://www.vansteenbergen-kas.nl/
Description: Theme voor Van Steenbergen-Kas.
Version: 1
Author: Anton Huizinga
*/

* { margin: 0; }

body {
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	background: #CCC;
}

a {
 color: #84C000;
 font-weight: bold;
 text-decoration: none;
}

a:hover {
 color: #362C1B;
 text-decoration: underline;
}

#wrap {
	margin-top: 5px;
	width: 900px;
	text-align: left;
	background: #FFF;
	border: 2px solid #84C000;
}

img, img a {
 border: 0;
}

.imageframe {
  border: 1px solid #bfb8ac;
  padding: 1px;
}

.imgalignright {
  float: right;
  margin-top: 0px;
  margin-left: 7px;
}

.imgalignleft {
  float: left;
  margin-top: 0px;
  margin-right: 7px;
}

#header {
	height: 161px;
}

#header .logo {	
  float: right;
}

#menu {
  background-image: url(images/button-back.png);
  background-repeat: repeat-x;
  height: 38px;
}

#menu ul {
  padding: 0 0 0 10px;
  list-style: none;
  margin-top: 1px;
}

#menu ul li {
	float: left;
  width: 118px;
  height: 34px;
  background-image: url(images/button-dn.png);
  background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #DDD;
 margin-top: 1px;
}

#menu ul li.search {
	float: right;
  margin-right: 10px;
  width: 160px;
  height: 34px;
  background-image: url(images/button-search.png);
  background-repeat: no-repeat;
}

#menu ul li input#s {
  border: 0px;
  background: transparent;
  font-family: Arial, Verdana, sans-serif;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  width: 135px;
  margin-left: 11px;
  margin-top: 9px;
}

#menu ul li.current_page_item {
  background-image: url(images/button-up.png);
}

#menu ul li a {
  width: 118px;
  height: 34px;
  text-decoration: none;
  color: #FFF;
  padding-top: 9px;
  text-align: center;
  display: block;
}

#menu ul li a:hover {
	background-image: url(images/button-up.png);
  background-repeat: no-repeat;
}

#sub-page-menu ul {
  padding: 0;
  list-style: none;
}

#sub-page-menu ul li.page_item {
 margin-bottom: 5px;
 background-color: #BEF781;
 width: 162px;
 border: 1px solid #243B0B;
 } 

#sub-page-menu ul li.current_page_item {
 background-color: #4B8A08;
 color: Black;
 }

#sub-page-menu ul li a {
 display: block;
 padding: 3px;
 color: Black;
 font-weight: bold;
 line-height: 1.1em;
 text-align: center;
} 

#content {
}

#right {
	font-size: 11px;
	line-height: 1.8em;
	float: right;
	width: 180px;
  border-left: 2px #362C1B solid;
}

#right li {
  list-style: none;
  margin: 0;
  padding-left: 5px;
}

#right li ul {
  margin: 0;
}

#left {
	font-size: 13px;
	line-height: 1.8em;
	float: left;
	width: 690px;
  padding: 10px;
}

#left img {
	margin: 5px;
	max-width: 98%;
}

#left .post blockquote {
	margin: 10px;
	background: url(images/quote.jpg) no-repeat top left;
	padding-left: 45px;
	min-height: 36px;
}

#left h1 {
	font-size: 25px;
  font-weight: bold;
	margin-bottom: 10px;
  color: #362C1B;
}

.searchline {
  color: #362C1B;
  height: 2px;
  width: 20%;
}

.post h1 {
	font-size: 25px;
  font-weight: bold;
	margin-bottom: 10px;
  color: #362C1B;
}

.post .entry {
	text-align: justify;
	padding: 6px;
	margin-bottom: 35px;
}

.post p {
	text-align: justify;
  margin-bottom: 10px;
}

.post ul {
  margin: 0;
  padding-left: 25px;
}

.post li {
  margin: 0;
  padding-left: 5px;
}

#right h2 {
	font-weight: normal;
	margin-left: 5px;
	font-size: 18px;
	padding-bottom: 5px;
}

#footer {
	border-top: 1px dashed #84C000;
	margin: 5px; 
	padding: 10px 5px 5px 5px;
	font-size: 11px;
	color: #000;
	text-align: left;
}

input.contacterror {
  background-color: #FFDDDD;
}

.zoomimage {
	position: absolute;
	display: none;
	z-index: 5000;
	outline: none;
  cursor: url(images/zoomout.cur), default;
}
.zoomimage_focused {
	z-index: 51000;
}

.zoomimage img {
	position: absolute;
	top: 6px;
	left: 6px;
	display: none;
	border: 2px solid #333;
  padding: 2px;
  background-color: #FFF;
}

.zoomimage_caption {
	position: absolute;
	background-color: #fff;
	color: #000;
	width: 100%;
}
.zoomimage_caption p {
	padding: 10px;
	margin: 0;
	font-size: 11px;
	font-weight: bold;
}
.zoomimage_loading {
	background-image: url(images/ajax_small.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	position: absolute;
	background-color: #fff;
	width: 100%;
	top: 0;
	left: 0;
}
.zoomimage_move {
	cursor: move;
}
.zoomimage_controls {
	position: absolute;
	background: #fff;
	height: 30px;
	overflow: hidden;
}
.zoomimage_prev {
	background: #fff url(images/zoomimage_prev.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	left: 10px;
}
.zoomimage_next {
	background: #fff url(images/zoomimage_next.gif) no-repeat center;
	width: 39px;
	height: 29px;
	position: absolute;
	bottom: 1px;
	right: 10px;
}
