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

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

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

h1, h2, h3 {
	color: #333;/*ORIG #0084B4;*/
}

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

/* GENERAL */

body {
	background: #1088f7 url(img/bg.png) repeat;		/* ORIG background: #333 url(img/bg.png) repeat;*/
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 960px;
	margin: 40px auto 10px;
	background: #fff;
	border: 13px solid #3c3c3c;
}

#main {
	background: url(img/bg-content.png) repeat-x top left;
}

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

a {
	color: #cc6600;  /*ORIG #0084B4;*/
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(img/bg-head.png) repeat-x bottom left;
	height: 100px;
	padding-top: 20px;
}

#head h1 {
	/*ORIG url(img/logo.gif) no-repeat;*/
	position: relative;
	top: 25px;
	left: 30px;
}

#head h1 a {
	display: block;
	/*text-indent: -9000px;*/
	height: 33px;
	width:  300px; /* ORIG 217px; */
	text-decoration: none; /* ORIG - no code on this line */
	color: #f79910; /* addition MH */
}


#headMH {
	font-size: 36px; /* ORIG 24px;*/
	line-height: 42px;	
	/*background: url(img/bg-head.png) repeat-x bottom left;*/
	height: 100px;
	padding-top: 20px;
}

#headMH {
	position: relative;
	top: 25px; /* ORIG 25px; */
	left: 30px; /* ORIG 30px; */
}

#headMH a {
	display: block;
	/*text-indent: -9000px;*/
	height: 33px;
	width:  300px; /* ORIG 217px; */
	text-decoration: none; /* ORIG - no code on this line */
	font-weight: bold;
	color: #f79910; /* addition MH */
}


/* Slogan */

#slogan {
	
	background: #f79910; /*ORIG background: #00B0F1 url(img/slogan.jpg) no-repeat;*/
	padding: 45px 30px 0;
	color: #fff;
	font: 300% Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 100px;
}

/* MH additional section for formatting colour of H1 slogan on non-home pages */
#slogan h1 {
	color: #fff;
	font-weight: normal;
}

/* MENU */

#menu {
	float: right;
	width: 140px;
	margin: 31px 30px 21px 0px;
	_margin-right: 15px;
	border: 3px solid #f79910;/*ORIG #00B0F1;*/
	border-width: 3px 0;
	background: #f8f8f8;
	padding: 10px 20px;
}

#menu ul{
	margin: 0;
}

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

#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: block;
	line-height: 30px;
	text-decoration: none;
}

#menu li a:hover {
	background: #f79910;/*ORIG#00B0F1;*/
	color: #fff;/*ORIG#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: 1px solid #f8f8f8;
	border-top: 1px solid #ccc;
}



/* WEBLOG */

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

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 20px 30px 1px;
	border-top:  2px solid #f79910;/*ORIG #00B0F1;*/
	clear: both;
}

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

/* The following section was added by MH for image alignment */
img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
} 
/* end of MH addition - images */
