/*
    templated.co @templatedco
    Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
	}

	body,input,textarea,select
	{
	}

	header
	{
		margin-bottom: 1.6em;
	}
	
	header h2
	{
		font-size: 3.4em;
	}

	header .byline
	{
		font-size: 1.7em;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header
	{
		padding: 10em 0 6em 0;
	}

	.homepage #header
	{
		padding: 6em 0 2em 0;
	}

/*********************************************************************************/
/* Under construction                                                                          */
/*********************************************************************************/

.under-construction
{
	position: relative;
	background: url(../images/under-construction.png) no-repeat bottom center;
	background-size: 100%;
	height: 700px;
}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

#logo
{
	position: relative;
	background: url(../images/de-ezelberg-ezelgeluk-om-te-delen.png) no-repeat bottom center;
	height: 600px;
}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding: 6em 0em;
	}
	
	.homepage #content header h2
	{
		padding-top: 1.5em;
		padding-bottom: 0.5em;
		font-size: 3em;
	}

	#sidebar h2
	{
		font-size: 2.4em;
	}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/
	
	#footer
	{
		padding: 6em 0em;
	}
	
/*********************************************************************************/
/* Featured                                                                      */
/*********************************************************************************/
	
	#featured
	{
		padding-bottom: 2em;
	}
	
	#featured h2
	{
		padding-top: 1.5em;
		padding-bottom: 0.5em;
		font-size: 3em;
	}

	#featured h3
	{
		font-size: 1.6em;
	}

	#featured header
	{
		margin-bottom: 3em;
	}
	
	#featured p
	{
		line-height: 2em;
		font-size: 1.2em;
	}

	.cadeaubon
	{
		width: 100%; 
		text-align: center;
	}
	
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

	.index-container-image 
	{
		width: 500px;
		padding-top: 10px;
		margin-left: 30px;
		float: right;
	}

	.index-container-text
	{
		display: inline;
	}

/*********************************************************************************/
/* Wandelingen                                                                       */
/*********************************************************************************/
	
	.post-container {
		overflow: visible;
	}

	.post {
		overflow: hidden;
		padding-top: 2em;
	}

	.post-left {
		width: 100%;
		float: left;
	}

	.post-right {
		width: 100%;
		float: right;
	}

	.post-left img {
		float: left; 
		padding-top:11px;
		padding-right: 1em;
		width: 25%;
	}

	.post-right img {
		float: right; 
		padding-top:11px;
		padding-left: 1em;
		width: 25%;
	}

	.post-content-left {
		text-align: justify;
	}

	.post-content-right {
		text-align: justify;
	}

	.post-title {
		font-weight: bold;
		font-size: 200%
	}