/*
Theme Name: CMS 2
Theme URI: http://www.bos89.nl/
Description: CMS theme for Wordpress
Version: 0.4
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; 
}

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

h1, h2, h3 {
	color: #00306b;
}

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

/* GENERAL */

body {
	background: #333 url(img/bg.png) repeat;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
}


#wrap {
	width: 100%;
	margin: 0;
	background: #fff;
	/* border: 13px solid #3c3c3c; */
}

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

#content {
	width: 58%;
	margin: 0 25px 0;
	padding:10px;
	padding-top:35px;
	float: left;
	/*background:#fff url(img/content_grad.jpg) repeat-y top left;
	 border-left:1px solid #ddd; 
	 border-right:1px solid #ddd; */
}

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

a:hover {
	text-decoration: underline;
}

a img
{
border: 0;
}

br.clear {
	clear: both;
}

/* HEADER */

#head {
	background: url(img/head.jpg) repeat-x bottom left;
	height: 60px;
	padding-top: 0px;
}

#head h2 {
	/* background:  url(img/trend_logo.gif) no-repeat; */
	position: relative;
	top: 20px;
	left: 30px;
	width:300px;
}

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

#topnav {
    position:absolute;
    top:10px;
    right:80px;
	width:500px;	
}

/* Slogan */

#slogan {
	background: #156fae 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: 274px;
	border-bottom: 2px solid #184073;
}

/* MENU */

#menu {
	float: right;
	width: 24%;
	margin: 31px 30px 21px 0px;
	_margin-right: 15px;
	/* border: 3px solid #00B0F1;
	border-width: 0px 0; */
	background:#fefefe url(img/content_grad.jpg) repeat-x bottom left;
	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;
}

#menu li a:hover {
	background: #00B0F1;
	color: #fff;
}
 */
 
 #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 {
	color: #243737;
}


#menu li a:before { content: "» " }

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

/* Captions & aligment */

/* #slideshow_1 {
	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;
}
 */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right:8px;
	margin-bottom:8px;
}

.alignright {
	float: right;
	margin-left:8px;
	margin-bottom:8px;
}

.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 */

/* FOOTER */

#footer {
background: url(img/footer.jpg) repeat-x top left;
	padding: 20px 30px 1px;
	border-top:  2px solid #184073;
	clear: both;
	color:#eee;
	height:80px;
}

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

#slideshow_1
{
float:right;
}
