/*
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: 10px;
  color: #ffffff; 
}

h1 { 
  font-size: 24px; 
  line-height: 41px;
}

h2 {
  font-size: 18px; 
  line-height: 20px; 
}

h3 { 
  font-size: 17px; 
  line-height: 20px; 
}

h4 { 
  font-size: 12px; 
  line-height: 17px; 
}

h1, h2, h3, h4 {
	color: #48CDFF;
  	margin-bottom: 15px;
}

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

/* GENERAL */

body {
	background-color: #012136;
	background: #012136 url(img/img01.png) repeat-x;
	font: 100%/1.4 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 960px;
	margin: 0px auto 10px;
	/* background: #012136; */
  	color: #012136;
}

#main {
	background: #012136;
}

#content {
	width: 680px;
	padding: 15px 25px 0px 0px;
	float: right;
  	font-size: 100%;
}

a {
	color: #0084B4;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	/* background-color: #012136; */
	height: 100px;
  	position: relative;
}

#head a.logo {
	background:  url(img/bgm-logo.jpg) no-repeat;
 	display: block;
  	float: left;
	text-indent: -9000px;
	height: 100px;
	width:  400px;
  	outline: 0 none;
}

#head p {
  color: #ffffff;
  font-size: 110%;
  font-weight: bold;
  font-style:italic;
  padding-left: 450px;
  padding-top: 30px;
}


/* Hero */

#hero {
	background: #012136;
	color: #fff;
	height: 40px; /* images here - increase height first */
  	position: relative;
}

/* Head Nav */
#headnav {
	position: absolute;
	bottom: 8px;
	margin: 0;
	font-size: 80%;
	width: 100%;
	padding-left: 75px;
	/* background: #012136; */
	height: 37px;
  	/* border-color: #012136 #888 #888;
  	border-style: solid; */
  	/* border-width: 1px 0; */
}

#headnav li {
  display: inline;
}

#headnav li a {
	font-size:16px;
	font-weight:bold;
  	padding: 8px;
  	display: block;
  	float: left;
  	text-align: center;
  	color: #ffffff;
 	 /* border-right: 1px solid #ffffff; */
 	 text-decoration: none;
}

#headnav li.last a {
  border-right: 0;
}

#headnav li a:hover {
	color: #48CDFF;
}

#headnav li a:focus,
#headnav li.current_page_item a,
#headnav li.current_page_ancestor a {
  /* background: transparent url(img/active-li-bg.gif) 50% 0 no-repeat; */
}

#headnav li.current_page_item a,
#headnav li.current_page_ancestor a {
  color: #fff;
}

/* MENU */

#menu {
	float: left;
	width: 200px;
	margin: 31px 20px 5px;
	_margin-right: 15px;
	/* border: 1px solid #888; */
	/* background: #fca343 url(img/headnav-bg.jpg) no-repeat scroll 0 0; */
	padding: 0;
}

#menu ul{
	margin-top: 40px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background-color: #00354F;
	border-style: solid;
	border-width: 1px;
	border-color: #00354F #00354F #00354F #00354F;
	padding-top: 4px;
	text-align: left;
}

#menu li {
	/* list-style: none; Includes bullet point */
  	font-size: 100%;
	height: 25px;
	margin-top: 0px;
	/* border: 1px solid #ffffff; */
	/* background: url(img/menu-but.png) no-repeat; */
}

#menu li.last {
  	/* border-bottom: 0; */
}

#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: 20px;
	text-decoration: none;
  	color: #ffffff;
}

#menu li a:hover,
#menu li a:focus,
#menu li.current_page_item a {
	/* background: transparent url(img/active-menu-li-bg.gif) 0 50% no-repeat; */
	color: #ffffff;
	text-decoration: underline;
}

#menu li.current_page_item a {
  	color: #ffffff;
	text-decoration: underline;
}

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

/* SIDEBAR */

#sidebar {
	float: left;
	width: 200px;
	margin: 15px 20px 21px;
	_margin-right: 15px;
}

#sidebar h3	{
	text-align: center;
	padding: 0px 0px 0px 10px;
}

#home div#sidebar {
  /* margin-top: 80px;
  background: url(img/homepage-sidebar.jpg) 50% 0 no-repeat;
  height: 750px; */ 
  
  /* edited out RHS side bar for image */
}


#sidebar ul{
	margin-top: 10px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	background-color: #00354F;
	border-style: solid;
	border-width: 1px;
	border-color: #00354F #00354F #00354F #00354F;
	padding-top: 4px;
	text-align: left;
}

#sidebar li {
	/* list-style: none; Includes bullet point */
  	font-size: 100%;
	height: 25px;
	margin-top: 0px;
	/* border: 1px solid #ffffff; */
	/* background: url(img/menu-but.png) no-repeat; */
}

#sidebar li.last {
  	/* border-bottom: 0; */
}

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

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

#sidebar li a {
	padding: 0 10px;
	display: block;
	line-height: 20px;
	text-decoration: none;
  	color: #ffffff;
}

#sidebar li a:hover,
#sidebar li a:focus,
#sidebar li.current_page_item a {
	/* background: transparent url(img/active-menu-li-bg.gif) 0 50% no-repeat; */
	color: #ffffff;
	text-decoration: underline;
}

#sidebar li.current_page_item a {
  	color: #ffffff;
	text-decoration: underline;
}

.page_item ul {
	display: none;
}

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

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

/* SEARCH FORM */
#searchform {
  	position: absolute;
  	top: 0;
  	right: 0;
}

#searchform fieldset {
  	border: 0;
  	color: #fff;
  	float: right;
}

#searchform label {
  	visibility: hidden;
}

#searchform input#s {
  	padding: 2px 4px;
  	border: 1px solid #fff;
  	color: #012136;
}

#searchform input#searchsubmit {
  	border: 0;
  	background: 0;
  	color: #fff;
  	cursor: pointer;
}

/* vCARD */
.vcard {
  	font-size: 100%;
  	color:#ffffff;
}

.vcard div.left {
  	float: left;
  	color: #ffffff;
}

.vcard div.left a {
	font-size:16px;
	font-weight:bold;
  	color: #ffffff;
}

.vcard div.left a:hover {
	color: #48CDFF;
	text-decoration:none;
}

.vcard div.right {
  	float: right;
  	text-align: right;
}

.vcard span.padit {
  	padding-right: 10px;
}

.vcard div.left span.padit {
	  float: left;
	  width: 40px;
	  padding-right: 0;
}

/* TESTIMONIALS */
.testimonial {
  background: transparent url(img/quote-bg.png) right top no-repeat;
  border-left: 1px dashed #ccc;
  margin: 10px 20px;
}

blockquote {
  padding: 2.5em 80px 1em 2em;
}

.cite {
  font-style: italic;
  padding-left: 10px;
  margin-bottom: 0;
}

/* 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;
	border-top:  2px solid #ccc;
	background-color: #012136;
	clear: both;
}

#footer p {
	font-size: 70%;
	color:#FFFFFF;
  	margin: 0;
}

/* SITEMAP */

#sitemap {
  width: 900px;
}

#sitemap ul {
  margin-left: 0;
}

#sitemap ul li {
  width: 280px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  list-style: none;
  font-weight: bold;
}

#sitemap ul li a {
  border-bottom: 1px solid #ccc;
  display: block;
  padding-bottom: 2px;
  margin-right: 30px;  
}

#sitemap ul ul {
  display: block;
  margin-left: 15px;
}

#sitemap ul ul li {
  margin-right: 0;
  margin-bottom: 0;
  list-style: disc;
  font-weight: normal;
}

#sitemap ul ul li a {
  border-bottom: 0;
}

/* media display */
.alignleft {
  float: left;
  margin: 0 20px 20px 0 !important;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px !important;
}

.wp-caption {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  background-color: #00354F;
  border-style: solid;
  border-width: 1px;
  border-color: #00354F;
  margin: 10px;
  padding-top: 4px;
  text-align: center;
}

.wp-caption p {
  margin-bottom: 6px;
  color: #ffffff;
}
