
img {
	max-width: 100%;
	height: auto;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* body and grid
-------------------------------------------------------------------------------------------------- */

body {
	color: #333;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #fff;
}
	a:link, a:visited, a:active {
		text-decoration: none;
		color: #49871C;
	}
	a:hover {
		text-decoration: underline;
		}
	a:focus {	outline: none;	}


.wrap {
	margin: 0 auto;
	text-align: left;
	max-width: 920px;
}

.slot-50 {
	float: left;
	width: 48%;
	margin-right: 4%;
}
	.slot-50.last {
		margin-right: 0;
	}

/* Header
-------------------------------------------------------------------------------------------------- */
#header-row {
	margin-top: 1em;
}
	header {
		margin: 1em auto 3em auto;
		position: relative;
	}

	#logo {
		position: absolute;
		left: 0;
		top: 0;
	}
		#logo img {
			-webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
			-moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
			box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, .1);
		}


	nav {
		float: right;
		font-size: .9em;
	}
	
	nav ul li:first-child {
		
	}


#visual-row {
	background-color: #49871C;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 400px;	
}



/* Content
-------------------------------------------------------------------------------------------------- */

#content-row {
	padding-top: 1em;	
}

#content {
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	max-width: 40em;
}



p.eventdate {
	font-size: .9em;
	color: #777;
	margin: 0;
}

.right {
	float: right;	
}



figure.thumbnail {
	float: left;
	width: 90px;
	margin: 0 1rem 0 0;
}
	figure.thumbnail img {
		border: 0px;
	}



/* CSS Document */

article {

}



/* Content
-------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
}

h1 {
	font-size: 1.6em;
	margin-bottom: .5em;
}
	h1 + p.eventdate {
		margin: -.5em 0 0 0;
	}

h2 {
	font-size: 1.5em;
}

h2.subheadline {
	margin: 0 0 .3rem 0;
	font-size: 1.3rem;
}

h3 {
	font-size: 1.2em;
	margin: 0 0 .5em 0;
}
	h3 + p.eventdate {
		margin: -.5em 0 0 0;
	}

h4.subheadline {
	margin: 0 0 .3rem 0;
	font-size: 1rem;
	font-weight: bold;
}

p {
	margin: 1em 0;
	line-height: 150%;
}

hr {
	height: 1px;
	border-style: none;
	color: #d0d0d0;
	background-color: #ddd;
}


/* Forms
-------------------------------------------------------------------------------------------------- */
input.text, textarea {
	width: 100%;
	padding: 5px;
}

/* Edit Buttons
-------------------------------------------------------------------------------------------------- */
span.edit a {
	background-color: #f5f5f5;
	padding: 2px 6px;
	color: #bbb;
	text-transform: uppercase;
	font-size: .8em;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
	span.edit a:hover {
		background-color: #49871C;
		color: #fff;
		text-decoration: none !important;
	}
	



/* Edit Buttons
-------------------------------------------------------------------------------------------------- */
dl.cform {
	
}
	dl.cform dt {
		margin: 0 0 .3em 0;		
	}
	dl.cform  dd{
		margin: 0 0 1em 0;
	}
		dl.cform  dd input,
		dl.cform  dd textarea {
			width: 100%;
			border: 1px solid #ddd;
			background: #f5f5f5;
			padding: .5em;
		}
		.wpcf7-not-valid-tip {
			color: #D0484B;	
		}






/* thePost Bilder
-------------------------------------------------------------------------------------------------- */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

/* End Images */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	padding: 0;
	margin: 0;
}
/* End captions */




/* Footer
-------------------------------------------------------------------------------------------------- */
#footer-row {
	background: #f3f3f3;
	margin-top: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
}
	footer {
		color: #777;
		margin: 2em auto;
	}
		footer p {
			line-height: 150%;
			margin: .2em 0;
		}


/* Dirty Little Helpers
-------------------------------------------------------------------------------------------------- */
.group:before,
.group:after {
    content: "";
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

