/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.1
Author: Martijn Stegink
Datum: 10 juli 2007
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
font-size: 18px;
font-weight:normal;
}

h2 {
  font-size: 16px;  
}

h3 { 
  font-size: 12px; 
}

h1, h2, h3 {
color: #708E93;
}

ul, ol { 
margin: 11px 0 10px 18px;  line-height:20px;
}

/* GENERAL */

body {
background: #fff;
font-size: 13px; font-family: Trebuchet, Verdana, sans-serif;
line-height:18px;
color: #666;
margin: 0; padding: 0;
}


#wrap {
	width: 800px;
	margin: 40px auto 10px;
	background: #fff;
}

#main {}

#content {
width: 500px;
padding: 30px 20px 0 20px;
float: right;
height: 350px; /* ie */ 
}
#content[id]	{
height:auto; min-height:350px;
}
#content:lang(en){			
height:auto;
}

a {
	color: #708E93;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

.storycontent {margin-top:15px;}

/* HEADER */

#head {
height: 160px;

}

#logo {
background:  url(img/logo_dorit.gif) no-repeat;
position: relative;
top: 25px;
left: 10px;
}

#logo a {
display: block;
height: 52px;
width:  198px;
text-decoration:none;
}



/* MENU */

#menu {
	float: left;
	width: 180px;
	padding: 44px 20px 20px 20px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom: 1px solid #DCE6E7;
}

#menu ul ul li {
	border-top: 1px solid #DCE6E7;	
	padding-left: 10px;
}

#menu ul ul li a:before {
	
}

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

#menu li a:hover {
	color: #9AB4B8;
}

.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: 1px solid #fff;	
border-top: 1px solid #DCE6E7;
}



/* WEBLOG */

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

/* FOOTER */

#footer {
	padding: 10px 30px 1px;
	border-top:  1px solid #DCE6E7;
	clear: both;
}

#footer p {
	font-size: 11px;
color:#ccc;
}

