/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.3
Author: Martijn Stegink
Datum: September 11, 2008
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font: 24px Georgia, Times, serif;
  line-height: 30px;
  margin-bottom: 20px;
}

h2 {
  font-size: 16px; 
  line-height: 21px; 
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
}

h1, h2, h3 {
	color: #669933;
}

ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

/* GENERAL */

body {
	background: #fff url(img/bg.png) repeat;
	font: 13px/21px Myriad, Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #523b2a;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 760px;
	margin: 20px auto 10px;
	background: #fff;
	border: 13px solid #b5c287;
}

#main {
	background: #fff url(img/bg-wrap.png) repeat;
}

#content {
	background: #fff url(img/slogan.jpg) no-repeat;
	width: 440px;
	padding: 60px 30px 0;
	float: right;
	margin-right: 10px;
}

a {
	color: #2f4e02;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: #fff url(img/bg-wrap.png) repeat;
	height: 10px;
	padding-top: 2px;
}


/* MENU */

#menu {
	float: left;
	font-size: 15px; 
	width: 175px;
	margin: 15px 30px 21px 0px;
	padding: 2px 16px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 0px solid #fff;
}

#menu ul ul li {
	border-top: 0px solid #fff;	
	_padding-left: 10px;
}

#menu ul ul li a:before {
	content: "» ";
}

#menu li a {
	padding: 0 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
}

#menu li a:hover {
	background: #628d06;
	color: #fff;
}

.page_item ul {
	display: none;
}

.current_page_item ul, .current_page_parent ul {
	display: block;
}

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 0px solid #f8f8f8;
	border-top: 0px solid #ccc;
font-size: 13px;
}



/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 20px 18px 1px;
	background: #fff url(img/bg-wrap.png) repeat;
	clear: both;
}

#footer p {
	font-size: 80%;
}