/* In deze CSS file komt alle css te staam voor de weergave op een computerscherm */

	/***** 1. BASIS ELEMENTEN ************************
	* Basis Elementen
	*************************************************/
body {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #3182a2;
	background: #FFF url(../images/body/patroon-bg.gif) repeat center top;
	margin:0px;
	padding:0px;
}
h1 {
}
h2 {
}

h3, h4, h5, h6 {
}
p {
	margin-bottom: 1em;
}
ul {
	list-style:disc inside;	
	margin-left:1em;
	margin-bottom: 1em;
}
ul ul{
	list-style:circle inside;		
}
ol {
	list-style:decimal inside;
	margin-left:1em;
	margin-bottom: 1em;
}
ol {
	list-style:lower-alpha inside;
}
a {
	color: #3182a2;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
address {
}
blockquote, q, cite, blockquote strong {
	font-size: 1.2em;
	font-style: italic;
	margin-bottom: 1em;
	margin-left: 5em;
	padding-left: 1em;
	padding-right: 6em;
	border-left: .3em dotted #36AACE;
	line-height: 1.25em;
}
cite, blockquote strong {
	font-style: italic;
	font-weight:normal;
	font-size: .8em;
	padding : 0px;
	margin: 0px;
	text-align: right;
	border-left: 0px none #171717;
}
blockquote:before, blockquote:after {
	display: block;
	font-size: 200%;
	width: 50px;
}
	/***** 2. FORM ELEMENTEN *************************
	* Elementen uit de FORM tag
	*************************************************/
fieldset {
	border:none;
}
fieldset input {
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font: 16px Arial, Helvetica, sans-serif;
	color: #413F40;
	border: 2px solid #999;
	background: #fff;
	margin: 2px 2px .5em;
	padding: 4px;
}
fieldset label {
	margin-top:5px;
	width: 200px;
	text-align: right;
	float: left;
}
fieldset textarea {
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1.5em;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	color:#FFFFFF;
	border: 2px solid #999;
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px 2px .5em;
	height: 10em;
	width: 90%;
	clear:left;
}
fieldset.radiobuttonGroup {
}
fieldset.radiobuttonGroup ul {
}
fieldset.radiobuttonGroup ul label {
}
fieldset.radiobuttonGroup label {
}
a.button, a:hover.button, input.submit {
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 2px 2px 5px #5991A8;
	-moz-box-shadow: 2px 2px 5px #5991A8;
	-webkit-box-shadow: 2px 2px 5px #5991A8;
	border: none;
	display:inline-block;
	background-color:#6DBAD9;
	color:#fff;
	text-align:center;
	margin:10px 5px 25px 250px;
	padding:5px 15px;
	font-weight:bold;
	cursor:pointer;
	font-size: 14px;
	text-decoration:none;
}
fieldset label.invoerfout {
	background-color:#F00;
}

	/***** 3. ALGEMENE CLASSES ***********************
	* Classes voor algemeen gebruik
	*************************************************/
.youtube {
	width:400px;
	height:300px;
	display:block;
}
.vimeo {
	width: 400px;
	height:300px;
	display:block;
}
.mp3player {
	height: 25px;
	display:block;
}

	/***** 4. BASIS LAYOUT ***************************
	* CSS om de basis layout van de site vorm te geven
	*************************************************/
#siteContainer{
	border-radius-bottomleft:10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-radius-bottomright:10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 15px #357896;
	-moz-box-shadow: 0px 0px 15px #357896;
	-webkit-box-shadow: 0px 0px 15px #357896;
	background: #9DC6E2 url(../images/body/background-x.jpg) repeat-x;
}
#header {
	height: 129px;
	background: url(../images/body/header-bg-leaf.png) no-repeat;
}
#navigation {
	height:35px;
	background: left;
}
#content {
}
#footer {
	font-size:10px;
	line-height:15px;
	text-align:center;
	height:30px;
	margin:10px 0px;
}
img.odd {
	float:right;	
	margin-bottom: 0.1em;
	margin-left: .8em;
}
img.even {
	float:left;
	margin-bottom: 0.1em;
	margin-right: .8em;
}
	/***** 4.0.4 404 *********************************
	* Elementen in #error-404
	*************************************************/
#error-404 {
	color:#F9F9F9;
	margin: 2em 0px 0px 0px;
	border-radius:10px;
	box-shadow: 0px 0px 15px #357896;
	background: #86aabe url(../images/body/404.jpg) no-repeat center top;
	padding:425px 0px 3em 0px;
}
#error-404 h2 {
	margin:0px 50px .2em 80px;
	font-size:36px;
	
}
#error-404 p {
	margin:0px 225px 1.3em 200px;
	font-size:14px;
}
#error-404 a, #error-404 a:hover {
	color:#F9F9F9;
	margin:0px 5px;
	
}
#sitemap li {
	list-style:decimal;
	display:block;
	width:200px;
	float:left;
	font-size:1.4em;
}
#sitemap li ol li {
	list-style:alpha;
	font-size:0.8em;
}


	/***** 5. HEADER *********************************
	* Elementen in #header
	*************************************************/
#header h1{
	width:250px;
	float:left;
	margin: 27px 0px 0px 80px;	
}
#bookshelf{
	text-align:right;
	padding:0px 30px;
	width:120px;
	float:right;
}
#clowKey {
/*	margin-top:-62px;*/
	margin-top:-86px;
}

	/***** 6. NAVIGATION *****************************
	* Elementen in #navigation
	*************************************************/
#navigation ol {
	list-style:none;
}
#navigation ol li {
	display: block;
	float: left;
	margin-top: 5px;
	margin-right: 30px;
	margin-bottom: 0px;
	height: 35px;
}
#navigation ol li a {
	font: normal 18px Arial, Helvetica, sans-serif;
	color: #83C4DD;
	text-decoration: none;
	padding-bottom: 12px;
	padding-top: 5px;
}
#navigation ol li a:hover {
	color: #3CA0C7;
}
#navigation ol li a.current {
	color: #3CA0C7;
	font-weight: bold;
	background: url(../images/navi/mainNav-current.png) no-repeat;
	height: 35px;
}
#navigation2 .secnavi {
	background: url(../images/body/clowring_navi.png) no-repeat -10px top;
	min-height: 185px;
	list-style: none;
	margin: 0px;
	display:none;
	text-align: right;
	padding:20px 0px 0px 0px;
}
#navigation2 .secnavi li {
	padding:0px 100px 9px 0px;
	display: block;
}
#navigation2 .secnavi li a{
	font: normal 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #3CA0C7;
}
#navigation2 .secnavi li a:hover {
	color: #3182a2;
	text-decoration: none;
}
#navigation2 .secnavi li a.current {
	color: #3182a2;
	font-weight: bold;
}
#navigation2 .showMenu {
	display:block;	
}

	/***** 6.1 AFFIES ********************************
	* Elementen in #affilates
	*************************************************/
#affilates {
	width:88px;
	list-style:none;
	margin:20px 0px 0px 50px;
}
#affilates li, #affilates a, #affilates img {
	display:block;
	width:88px;
	height:31px;
	margin:0px;
	padding:0px;
}

	/***** 7. CONTENT ********************************
	* Elementen in #content
	*************************************************/
#contentBody {
	margin: 3em 0px 0px 0px;
}
#contentBody img.even {
	float:left;	
	margin: 0px 20px 0px 0px;
}
#contentBody img.uneven {
	float:right;
	margin: 0px 0px 0px 20px;
}
#googleMaps {
	width:100%;
	height: 40em;
	border:none;
}
#googleMapsLink {
	display:none;	
}
#slideshow, #slideshowFront {
	width: 400px;
	height: 250px;
}
.note {
	font-size:1.1em;
	background:url(../images/body/notepad.png);
	border-radius:5px;
}
.note p, .note li {
	line-height:22px;
}
.note li {
	list-style:none;	
}
.note p {
	margin-bottom:21px;
}
#dagboek{
	padding:7px 125px 7px 50px;
}
#vrienden {
	min-height:250px;	
}
#vrienden-lijst { 
	padding: 10px;
}
#vrienden-lijst li a, .polaroid{
	display:block;
	background-color:#f1f6fa;
	padding:15px 15px 15px 15px;
	margin-top:10px;
	margin-left:15px;
	margin-bottom: 15px;
	text-align:center;
	width:140px;
	float:left;
	transform: rotate(-3deg);
	border-radius:5px;
	box-shadow: 2px 2px 5px #bbb;
}
.polaroid{
	float:right;
	margin-right:20px;
}
#vrienden h2 {
	margin-left:10px;
	padding-top:10px;
	font-size:1.5em;
}
p.first-extra-info {
	margin-top:1em;	
}
.vrienden-info {
	padding:10px;	
}
#vrienden-lijst li.even a, .polaroid{
	transform: rotate(3deg);	
}
#vrienden-lijst li a:hover, .polaroid{
	background-color:#fff;
	text-decoration:none;
}
.card0, .card1 {
	width: 80px;
	margin-right:10px;
	text-align:center;
	float:left;
	transform: rotate(-3deg);
}
.card1 {
	transform: rotate(3deg);	
}
#card-list{
	padding:7px 50px 7px 50px;
	margin-top:1em;	
}
#dagboek h2, #card-list h3{
	font-size:1.5em;
	margin-bottom:.5em;
}
#affilate-links {
	list-style:none;
}

#GADS_topRight {
	float: right;
	margin-bottom: 0.1em;
	margin-left: .8em;
}
	/***** 7.1 GASTENBOEK ****************************
	* Elementen voor het gastenboek
	*************************************************/
#GBaddComment{
	margin-bottom:1.5em;
	margin-top: 1.5em;
}
.GBcomment, .GBcommentADMIN, .GBcommentUSER{
	background: url("../images/guestbook/GBcommentBGnouser.png") no-repeat;
	margin-bottom: 1.5em;
	font-size: 13px;
	line-height: 1.5em;
	color:#FFFFFF;
	width:600px;
}
.GBcomment a, .GBcommentADMIN a, .GBcommentUSER a{
	color:#FFFFFF;
}
.GBcommentADMIN{
	background: url("../images/guestbook/GBcommentBGadmin.png") no-repeat;
}
.GBcommentUSER{
	background: url("../images/guestbook/GBcommentBG.png") no-repeat;
}
.GBinfo {
	float: left;
	width: 110px;
}
img.GBimage{
	max-width:477px;
}
.GBcommentADMIN .GBinfo{
	text-align:right;
}
.messageID {
	font-size:.5em;
	margin: 0px;
	padding: 0px;	
}
.GBmessage {
	float: left;
	width: 480px;
	padding: 5px;
}
.GBmessage h2 {
	vertical-align:baseline;
	border-bottom: .1em dotted #FFFFFF;	
}
.GBmessage h2 em {
	float:right;
	margin-right:1em;
	font-size: .7em;
}
.GBcommentUSER .textFieldMessage{
	background-color:#409FC5;
	color: #FFFFFF;
	padding: 3px;
	font-size: 13px;
	line-height: 1.25em;
	display: block;
	width: 470px;
	margin-bottom: 1em;
	border: 1px dotted #94BFDC;
}
.GBcomment .textFieldMessage{
	background-color:#64B4D4;
	color: #FFFFFF;
	padding: 3px;
	font-size: 13px;
	line-height: 1.25em;
	display: block;
	width: 470px;
	margin-bottom: 1em;
	border: 1px dotted #94BFDC;
}
.GBcommentADMIN .textFieldMessage{
	background-color:#3582A2;
	color: #FFFFFF;
	padding: 3px;
	font-size: 13px;
	line-height: 1.25em;
	display: block;
	width: 470px;
	margin-bottom: 1em;
	border: 1px dotted #94BFDC;
}
.avatar {
	width: 86px;	
}
.micro-button{
	width:88px;
	height:31px;
}
	/***** 8. FOOTER *********************************
	* Elementen in #footer
	*************************************************/
#footer p {
	margin:0px;	
}

	/***** 9. FEEDBACK *******************************
	* Feedback berichten
	*************************************************/
.message, .feedback, .error, .fatalError{
	text-align: left;
	padding: 15px 100px 15px 100px;
	margin: 5px auto;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.1em;
	width: 370px;
	min-height:70px;
}
.message {
	min-height:1em;
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	border-left: none;
	border-right: none;
	background: #C8FFBE;
}
.feedback {
	border-top: 2px solid #36FF0C;
	border-bottom: 2px solid #36FF0C;
	background: #C8FFBE url(../images/feedback/normal.png) no-repeat left top;
}
.error {
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	background: #fff6bf url(../images/feedback/error.png) no-repeat left top;
}
.fatalError {
	border-top: 2px solid #FF211D;
	border-bottom: 2px solid #FF211D;
	background: #FFBFBF url(../images/feedback/fatalError.png) no-repeat left top;
}

	/* CSS3 Transitions */
	.schommel{
		animation-name: schommel;
		animation-duration: 3s;
		animation-iteration-count: 1000;
	}
	
	@keyframes schommel {

	      from {
	        transform: rotate(-6deg);
	        animation-timing-function: ease-out;
	      }

	      50% {
	        transform: rotate(0deg);
/*	        -webkit-animation-timing-function: ease-out;*/
	      }

	      to {
			transform: rotate(-6deg);
			animation-timing-function: ease-out;
	      }

	    }
