/*
Template Name: morgen begint vandaag
*/
@charset "utf-8";
/* CSS Document */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #545454;
	background-color: #E1E0C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	padding-top:10px;
}
#container {
	width: 780px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	}
	/*
.blog #container, .single #container	{
background-image:url(images/container_bg_3kol.gif);
overflow:hidden;
} 
.page*/
#container	{
background-image:url(images/container_bg_2kol.gif);
overflow:hidden;
}
#header {
	padding: 10px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
} 
#nav {
	height: 50px;
	color: #FFFFFF;
	width: 100%;
	background-color: #FFFFFF;
}
#titel, .description  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
	width:700px;
	float:right;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 174px; /* padding keeps the content of the div away from the edges */
	background-color: #F1F0E4;
	height: 100%;
	display:inline;
	margin-left: 10px;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* padding keeps the content of the div away from the edges */
	background-color: #CFE21C;
	height: 100%;
	display:inline;
	margin-right: 10px;
}
#content_smal {
	padding-left:0px;
	width: 345px;
	float: left;
	margin-left: 10px;
} 
#content_breed {
	padding-left:0px;
	width: 576px;
	float: left;
	margin-left: 10px;
} 
#footer {
	padding: 0 10px 0 20px;
	text-align: center;
	background-color: #E1E0C7;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* opmaak berichten ed*/
#titel	{
	color: #0033FF;
	font-size:140%;
	font-weight:bold;
	width:320px;
	font-size:200%;
	float:left;
}

#flash	{
width:414px;
height:110px;

float:right;
}
h1	{
	font-size:110%;
}
h1.storytitle a:link, h1.storytitle a:visited, h1.storytitle	{
	color: #336633;
	text-decoration:none;
	}


h1.storytitle a:hover	{
	text-decoration:underline;
	color:#999999;
	}
a:link, a:visited	{
	text-decoration:none;
	color:#336633;
}
a:hover	{
	text-decoration:underline;
	color:#999999;
}
#content_smal a:link, #content_smal a:visited	{
	color:#9D9B71;
}
#content_smal ul	{
margin-left:0px;
padding-left:10px;
}
#content_smal li	{
	list-style-position:outside;
	list-style-type:square;
	margin-bottom:20px;
	
}
#content_smal li.current_wish a:link, #content_smal li.current_wish a:visited, #content_smal li.current_wish	{
	
	color:#e49827;
}
/* einde opmaak berichten */

/* topnavigatie */
#nav ul{
	height: 30px;
	margin:0;
	padding: 0;
	list-style-position: outside;
	list-style-type: none;
	float: left;
	background-color: #FFFFFF;
	color: #333333;
	float:left;
	}

#nav ul li	{
	display:inline;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	line-height: 30px;
	border-right-color: #CFE21C;
	border-right-width: 1px;
	border-right-style: solid;
}

#nav li.page-item-11	{
border-right-width:0px;
}
#nav a	{
	
	color: #006699;
	font-size: 110%;
	font-weight: bold;
	}
#nav li a:link, #nav li a:visited	{
	text-decoration:none;
	color: #CFE21C;	
	
}

#nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li.current_page_parent a:link, #nav li.current_page_parent a:visited, #nav li.current_page_item, #nav li.current_page_parent,
#nav li.current_page_ancestor a:link, #nav li.current_page_ancestor a:visited, #nav li.current_page_ancestor {
	background-color:#FFFFFF;
	color:#4169E2;	
}	
#sidebar1 /* einde navigatiebalk */

/* sidebar */
 ul	{
	list-style-type: none;
	list-style-position: inside;
	margin-left: 0px;
	padding-left: 0px;
}

.balk	{
	height:20px;
	background-color:#FF9900;
	width:100%;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
}
.blok	{
	background-color: #F1F0E4;
}
.film, .inner	{
padding:10px;
}
#sidebar2 a:link, #sidebar2 a:visited	{
color:#1C851B;
}
.wens	{
color:#1c851b;
font-weight:bold;
}
/* einde sidebar */

/* opmaak tekst footer */
#footer p, #footer a:link, #footer a:visited	{
color:#999999;
}


/* einde opmaak tekst footer */

/* reacties */
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* einde reacties */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
	}

.alignleft {
	float: left;
	}
/* End Images */