/*
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; 
}

table{
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
-khtml-border-radius: 6px;
border-radius: 6px;
}

td{
padding:2px;
}

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: #567da9;
}

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

/* GENERAL */

body {
	background: #fff url(img/usd1.jpg) no-repeat 0px 200px;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	overflow:clip;
}

#nav{
height:50px;
background: transparent url(img/top.jpg) no-repeat top left;
}


#wrap {
	width: 100%;
	margin: 0px;
	border: 0px solid #3c3c3c;
}

#main {
	background: #fff url(img/bg7.jpg) repeat-x top left;
	width:100%;
	margin: 0;
}

#content {
	width: 70%;
	padding: 30px 50px 0 0;
	float: right;
}

a {
	color: #567da9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: transparent url(img/newbanner.jpg) no-repeat top left;
	height: 200px;
	padding-top: 0px;
	border-top: 1px solid #000033;
	border-bottom: 1px solid #000033;
}
/*
#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;
}
*/

/* Slogan */

#slogan {
	/*background: #567da9 url(img/pattern_1227.gif) repeat;
	padding: 0px;
	color: #fff;
	font: 300% Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 0px;*/
	width:100%;
	height:10px;
	background: transparent url(img/top.jpg) no-repeat top left;
	border-bottom: 1px solid #000033;
}

/* MENU */

#menu {
	float: left;
	width: 23%;
	margin: 5px;
	_margin-right: 15px;
	border: 3px solid #003366;
	border-width: 0px 0;
	/*background: #eee;  url(img/menu_paper.gif) no-repeat center bottom;*/
	padding: 0px;
}

#menu ul{
	margin-top: 10px;
}

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

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

#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: #567da9;
	color: #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 {
background:transparent url(img/top.jpg) repeat top left;
	padding: 20px 30px 1px;
	border-top:  1px solid #000033;
	border-bottom:  1px solid #000033;
	clear: both;
	color:#eee;
}

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

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

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	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: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions & aligment */

#formDiv{
	padding:8px;
	border:1px solid #77a2c5;
	background-color: #fff;
	margin-bottom:10px;
	}
	
	
	
	
	div.box1, ol.commentlist li, form#comments { background: url(img/bg-box1.png) repeat !important; background: #111; }

div.box1 {
	-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	margin: 0 0 20px;
	padding: 0px 20px;
}
	div.box1 ul, div.box1 ul.blog-list li p { margin: 0 }

		div.box1 ul.blog-list li {
			border-bottom: 1px dashed #3f566e;
			padding: 0 0 15px;
		}

	div.box1 p.link {
		text-align: right;
		margin: 0 0 15px;
	}
	
	div.box1 ul.left-list {
		float: left;
		width: 230px;
		padding: 10px 0 10px 10px;
	}

	div.box1 ul.right-list {
		float: right;
		width: 230px;
		padding: 10px 10px 10px 0;
	}
	
		div.box1 ul.left-list li, div.box1 ul.right-list li, div.box1 ul.list3 li {
			line-height: 13px;
			border-top: 1px dashed #3f566e;
			padding: 8px 0;
		}
		
		div.box1 ul.list3 {
			margin: 15px 0 0;
		}

		div.box1 ul.list3 li {
			padding: 15px 0;
		}
		
		div.box1 ul.list3 li ul {
			margin: 0;
			border: none !Important;
		}

		div.box1 ul.list3 li ul li {
			margin: 0 0 0 15px;
			padding: 15px 0 0;
			border: none !Important;
		}
		
		div.box1 ul.left-list li a, div.box1 ul.right-list li a, div.box1 ul.list3 li a { color: #dadada }
		
		.box1 .navigation { padding: 10px 0; }
		
		div.box1 ul.list2 li, div.list3 li {
	line-height: 13px;
	border-bottom: 1px dashed #777;
	padding: 8px 0;
}

div.post { padding: 5px 0px }
.post strong { font-weight: 700;}
.post em { font-style: italic}


.home .post { border-bottom: 1px dashed #777777}

div.post img { float:left; padding:1px; border:1px solid #fff; margin:5px !important; padding:0; }

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clearfix { display: block }*/