/*
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;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
}

h1 { 
  font-size: 24px; 
  line-height: 42px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

h2 {
  font-size: 26px; 
  line-height: 28px;
  letter-spacing: -1px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
  font-weight: normal;
  margin-bottom: 14px;
}

h3 { 
  font-size: 14px; 
  line-height: 21px; 
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  margin-bottom: 14px;
}



h1, h2, h3 {
	color: #6a99b3;
}

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

/* GENERAL */

body {
	background: #fff url(img/background-fade.gif) repeat-x top left;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 760px;
	margin: 20px auto 10px;
	background: #fff;
	border: 8px solid #fff;
}

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

#content {
	width: 470px;
	padding: 30px 30px 0;
	float: left;
}

a {
	color: #6a99b3;
	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: 312px;
	padding-top: 0px;
}

#head h1 {
	background:  url(img/shirt-banner.jpg) no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}

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


/* 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: right;
	width: 140px;
	margin: 31px 30px 21px 0px;
	_margin-right: 15px;
	border: 3px solid #6a99b3;
	border-width: 3px 0;
	background: #d1e5f0;
	padding: 10px 20px;
}

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

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

#menu li a:hover {
	background: #6a99b3;
	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;
}

.widgettitle {
	display: none;
}

.textwidet img {
	padding-top: 4px;
}
/* WEBLOG */

.post {

	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}

/* Begin Images */

p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}


/* FOOTER */

#footer {
	padding: 20px 30px 1px;
	clear: both;
}

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