/*
Theme Name:     Twenty Ten Maasheggen
Theme URI:      http: //www.maasheggenbalgoy.nl/
Description:    Child theme for the Twenty Ten theme 
Author:         Yola de Lusenet
Author URI:     http: //yoladelusenet.nl/
Template:       twentyten
Version:        0.1.0
*/

@import url("../twentyten/style.css");

/*achtergrondfoto
*/
body {
  padding: 0;
  margin: 0;
  background: #f1f1f1 url(achtergrond.jpg) no-repeat center top;
  width: 100%;
  display: table;
}

/*kleur achtergrond tekst
*/
#wrapper {
	background: #bbccaa;
        background-color:rgba(200,220,190,0.5);
	margin-top: 20px;
	padding: 0 20px;
}

#main {
        background: #f1f1f1;
}


/* Main global 'theme' and typographic styles */
body {
	background: #fff;
}

#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color: #007744;
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}
a:link {
	color: #cc7711;
}
a:visited {
	color: #776622;
}
a:active,
a:hover {
	color: #669911;
}

.page-title {
	color: #007744;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #007744;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #669911;
}
#content .entry-title {
	color: #999;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0;
}
#content .entry-title a:link,
.entry-title a:visited {
	color: #999;
	text-decoration: none;
}
#content .entry-title a:active,
.entry-title a:hover {
	color: #007744;
}
	
/*header*/

#site-title {
	float: left;
	color:	#884400;
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 18px 0;
	width: 700px;
}

#site-title a {
	color: #884400;
	font-weight: bold;
	text-decoration: none;
}

#site-title a:hover {
	color: #665533;
}

#site-description {
	clear: right;
	float: right;
	font-size: 16px;
	margin: 15px 0 18px 0;
	width: 220px;
}

#branding img {
border-top: none;
border-bottom: none;
}
#header {
padding: 0 0 20;
}

/*Menu*/
#access {
	background: #007744;
	display: block;
	float: left;
	margin: 0 auto;
	width: 940px;
}


#access .menu-header,
div.menu {
	font-size: 14px;
        letter-spacing: 0.08em;
    	color: #fff;
	margin-left: 12px;
	width: 928px;
}

#access a {
	color: #ccc;
	display: block;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
}

#access li:hover > a,
#access ul ul :hover > a {
	color: #fff;
        background: #bbccaa;
}

#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #cc7711;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #cc7711;
}
