/* GLOBAL SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	
	
     /* background: #fff url(images/top-bar.jpg) top left repeat-x;*/
}
body {
	margin:  0px 0 0;
	font: normal 90%/180% Georgia, "Times New Roman", Times, serif;
        background: #fff;
	/*background: #fff url(images/bg.png) repeat-x;*/
        /* background: #fff url(images/top-bar.jpg) top left repeat-x;*/
}
li {
	list-style: none;
}
hr {
	clear: both;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	visibility: hidden;
	margin: 0;
	padding: 0;
}
/* HEADINGS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2, h3, h4, h5 {
	font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
        font-weight: normal;
}
h1 {
        font-size: 34px;
        font-weight: normal;
        letter-spacing: 1px;
        margin-bottom:2px;
       
}
h2 {
	font-size: 1.4em;
        color:#d8b702;
        
}
h3 {
        color:#999;
        font-weight: normal;
}
h4 {
         margin:5px 15px 10px 0;
	color:#d7b702;
        font-size: 16px;
padding-bottom:3px;
       border-bottom: 1px dotted #d7b702;
}

/* LINKS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a {
	color: #d8b702;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #7d892e;
}
/* MAIN SITE ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	position: relative;
	width: 880px;
	padding: 0 10px;
	margin: 0 auto;
}
#wrapper:after, #header:after, .post:after, .post-date:after {
	content:  ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position: relative;
	height: 247px;
        margin-top:20px;
        background: url(images/header-nieuw4.jpg) no-repeat left top;
      
}
#content {
	width: 550px;
        margin-top:0px;
	float: left;
	min-height: 455px;
	padding: 10px 25px 20px 0;
	background: url(images/content-bg.gif) no-repeat top right;
}
#contentphoto {
	width: 800px;
	float: left;
	min-height: 455px;
	padding: 10px 25px 20px 0;
	
}
#sidebar {
	width: 250px;
	min-height: 455px;
	float: right;
	padding: 20px;
        margin-top:15px;
	padding-top: 0px;
	background: url(images/content-bg.gif) no-repeat top right;
}
/* HEADER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#site-meta {
	position: absolute;
	left: 0;
	top: 30px;
}
#header h1 {
        display:none;
	position: relative;
}
#header h1 a {
	color: #d8b702;
}
#header h1 a:hover {
	color: #63b8b5;

}
#header span.description {
        display:none;
	position: relative;
        top:5px;
	color: #322e10;
        font-size: 14px;
        font-weight: normal;
        
}
#header ul {
	position: absolute;
	left: 0px;
        top:180px;
	bottom: 1px;
	font: 14px Trebuchet MS, Tahoma, Geneva, sans-serif;
	list-style: none;
	padding: 0;
	text-transform: none;
}
#header li {
	display: inline;
}
#header li a {
	float: left;
	display: block;
	padding: 3px 11px 3px 11px;
        color: #fff;
	background:#d8b702;
	text-decoration: none;
	margin-right: 8px;
	}
#header li a:hover {
	color: #000;
	background-color:#ffe1f7;
}
#header li.current_page_item a {
	color: #fff;
	background-color:#466e73;
	
}
#topsearch {
        float: right;
        position: absolute;
        top:180px;
        left:655px;
        width: 216px;
	height: 24px;
	text-align: center;
        border:solid 1px #abd2d6;
        padding:0;
}
#topsearch input {
	width: 145px;
	height: 21px;
	background: url(images/input.gif) no-repeat;
	border: none;
	padding-left: 25px;
	margin-right: 0px;
	float: left;
	font: normal 1em Trebuchet MS, Tahoma, Geneva, sans-serif;
}
#topsearch button {
	width: 33px;
	height: 35px;
	background: url(images/search.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	float: right;
	cursor: pointer;
}
/* POST SECTION ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#contentphoto .post {
	margin: 0 0 20px 0;
	background: none;
	padding: 0 0 10px 0;
}
.post {
	margin: 0 0 40px 0;
	background: url(images/hrfine.gif) 0% 100% no-repeat;
	padding: 0 0 10px 0;
}
.post h2 {
	margin: 0 0 10px 0;
	font-size: 1.8em;
        color: #7b7b7b;
}
.post h2 a {
        color:#d8b702;

}
.post h2 a:hover {
        color:#b5b5b5;
}
#contentphoto .post-info {
	background: url(images/hrlong.jpg) 0% 0% no-repeat;
	padding: 5px 0;
	font-size: 85%;
	margin: 10px 0;
	color: #abd2d6;
        line-height:1.7;
}

.post-info {

	border-top: 1px dotted #e2e2e2;
	padding: 5px 0;
	font-size: 85%;
	margin: 0px 0 10px 0;
	color: #526d70;
        line-height:1.7;
}
.post-info a {
	color: #7ea1a5;
}
.post-info a:hover {
	color: #9b906f;
}
.post-info .setting {
	padding:3px;
	padding-left:20px;
	margin-right: 5px;
}
.post-info .datetime{
	background:#fff url(images/clock.png) no-repeat 0 2px;
}
.post-info .user{
	background:#fff url(images/user.png) no-repeat 0 2px;
}
.post-info .filedlink{
	background:#fff url(images/document.png) no-repeat 0 2px;
}
.post-info .commentslink{
	background:#fff url(images/comments.png) no-repeat 0 2px;
}
.post-info .editlink{
	background:#fff url(images/write.png) no-repeat 0 2px;
}
.post-entry p {
	margin: 0 0 1em 0;
}
.post-entry a {
	color: #322e10;
        text-decoration: none;
        background-color:#f8faee;
        border-bottom: solid 1px #d1c7bb
      
}
.post-entry a:hover {
	color: #d8b702;
        background-color:#f0ebde;
}
.post-entry span.more-link {
	display: block;
	margin: 10px 0;
        font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
        font-size: 0.95em;
        
}
.post-entry span.more-link a {
	color: #7ea1a5;
        background-color:#fff;
}
.post-entry span.more-link a:hover {
	color: #573927;
}
.post-entry h3 {
	font-size: 1.35em;
        font-weight: normal;
	padding: 0 0 .5em;
	margin: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
}
.post-entry ul, .post-entry ol {
	margin: 0 0 1em;
}
.post-entry ul {
	margin-left: 1.5em;
        line-height:1.8;
}
.post-entry ul li, .post-entry ol li {
        list-style-type: disc;
        list-style-position:inside;
	padding: .2em 0;
        margin-left:10px;
        color: #555;
}
.post-entry ol {
	margin-left: 2em;
}
.post-entry ol li {
	list-style: decimal;
}
.post-entry blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #333;
	font-style: italic;
	border-top: 1px dotted #949494;
	border-bottom: 1px dotted #949494;
        background-color:#fdf1f8;
	clear: both;
}
.post-entry img {
	float: left;
        margin: .4em 1em 1em 0;
	padding: 5px;
        border:solid 1px #d0d0d0;
}
.post-entry img.align-right {
	float: right;
	margin: .4em 0 1em 2em;
	padding: 5px;
        border:solid 1px #d0d0d0;

}
.post-entry img.align-left {
	float: left;
	margin: .4em 3em 1em 0;
	padding: 5px;
        border:solid 1px #d0d0d0;
}
.post-entry img.align-center {
	display: block;
	margin: .4em auto;
	padding: 5px;
        border:solid 1px #d0d0d0;
}
.post-meta {
	font-size: 95%;
	color: #999;
}
.post-meta a {
	color: #818181;
}
.post-meta a:hover {
	color: #4a4a4a;
}
.post-arch-info {
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
	font-size: 1.4em;
	color: #9d9d9d;
	margin: 0 0 1em;
	padding: 0 0 0.3em;
        line-height:1.4;
	border-bottom: 1px solid #f5f5f5;
}
.wp-pagenavi {
	font-size: 12px;
        font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	clear: both;
	color: #555;
	padding: 0;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi .current {
	padding: 3px 7px;
	border: 1px solid #e2e2e2;
	color: #393939;
	margin-left: 1px;
	font-weight: normal;
}
.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #555;
	background: #e2e2e2;
	font-weight: normal;
}
.wp-pagenavi .pages {
	float: left;
	line-height: 13px;
}

/* WP 2.6 REQUIRED ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
  
   text-align: center;
   background-color: #fff;
   margin: 0;
   padding: 0;
   border: 0 none;
 
}

.wp-caption img {
 border: 1px solid #d1c7bb;
 padding: 5px 5px 5px 5px;
   margin-top:10px;
  
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 10px;
   padding: 0px 0 0 0;
   margin: 0 0 25px 0;

}


/* COMMENT ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */

#comments h2, #respond h2 {
	margin: 0 0 .5em;
        padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
        color:#9c9c9c;
}
#comments {
	margin: 0 0 1em;
	padding: 0 0 1em;
}


#comments h3 {
	font-size: 1.2em;
        font-weight: normal;
        
}

#comments h3 a:hover {
	color:#a6ced2;
}
#comments small a {
       color:#a6ced2;
}

#comments img {
	float: left;
	margin: 0 5px 5px 0;

}
#comments p {
	padding-left: 40px;
        color:#535353;
}
.commentlist li {
	margin: 0 0 .5em;
	padding: 0 0 .5em;
	border-bottom: 1px solid #f5f5f5;
        color:#9c9c9c;
}
#respond input, #respond textarea {
	width: 542px;
	border-top: 1px solid #e2e2e2;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-left: 1px solid #e2e2e2;
	padding: 3px;
	margin: .1em 0 .5em;
}
#respond button {
	width: 75px;
	height: 35px;
	text-indent: -9999px;
	border: none;
	float: left;

	cursor: pointer;
}
#respond button#submit {



	background: url(images/submit.png) no-repeat;
	margin-right: 10px;
}
#respond button#reset {
	background: url(images/reset.png) no-repeat;
}
/* SIDEBAR ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#sidebar {
        /*font-size:13px;*/
        line-height: 1.8;
}
#sidebar h2 {
	margin: 0 5px 0 0;
	padding: 0 0 .4em 5px;
	border-bottom: 1px dotted #e2e2e2;
	font-size: 16px;
	text-indent: -5px;
        color:#526d70;
}
#sidebar li ul {
	margin: 0 0 2em 0;
}
#sidebar li ul li {
	border-bottom: 1px dotted #abd2d6;
	padding: 1px 0;
        font-size: 13px;
	padding-left: 22px;
	margin-right: 5px;
	background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li:hover {
	
        background: #e9f3f8 url(images/sidebar-li.gif) no-repeat 0 6px;
}
#sidebar li ul li.current_page_item {
	padding-left: 8px;
	padding-right: 10px;
	background: #f8faee;
}
#sidebar li ul li.current_page_item a {
	color: #84755c;
}
#sidebar li ul li ul li, #sidebar li ul li ul {
	display: none;
}
#sidebar li ul li {
	color:#535353;
}
#sidebar li a {
	color: #313131;
}
#sidebar li a:hover {
	color: #d8b702;
}
#sidebar a img {
        padding: 5px;
        border:solid 1px #d1c7bb;
}

#calendar  {
	margin-top: 10px;
	border-bottom: 1px dotted #e2e2e2;
}
#wp-calendar {
	width: 90%;
	margin-left: 5%;
}
#wp-calendar caption {
	color: #864901;
	margin-top: 5px;
}
/* FOOTER ELEMENTS
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#footer_wrap {
	position: relative;
	clear: both;
	text-align: center;
	padding: 10px 0 0 0;
	color: #828282;
	margin-top: 40px;
        border-top: 1px solid #f5f5f5;
}
#footer {
	position: relative;
	clear: both;
	text-align: center;
	font-size: 11px;
        font-family: Trebuchet MS, Tahoma, Geneva, sans-serif;
	width: 880px;
	padding: 0 10px;
	margin: 0 auto;
     

}
#footer a {
	color: #a0a0a0;
}
#footer a:hover {
	color: #4e4e4e;
}
#rss {
	position: absolute;
	right: 20px;
	bottom: 0;
	margin: 0;
}
#rss-entries {
	background: url(images/rss-entries.png) no-repeat 0 -18px;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-entries:hover {
	background: url(images/rss-entries.png) no-repeat 0 0px;
}
#rss-comments {
	background: url(images/rss-comments.png) no-repeat 0 -18px;
	border: none;
	float: left;
	height: 18px;
	margin: 0 4px 0 0;
	padding: 0;
	text-decoration: none;
	text-indent: -3000px;
	width: 46px;
}
#rss-comments:hover {
	background: url(images/rss-comments.png) no-repeat 0 0;
}
/* ADDED BY SUZETTE
- - - - - - - - - - - - - - - - - - - - - - - - - - - - */
li#ngg-widget-1, li#tag_cloud{
       margin-top:15px; 
}
li#archives-2{
       margin-top:15px; margin-bottom:15px;
}
li#tag_cloud a{
       color: #858585;
}
li#tag_cloud a:hover{
       color: #857957;
}

      
li#linkcat-40, li#linkcat-447 {
       margin-top:15px;
}
li#recent-posts, li#recent-comments {
       margin-top:15px;
}  
li#archives, li#categories-208566321, li#mycategoryorder {
       margin-top:15px;
}
.textwidget {
       margin-top:5px;          
       margin-bottom:20px;
       font-size: 95%;
        color:#d8b702;
       line-height:1.5;

}

li#statpress {
	font-size: 90%;
	color: #777;
        margin-top:15px;
}
.related_posts {
        display:block;
        margin-bottom:20px;
        margin-top:-14px;
        color:#684118;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-weight: normal;
        font-size: 1.3em;
        
}
.related_posts a{

        text-decoration:none;
        font: normal 12px Trebuchet MS, Tahoma, Geneva, sans-serif;

        color:#555;
}
.related_posts a:hover{

        color:#84755c;

}

.related_posts li {
        display:block;
        width:200px;
	border-bottom: 1px dotted #e2e2e2;
	padding: 3px 0;
	padding-left: 18px;

	margin-right: 5px;
	/*background: #fff url(images/sidebar-li.gif) no-repeat 0 6px;*/
}




.related_posts li:hover {
	background: #e8e8e8;
}
.textwidget .plaatje {
        margin-bottom:0px;

}
#sidebar a img.feed-icon {
        border-color: #fff;
       

}

.textwidget a.buttons {
	margin: 50px 0 0 60px;
  
}
.textwidget a.buttons2 {
	margin-left: 35px;
  
}
 
#sidebar a.linkmij {
	color: #b5bfc0;
        border-bottom: solid 1px #b5bfc0;
       
        
}
#sidebar a:hover.linkmij {
	color: #8a9798;
}
.post-entry img.align-left, img.no-border {
	
        border:none;
}
table#recipes td h4 a { font-size: 12px;
        color:#322e10;
        margin:0 0 10px 0;
}    
table#recipes td a img.alignnone { 
        margin:10px 0 0 0;
        vertical-align:top
        clear:both;
} 
table#recipes td {
        width:160px;
        padding-right:10px;
        
}
table#recipes td h3 {
	font-size: 1.35em;
        font-weight: normal;
	margin: 0 0 5px 0;
        color:#322e10;
        border-top: 1px solid #f5f5f5;
        border-bottom: 1px dotted #d8b702;
	padding: 0 0 3px 0;
}
