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

h2 a{
color: #761213;
}

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

h1, h2, h3 {
	color: #761213;
}

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

/* GENERAL */

body {
	background: #fff;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}

#banner{
height: 128px;
background: #761213 url(img/logo.jpg) no-repeat top left;
}

#topnav {
    position:absolute;
    top:25px;
    right:10px;
}

#maillist{
float:right;
margin:5px;
border:1px solid #330000;
background-color:#fff;
padding: 0 10px;
text-align: right;
}

#maillist input{
margin-left: 1em;
margin-bottom:5px;
}

#wrap {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top:37px;
	background: #fff;
	border: 1px solid #e7e7e7;
}

#maillist p{
line-height:0;
}

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

#content {
	width: 60%; /*470px;*/
	padding: 30px 30px 0;
	float: left;
}

#content2 {
	width: 160px;
	padding: 30px 30px 0;
	float: left;
	clear:none;
}


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

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(img/grad_top.png) no-repeat top center;
	height: 30px;
	font: 180% Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	padding-top:15px;
	padding-bottom:15px;
	text-indent:20px;
	vertical-align:center;
}

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

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


/* Slogan */

#slogan {
	background: #fff url(img/slogan_bg.jpg) repeat-x bottom left;
	padding: 10px 20px 20px 20px;
	color: #333;
	font-weight: normal;
	clear: both;
	height: 126px;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
}

#slogan img{
float:left;
margin-right:4px;
margin-bottom:20px;
}

.c25l {float: left; /*border-right: 1px solid #e7e7e7;*/ }
.c20l {float: left; /*border-right: 1px solid #e7e7e7;*/ }
  .c25r {float: right; margin-left: -8px; }
  .c25l, .c25r { width: 23%; padding:5px; }
  .c20l, .c20r { width: 18%; padding:1%; }
  .equalize, .equalize .subcolumns { overflow:visible; display:table; table-layout:fixed; }
  .equalize .c50l,.equalize .c25l,.equalize .c33l,.equalize .c38l,.equalize .c66l,
  .equalize .c75l,.equalize .c62l,.equalize .c50r,.equalize .c25r,.equalize .c33r,
  .equalize .c38r,.equalize .c66r,.equalize .c75r,.equalize .c62r {
    display:table-cell; vertical-align:top;
    float:none; margin:0; overflow:hidden;
  }
  
  #slogan span{
  font-family: Times, Helvetica;
  font-size: 140%;
  }


/* MENU */

#menu {
	float: right;
	width: 28%; /*180px;*/
	margin: 31px 30px 21px 0px;
	_margin-right: 15px;
	/*border: 1px solid #e7e7e7;
	border-width: 0 0 0 1px;
	background: #f8f8f8;
	padding: 10px 20px;*/
}

#menu ul{
	margin: 0;
}


#menu li {
	list-style: none;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33243737,endColorstr=#33243737); /*AARRGGBB*/
	zoom: 1;
	/*background: rgb(249, 222, 171);  The Fallback for retarded Internet Explorer*/
	background:	rgba(36, 55, 55, 0.2);
	padding:4px;
	margin:1px;
}

#menu li a {
	
}

#menu h2
{
padding-top:5px;
padding-bottom:10px;
}
#menu li ul li a:before { content: "» " }


/*
#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: #00B0F1;
	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:url(img/grad_bottom.png) no-repeat bottom center;
	padding: 5px 10px;
	border-top: 1px solid #e7e7e7;
	clear: both;
}

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

#footer img{
vertical-align: middle;
margin-right:5px;
}

#sub_footer{
height: 86px;
background: #761213 url(img/sub_footer.jpg) repeat-x bottom left;
vertical-align:baseline;
}

#subfooter .sub_text{
padding:9px;
margin:10px;
}




