/*
Theme Name: Annegreet Rouw
Author: Renier Vermaak
Author URI: http://www.reniervermaak.nl
Version: 1.0
Text Domain: clean
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


/* =Structure
----------------------------------------------- */
body, html {
	background: #000;
	font-family: Arial;
}

#header {

}

#access {
	position: absolute;
	top: 290px;
	left: 50%;
	margin-left: -305px;
	z-index: 10;
}
body.home #access {
	position: absolute;
	top: 320px;
	left: 50%;
	margin-left: -510px;
	z-index: 10;
}

#access ul li {
	display: block;
}

#access ul li a {
	display: block;
	width: 200px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	text-align: left;
	font-weight: lighter;
	opacity: 0.6;
}
#access ul li a:hover,
#access ul li.current-menu-item a {
	opacity: 1.0;
}

body.home #access ul li a {
	display: block;
	width: 300px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	line-height: 1.6;
	text-align: right;
}

#access ul li a[title=home] { 
	margin-left: 32px;
}
#access ul li a[title=agenda] {
	margin-left: 22px;
}
#access ul li a[title=bio] {
	margin-left: 18px;
}
#access ul li a[title=media] {
	margin-left: 12px;
}
#access ul li a[title=links] {
	margin-left: 9px;
}
#access ul li a[title=harples] {
	margin-left: 4px;
}
#access ul li a[title=contact] {
	margin-left: 0px;
}

body.home #access ul li a {
	margin-left: 0px;
}

body.home #access ul li a[title=home] { 
	width: 255px;
	visibility: hidden;
}
body.home #access ul li a[title=agenda] {
	width: 258px;
}
body.home #access ul li a[title=bio] {
	width: 276px;
}
body.home #access ul li a[title=media] {
	width: 292px;
}
body.home #access ul li a[title=links] {
	width: 308px;
}
body.home #access ul li a[title=harples] {
	width: 325px;
}
body.home #access ul li a[title=contact] {
	width: 335px;
}

#site-title {
	display: none;
}

#main {
	max-width: 900px;
	margin: 0px auto;	
}

#primary {
	position: relative;
	height: 538px;
}

#primary .theme-image {
	position: absolute;
	width: 	666px;
	height: 567px;
	background: url(images/pagina-image.png) 0px 0px no-repeat;
	margin-left: -100px;
}
body.home #primary .theme-image {
	width: 	666px;
	height: 539px;
	background: url(images/homepage.png) 0px 0px no-repeat;
	margin-left: 50px;
}
.bgLeft {
	position: absolute;
	top: 94px;
	height: 444px;
	left: 303px;
	height: 444px;
	width: 80px;
	background: transparent url(images/bgcontent.png) 0px 0px no-repeat;
}

#content {
	position: absolute;
	top: 94px;
	left: 383px;
	min-height: 444px;
	min-width: 400px;
	background: transparent url(images/bgcontent-repeat.png) 0px 0px repeat;
	border-top-right-radius: 30px;
}

#content .page {
	padding: 30px 10px 10px 30px;
}

#content .entry-content {
	height: 350px;
	overflow-y: auto;
}

#content h1 {
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 15px;
}

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

#content .entry-content {
	line-height: 1.6;
	font-size: 14px;
	padding-right: 20px;
}

#content .entry-content p {
	margin-top: 20px;
}
#content .entry-content p:first-child {
	margin-top: 0px;
}

#content .entry-content a {
	color: #127b62;
}

#content .entry-content strong {
	font-weight: bold;
}

#content .entry-content em {
	font-style: italic;
}

#footer {
	display: block;
	height: 2px;
	background: #fff;
}