/* 	CSS originally by mejobloggs
	Design by Aran @ studio7designs.com
	Please email me if you use this, as I would love to see how it is being used, also you can join my linkshare to help you with your google ranking 
*/

body {
	font-family: Ubuntu, "trebuchet ms", verdana, arial, tahoma, sans-serif;
	font-size: 90%;
	color: #666;
	background-color: white;
	line-height: 150%;
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4 {
	font-family: "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

:lang(nl) > Q {
	quotes: '?' '?' '?' '?';
}
:lang(fr) > Q {
	quotes: '« ' ' »' '? ' '? ';
}
:lang(de) > Q {
	quotes: '»' '«' '\2039' '\203A';
}

body:lang(nl) [lang|=en] ,body:lang(nl) [lang|=fr] ,body:lang(nl) [lang|=de] {
	font-style: italic;
}
body:lang(en) [lang|=nl] ,body:lang(en) [lang|=fr] ,body:lang(en) [lang|=de] {
	font-style: italic;
}
body:lang(fr) [lang|=en] ,body:lang(fr) [lang|=nl] ,body:lang(fr) [lang|=de] {
	font-style: italic;
}

img {
	border: 0;
	vertical-align: -15%;
}

/* Set the page width */
#wrapper-menu-top, #header, #wrapper-content, #wrapper-footer {
	width: 85%;
	margin: 0 auto;
	text-align: left;
}

#wrapper-menu-top {
	background: white url('bg02-whi.png') no-repeat left top;
}

#menu-top {
	background: transparent url('bg02-whj.png') no-repeat right top;
	overflow: hidden; /* no idea why this works, but it fixes a FF problem */
}

#menu-top ul {
	margin: 0 20px;
	padding: 1em 0 0 0;
	list-style: none;
	font-size: 85%;
	float: left;
	font-family: "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

#menu-top li {
	display: inline;
	float: left;
}
#menu-top li.lang {
	display: inline;
	float: right;
}

#menu-top a {
	float: left;
	background: url('menuleft.png') no-repeat left top;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	line-height: 1.5em;
}

#menu-top a span {
	background: transparent url('menurigh.png') no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #666; /* #5b8fbe; */
	display: block;
	float: left;
	cursor: pointer; /* IE doesn't display the hand when you roll over the link for some reason. This fixes it */
}

#menu-top a span.active  { background-position: 100% -42px; }
#menu-top a:hover { background-position: 0% -42px; }
#menu-top a:hover span { background-position: 100% -42px; color: #5b8fbe; }

#wrapper-header {
	background: transparent url('bg000000.png') top center repeat-x;
}

#header {
	background: #eee url('http://martijn.coppoolse.com/img/panorama/') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('bg02-blu.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('bg02-blv.png') top right no-repeat;
}

#header h1 {
	font-family: 'UnifrakturMaguntia', serif;
	margin: 0 20px;
	padding: 0;
	height: 192px;
	line-height: 3em;
	color: #ccc;
	font-size: 200%;
	text-shadow: 2px 2px 2px gray;
	filter: shadow(color:gray, strength:5, direction:135);
}

#wrapper-content {
	background: white url('bg02-whi.png') no-repeat left top;
}

* html #wrapper-content { height: 1%; }

#content {
	background: transparent url('bg02-whj.png') no-repeat right top;
	padding: 5px 245px 5px 40px;
}

#wrapper-menu-page {
	float: right;
	width:180px;
	min-height: 108px;
	margin: 20px 30px 3em 2em;
	background: transparent url('menu0000.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family: "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

* html #wrapper-menu-page {
	margin-right: 15px;
}

#menu-page { padding-top: 5px; }

#menu-page ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 90%;
}

#menu-page h3 {
	font-size: 75%;
	text-transform: uppercase;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#menu-page a:link, #menu-page a:visited { color: #888; }
#menu-page a:hover { color: #5b8fbe; }

#wrapper-news-page {
	float: left;
	width:180px;
	min-height: 108px;
	margin: 20px 30px 3em 2em;
	background: transparent url('menu0000.png') no-repeat;
	text-align: center;
	line-height: 140%;
	font-family: "Ubuntu", "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}

* html #wrapper-news-page { margin-right: 15px; }

#news-page {
	padding-top: 5px;
	font-size: 90%;
	text-align: left;
}

#news-page h3 {
	font-size: 85%;
	text-transform: uppercase;
	text-align: center;
	margin: 1em 0 0.3em 0;
	color: #5b8fbe;
	font-weight: normal;
	letter-spacing: 0.15em;
}

#news-page dl {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	font-size: 90%;
}
#news-page dt {
	margin: 1em 0 0 0;
	padding-left: 2em;
	list-style: none;
	font-weight: bolder;
}
#news-page dd {
	margin: 0;
	padding-left: 2em;
	padding-right: 1em;
}



#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 20px;
	background-color: #e5f0fc;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
	max-height: 3em;
	overflow-y: hidden;
}
#footer span {
	vertical-align: top;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

:link, :visited { color: #5b8fbe; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }
