/*  
Theme Name: Boerengolf
Theme URI: 
Description: Theme designed by Basia Knobloch. The theme is based on <a href="http://www.acosmin.com">TypographyWP</a><br/>
Version: 0.1
Author: Basia Knobloch
Author URI: http://www.basiaknobloch.nl
Tags: boerengolf

	The CSS, XHTML and design is released under GPL.
    http://www.opensource.org/licenses/gpl-license.php
*/
body, div, dl, dt, dd, #menu ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
}


fieldset, img {
	border:0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

caption, th {
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	
}

img.alignright {
	float:right;
}

img.alignleft {
	float:left;
}

ul.menunav {
	padding: 0px;
}

.menunav li:hover ul, ul.menunav li.sfHover ul {
/*        left:-1px;
        top:25px; */
}
.menunav li:hover li ul, .menunav li.sfHover li ul {
/*        top:-9999px; */
}
.menunav li li:hover ul, ul.menunav li li.sfHover ul {
/*        left:180px;
        top:-1px; */
}
.menunav li:hover ul, .menunav li li:hover ul {
/*        top: -9999px; */
}
.menunav li ul {
/*        position:absolute;
        top:-9999px;
        border-right: 1px solid #ddd */
}
.menunav li {
        position:relative;
/*        float:left;
        border-bottom:1px solid #ddd;*/
}
.menunav ul li {
        width: 100%;
}
.menunav li li {
        padding: 0px;
   /*     background: url(images/libgt.png) repeat;*/
        height: auto !important;
}
.menunav li ul {
        z-index:100;
}
.menunav li:hover a:link, .menunav li:hover a:visited {
}

.menunav li li:hover, .menunav li .current_page_item {
/*        background:url(images/libgth.png) repeat !important; */
}
.menunav li li a:link, .menunav li li a:visited {
        padding:5px 10px 5px 10px !important;
        margin: 0px 0px 0px 0px !important;
        height: auto !important;
        background-image: none !important;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a img.alignright {
	float:right;
	margin:0 0 6px 6px;
}

a img.alignleft {
	float:left;
	margin:6px 6px 0px 0
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

a, a:visited {
	color:#333;
	text-decoration:none;
}

li.current_page_ancestor a, li.current_page_ancestor a:visited {
	color:#ff6600; 
	text-decoration:none;
}

li.current_page_item ul a, li.current_page_item ul a:visited {
	color:#333; 
	text-decoration:none;
	font-size: 12px;
}

li.current_page_item a, li.current_page_item a:visited {
	color:#ff6600; 
	text-decoration:none;
}

li.current_page_ancestor ul li.current_page_item a, li.current_page_ancestor ul li.current_page_item a:visited {
	color:#ff6600; 
	text-decoration:none;
	font-size: 12px;
}


li.current_page_ancestor ul a, li.current_page_ancestor ul a:visited {
	color:#333; 
	text-decoration:none;
	font-size: 12px;
}

li.current_page_ancestor ul a:hover {
	color:#ff6600; 
	text-decoration:none;
	font-size: 12px;
}

li.current_page_item ul a:hover {
	color:#ff6600; 
	text-decoration:none;
	font-size: 12px;
}


a:hover {
	color:#ff6600; 
	text-decoration:none;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.wp-caption {
	margin: 0px 0px 0px 10px;
	overflow:hidden;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 10px; 
	padding: 0 0px 0px;
	margin: 0;
/*	color:#999; */
}
/*-----------------------*/

body {
	font-family: Arial, Geneva, sans-serif;
	color:#000;
	background: url(images/background.jpg) repeat top center;
	background-attachment: fixed;
	background-color: #99CCFF;
	padding: 0px;
	margin: 0px;
}
#wrap {
	margin: auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color:#fff;
	overflow:hidden;
	border: none; 
	width:960px;
	padding-bottom: 6px ;
}

#menu {
	height: 250px;
}
#menu ul  {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#menu ul  ul {
	padding: 0px 0px 0px 10px;
	display: none;
}

#menu ul ul li {
	font-size:13px;
}
#menu ul li {
	text-transform:uppercase;
	font-size:13px;
	line-height:22px;
	font-weight:bold;
}

#container {
	background:url(images/headerlow.png) repeat-x top left; 
	background-color:#fff;
	width:960px;
	padding-top:22px;
	overflow:hidden;
	
}
#lside {
	float:left;
	width:216px;
	padding:0px 0px 10px 24px;
	overflow:hidden;
}
#rside {
	float:left;
	width:216px;
	overflow:hidden;
	padding:0px 16px 0px 0px;
}
#rside ul li{
	margin-bottom: 40px;
}
#rside ul {
	list-style:none;
	padding: 0;
	margin: 0;
	margin-top: 6px;
}

#posts {
	width:432px;
	margin: 0px 24px 20px 24px;
	float:left;
	overflow:hidden;
	font-size:13px;
}
#posts .post .pinfo {
	list-style:none;
	font-size: 18px;
	width:438px;
	height:30px;
	line-height:30px;
	padding:0px;
	margin:0px 0px 5px 0px;
}
#posts .post .pinfo li {
	padding:0px;
	margin:0px;
}
#posts .post .pinfo li.lileft {
	width:48px;
	height:43px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#posts .post .pinfo li.liright {
}
#posts .post .pinfo li.lileft span {
	font-size:26px;
	font-weight:lighter;
	line-height:20px;
	padding:0px;
	margin:0px;
}
#posts .post .pinfo li.lileft span em {
	font-size:12px;
	color:#bbb;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
	letter-spacing:2px;
}
#posts .post .pinfo li.liright div {
}
#posts .post .pinfo li.liright div div {
	position:relative;
}
#posts .post .pinfo li.liright h1 {
	font-size:20pt;
	font-weight:bold;
	margin-bottom: 10px;
}
#posts .post .postcontent {
	font-size:12px;
	line-height:18px;
	margin:0px 0px 0px 0px;
	font-family: Verdana, sans-serif;
}


#posts .post .postcontent a:hover {
	color:#333;
	text-decoration:underline;
}
#posts .post .postcontent strong {
	font-weight:bold;
}
#posts .post .postcontent p {
	margin-top:5px;
	padding-bottom:13px;
	margin-bottom:5px;
}
#posts .post .postcontent img {
	padding:0;
/*	margin:6px 6px 0px 0px; */
}
#posts .post .postcontent .wp-caption img {
	padding:0;
	margin:0 0 0px 0;
}
#posts .post .postcontent .wp-caption p {
	margin:0 0 0px 0;
}
#posts .post .postcontent .wp-caption .alignright {
	float:right;
}
#posts .post .postcontent .wp-caption .alignleft {
	float:left;
}
#posts .post .postcontent .wp-caption .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}
#posts .post .postcontent ul {
	margin:5px 0px;
	width:440px;
	padding:0px;
}
#posts .post .postcontent blockquote {
	margin:5px auto;
	width:90%;
	padding:10px 5px 0px 5px;
	border:4px solid #ddd;
	background-color:#F9F9F9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#666
}
#posts .post .postcontent ul li {
	padding:1px 0px 1px 14px;
	margin:0px;
	background:url(images/circle.png) no-repeat top left;
}
#posts .post .postcontent ol {
	margin:5px 0px;
	width:440px;
	padding:0px;
	color:#666;
}
#posts .post .postcontent ol li {
	padding:5px 0px 5px 14px;
	margin:0px;
	background:url(images/disc.png) no-repeat top left;
}
#posts .post .postcontent img.wp-smiley {
	padding:0px;
	margin:0px;
	background:none;
	border:none;
}
#posts .post .postcontent h1, #posts .post .postcontent h2, #posts .post .postcontent h3 {
	font-size: 18px;
}
#posts .post .postcontent h1 {
	font-size:16px;
	color: #999;
}
#posts .post .postcontent h2 {
	font-size:16px;
	color: #f60;
}
#posts .post .postcontent h3 {
	font-size:13px;
}

/* Intro */
#posts .post .postcontent h4, #posts .post .postcontent h5, #posts .post .postcontent h6 {
	font-family: Verdana, sans-serif;
	color: #666;
	margin-bottom: 20px;
	margin-top: 18px;
}

#posts .post .postcontent .postcom {
	font-size:10px;
	text-transform:uppercase;
	letter-spacing:1px;
	display:inline;
	float:right;
	background:url(images/postcomments.png) no-repeat;
	width:67px;
	height:18px;
	text-align:left;
	padding:3px 0px 0px 24px;
}
#footer {
	text-align: center;
	font-size: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-color: #ccc;
	width:940px;
	margin:6px auto 6px auto;
	padding:10px 10px;
	overflow:hidden;
}

#logo {
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: Geneva, sans-serif;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


#posts a:hover { color:#333; }

#posts .post a:hover { color:#333; }



#posts .post .postcontent a, #posts .post .postcontent a:visited {
	color:#ff6600; text-decoration:none; }
	
#posts .post .postcontent a:hover { text-decoration:underline; }
	
#footerboxes a, #footerboxes a:visited { color:#ff6600; text-decoration:none; }

#footerboxes a:hover { color:#000; text-decoration:underline; }


#helejaaropen { 
	margin-top: 50px;
        width: 196px;
        height:64px;
	background: #fff url(images/postit.png) no-repeat top left;
        overflow: hidden;
        padding: 20px 10px 20px 10px;
}

#helejaaropenmsg { 
        color:#006838;
	font-family: Arial, sans-serif;
	font-size: 16px;
	line-height: 21px;
        font-weight: bold;
        text-align: center;
}

.contactform {
        position: static;
        overflow: hidden;
        width: 98%;
}

.contactfullwidth {
        width: 99%;
        text-align: left;
        clear: both;
        float: left;
        padding: 2px;
        margin: 10px 0;
}
.contactleft {
        width: 30%;
        text-align: left;
        clear: both;
        float: left;
        padding: 2px;
        margin: 3px 0;
}

input, textarea {
  margin-right: 10px;
  font-size: 11pt;
}

.form-note {
	font-size: 10px;
}
.contactright br {
	display: none;
}
.contactright {
        width: 60%;
        text-align: left;
        float: right;
        display: inline;
        padding: 1px;
        margin: 3px;
}

.contacterror {
        border: 1px solid #ff0000;
}

.contactsubmit {
}

