/*
    Theme Name: YHS Museum
    Theme URI: www.yebhettingamuseum.nl
    Description: website YEB Hettinga Museum
    Version: 1.0
    Author: Thea Bomsa
    Author URI: http://www.theabosma.nl/
*/
	
	
body{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #F5F5F5;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #444444;
    font-family: 'open-sans',sans-serif;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
	width:70%;
	min-height: 100%;
}

/*----------------------------------------------------------------------*/

#header{
	background-attachment: scroll;
    background-clip: border-box;
    background-image: url(images/header.jpg);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    min-height: 283px;
	width:100%;
}
	

#nav{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #3B9D9E;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    float: right;
    font-family: 'cambria';
    font-size: 15px;
	width:100%;
	text-align:center;
}

#nav li {
	color:#FFF;
    display: inline-block;
    padding-bottom: 23px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 17px;
    position: relative;
}

#nav a{
	color:#fff;
	text-decoration:none;
}

#nav li a:hover {
	text-decoration:underline;
}

#nav li:nth-child(3) {
 	margin-right:200px;
}

#nav ul ul {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    float: left;
    width: 100px;
    z-index: 99999;
	margin: 0;
	padding: 0;
}

#nav ul li:hover > ul {
    display: block;
	background-color:#3B9D9E;
}

#logo{
    background:url(images/logo.png);
    background-repeat: no-repeat;
    display: block;
    height: 210px;
	width: 171px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

/*----------------------------------------------------------------------*/


#content{
	background-color:#FFF;
	margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -80px;
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
	width:100%;
	overflow:auto;
	float:right;
}

#content_in{
	background-color:#fff;
	margin-top:100px;
	margin-left:100px;
	margin-right:100px;
}

.post-excerpt {
border-bottom: 1px dashed black;
margin-top:40px;
}

.navigation
{
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
}
/*----------------------------------------------------------------------*/

#footer{
	background-color: #3B9D9E;
	position: relative;
	margin-top: -180px; /* negative value of footer height */
	height: 270px;
	clear:both;
}

#footerleft{
	float:left;
	margin-left:50px;
}

#footermiddle{
	float:left;
	margin-left:200px;
}

#footerright{
	float:right;
	margin-right:50px;
	font-family: 'cambria';
    font-size: 15px;
}

#footerright li {
	color:#FFF;
	list-style-type: none;
    margin-left:-35px;
}

#footerright a{
	color:#fff;
	text-decoration:none;
}

#footerright li a:hover {
	text-decoration:underline;
}


/*----------------------------------------------------------------------*/

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/*----------------------------------------------------------------------*/

p{
	font-family: Microsoft Sans Serif;
	font-size:14px;
	color:#000;
	line-height:20px;
}

p1{
	font-family: Microsoft Sans Serif;
	font-size:13px;
	color:#fff;
	line-height:20px;
}

h1{
	font-family: cambria;
	font-size:23px;
	color:#FFF;
}

h2{
	font-family: cambria;
	font-size:23px;
	color:#000;
}

h3{
	font-family: cambria;
	font-size:18px;
	color:#000;
}

h4{
	font-family:cambria;
	font-size:20px;
	color:#F00;
}

/*----------------------------------------------------------------------*/

nav{
	font-family:cambria;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-color:#000;
	border:dashed 1px #000;
	text-align:center;
	margin:10px;
	padding:10px;
	width:150px;
}

nav a{
	color:#000;
	text-decoration:none;
}

nav a:hover{
	color:#000;
	text-decoration: underline;
}
