/*
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: 16px; 
  line-height: 21px; 
}

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

h1, h2, h3 {
	color: #89060f;
}

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

table {
	empty-cells: show;
}

td {
	padding-right: 20px;
}

/* GENERAL */

body {
	background: #f8c874 url(img/background.png) repeat-x;
	font: 13px/21px "Georgia", Georgia, Helvetica, serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 760px;
	margin: 20px auto 10px;
}

#main {
}

#content {
	width: 700px;
	padding: 0px 30px 0;
	float: left;
}

a {
	color: #763f06;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	height: 100px;
	padding-top: 20px;
}

#head h1 {
	background:  url(img/logo.bernard.png) no-repeat scroll 0 50%;
	position: relative;
	top: 5px;
	left: 20px;
}

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


/* BANNER */

#frontBanner {
	color: #FFF;
	font-size: 24px;
	padding: 10px 10px;
	width: 685px;
	height: 60px;
	background: #89060f;
	border: 1px solid;
}

	
#frontBannerText {
	font-size:22px; 
	font-family:Arial;
	color:#FFF;
	margin:0 32px 0 10px; 
	padding:2px 0px 4px 0; 
	line-height:25px;
}

#frontBannerText .small {
	font-size:16px;
	font-weight:normal;
}


/* MENU */

#menu {
	display: inline;
	float: left;
	width: 700px;
	margin: 5px 30px 21px 0px;
	padding: 10px 20px;
}

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

#menu li {
	display: inline;
	font-size: 16px;
	text-transform: uppercase;
}

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

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

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

#menu li a:hover {
	background: #89060f;
	color: #fff;
}

.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;
}

/* FRONT */

#frontcontent {
	height: 530px;
}

#frontmain {
	background: url(img/front.illustration.png) no-repeat;
}

#frontblurb {
	padding-left:355px;
	padding-top:260px;
	padding-right:30px;
}

#frontMenu {
	position:relative;
	width: 300px;
	height: 245px;
	background: #d96511 url(img/hibiscus.png) bottom left no-repeat;
	left: 10px;
	top: -260px;
	color: #FFF;
	padding: 15px 15px 0px;
	border: solid 1px #FFF;
	font-size: 18px;
	
	}
	


/* WEBLOG */

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

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

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

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