/*
Design by CSS Templates For Free
http://www.csstemplatesforfree.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body
{
	margin: 0;
	padding: 0;
	background: #FFFFFF url('design/img01.png') repeat-x;
	font-family: "Trebuchet MS" , Arial, Helvetica, sans-serif;
	color: #646B71;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
}

a {
	color: #E55D13;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 906px;
	height: 225px;
	margin: 0 auto;
	padding: 12px 0 0 0;
}

/* Logo */

#logo {
	float: left;
	width: 258px;
	height: 208px;
	padding: 0 15px 0 0;
	background: url('design/img02.png') no-repeat;
}

#logo h1 {
	padding: 80px 80px 0 0;
	text-transform: lowercase;
	text-align: right;
	letter-spacing: -2px;
	font-size: 40px;
	font-weight: normal;
}

#logo h2 {
	margin-top: 0px;
	padding-left: 100px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo a:hover {
}

/* Menu */

#menu {
	float: left;
	padding: 0 0 0 0;
}

#menu ul {
	height: 55px;
	margin: 0;
	padding: 23px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 120px;
	height: 43px;
	padding-top: 12px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
	color: #000000;
}

#menu a:hover, #menu .active a {
	background: #000000;
	color: #FFFFFF;
}

/* Content */

#content {
	width: 900px; 
	margin: 0 auto;
}

/* Posts */

#posts {
	float: right;
	width: 630px; 
	margin-top: -130px;
}

.post {
	padding-bottom: 1em;
}

.post .title
{
	clear: both;
	padding-top: 10px;
	letter-spacing: -2px;
	font-size: 2em;
	font-weight: normal;
	color: #6A7277; 
}

.post .byline {
	height: 20px;
	border-bottom: 3px solid #000000;
	font-size: 12px;
	font-weight: normal;
}

.post p
{
	margin-top: .5em;
	margin-bottom: 1em;
	line-height: 1.1em;
}

.post .leesverder
{
	display:block;
}

#posts .comment
{
	border-bottom: solid 1px #000000;
	margin-bottom:8px;
}
#posts .comment .header
{
	background: #EFFFDF;
	border-bottom: solid 1px #99FF33;
}
#posts .comment .header div
{
	float:right;
	padding-top:2px;
	font-size: 0.7em;
	text-align:right;
}

#posts .comment .header h3
{
	font-size:smaller;
	display:inline;
}
#posts .comment .text
{
	font-size:smaller;
	
}

#posts .grijs
{
	color: #999 !important;
}
#posts .grijs .header
{
	background: #eee;
	border-bottom: solid 1px #999;
}

.post .story {
	padding: 0 20px;
	line-height: 1.6em;
}

.post .meta {
	border-top: 1px solid #000000;
	padding: 0;
	font-size: x-small;
	text-align: right;
}

.post .meta span {
}

.post .meta a {
}

.post .meta a:hover {
}

/* Kalender post */
.post table
{
	border-collapse: collapse;
	empty-cells: show;
	width: 100%;
}
.post td
{
	padding: 2px 5px;
	border-bottom: solid 1px #99FF33;
}
.post tr.even th
{
	background: #EFFFDF;
}
.post tr.even td
{
	background: #EFFFDF;
}
.post tr.vandaag td
{
	background: #99FF33;
	color:#000000;
}

.post th
{
	padding-bottom: 0px;
	text-align: left;
	text-transform: uppercase;
	line-height: 1em;
}
.post th.KalenderMaand
{
	padding-top:8px;
	font-size: x-small;
}
.post th.KalenderJaar
{
	padding-top:12px;
	font-size: small;
}
.post td.datum
{
	text-align: left;
	text-transform: uppercase;
	font-size: x-small;
	white-space: nowrap;
}

/* Fotos post */
.post .story .fotos
{
	border-bottom: solid 1px #EFFFDF;
	border-bottom-color: #99FF33;
	padding: 4px 4px;

}
.post .story .even
{
	background: #EFFFDF;
}
.post .story .vandaag
{
	background: #99FF33;
	color:#000000;
}
.post .story .fotos h3
{
}

.post .story .fotos img
{
	/* hele breedte van post = 590 - 2x 4px (padding onder .post .story .fotos) */
	/* 3 foto's a 180px + 2x 4px (padding) + 2x 2px (margin) + 2x 1px (border) */
	/* 3 foto's a 194px = 582px */
	/*width: 180px;*/
	/* uitgaande van 4/3 -> 180 width = height 135 */
	height: 135px;
	padding: 4px;
	margin: 2px;
	border: solid 1px #000000;
	background: #ffffff;
}


/* Bar */

#bar {
	float: left;
	width: 250px;
}

/* Box Style */

.boxed
{
	margin-bottom: 20px;
	background: #EFFFDF;
}

.boxed h2 {
	height: 36px;
	margin: 0 0 2px 0;
	padding: 8px 0 2px 8px;
	background: #EB850C;
	border: 3px solid #000000;
	border-bottom: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 26px;
	font-weight: normal;
	color: #FFFFFF;
}

.boxed ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.boxed li {
	padding: 8px;
	font-size: small;
}

/* Aantal reacties achter link */
.boxed li i
{
	padding-left: 1ex;
}

/* Datum achter link*/
.boxed li span
{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	display: block;
	text-align: right;
}

.boxed a
{
	text-decoration: none;
	font-weight: bold;
	color: #D2780B;
}



.boxed a:hover {
	color: #545C20;
}

.boxed .active, .boxed .active a {
	background: #99FF33;
	color: #000000;
}

/* Footer */

#footer
{
	clear: both;
	padding: 20px 0 100px 0;
	background: #99FF33;
	border-top: 3px solid #000000;
	text-align: center;
	font-size: x-small;
	color: #000000;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #000000;
}

#copy {
}

#feed {
}

span.oranjegroot
{
	font-size: 1.5em;
	color: #EB850C;
}

.ReactBox
{
	display:inline-block;
	width:350px;
}
span.label
{
	display: inline-block;
	width: 75px;
	vertical-align: top;
}