﻿/* CSS Document */

body {
	font-family:Calibri, Verdana, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-align:left;
	background:#d7ef34;
}
p {
	margin-top:0px;
}
a {
	color:#00adef;
	text-decoration:none;
}
img 
{
	border:0px;
}
a:hover {
	text-decoration:underline; 
}
#container{
	margin: 0px;
	padding: 0px;
	position:relative;
	width:979px;

}
.clearer
{
	clear:both;
}
#site {
	margin:10px 0px 0px 10px;
	padding:0px;
	min-height:400px;
	border-width: 1px 1px 1px 1px;
	border-color: #d7ef34;
	border-style:solid;
	width:979px;
	background:#FFF;
	clear:both;
}
#header{
	
	color:#00adef;
	width:979px;
	height:111px;
	background:#00adef;
	background-image:url(/images/tijn/blog/kidlogo.png);
	background-repeat:no-repeat;
}
#header h1 {	
	top: -110px;	
	position:absolute;
}
#footer{
	text-align:center;
	font-size:12px;
	color:#00adef;
}
#menu{
	left:0px;
	position:absolute;
	margin:111px 0px 0px 11px;
	width:979px;
	height:20px;
	color:#ffffcc;
	background:#00adef;
}
#menu a {
	height:20px;
	float:left;
	display:block;
	width:140px;	
	text-decoration:none;
	text-align:center;
	color:#00adef;
	font-weight:bold;
	background:#d7ef34;
}
#menu a:hover {	
	background:#fffcf3;
	color:#d7ef34;
}
#menu .RWM-Menu-Selected a {
	background:#d7ef34;
	color:#fff;
}
#menu .RWM-Menu-Selected a:hover {
	background:#d7ef34;
	color:#00adef;
}
#menu div.seperator {
	float:left;
	height:20px;
	margin:1px 0px -1px 0px;
	border-left: 1px solid #d7ef34;
	border-right: 1px solid #d7ef34;
	width:10px;	
}
	#menu div.seperator:first-child{
		display:none;
	}
	#menu div.start {
		float: left;
		height: 20px;
		margin: 1px 0px -1px 0px;
		border-right: 1px solid #d7ef34;
		width: 40px;
	}
#menu div.end {
	float:left;
	height:20px;
	margin:1px 0px -1px 0px;
	border-left: 1px solid #d7ef34;
	width:37px;
}
#content {
	margin: 20px 0 0 30px;
	padding: 10px 28px 0px 20px;
	min-height: 400px;
	padding: 10px;
	background-image: url(/images/tijn/blog/logobottom.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
#content h1{
	font-size:24px;
	margin-top:0px;
	margin-bottom:5px;
	color:#d7ef34;
}
#content h2, #content .reactiontitle {
	font-size:24px;
	margin-top:0px;
	margin-bottom:5px;
	color:#00adef;
}

#content div.imageright{
	border: 1px solid #ffff33;
	background:#ffd;
	margin:0px 0px 10px 10px;
	float:right;
}
#content div.imageleft{
	border: 1px solid #ffff33;
	background:#ffd;
	margin:0px 10px 10px 0px;
	float:left;
}
#content div.imageleft img, #content div.imageright img {
	margin: 8px 8px 4px 8px;
	clear:both;
}
#content div div.subtextImage
{
	margin: 8px 8px 8px 8px;
}
#content div div.subtextImage a
{
	text-decoration:underline;
}

#content .keuzemenu
{
	margin:70px 20px 0 0;
	padding:10px;
	float: right;
	width: 320px;
	border: 2px solid #FFFF33;
	background:#fffff5;
	
}
#content .keuzemenu h2
{
	margin: 10px 0px 10px 0px;
}
#content .keuzemenu ul
{
 	margin: 5px 0px 15px 20px;
}
#content table.menutable 
{
width: 470px;
}
#content table.menutable tr
{
	padding:2px 5px 2px 5px;
	background-color:#FFFFdf;
}
#content table.menutable tr.alt {
	background-color:#fff;
}

#content td{
vertical-align:top;
}
#content td.menu{
	vertical-align:top;
}
#content td .menu-sub{
	font-size:12px;
	font-style:italic;
}
#content iframe {
border: 1px solid black;
}

#rssLink
{
	position:absolute;
	top:147px;
	left:967px;
}


.galleryimage {
	width: 200px;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow:hidden;
	float:left;
	text-align:center;
}
	.galleryimage img {
		max-width: 100%;
		max-height: 90%;
		margin:auto;
	}

/*reaction smileys*/
div.rc-smileys {
	width: 150px;
	margin-left: 10px;
}
div.rc-smileys span.rc-smile
{
	display:block;
	float:left;
	margin:1px;
}
div.reactionDiv {
	border: 1px solid #d7ef34;
	margin: 0px 0px 10px 0px;
	background-image: url(/images/tijn/blog/reactionbg.png);
	background-repeat: repeat-x;
}
div.reactionDiv div.reactionHeader
{
	padding:5px; 
	font-weight:bold; 
	color:#b6d100;
	font-size:18px;
}
div.reactionDiv div.reactionContent
{
	padding:5px;
}
div.reactionDiv div.reactionFooter
{
	padding:5px; 
	font-weight:bold; 
	color:#b6d100;
}
.miniweb-editonly {
	display: none;
}

.col-md-12 {
	float:none;
	overflow:hidden;
}