/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.1
Author: Martijn Stegink
Datum: 10 juli 2007
*/

/* RESET ALL MARGINS AND PADDING */

* { 
  margin: 0; 
  padding: 0;
}

p { 
  margin-bottom: 21px; 
}

h1 {
	font-size: 24px;
	color: #054688;
	line-height: 30px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

h2 {
	font-size: 16px;
	line-height: 30px;
	color: #D23649;
	padding: 0 0 5px 0;
}

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

h1, h2, h3 {
	
}

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

/* GENERAL */

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


#wrap {
	width: 950px;
	background: #fff;
	border: 1px solid #CCCCCC;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#main {
	background-image: url(img/bg-main.jpg);
	background-repeat: repeat-x;
}

#content {
	width: 670px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 30px;
}

alignnone size-medium wp-image-36 {
	border:0px;
	
}

a {
	color: #0F367C;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	height: 100px;
	background-image: url(img/second-city.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	position: relative;
}

#head h1 {
	position: relative;
	top: 0px;
	left: 20px;
	background-repeat: no-repeat;
	width: 280px;
	height: 80px;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 80px;
	width:  280px;
}
#subhead  {
	float:right;
	width:  600px;
	position: relative;
	padding-right: 30px;
	padding-top: 55px;
	height: 30px;
	font-family: Tahoma, Helvetica, sans-serif, "Lucida Grande", Arial;
	font-size: 16px;
	color: #CE2845;
	text-align: right;
}


/* Slogan */

#slogan {
	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;
}

/* MENU */

#menu {
	float: left;
	width: 190px;
	_margin-right: 15px;
	margin-top: 31px;
	margin-right: 0px;
	margin-bottom: 21px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0F367C;
}

#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 {
	color: #fff;
	background-color: #0F367C;
}

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

/* FOOTER */

#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 1px;
	padding-left: 30px;
}

#footer p {
	font-size: 11px;
	text-align: center;
}

#rightbox {
	float:right;
	width:320px;
}
#leftbox {
	float:left;
	width:320px;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
