/*
Theme Name: Daan Doesborgh
Author: Tómm de Rooy, bewerking Edgar van Megen
Version: 1.0
Text Domain: daandoesborgh
*/

body {
	margin: 0px;
	color: #FFF;
	overflow:hidden;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	display: block;
	height: 100%;
	margin:0px;
	overflow: auto;
}

#subwrapper {	
	
	max-width: 1300px;
}

#header {
	height: 30px;
}

#content {
	width: 100%;
	max-width: 600px;
	float: right;
}

#content > div {
	background: rgba(0, 0, 0, 0.8);
	padding: 10px;
}

#sidebar {
	width: 20%;
	position: absolute;
	bottom: 100px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
}

#sidebar ul li {
	width: 100%;
	background: rgba(0,0,0,0.8);
	text-align: right;
	padding: 4px 10px 4px 0px;
	margin: 5px 0px;
	list-style: none;
}

#sidebar ul li a {	
	text-decoration: none !important;
	font-size: 20px;
}

#sidebar .current_page_item {
	background: rgba(255,255,255,0.8);
}
#sidebar .current_page_item a{
	color: #000;
}

#delimiter {
	clear: both;
}

#footer	{
	width:100%;
	height:30px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0px;
}
#footer table {
	width:70%;
	height: 100%;
	max-width: 1300px;
	font-size: 8pt;
	font-weight: bold;
}

table {
	font: inherit;
}

.title {
	font-size: 11pt;
	font-family: verdana;
	font-weight: bold;
}

.newsitem {
	text-align: justify;
}

.news-title {
        text-transform: uppercase;
	font-size: 18px;
        font-weight:bold;
}

.news-date {
        width:40px;
        height:40px;
	background: #000000;
        padding-top:2px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 13px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
}

.news-date .day {
	font-size:22px;
	position:relative;
	top: -2px;
	color:#C0C0C0;
	font-weight:bold; 
}

a {
	color: #C0C0C0;
}


