body {
  font-size: 13px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-left: 10px;
  color: #1A2634;
  background-color: #1A2634;
}

a:link {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a:visited {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

#pagecanvas {
  width: 968px;
  height: 617px;
  background-color: #1A2634;
  margin-left: auto;
  margin-right: auto;
}

#header {
  height: 50px;
  text-align: right;
  background-image: url(image/header.png);
}

#sidebar {
  width: 200px;
  height: 565px;
  background-color: #C9BEB4;
  float: left;
  padding-bottom: 0px;
}

#menucontainer {
  height: 365px;
  color: white;
}

#menu {
  margin-left: 3px;
}

#ads {
  width: 200px;
  height: 200px;
}

#content {
  float: left;
  margin-left: 3px;
  color: #BBD8E8;
  text-align: left;
  width: 750px;
}

#content h1 {
  font-size: 18px;
}

#content h2 {
  font-size: 16px;
}

#photo {
  height: 503px;
}

#photo.img {
}

#haikublok {
  height: 58px;
  background-color: #BBD8E8;
  margin-top: 3px;
  color: #1A2634;
}

#haikublok a:link {
  color:#1A2634;
}

#haikublok a:visited {
  color:#1A2634;
}

#prev {
  float: left;
  margin-top: 0px;
  margin-left: 10px;
  color: #1A2634;
}

#prev a:link {
  color:#1A2634;
}

#prev a:visited {
  color:#1A2634;
}

#next {
  float: right;
  margin-top: 0px;
  margin-right: 10px;
  color: #1A2634;
}

#next a:link {
  color:#1A2634;
}

#next a:visited {
  color:#1A2634;
}

#haiku {
  margin-left: 5em;
}

.month{
    width:180px;
    float:left;
    border:1px solid #ccc;
    margin:8px;
    border-collapse:collapse;
    color:#8A96A4;
}

.day a:link {
  color:#1A2634;
  font-weight: normal;
}

.day a:visited {
  color:#1A2634;
  font-weight: normal;
}

td {
    border:1px solid #ddd;
    padding:3px;
    text-align:right;
    font-size: 12px;
}

th {
    padding:5px;
    color:#1A2634;
    font-size: 13px;
}

.actday a:visited {
    color:#1A2634;
    font-weight:bold;
}

.actday a:link{
    color:#1A2634;
    font-weight:bold;
}

.daysofweek{
    color: #FFFFFF;
    background-color: #1A2634;
}

.fotolinks {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 5px;
}

.fotorechts {
  width: 100px;
  height: 100px;
  float: right;
  margin-left: 5px;
}

#react {
  margin-right: 2em;
  float: right;
}

body.reactbody {
  background-color: #BBD8E8;
  margin-top: 3px;
  color: #1A2634;
  margin-left: 3px;
  margin-right: 1em;
}

.reactheader {
  background-color: #99B6C6;
  margin-left: 3px;
}

.reactform {
  margin-left: 1em;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	color: #1A2634;
	border: 1px solid #ffffff;
	text-align: center;
	background-color: #C9BEB4;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

.post {
	border: 1px solid #ffffff;
	margin: 3;
        padding: 3;
}
