/*
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: 30px;
margin-bottom: 20px;
}

h2 {
  font-size: 18px; 
  line-height: 21px; 
  margin-bottom: 15px;
margin-top: 15px;
color: #666;
}

h3 { 
  font-size: 12px; 
  line-height: 21px; 
  color: #666;
}


ul, 
ol { 
	margin: 11px 0 10px 18px; 
}

img.alignleft {
border: 3px solid #f1f1f1;
float: left;
margin-right: 20px;
margin-bottom: 10px;
}

a img {
border: 0;
}

hr {
border: 1px solid #ccc;
background-color: #ccc;
}

/* GENERAL */

body {
	background: #f1f1f1 url(img/bg.png);
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 760px;
	margin: 0 auto;
	background: #fff;
	border: 3px solid #fff;
background: #fff url(img/mainbg.jpg);
background-repeat: no-repeat;
}

#main {
	background: url(img/bg-content.png) repeat-x top left; 
}

#content {
	padding: 30px 30px 0;
}

a {
	color: #328b00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	height: 280px;
	padding-top: 0px;
}

#head h1 {
	/*background:  url(/images/logo2.png) no-repeat;*/
	position: relative;
	top: 5px;
	left: 30px;
}

#head h1 a {
	display: block;
	text-indent: -9000px;
	height: 103px;
	width:  266px;
}


/* Slogan */

.description {
text-align: center;
width: 760px; 
margin: 0 auto;
padding: 2px;
background-color: #ffc;
font-weight: bold;
padding-bottom: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}

#slogan {
	/*background: #00B0F1 url(img/slogan.jpg) no-repeat;*/
	padding: 0 30px 0;
	font: 11px arial, sans-serif;
	font-weight: normal;
color: #666;
position: absolute;
top: 155px;
	clear: both;
	height: 0;
}

#slogan .contact {
font-size: 12px;
font-weight: bold;
text-align: left;
color: #000;
}

/* WEBLOG */

.post {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.comment-list {
	width: 460px
}

.avatar {
	float: right;
}

#comment {
	width: 460px;
}



/* FOOTER */

#footer {
	padding: 20px 30px 1px;
	border-top:  2px solid #328b00;
	clear: both;
}

#footer p {
	font-size: 90%;
}

/* begin css tabs */

/* MENU */

#menu {
position: absolute;
top: 262px;
}

ul#tabnav { /* general settings */
text-align: left; /* set to left, right or center */
margin: 1em 0 1em 0; /* set margins as desired */
font: bold 17px arial, sans-serif; /* set font as desired */
list-style-type: none;
padding: 3px 10px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul#tabnav li { /* do not change */
display: inline;
}

body#tab1 li.tab1, body#tab2 li.tab2, body#tab3 li.tab3, body#tab4 li.tab4 { /* settings for selected tab */
border-bottom: 1px solid #fff; /* set border color to page background color */
background-color: #fff; /* set background color to match above border color */
}

body#tab1 li.tab1 a, body#tab2 li.tab2 a, body#tab3 li.tab3 a, body#tab4 li.tab4 a { /* settings for selected tab link */
background-color: #fff; /* set selected tab background color as desired */
color: #000; /* set selected tab link color as desired */
position: relative;
top: 1px;
padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul#tabnav li a { /* settings for all tab links */
padding: 5px 10px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
border-top: 2px solid #f1f1f1; /* set border COLOR as desired; usually matches border color specified in #tabnav */
background-color: #E9E9E9; /* set unselected tab background color as desired */
color: #328b00; /* set unselected tab link color as desired */
margin-right: 0px; /* set additional spacing between tabs as desired */
text-decoration: none;
border-bottom: none;
}

ul#tabnav a:hover { /* settings for hover effect */
background: #328b00; /* set desired hover color */
color: #fff;

border-top: none;
}

/* end css tabs */

