/* --------------------------------------------------------------

  Site: wwww.maarhees.nl
  Author: www.brothersmedia.nl

	Date: May 2010

  default.css
  * main stylesheet.

-------------------------------------------------------------- */


/* =General
-------------------------------------------------------------- */
html, body {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	height: 100%;
	color: #000;
	}

html { background: #fff repeat left top; }
body { background: none; }

p { text-align: left; margin: 0 0 1em; }

ul { margin-bottom: 1em; }

h1, h2, h3, h4 { font-family: 'Droid Sans', Arial, Sans-Serif; color: #303e3f; font-weight: normal; }
h1 { font-size: 180%; }
h2 { font-size: 125%; }
h3 { font-size: 125%; }
h4 { font-size: 100%; }

a {
	color: #006600;
	font-weight: normal;
	text-decoration: underline;
	}
a:hover { color: #006600; text-decoration: underline; }


/* =Miscellaneous
-------------------------------------------------------------- */
div.space10 { height: 10px; clear: both; }
div.space15 { height: 15px; clear: both; }
div.space20 { height: 20px; clear: both; }
div.space25 { height: 25px; clear: both; }
div.space50 { height: 50px; clear: both; }


/* =Basics
-------------------------------------------------------------- */
div#wrapper-line {
	background: #4d9397;
	height: 10px;
	}

div#wrapper {
	margin: 0 auto;
	width: 1200px;
	}


/* =Header
-------------------------------------------------------------- */
div#header-info {
	text-align: right;
	margin: 10px 0;
	font-size: 15px;
	color: #4d9397;
	}
div#header-info a {
	color: #4d9397;
	text-decoration: none;
	}
div#header-info a:hover {
	text-decoration: underline;
	}
div#header-info span:first-child {
	margin-right: 10px;
	}
div#header-info img {
	vertical-align: middle;
	}

div#header-logo {
	line-height: 100%;
	text-align: left;
	height: 100px;
	margin-left: 90px;
	}
div#header-logo h1 {
	display: block;
	color: #303e3f;
	position: absolute;
	margin-top: 11px;
	margin-left: 39px;
	font-size: 40px;
	text-shadow: 0 1px 0 #fff;
	}
div#header-logo h1 a { color: #303e3f; text-decoration: none;	}
div#header-logo span.description {
	position: absolute;
	margin-top: 50px;
	margin-left: 35px;
	color: #006600;
	letter-spacing: 0.01em;
	}
div#header-logo img {
	vertical-align: middle;
	}


/* =Navigation
-------------------------------------------------------------- */
div#sidebar {
	float: left;
	width: 200px;
	padding-top: 50px;
	font-size: 17px;
	}

ul.navigation, ul.navigation * {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul.navigation li {
	margin: 5px;
	display: inline-block;
	float: right;
	margin-left: 70px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}
ul.navigation li:hover {
	background: #303e3f;
	color: #fff;
	text-decoration: none;
	}
ul.navigation li.current_page_item {
	background: #303e3f !important;
	opacity: 1 !important;
	}

ul.navigation li a {
	padding: 7px 11px 5px 11px;
	color: #717c7d;
	text-decoration: none;
	display: block;
	}
ul.navigation li:hover a,
ul.navigation li.current_page_item a {
	color: #fff;
	text-decoration: none;
	}


/* =Content
-------------------------------------------------------------- */
div#content-wrapper {
	font-size: 17px;
	float: right;
	width: 935px;
	line-height: 25px;
	color: #303e3f;
	}

div#content * { text-align: left; }

#quote-wrapper { padding: 10px 0; }
.quote-wrapper.welcome { background: transparent url(../images/photo-welcome.png) no-repeat 125px center; }
.quote-wrapper.coaching { background: transparent url(../images/photo-coaching.png) no-repeat 125px center; }
.quote-wrapper.training { background: transparent url(../images/photo-training.png) no-repeat 125px 50px; }
.quote-wrapper.management { background: transparent url(../images/photo-management.png) no-repeat 125px center; }
.quote-wrapper.contact { background: transparent url(../images/photo-contact.png) no-repeat 125px center; }

div.quote {
	width: 690px;
	min-height: 200px;
	margin: 0 auto;
	font-size: 16px;
	padding-bottom: 30px;
	background: transparent url(../images/mvheeskwijk-signature.png) no-repeat right bottom;
	}
div.quote p {
	padding-top: 30px;
	margin-left: 175px;
	font-style: italic;
	}


/* =Footer
-------------------------------------------------------------- */
div#footer {
	font-size: 14px;
	margin: 25px 0 15px;
	}

div#footer p {
	text-align: center;
	color: #a6a6a6;
	margin: 0;
	}
div#footer p a { color: #a6a6a6; }
div#footer p a:hover { color: #333; }


/* =IE6 Warning
-------------------------------------------------------------- */
div.ie6_warning {
	background: #006600 url(../images/ie6_warning.png) repeat bottom left;
	height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	line-height: 37px;
	padding: 0 10px;
	font-weight: bold;
	}
div.ie6_warning span {
	background: #000;
	padding: 3px 5px;
	}
div.ie6_warning span a {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	}
div.ie6_warning span a:hover {
	color: #DFD300;
	}

