html, body {
	margin-top: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: white url(/journaal/bg.jpg) top repeat-x;
}

html {
	border-bottom: 5px solid #38D5FF;
}

div.content {
	overflow: hidden;
	width: 872px;
}

h3 {
	clear: both;
	margin: 0;
	border-top: 1px solid #38D5FF;
	border-bottom: 1px solid #38D5FF;
	padding-left: 4px;
}

div.slideshow {
	overflow: hidden;
}

div.left {
	float: left;
	padding-right: 8px;
	width: 160px;
	border-right: 1px solid #38D5FF;
	xmargin: 0 1em 0 0;
}

div.left ol {
	padding: 0;
	margin: 0 0 1em 0;
}
div.left a {
	display: block;
	font-size: 80%;
	text-decoration: none;
	color: white;
	background-color: #38D5FF;
	width: 140px;
	padding: 0 10px 0 10px;
	margin-bottom: 2px;
	list-style: none;
}

div.left a.selected {
	color: #3772FE;
}

div.left a:hover {
	color: white;
	background-color: #3772FE;
}

div.right {
	float: left;
	width: 590px;
	padding: 0 1em 0 1em;
}

div.blogroll {
	margin: 1em 0;
}

p.datum {
	font-style: italic;
	font-size: 80%;
	margin: 0;
	text-align: right;
}

img.titel {
	margin: 0 0 35px 0;
}

a img {
	cursor: -webkit-zoom-in;
}

p.in, p.email {
	font-size: 90%;
	font-style: italic;
	color: #3772FE;
	margin: 0 1em 1em 10px;
	
}

p.email {
	float: right;
}

p.email a {
	text-decoration: none;
	color: #3772FE;
}

p.email a:hover {
	text-decoration: underline;
}

div.right p {
	padding-left: 4px;
	margin-top: 0;
}

ul.link {
	clear: both;
	list-style-image: url(/journaal/bullet.jpg);
	vertical-align: top;
}

div.slideshow img {
	border: 1px solid black;
}

img.thumbnail {
	border: none;
	float: left;
	margin: 0 6px 1px 0;
}
img.rss {
	vertical-align: top;
}
a.nolink {
	text-decoration: none;
	color: black;
}
code {
	display: block;
	overflow: auto;
	white-space: nowrap;
	border: 1px solid darkgray;
	padding: 3px;
	margin: 1em 0;
}

/* Comments */
div.comments {
	font-size: smaller;
}

div.comments p {
	margin: 0;
	padding: 0;
}
div.comments h2 {
	font-size: 100%;
	border-top: 1px solid #38D5FF;
}
div.comments ol {
	margin: 0;
	padding: 0;
}
div.comments a {
	text-decoration: underline;
	cursor: pointer;
	color: #444;
}

div.comments ol li {
	margin: 0;
	padding: 4px 7px;
	margin: 7px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
	list-style: none;
}

div.comments ol li p.name {
	float: left;
	font-weight: bold;
	padding-left: 27px;
	background: url(/journaal/talk.png) no-repeat 0 3px;
	height: 17px;
}
div.comments ol li p.name {
	float: left;
	color: #666;
	font-weight: bold;
}
div.comments ol li a.date {
	float: right;
	color: #777;
	text-decoration: none;
}
div.comments ol li p.comment {
	clear: both;
	padding: 4px 0 8px 0;
}
div.comments ol li a.more {
	display: block;
	margin-top: 5px;
	font-weight: bold;
}

div.comments form {
	margin: 0;
	padding: 7px;
	margin: 15px 0;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #f9f9f9;
}

div.comments form p {
	margin-bottom: 8px;
}
div.comments form p.mesg {
	margin: 10px 0 0 0;
}
div.comments form label {
	width: 120px;
	display: block;
	float: left;
	clear: both;
	margin-top: 10px;
}

div.comments form input {
	width: 370px;
	margin-top: 10px;
}

div.comments form textarea {
	width: 490px;
	height: 100px;
	margin-top: 10px;
}

div.comments form input[type=submit] {
	margin-left: 370px;
	width: 120px;
}
.template {
	display: none;
}

div.comments form {
	display: none;
}

div.comments.ajax form {
	display: block;
}

