﻿/* ----------------------------------------------
   HTML ELEMENTS
------------------------------------------------- */ 

html, body {
	padding:0;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #040404;
	color: #ccc;
	font-size: 9px;
	line-height: 14px;
}
#blogframe {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 710px;
	border: 0px;
	overflow: hidden;
}
#container {
	width: 950px;
	top: 0px;
	position: absolute;
	left: 50%;
	margin-left: -475px;
	background-position: top right;
	background-repeat: no-repeat;
}
#leftdiv {
	float: left;
	width: 200px;
}
#contentdiv {
	float: left;
	width: 625px;
}
#topdiv {
	width: 650px;
	padding-top: 20px;
	overflow: hidden;
	height: 30px;
	padding-left: 212px;
}
.menubut {
	float: left;
	padding: 0 12px 0 12px;
}

a, a:active, a:visited {
	color:#ccc;
	text-decoration:underline;
}
a:hover {
	color:#ccc;
	text-decoration: none;
}
h1 {
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0px;
}
h2 {
	font-size: 14px;
	padding: 20px 0 0 0;
	margin: 0px;
}
/* CONTENT ONDERWERPEN */

#onderwerpenagenda, #onderwerpen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	position: absolute;
	left:315px;
	top:109px;
}
#onderwerpen {
	overflow: hidden;
	width: 385px;
}
#onderwerpenblog {
	width: 100%;
	height: 100%;
}
#onderwerpenagenda {
	width:500px;
	height:375px;
	overflow: auto;
}
#editdone {
	padding: 0 20px 20px 20px;
	margin: 20px;
	width: 540px;
	border: 1px solid #993333;
	color: #000;
	background-color: #edc7c7;
}
#editdone a, #editdone a:visited {
	color: #000;
	text-decoration:underline;

}
 #editdone a:hover {
	color: #000;
	text-decoration:none;
}

#editzone h2 {
	color: #000;
}

/* BLOG */

p {
	padding: 3px 0 0 0;
	margin: 0;
}
.cols {
	margin:0 20px;
	padding-top:10px;
	overflow:hidden;
}
.cols img {
	margin:15px 0;
}
#menu-right {
	position: absolute;
	top: 30px;
	right: 0px;
	width: 125px;
	height: 180px;
	text-align: right;
	color: #fff;
	z-index: 10;
}
.container-msg {
	padding: 0 20px 5px 20px;
	background-color: #161616;
	font-size: 10px;
}
a {
	color:#a7a7a7;
	text-decoration:underline;
}
a:hover {
	color:#777;
}
#header {
	display:none;
}
#footer {
	margin: 10px 0;
}
#footer img {
	margin:9px 0;
}
#searchBar {
	border:0px solid #999;
	background-color:#ccc;
	padding:10px 5px;
	text-align:center;
}
#content {
	padding-top:0px;
}
.time {
	color:#a7a7a7;
	margin-top:10px;
}
.title {
	color:#fff;
	font-size:24px;
	font-weight:bold;
}
.hr {
	border-bottom:1px dotted #999;
	width:100%;
	margin:4px 0 8px 0;
	padding: 0;
	height: 5px;
	overflow: hidden;
}
.userComment {
	padding:10px 10px 5px 0px;
	margin:10px 0 10px 0;
	min-height:14px;
}
.userComment a {
	display:inline;
}
.userName {
	padding: 8px 4px 8px 4px;
	margin: 0;
	background-color: #333333;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.comment {
	margin-bottom:10px;
}
.accent {
	color:#933;
	font-style:italic;
}
.permalink {
	margin-right: 0px;
}
/*comment window rules*/

#container.commentWindow {
	width:420px;
	padding: 0;
}
.commentWindow .cols {
	width:360px;
	padding: 30px;
	margin: 0;
}
.commentWindow .hr {
	width:360px;
}
.commentWindow fieldset {
	border:0px solid #999;
	margin:15px 0;
}
.commentWindow legend {
	font-size:12px;
	font-weight:bold;
}

.field { width: 86px; height: 17px; border: 1px solid #fff; background-color: #040404; color: #fff; font-size: 12px; }
.submitbut { width: 32px; padding: 2px 2px 2px 2px; border: 1px solid #fff; background-color: #040404; color: #fff; font-size: 10px; }