/*
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: 24px; 
  line-height: 28px; 
}

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

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

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

/* GENERAL */

body {
	background: #705C43 url(img/container_bg.jpg) repeat-y top right;
	font: 13px/21px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #edecea;
	margin: 0;
	padding: 0;
	
}


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

#main {
	background:#705C43 url(img/secrets_bg.jpg) no-repeat top right;
	height:552px;
	margin:0;
	padding:0;
}

#content {
position:absolute;
top:5%;
left:25%;
	width: 46%;
	margin: auto auto;
	background-color:#4e3e2b;  /* url(img/content_bg.jpg) no-repeat top center; */
	padding:3%;
	/* border: 5px solid #c4c8cc; */
  -moz-box-shadow: 5px 0px 7px #222;
  -moz-border-radius-bottomright: 15px;
  -webkit-box-shadow: 5px 0px 7px #222;
  /* -webkit-border-bottom-right-radius: 15px; */
}


#content a{
color:#ffcc99;
}

/* HOMEPAGE */
#home-left{
width:48%;
float:left;
clear:none;
}
#home-left img{
border:2px solid #a08563;
padding:2px;
}

#home-right{
width:50%;
float:left;
clear:none;
padding-top:30px;
}

#home-right .feature{
padding:4px 4px 4px 8px;
border:1px solid #423424;
margin:1px 0px;
background: url(img/home-feat-bg.png) repeat-x center left;
}

#home-right .feature h3{
font-size:1.2em;
}

#home-right .feature .feat-img{
float:right;
padding:2px;
border:2px solid #a08563;
margin:4px 0px 4px 8px;
}

a {
	color: #cbc4bb;
	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: 100px;
	padding-top: 20px;
}

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

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


/* Slogan */

#slogan {
	background: #00B0F1 url(img/slogan.jpg) repeat-x;
	padding: 45px 30px 0;
	color: #fff;
	font: 300% Times, "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight: normal;
	clear: both;
	height: 100px;
}

/*Blockquote*/
blockquote{
padding:5px; 
color: #663300; 
background-color: #f9f1e6; 
border: #d69d52 1px solid;
margin: 8px 3px;
} 

blockquote h3{
color: #663300; 
font-size:120%;
}

/* MENU */

#menu {
	/* float: left; */
	position:absolute;
	top:0px;
	left:0px;
	width: 200px;
	margin: 0px 30px 21px 0px;
	_margin-left: 15px;
	/* border: 3px solid #00B0F1;
	border-width: 3px 0; */
	/* background:#61513A url(img/logo.jpg) no-repeat top left; */
	background:#705C43 url(img/logo_bg.jpg) no-repeat top left;
	height:500px;
	padding: 10px 20px;
}

#menu #nav
{
margin-top:235px;
margin-left:45px;
}

#menu ul{
	margin: 0;
}

#menu li {
	list-style: none;
	/* border-bottom: 1px solid #ccc; */
}

#menu ul ul li {
	border-top: 1px solid #ccc;	
	_padding-right:10px;
}

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

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

#menu li a:hover {
	background: #4e3e2b;
	color: #cbc4bb;
}

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

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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


/* FOOTER */

#footer {
	padding: 20px 30px 1px;
	border-top:  2px solid #00B0F1;
	clear: both;
}

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


/****************Image Gallery *********************/
.gallery {text-align:center;}
.gallery img {padding:2px; height:100px; width:100px;}
.gallery a:hover {background-color:#ffffff;}
.attachment {text-align:center;}
.attachment img { padding:2px; border:1px solid #999999;}
.attachment a:hover {background-color:#FFFFFF;}
.imgnav {text-align:center;}
.imgleft {float:left;}
.imgleft a:hover {background-color:#FFFFFF;}
.imgleft img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}
.imgright {float:right;}
.imgright a:hover {background-color:#FFFFFF;}
.imgright img{ padding:2px; border:1px solid #999999; height:100px; width:100px;}

/************** GALLERY PLUGIN ************************/
#wp3Pages a
{
display:block;
float:left;
width:20px;
padding:5px;
border:1px solid #423424;
/* background: url(img/home-feat-bg.png) repeat-x center center;
 */
 background-color:#735b40;
 margin-bottom:12px;
text-indent: 4px;
/* color:#423424; */
}

.attachment-thumbnail {height:180px !important;}

