/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.4
Author: Martijn Stegink
Datum: September 11, 2008
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 { 
  font-size: 28px; 
  line-height: 42px;
  width:50%;
  color:#fff;
}

h2 {
  font-size: 22px; 
  line-height: 21px; 
   color:#fff;
}

h3 { 
  font-size: 16px; 
  line-height: 21px; 
   color:#fff;
}

h1, h2, h3 {
	color: #0f7733;
}

h3 a
{
	color: #0f7733;
}

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

/* GENERAL */

body {
	/* background: #333 url(img/bg.png) repeat; */
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size:16px;
	color: #8BB34A;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 100%;
	margin: 0;
	background: #000;
	/* border: 13px solid #3c3c3c; */
}

#main {
	background: #000; /* url(img/bg-main.jpg) repeat-x top left;  */
	overflow: hidden; /* FOR EQUAL HEIGHT COLUMNS */
}

#main_div
{
width:98%;
margin: 4px auto;
}

.main_box
{
padding:10px;
width:244px;
height: 280px;
float:left;
clear:right;
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-top: 1px solid #eee;
border-left: 1px solid #eee;
background-color: #f9f9f9;
margin:8px 4px;
}

.main_box .more
{
border: 0;
margin-bottom:8px;
}

.main_box img
{
margin: 4px 0px;
border: 8px solid #eee;
}


 #content {
	width: 64%;
	padding: 2% 1% 2% 2%;
	margin:0% 2%;
	float: left;
	background: #000; /* url(img/bg-content.jpg) no-repeat top right; */
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #6a6a6a;
	margin-bottom: -2000px; padding-bottom: 2000px; /* FOR EQUAL HEIGHT COLUMNS */
} 

.box a
{
	color: #fff;
	text-decoration: none;
}

a {
	color: #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 {
	background:  url(img/logo.gif) no-repeat;
	position: relative;
	top: 25px;
	left: 30px;
}

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

#nav_bg
{
	width:100%;
	height:48px;
	background: url(img/nav_bg.jpg) repeat-x top left;
}

#nav_menu
{
	float:right;
	margin-right:40px;
}

#access
{
height:8px;
background-color:#6a6a6a;
}

#topnav {
    position:absolute;
    top:0px;
    left:0px;
	width: auto;
	color:#6a6a6a;
	clear:none;
}

#topnav_mid {
   /* position:relative;
    top:0px;
    left:0px;
	width: 310px;
	color:#6a6a6a;
	clear:none;
	margin:0 auto;*/
}

#topnav_mid  img{
    margin-left:95px;
}

#topnav_right {
background: url(img/topnav_right.png) no-repeat right top;
    position:absolute;
    top:48px;
    right:0px;
	width: 300px;
	color:#fff;
	font-weight:bold;
	clear:none;
	height:180px;
}

#topnav_right #style
{
margin-top:20px;
padding-left:60px;
margin-bottom:6px;
}

#topnav_right #textsize
{
padding-left:60px;
}

#topnav_right img
{
border:0;
}

#textsize img
{
cursor:pointer;
}

/* Slogan */

#slogan {
	background: #fff url(img/bg.jpg) repeat-x left top;
	padding: 0px;
	color: #fff;
	font-weight: normal;
	clear: both;
	height: 184px;
}


#info
{
background: #9bbc65 url(img/bg.jpg) repeat-x top left;
height:180px;
margin-top:48px;
}

/* FEATURE 
----------------------
*/
#feature
{
	/* background: #fff url(img/feat_bg.png) repeat-x bottom left; */
}

#feature .feature-content {
	width:100%;

	margin:0 auto;
	margin-bottom:12px;

	/* padding:20px; */
	
}

	#feature .feat-box {

		width:46%;
		height: 110px;
		float:left;
		padding:6px;
		margin: 5px 0;
		background: #000; /*url(img/feat_grad.jpg) repeat-x top left;*/
		padding-bottom:46px;
		/*border-right:1px solid #ddd;
		border-bottom:1px solid #ddd;*/
	}
	
	#feature .feat-box  img{
		padding-bottom:12px;
	}
	
	#feature .feat-top {

		}
	
	#feature  .last
	{
		margin-left:8px;
	}
	
	#feature .pre_feat	
	{
	float:left;
	margin-right: 4px;
	margin-bottom: 4px;
	}
	
	#feature .one	
	{
	border-top:4px solid #0f7733;
	}
	
		#feature .two	
	{
	border-top:4px solid #b1cc85;
	}
	
		#feature .three	
	{
	border-top:4px solid #b1cc85;
	}
	
		#feature .four	
	{
	border-top:4px solid #0f7733;
	}



	#feature h2 {

		font-size:1.8em;

		font-weight:bold;

		font-family: Helvetica, Arial, sans-serif;

		color:#fff;

		padding-bottom:15px;

		width:250px;

		border-bottom:1px solid #292827;

	}

	

	#feature div.abouttext {

		padding-top:10px;

		line-height:22px;

		color:#a4a5a1;

	}

	

	#feature ul {

		padding-top:10px;

	}

	

	#feature ul li a {

		display:block;

		padding:12px 0;

		color:#a4a5a1;

		width:250px;

	}

	

	#feature ul li a:hover {

		padding:12px 8px;

		background:#242222;

		text-decoration:none;

	}

	

#feature .credits {

	border-top:1px solid #393837;

	background:#252423;

}



	#feature .credits-content {

		width:980px;

		margin:0 auto;

		padding:10px;

		color:#a4a5a1;

	}
	
/* END FEATURE */


/* MENU */

 #menu {
	float: left;
	width: 23%;
	padding: 3% 2% 3% 1%;
	margin:0% 2% 0 0;
	background-color:#000;
	border-left: 1px solid #6a6a6a;
	border-right: 1px solid #6a6a6a;
	 margin-bottom: -2000px; padding-bottom: 2000px; /* FOR EQUAL HEIGHT COLUMNS */
} 

#menu img
{
margin-bottom:12px;
}
#menu .box
{
background: #50944d url(img/news_box2.png) no-repeat top left;
border: 4px solid #479457;
padding:8px;
margin-bottom:16px;
width:221px;
}

#menu .green_box
{
background: #50944d url(img/green_box2.png) no-repeat top left;
border: 4px solid #479457;
padding:8px;
margin-bottom:16px;
width:221px;
}

#menu .orange_box
{
background: #DF5900 url(img/orange_box2.png) no-repeat top left;
border: 4px solid #DF5900;
padding:8px;
margin-bottom:16px;
width:221px;
}

#menu .green_box a, #menu .orange_box a
{
	color:#fff;
}

.box div, .green_box div, .orange_box div
{
position: relative;
top:26px;
left:80px;
width:150px;
color: #fff;
}

.box hr
{
height:1px;
 border: 0;
color: #ddd;
background-color: #ddd;
margin-top:16px;
}

#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 li a:before {
	content: "» ";
}

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

#menu li a:hover {
	color: #fff;
	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;
}



/* WEBLOG */

.home_title
{
width:95%;
padding:8px;
background-color: #cfe8f5;
border-top:1px solid #2b8fc6;
}

.home_excerpt
{
width:95%;
padding:8px;
background-color: #cfe8f5;
border-top:1px solid #fff;
margin-bottom:8px;
}

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

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	height:45px;
	background: #9bbc65 url(img/footer_bg.jpg) repeat-x center left;
	/* padding: 20px 30px 1px; */
	border-top: 2px solid #469346;
	clear: both;
	color:#eee;
}

#footer a
{
color:#eee;
}

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


/* Captions & aligment */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	padding-right:5px;
	padding-bottom:5px;
}

.alignright {
	float: right;
	padding-left:5px;
	padding-bottom:5px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #000;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 1.1em;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */
