@charset "utf-8";
/* CSS Document */
/*   
Theme Name: sportmediation
Theme URL: http://www.van-bijsterveld.nl/
Description: website
Author: Marcel Doorduijn
Author URL: http://www.mind-the-gap.nl/
Version: 1.0
*/

/*------------------------------------------------------
	Universele instellingen
------------------------------------------------------*/

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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, input, textarea, select,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a:focus {
	outline: 1px dotted #666;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/*------------------------------------------------------
	Globale stylen
------------------------------------------------------*/

@font-face {
	font-family: "Garamond";
	src: url("fonts/garamond.ttf");
}

@font-face {
	font-family: "Garamond Bold";
	src: url("fonts/garamond-bold.ttf");
}

@font-face {
	font-family: "Garamond Italic";
	src: url("fonts/garamond-italic.ttf");
}

body {
	background: #fefbf3;
	color: #000;
	font-family: Garamond;
	font-size: 1em;
	line-height: 1.5em;
}

img {
	border: none;
}

.hidden {
	display: none;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

.centered img {
	border: 1px solid #66aef3;
	padding: 2px;
}

hr {
	clear: both;
	height: 1px;
	background: #ddd;
	border: none;
}


/*------------------------------------------------------
	Lettertypes
------------------------------------------------------*/
/*
b, strong {
	font: 1em/1.5em "Garamond Bold", Garamond, Palatino, Times, serif;
}

i, em {
	font: 1em/1.5em "Garamond Italic", Garamond, Palatino, Times, serif;
}
*/
a:link, a:visited {
	text-decoration: none;
	color: #009900;
}

a:hover, a:focus {
	color: #fff;
	background-color: #EAFFEA;
}

a.highslide {
	background: none;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	line-height: 1em;
}

h1 {
	text-align: center;
	font-variant: small-caps
}

h1 {
	font-size: 3.5em;
	letter-spacing: -.0125em;
	padding: .25em 0;
	color: #4e4e57;
}

h1 i {
	font-variant: normal;
}

h1.intro {
	font-size: 1em;
}

h1.intro a:link, h1 a:visited {
	color: #006600;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1875em;
	padding: 0;
}

h1.intro a:hover, h1.intro a:focus {
	background: none;
	color: #009900;
}

h1.breakthrough {
	font-size: 0.9375em;
}

h2 {
	font-size: 1.35em;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: .0375em;
	line-height: 2em;
	color: #4f4e57;
}

h2 i, h2 em {
	font-variant: normal;
}

h2.left {
	text-align: left;
	padding: .25em .5em 0 .5em;
}

h3 {
	font-size: 1.5em;
	font-style: italic;
	text-align: center;
	padding: .25em 0;
}

h3 em {
	font-style: normal;
}

h4 {
	padding-top: 1.6875em;
	padding-bottom: .875em;
	font-size: .75em;
	font-weight: bold;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: center;
}

h4 i {
	font-style: normal;
}

.entry h4.nav {
	text-align: right;
	padding: .5em 1em 0 0;
	color: #666;
}

.entry h4.nav {
	padding: .375em;
	letter-spacing: .375em;
}

.entry h4.nav span.normal {
	letter-spacing: 0;
}

.entry h4.nav a {
	letter-spacing: 0;
	padding: .25em .375em;
}

.entry p {
	padding: .25em 0;
	text-align: left;
	text-indent: 1em;
}

.entry div.btb p {
	text-indent: 0;
}

.entry p.descender, .entry p.question {
	padding-top: 1.5em;
	text-indent: 0;
}

.entry p.question {
	font-weight: bold;
}

.entry blockquote {
	padding: .25em 1em;
	font-size: .875em;
	line-height: 1.375em;
}

.entry blockquote p {
	text-indent: 0;
}

.entry blockquote span.byline {
	display: block;
	text-align: right;
}

ul {
	padding: 0 1em;
}

ol {
	list-style: decimal;
	padding-left: 1em;
}

span.dropcap {
	float: left;
	font-size: 3.75em;
	color: #009900;
	padding-right: .1em;
	line-height: 0.75em;
}

.entry span.small {
	font-variant: small-caps;
}

.dingbat {
	font-family: symbol;
}


/*------------------------------------------------------
	Pagina layout stylen
------------------------------------------------------*/

#border {
	border: 11px solid #37b34a;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: -1;
}

#top {
	position: fixed;
	top: 0;
	left: 14px;
	right: 14px;
	height: 14px;
	background-image: url(images/top1.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #37b34a;
}

#bottom {
	position: fixed;
	bottom: 0;
	left: 14px;
	right: 14px;
	height: 14px;
	background-image: url(images/bottom1.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #37b34a;
}

#left {
	position: fixed;
	left: 0;
	top: 13px;
	bottom: 13px;
	width: 14px;
	background-image: url(images/left1.png);
	background-repeat: repeat-y;
	background-position: right;
	background-color: #37b34a;
}

#right {
	position: fixed;
	right: 0;
	top: 13px;
	bottom: 13px;
	width: 14px;
	background-image: url(images/right1.png);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #37b34a;
}

#container, #home {
	margin: 0 auto;
	padding: 2em 0;
}

#container {
	width: 45em;
}

#home {
	width: 55em;
}

#footer {
	border-top: 1px solid #ccc;
	clear: both;
	margin-top: 1em;
	color: #ccc;
}

#footer a:link, #footer a:visited {
	color: #888;
	padding: 0 .5em;
}

#footer a:hover, #footer a:focus, #footer a.active {
	background: none;
	color: #666;
}

#logo a {
	display: block;
	margin: 1.5em auto;
	width: 298px;
	height: 130px;
	background-image: url(file:///C|/Users/marcel/Documents/van-bijsterveld/test/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
}

.float {
	float: right;
	padding: 0;
	margin: 1.875em 0 .5em 1em;
	font-size: .875em;
	line-height: 1.25em;
	color: #444;
}

.float-left {
	clear: both;
	float: left;
	padding: 0;
	margin: 1em 1em .5em 0;
	font-size: .875em;
	line-height: 1.25em;
	color: #444;
}


/*------------------------------------------------------
	Hmoepage Layout Style
------------------------------------------------------*/

.home-column {
	float: left;
	margin: 2em 0;
	padding: 0 15px;
	border-left: 1px solid #ddd;
	width: 16.6875em;
}

.section-column {
	width: 21.25em;
	padding: 0 .75em;
	margin: 0;
}	

.leftmost {
	border: none;
	padding-left: 0;
}

div.books p {
	font-size: .875em;
}

div.home-column p a:link img, div.home-column p a:visited img {
	border: 1px solid #ccf;
	padding: 2px;
	display: block;
	margin: .5em auto;
}

div.home-column p a:hover img, div.home-column p a:focus img {
	border-color: #99f;
}

div.home-column p a:link, div.home-column p a:visited {
	display: block;
	margin: 1.25em 0;
	line-height: 1.25em;
	color: #666;
}

div.home-column p a:hover, div.home-column p a:focus, div.home-column li a:hover, div.home-column li a:focus {
	color: #000000;
	background-color: #EAFFEA;
}

div.home-column p a:link strong, div.home-column p a:visited strong, div.home-column li a:link strong, div.home-column li a:visited strong {
	color: #006600;
	font-variant: small-caps;
	letter-spacing: 0.0675em;
}

div.home-column p a strong i, div.home-column li a strong i {
	font-style: normal;
}

div.home-column p a:hover strong, div.home-column p a:focus strong, div.home-column li a:hover strong, div.home-column li a:focus strong {
	color: #006600;
}

div.home-column p a:link span, div.home-column p a:visited span {
	font-size: .6875em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
}

div.home-column p a:hover span, div.home-column p a:focus span {
	color: #555;
}

div.home-column p a:link em, div.home-column p a:visited em {

	font-style: normal;
	line-height: 1.25em;
	color: #444;
}

div.home-column p a:hover em, div.home-column p a:focus em {
	color: #000;
}

div.home-column ul {
	padding: 0;
}

div.features {
	padding-top: 1.5em;
	border-bottom: 1px solid #ddd;
}

div.features p.top-feature {
	float: left;
	width: 90%;
	font-size: 1.25em;
}

div.features p {
	margin-bottom: 1em;
}

div.features div.sub-features {
	width: 32%;
	float: right;
}

div.features p a:link img, div.features p a:visited img {
	float: left;
	border: 1px solid #ccf;
	padding: 2px;
	display: block;
	margin-right: .5em;
}

div.features p a:hover img, div.features p a:focus img {
	border-color: #99f;
}

div.features p a:link, div.features p a:visited {
	display: block;
	line-height: 1.25em;
	color: #666;
}

div.features p a:hover, div.features p a:focus {
	color: #000000;
	background-color: #FEF2EB;
}

div.features p a:link strong, div.features p a:visited strong {
	color: #660000;
	font-variant: small-caps;
	letter-spacing: 0.0675em;
}

div.features p a strong i {
	font-style: normal;
}

div.features p a:hover strong, div.features p a:focus strong {
	color: #660000;
}

div.features p a:link span, div.features p a:visited span {
	font-size: 0.6875em;
	font-weight: bold;
	text-transform: uppercase;
	color: #777;
}

div.features p a:hover span, div.features p a:focus span {
	color: #555;
}

div.features p a:link em, div.features p a:visited em {
	font-style: normal;
	line-height: 1.25em;
	color: #444;
}

div.features p a:hover em, div.features p a:focus em {
	color: #000;
}
