/*
Theme Name: foodvalley
Author: Karin Bronwasser

*/

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: #333333;
	background-image: url(images/tile_horizontaal.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 62.5%;
}
#container  {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #D7D263;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/achtergrond.jpg);
	position:absolute;
	left:50%;
	margin-left:-500px;
	background-repeat: no-repeat;
	padding-left:15px;
	padding-right:15px;
} 
#header  {
	padding: 0 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: 180px;
	text-align:right;
} 
#titel  {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top:40px;
	font-size:4.0em;
	
}
#titel a	{
color:#666666;
}
#subtitel	{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.6em;

}
#nav1 {
	z-index:10;
	width: 700px;
	float:left;
	height: 30px;
}

#nav1 a{
	font-size: 1.4em;
	color: #666666;
	text-decoration: none;
}
#nav1 a:hover	{
color: #C6658C;
}
#nav1 ul, #nav1 li{
	display: inline;

}

#search	{
	float:right;
	height:30px;
}
#sidebar1, #sidebarright  {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	margin-top: 15px;
}
#sidebar1	{
margin-top:15px;
}
#sidebarright	{
	border-color: #d7d263;
	border-style: solid;
	border-width: 1px;
}
#hoofdtekst	{
	margin-top:15px;
	overflow:auto;
	float:left;
	width:660px;
	border-color: #c6658c;
	border-style: solid;
	border-width: 1px;
	padding:0px;
}
#singletekst	{
	margin-top:15px;
	overflow:auto;
	float:left;
	width:660px;
	border-color: #72c9d6;
	border-style: solid;
	border-width: 1px;
	padding:0px;
}
#pagetekst	{
	margin-top:15px;
	overflow:auto;
	float:left;
	width:660px;
	border-color: #98b729;
	border-style: solid;
	border-width: 1px;
	padding:0px;
}
#links1, #links2, #links3, #mid1, #mid2, #mid3, #rechts1, #rechts2, #rechts3	{
	width:213px;
	overflow:hidden;
}	


#links, #rechts, #midden{
	width:220px;
	margin-top:15px;
	overflow: auto;
	float: left;
	}

#links2, #links3,#mid2, #mid3,  #rechts2, #rechts3	{
	margin-top:7px;
}
#links1, #mid3, #column h2{
	background-color:#72c9d6;
	border:#72c9d6 solid 1px;
}
#links2, rechts3{
background-color:#98B729;
	border:#98B729 solid 1px;
}
#links3, #rechts1	{
	background-color:#C6658C;
	border:#C6658C solid 1px;
}
#mid1, #rechts2	{
	background-color:#8dba78;
	border:#AFCA4d solid 1px;
}
#mid2, #rechts3	{
	background-color:#D7D263;
	border:#D7D263 solid 1px;
}
#column	{
	border:#72c9d6 solid 1px;
	overflow: visible;
	height:100%;
	margin-top:40px;
}
.bloktekst h2 a:link, .bloktekst h2 a:visited, .bloktekst h2 a:active, .bloktekst h2 a:hover	{
	color:#FFFFFF;
	padding-left: 7px;
	padding-right: 7px;
	display: block;	
}
.kolomkop	{
text-align:center;
margin-bottom:20px;
}
.kolomkop a{
font-weight:normal;
color:#666666;
font-size:1.5em;

}
.kolomkop a:hover	{
	color:#C6658C;
}
.topimg	{
	background-color:#ffffff;
	margin:0px;
	padding:0px;
	width:100%;
	text-align: center;	
}
.columnintro	{
	background-color:#FFFFFF;
	font-weight: normal;
}
.columnintro p	{
	padding-left:7px;
	padding-right:7px;
	color:#72c9d6;
	margin:0px;

}
#footer  {
	padding: 0 10px 0 20px;
} 
#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;
}
.inner {
	display:block;
	padding:0 10px 10px 10px;
	z-index: 101;
}
.inner2 {
	display:block;
	padding:0 10px 10px 10px;
	z-index: 200;
}
.bloktekst {
	text-align: left;
	margin-top:0px;
	padding-top:0px;
}
.single	{
	padding:10px;
	}
	
.columnbg{
	background-color:#FFFFFF;
	color: #333333;
	font-weight: normal;
	
}
.entry, .columnentry	{
	font-size:1.2em;
	padding: 7px;
}



#sidebarright ul	{
	list-style-type: none;
	width:100%;
	margin-left:-40px;
	margin-top:-13px;
	
	
}
#sidebarright ul ul	{
margin-top:0px;
}
#sidebarright ul ul	ul{
	margin-left:0px;
	padding-left:0px
}



/* lettergroottes ed */
a	{
	text-decoration:none;
	}
a.more-link, .breadcrumb a	{
	color:#CC8720;
	}
#links a.more-link, 
#midden a.more-link, 
#rechts a.more-link	{
	color:#FFFFFF;
}
a.more-link:hover, .breadcrumb a:hover	{
	color:#666666;
}
h1 {
	font-size: 1.3em;
	font-weight: bold;
	color: #0996C1;
}
h2, h2 a{
	font-size: 1.2em;
	text-decoration: none;
	color: #333333;
}
.kopje	{
color:#FFFFFF;
width:100%;
height:30px;
background-color:#72c9d6;
margin:0px;
margin-top:-13px;
}
.kopje h2	{
color:#FFFFFF;
padding:5px;
}
.koppage	{
color:#FFFFFF;
width:100%;
height:30px;
background-color:#98b729;
margin:0px;
margin-top:-13px;
}
.koppage h2	{
color:#FFFFFF;
padding:5px;
}
.koparchive	{
color:#FFFFFF;
width:100%;
height:30px;
background-color:#c6658c;
margin:0px;
margin-top:-13px;
}
.koparchive h2	{
color:#FFFFFF;
padding:5px;
}
#column h2	{
	color:#FFFFFF;
	padding-left:7px;
	padding-right:7px;
	height:25px;
	margin-top:0px;
}
h3, h3 a{
	font-size: 1.2em;
	text-decoration: none;
	color: #486C81;
	padding-left: 5px;
	margin-bottom:-10px;
}
.page_item	{
	padding-left:5px;
	padding-right:5px;
}
.cat-item a	{
width:213px;
}
ul#folding_category_list	{
	
	padding-left:0px;

}


#sidebarright a	{
	font-weight:normal;
	color:#333333;
}
#sidebarright a:hover	{
	font-weight:normal;
	color:#D7D263;
	}
li.listHeader	{
	height:30px;
	background-color:#d7d263;
	width:100%;
}
.listHeader h2 a	{
	padding:5px;
	color:#ffffff;
	height:30px;


}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}
a:link img, a:visited img, a:active img, a:hover img	{
	border-color:#CCCCCC;
	border-width:1px;
	border-style:solid;
}
/*	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 */

/* images en cfi correctie */
.home #links img.alignright, .home #links img.alignleft,
.home #midden img.alignright, .home #midden img.alignleft,
.home #rechts img.alignright, .home #rechts img.alignleft	{
margin:0;
padding:0;
}
.home #links .alignright, .home #links .alignleft,
.home #midden .alignright, .home #midden .alignleft,
.home #rechts .alignright, .home #rechts .alignleft	{
float:none;
}




#searchsubmit	{
background-color:#FFFFFF;
border-color:#FFFFFF;
border-style:solid;
font-family:"Lucida Sans Unicode", Tahoma, "Trebuchet MS";
color:#666666;
}
.postmetadata	{
padding-left:5px;
}
#respond	{
padding:10px;
}
.stelling, h6	{
	color:#333333;
	font-weight:bold;
	font-size:1.1em;
	text-align: center;
}
.clear	{
clear:both;
}


.blog .listHeader	{
background-color:#ffffff;

}
.blog .listHeader h2	{
text-align:center;
margin-top:5px;
}
.blog .listHeader h2 a	{
color:#666666;
font-weight:normal;

}
#sidebar1 ul	{
list-style-type:none;
	padding-left:0px;
	list-style-type: none;
	margin-top:0px;
}

/* query posts */
p.byline	{
display:none;
}
#sidebar1 div.post, #sidebar1 div.page	{
	border:#72c9d6 solid 1px;
	overflow: visible;
	height:100%;
	background-image:url(images/bg_sidebar_home.gif);
	margin-top:5px;
	background-position:top;
	background-repeat:no-repeat;
	
}
#sidebar1 div.entry-content	{
padding:5px;
}
#sidebar1 h2	{
text-align:center;
}
#sidebar1 h2 a	{
color:#FFFFFF;
}
#sidebar1 .entry-content p, #sidebar1 .entry-content li	{
font-size:1.2em;
}
/* categoryblokken */
#sidebarright ul ul ul 	{
padding:5px;
list-style-type:disc;
margin-left:20px;
width:270px;
}
#sidebarright ul ul ul a	{
font-size:1.2em;
}
/* plaatje in archive */
.entry_img	{
float:left;
width:220px;
margin-top:10px;
}
.entry_text	{
float:right;
width:420px;
margin-top:10px;
}
.datum	{
margin-top:-15px;
}
