
body {
margin: 0;
padding: 0;
text-align: center;
min-width: 760px;
background: #7BAC21 url(img/bg_body.gif) repeat-x left top;
font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
color: #4b6320;
}


blockquote {
margin: 0;
padding: 0 10px 0 10px;
border-left: 6px solid #e8f4d3;
border-right: 6px solid #e8f4d3;
color: #92ba47;
}

code {
color: #a7ba80;
}

hr {
display: none;
}


/* layout
----------------------------------------------- */
#wrapper {
margin: 0 auto;
width: 760px;
text-align: left;
}

#blog-header {
padding-bottom: 0px;
}

#blog-header div {
}

#main-wrapper {
position: relative;
width: 760px;
background: #f7f0e9 url(img/bg_main_wrapper.gif) repeat-y left top;
}

#main-content {
display: inline; /* fixes a strange ie margin bug */
float: left;
margin: 0 0 0 3px;
padding: 0;
width: 483px;
}

#content-wrapper {
padding: 22px 0 0 0;
background: url(img/bg_content.gif) repeat-x left top;
}

.post {
margin: 0 16px 14px 29px;
padding: 0;
position: relative;
float: left;
border-bottom: 3px solid #e8f4d3;
}
.poster {
  margin:0 0 5px 0;
  padding:4px;
  border:1px solid #586;
  FLOAT: left;
  TEXT-ALIGN: left;
  margin-right: 10px;
  margin-top: 5px;
  margin-left: 0px;
  horizontal-align: top;
  vertical-align: top;
  position: relative;
  }
#comments {
margin: 0 16px 14px 29px;
padding: 10px;
border: 1px solid #e4f0ce;
background-color: #eff5e4;
}

#sidebar-wrapper {
display: inline; /* fixes a strange ie margin bug */
float: right;
margin: 0 3px 0 0;
width: 269px;
color: #55761c;
background: url(img/bg_sidebar.gif) repeat-x left top;
}

#sidebar {
padding: 7px 11px 0 14px;
background: url(img/bg_sidebar_arrow.gif) repeat-y 179px 0;
}

#profile-container {
margin-bottom: 20px;
}

#blog-footer {
margin-right: 0px;
  margin-top: 0px;
  margin-left: 0px;
padding-top: 15px;
background: url(img/bg_footer_top.gif) no-repeat left top;
}

#blog-footer div {
background: #374915 url(img/bg_footer.gif) repeat-x left top;
}


/* headings
----------------------------------------------- */
#blog-header h1 {
margin: 0;
padding: 26px 0 0 84px;
color: #f9feee;
font-size: 30px;
line-height: 25px;
background: url(img/icon_header.gif) no-repeat 16px 26px;
}

h2.date-header {
margin: 0;
padding: 0 0 0 29px;
font-size: 10px;
text-transform: uppercase;
color: #b5c88f;
background: url(img/icon_date.gif) no-repeat 13px 0;
}

.date-header span {
margin: 0 0 0 5px;
padding: 0 25px 0 25px;
background: url(img/bg_date.gif) no-repeat 0 0;
}

h2.sidebar-title {
padding: 1px 0 0 36px;
font-size: 14px;
color: #a9bd80;
background: url(img/icon_sidebar_heading.gif) no-repeat 0 45%;
}

#profile-container h2.sidebar-title {
color: #809552;
background: url(img/icon_sidebar_profileheading.gif) no-repeat 0 45%;
}

.post h3.post-title {
margin: 0 0 0 0;
padding: 0;
font-size: 18px;
color: #92ba47;
}

#comments h4 {
margin-top: 0;
font-size: 16px;
}


/* text
----------------------------------------------- */
#blog-header p {
margin: 0;
padding: 7px 16px 0 84px;
color: #f9feee;
font-size: 10px;
font-weight: bold;
line-height: 14px;
}

.post-body p {
font-size: 13px;
}

p.post-footer {
font-size: 11px;
color: #a9bd80;
text-align: right;
}

p.post-footer em {
display: block;
float: left;
text-align: left;
font-style: normal;
}

p.comment-data {
font-size: 12px;
}

.comment-body p {
font-size: 12px;
line-height: 17px;
}

.deleted-comment {
  font-style:italic;
  color:gray;
  }

#sidebar p {
font-size: 12px;
line-height: 17px;
margin-bottom: 20px;
}

#sidebar p.profile-textblock {
clear: both;
margin-bottom: 10px;
}

.profile-link {
padding: 0 0 0 17px;
background: url(img/icon_profile.gif) no-repeat 0 0;
}

p#powered-by {
margin: 0;
padding: 0;
}

#blog-footer p {
margin: 0;
padding: 0 0 15px 55px;
color: #f9feee;
font-size: 10px;
line-height: 14px;
background: url(img/icon_footer.gif) no-repeat 16px 0;
}


/* lists
----------------------------------------------- */
.profile-data {
font-size: 13px;
line-height: 17px;
}

.post ul {
padding-left: 32px;
list-style-type: none;
font-size: 13px;
line-height: 18px;
}

.post li {
padding: 0 0 4px 17px;
background: url(img/icon_list_item.gif) no-repeat 0 3px;
}

#comments ul {
margin: 0;
padding: 0;
list-style-type: none;
}

#comments li {
padding: 0 0 1px 17px;
background: url(img/icon_comment.gif) no-repeat 0 3px;
}

#sidebar ul {
margin: 0 0 20px 0;
padding: 0;
list-style-type: none;
font-size: 12px;
line-height: 14px;
}

#sidebar li {
padding: 0 0 4px 17px;
background: url(img/icon_list_item.gif) no-repeat 0 3px;
}


/* links
----------------------------------------------- */
a {
color: #6a9718;
font-weight: bold;
}

a:hover {
color: #4d7307;
}

a.comment-link {
/* ie5.0/win doesn't apply padding to inline elements,
   so we hide these two declarations from it */
background/* */:/**/url(img/icon_comment.gif) no-repeat 0 45%;
padding-left: 14px;
}

html>body a.comment-link {
/* respecified, for ie5/mac's benefit */
background: url(img/icon_comment.gif) no-repeat 0 45%;
padding-left: 14px;
}

#sidebar ul a {
color: #96c73d;
}

#sidebar ul a:hover {
color: #6f9d1c;
}

#powered-by a img {
border: none;
}

#blog-header h1 a {
color: #f9feee;
text-decoration: none;
}

#blog-header h1 a:hover {
color: #cdd9b4;
}

h3.post-title a {
color: #92ba47;
text-decoration: none;
}

h3.post-title a:hover {
color: #638622;
}


/* miscellaneous
----------------------------------------------- */
.post-photo {
padding: 3px;
border: 1px solid #dbebbd;
}

.profile-img {
display: inline;
}

.profile-img img {
float: left;
margin: 0 10px 5px 0;
padding: 3px;
border: 1px solid #dbebbd;
}

.profile-data strong {
display: block;
}

.clear {
clear: both;
line-height: 0;
height: 0;
} 

.menu
{
font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
color: #FFFFFF;
font-size: 12px;
}

.steunnaam
{
font-family: helvetica, arial, verdana, "trebuchet ms", sans-serif;
font-size: 12px;
font-size: 12px;
}

.gastenboekentry
{
color: #55761c;
background: url(img/bg_sidebar.gif) repeat-x left top;
font-size: 10px;
}
