/*
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-size: 24px; 
  line-height: 42px;
}

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

h2.blog {
  font-size: 24px; 
  line-height: 1.1em; 
}

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

h1, h2, h3 {
	color: #5b3e5a;
}

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

/* GENERAL */

body {
	background: #d2bfaf url(img/bg-tan.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 761px;
	margin: 40px auto 10px;
	background: #fbf6f1; 
	border: 4px solid #936b93;
}

#wrap-iefup {	
}

#main {
}

#content {
	width: 470px;
	float: left;
	padding: 30px 30px 0;
}
#content-iefup {

}

a {
	color: #362588;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: #fbf6f1; 
	height: 129px;
	padding-top: 20px;
} 

#head h1 {
	background:  url(img/logo.gif) no-repeat;
	position: relative;
	height: 129px;
	top: 0px;
	left: 10px;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 129px;
	width:  217px;
}


/* Slogan */

#slogan {
	background: #936a93 url(img/slogan.jpg) no-repeat;
	color: #fff;
	font: 200% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 130px;
}

/* MENU */

#menu {
	float: right;
	background: #fbf6f1; 
	display: inline; 
}

#menu ul{
	margin: 0;
	display: inline; 
}

#menu li {
	list-style: none;
	display: inline; 
	font-size: 115%;
	letter-spacing: 2px;
}

#menu ul ul li {
	border-top: 1px solid #ccc;	
	display: inline; 
}

#menu ul ul li a:before {
	content: "È ";
	display: inline; 
}

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

#menu li a:hover {
	text-decoration: underline;
	color: #362588;
	display: inline; 
}

.page_item ul {
	display: none;
}

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

#menu .current_page_item li, #menu .current_page_parent ul li {
	border: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
	display: inline; 
}



/* WEBLOG */

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

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding-top: 10px;
	font-weight: bold;
	clear: both;
	text-align: center;
}

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

