/*
Theme Name: CMS theme	
Theme URI: http://www.bos89.nl/1088/
Description: Demonstration of CMS capabilities of Wordpress
Version: 1.0
Author: Martijn Stegink
Remarks: navigation styling is in separate files
*/

/* GENERAL ELEMENTS */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #111;
	background: #73C6BC url(img/bg.jpg) repeat-x top;
	line-height: 150%;
}

H1, H2, H3 {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: bold;
}

H1 {
	font-size: 120%;
}

H2 {
	font-size: 110%;
}

H3 {
	font-size: 100%;
}

p, ul {
	margin: 4px 0 10px 0;
}
em {
	visibility: hidden;
	}

ul, ol {
	margin-left: 17px;
}

a {
	color: #214872;
	font-weight:bold;
}

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

code {
	font-family: "Courier New";
	font-size: 130%;
	display: block;
}

/* STRUCTURE */

#container {
	width: 800px;
	margin: 10px auto;
	background: #949D26;
	border: 10px #fff solid;
	text-align: left;
}

#page, #weblog, #search, #archive, #sidebar {
	padding: 0 20px;
	border: 0;
	margin: 0px;
}

br.clear {
	clear: both;
}

/* HEADER */

#header {
	height: 190px;
	background: url(img/header.gif) repeat-x;
}

#header h1 {
	padding: 30px 0 10px 20px;
	font-size: 190%;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
}

#header p {
	padding: 0px 20px 10px;
	margin: 0;
	font-size: 130%;
}

#topsearch {
	width:  105px;
	float: right;
	margin: 0 35px 0 0;
	padding: 10px;
}

#searchsubmit {
	display: none;
}

#s {
	width: 120px;
}

#searchform label {
	color: #fff;
	display: block;
}

/* SIDEBAR */

#sidebar {
	width: 140px;
	padding: 0 10px 0 20px ;
	float: right;
}

#sidebar ul {
	margin-left: 0;
	margin-top:  0;
}

#sidebar li {
	list-style: none;
}

/* SIDEMENU */

#sidemenu {
	width: 140px;
	padding: 3px 10px 0 20px ;
	float: right;
}

#sidemenu ul {
	margin-left: 0;
	margin-top:  0;
}

#sidemenu li {
	list-style: none;
}

/* SPECIAL PAGE STYLING */

img {
	padding: 5px;
	border: 0;
}

img.right {
	float: right;
	margin: 2px 0 10px 10px;
}

img.left {
	float: left;
	margin: 2px 10px 10px 0;
}

/* NEWS */

#news {
	width:  200px;
	float: right;
	margin: 0 10px 0 20px;
}

#news h1 {
	font-size: 120%;
	margin-bottom: 5px;
}

/* WEBLOG */

.post {
	margin-bottom: 30px;
}

.edit {
	float: right;
}

#weblog {
	width: 460px;
}

#weblog h1 {
	margin-bottom: 2px;
	font-weight: normal;
}

#weblog h1 a {
	text-decoration: none;
}

/* COMMENTS */

#comment {
	width: 420px;
}

#commentlist {
	margin: 0;
}

#commentlist li {
	list-style-type: none;
}

.commenttext {
	background: #e5f5fd;
	border-top: #D3ECF9 2px solid;
	padding: 8px;
	margin-top: 10px;
	color: #333;
}

/* ARCHIVE */

#archive li {
	list-style-type: none;
}

/* FOOTER */
#footer {
	width: 640px;
	margin: 0px auto;
	font-size: smaller;
	color: #fff;
}

ul#footer {
	list-style: none;
}

#footer li { 
	float: left;	
	list-style: none;
}

#footer a { 
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #fff;
}

#footer a:hover {
	color: #000;
}
/*Contactformulier */

#wrap {background-color:#333333;}

