/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
ul.recensies {
	padding: 0;
	margin: 0;
}

ul.recensies li {
	background: none;
	padding: 10px;
	margin: 0;
}

#content .post h2 {
	text-transform: none;
}

ul#archieflijst li {
	border-bottom: 1px dashed #ddd;
	padding: 5px;
}

div#toon-archief {
	float: right;
	padding-top: 10px;
}

div#searchcontainer {
	display: inline-block;
	padding: 10px;
	width: 100%;
	margin-top: 20px;
}

form.searchbox {
	background-image: url("http://ooteoote.nl/wp-content/themes/newstimes/images/sbg.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	height: 26px;
}

form.searchbox input {
	display: inline-block;
	outline: none;
	border: none;
	margin-left: 3px;
	margin-top: 4px;
}

form.searchbox input#submit-button {
	float: right;
	width: 50px;
	height: 26px;
	cursor: pointer;
	background: none repeat scroll 0 0 transparent;
	margin: 0;
}

div.catlist {
	border-top: 2px solid #D21100;
	margin-top: 10px;
	padding: 20px;
}

#catlist li {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-size: 18px;
}

#colorcontent_right_1_new {
	float: left;
	width: 220px;
	padding: 0 8px 0 0;
	border-right: 1px dotted #ccc;
}

#colorcontent_right_2_new {
	float: right;
	width: 420px;
	padding-left: 15px;
}

#content_new {
	float: left;
	overflow: hidden;
	width: 900px;
	padding-right: 4px;
}

#essays_block {
	width: 270px;
	float: left;
	margin-left: 20px;
	margin-top: 14px;
}

div.lagelanden {
	padding-left: 20px !important;
}

#calendar-wrapper {
	margin-top: 10px;
	border-top: 2px solid #D21100;
	padding-top: 10px;
}

#loading {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
}

#calendar {
	max-width: 970px;
	margin: 0 auto;
}

#popup {
	width: 300px;
	margin: 0 auto;
	display: none;
	position: absolute;
	border: 1px;
	border-color: rgb(218,52,32);
	border-style: solid;
	border-radius: 7px;
	background-color: white;
}

.popup-header {
	background-color: rgb(218,52,32);
	color: white;
}

.popup-header span {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	cursor: pointer;
}

.popup-header h1 {
	margin-top: 0;
	padding: 10px;
}

#popup .popup-description {
	padding-left: 20px;
	padding-right: 20px;
	overflow-y: scroll;
	height: 200px;
}

.agenda-title {
	border-bottom: 1px solid #dedfde;
	font: normal 22px Georgia;
	text-transform: capitalize;
	padding: 3px 0 3px 8px;
	margin: 0 0 4px;
}

.fc a {
	cursor: pointer;
}

#paginering_vorige {
	float: left;
	margin-bottom: 10px;
}

#paginering_volgende {
	float: right;
	margin-bottom: 10px;
}

#pag a {
	color: #005db5;
}

.title-next-to-image {
	border-top: 1px solid #dedfde;
	padding-top: 5px;
	padding-bottom: 5px;
}

.title-next-to-image p {
	float: left;
	width: 130px;
	font: 14px "georgia", Arial, Sans-Serif !important;
}

.title-next-to-image img {
	float: right;
}

h2.eerderverschenen {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
}

.feat-wide {
	width: 100%;
}