td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
/*	color: #6D929B; */
}


td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

a {
  color: #3256B6;
  text-decoration: none;
}
a:visited {
/*  color: #cc9; */
}
a:hover, a:visited:hover {
  color: #e00;
  text-decoration: none;
}
body {

  background-color: #009900;
  background: #F5F5F3;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  padding: 0;
  margin: 0;
  text-align: center;
}


h1 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 200%;
  font-weight: normal;
}
h3 {
  color: #333;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size: 180%;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: .5em;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
#page {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  text-align: left;
}
#header {
  background-image: url(/images/kikkerberg_header.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #6ab36a;
  border: 4px solid #fff;
  border-bottom: none;
  color: white;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  padding: 25px;
  text-align: left;
}
#site-title {
  color: white;
  font-size: 325%;
}
#site-title a, #site-title a:visited {
  color: white;
  text-decoration: none;
}
#site-title a:hover, #site-title a:hover {
  color: white;
  text-decoration: underline;
}
#site-subtitle {
  font-style: italic;
  letter-spacing: 2px;
/*  text-transform: lowercase; */
}
#main {
  background-color: white;
  float: left;
  width: 892px;
  border: 4px solid white;
}
#content-wrapper {
  float: left;
  width: 100%;
}
#content {
  padding: 25px;
/*   border-right: 1px dotted #a3a39c; */
}
#content h1 {
  margin-top: 0;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
}
#content p {
  line-height: 160%;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .first.entry {
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
}
#content .first.entry h3 {
  margin-top: 0.25em;
}
#sidebar-wrapper {
  float: right;
  width: 892px;
  border: 4px solid #fff; 
  border-width: 0 4px;
  background: #b2d9b2;
}
#sidebar {
  font-size: 90%;
  padding: 10px;
  padding-left: 25px;
}
#sidebar h3 {
  font-size: 140%; 
  display: inline;
  padding-right: 17px;

}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#footer {
  color: #818cb0;
  float: left;
  font-size: 90%;
  padding-top: 1px;
  padding-bottom: 20px;
  width: 100%;
}

.comment {
  background:#f7f7ff none repeat scroll 0 0;
  border:1px solid #ddf;
  margin: 20px 0 0 0;
  padding:0px 8px;
}

.comment .content_html {
  font-style: italic;
}

