/*
 * Layout based on Peaceful Rush by Small Potato.
 * http://www.wpdesigner.com/2007/01/17/peaceful-rush-wordpress-theme/
 */

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(/images/bg_body.gif) repeat-x;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #05b303;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ede5da;
	color: #ede5da;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

#logo{
    padding: 15px 5px;
    float: right;
    /*background: url(/images/logo_nl.png) no-repeat 305px 15px;*/
    height: 70px;
    width: 390px;
}

#container{
	margin: 0 auto;
	width: 748px;
}

#menu{
	float: left;
	font-family: Georgia, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 37px 23px 0 0;
}

#menu ul li{
	display: inline;
	margin: 0;
	padding: 0 15px;
	background: url(/images/bullet.gif) no-repeat 0 3px;
}

#menu ul li a{
	text-decoration: none;
	color: #fff;
}

.header {
	background: url(/images/curitem.gif) repeat-x left bottom;
}

#menu .current a{
	padding-bottom: 3px;
}

#menu a:hover{
	text-decoration: underline;
}

#pagewrapper{
    position: relative;
    top: 55px;
	float: left;
	width: 748px;
	padding: 23px 0;
	background: url(/images/bg_page.gif) no-repeat left top;
}

#page{
	padding: 0 23px;
	background: url(/images/bg_main.gif) no-repeat center top;
}

.maincolumn{
	float: left;
	width: 500px;
	min-height: 450px;
}

.contentwrapper{
	margin: -50px 0 0;
	padding: 15px;
	/* background: url(images/bg_post.gif) no-repeat left top; */
}

.contentwrapper h1{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;	
}

.contentwrapper h1 a{
	text-decoration: none;
	color: #c97d05;
}

.contentwrapper h1 a:hover{
	text-decoration: underline;
}

.content{
	line-height: 24px;
	padding: 15px;
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6{
	border: 0;
	padding: 10px 0 0;
}

.content h1{
	font-size: 24px;
	font-weight: normal;
}

.content h2{
	font-size: 18px;
	color: #000;
}

.content h3{ color: #c97d05; }

.content  h4{}

.content h5{ font-weight: normal; }

.content h6{ font-size: 11px; font-weight: normal; }

.content img{
	border: 1px solid #e5d8c6;
	padding: 4px;
	background-color: #faf5ef;
}

.content img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.content img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

#footer {
	margin: 15px 0 0;
	padding: 10px 15px 0;
	clear: both;
	border-top: 1px solid #e5d8c6;
	font-size: 11px;
	color: #b1a799;
	text-align:center;
}

#footer a{
    color: #7ECA7C;
}

#sidebar{
	float: left;
	margin: 17px 0 0 10px;
	width: 192px;
	height: 100%;
}

#sidebar a{
	color: #878773;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	padding: 15px;
	font-family: Georgia, sans-seriff;
	text-transform: uppercase;
}

#sidebar ul li h2{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 12px;
	color:  #514129;
}

#sidebar ul ul{
	padding: 7px 0 0;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#container, #header, #menu, #pagewrapper, #page, #banner, .maincol, .contentwrapper, .content, #sidebar{
	text-align: left;
	vertical-align:top;
}

#langlinks {
    position: absolute;
    top: 33px;
    left: 35px;
}

.imagemenu li {
    display: inline;
}

