/*
Theme Name: Jansen
Description: Custom theme specifically created for burojansen.nl
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

body {
	font-family: sans-serif;
	font-size: 14px;
	line-height: 140%;
	background: #83b5d5 url('background.png') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin: 28px 40px;
}

a {
	color: #2222ff;
}

.logo {
	background: #2b4e72 url('background_header.png');
	height: 160px;
	padding: 20px;
}

.logo a {
	text-decoration: none;
	color: #d1e8f9;
}

.mainmenu {
	background-color: #336699;
}

ul.mainmenu, .mainmenu ul {
	margin: 0;
	padding: 0 10px;
}

.mainmenu li {
	list-style-type: none;
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 4px 0;
}

.mainmenu li a {
	text-decoration: none;
	color: #d1e8f9;
	font-weight: bold;
}


.main {
	position: relative;
	overflow: hidden;
	max-width: 1500px;
	margin: 5px auto;
	background-color: rgb(255,255,255);
	background-color: rgba(255,255,255,0.8);
	box-shadow: 0px 0px 10px 2px #000;	
}

.searchform {
	margin: 10px 0 0 0;
}

.content {
}

.lefthalf {
	width: auto;
	overflow: hidden;
	margin: 0 330px 0 0;
	vertical-align: top;
	padding: 30px 30px 30px 20px;

}

.righthalf {
	float: right;
	width: 330px;
	padding: 10px;
	background-color: rgb(138,173,216);
}

.righthalf h2 {
	font-weight: bold;
	font-size: 14px;
	margin: 16px 0 0 0;
	background: rgb(85,118,201);
	color: #fff;
	padding: 4px 4px 2px 12px;
}

.righthalf h2 a {
	color: #fff;
	text-decoration: none;
}

.righthalf ul {
	padding: 0;
}

.righthalf li {
	list-style: none;
	margin: 4px 0;
}

.post {
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
	color: #224a86;
	border-bottom: solid 1px #048;
}

.post p {
	margin: 6px 0 12px 0;
}

.post img {
	max-width: 95%;
}

.post_title {
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.post_date {
	font-size: 10px;
}


.pagination {
	background-color: #336699;
	padding: 10px;
}

.pagination a {
	text-decoration: none;
	color: #000;
}

.pagination .current {
	color: #fff;
}

@media all and (max-width: 900px)
{
	body {
		margin: 0;
	}

	.main {
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.content {
		display: -webkit-box;
		display: -moz-box;
		display: box;

		-webkit-box-orient: vertical;
		-moz-box-orient: vertical;
		box-orient: vertical;
	}

	.righthalf {
		margin: 0;
		width: auto;
		float: none;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		box-ordinal-group: 3;
	}

	.lefthalf {
		margin: 0;
		width: auto;
		float: none;
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		box-ordinal-group: 2;
	}

}

/**
 * 8.0 Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
	content: "";
	display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
	clear: both;
}


