@charset "utf-8";
/*----------------------------------------------------------------------------- 
Default Screen Stylesheet

Theme Name: E.H.S.
Theme URI: http://www.eday.nl/
Description: WordPress Theme voor Eday Housing Service.
Version: 1.2
Author: illutic WebDesign
Author URI: http://www.illutic.nl/

-----------------------------------------------------------------------------*/

html {
	direction: ltr;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em is 10px */
	color: #302B2A;
	background: #fff url(images/bg-html.png) top left repeat-x;
}

body {
	margin: 0;
	padding: 0;
}

/* default tags */
a {
	color: #182e79;
	font-weight: bold;
	display: inline;
}
a:hover {
	color: red;
}

small {
	display: inline;
}

tbody,
p {
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 15px;
}
img { width: auto; }
img.right { padding: 5px 0 5px 10px; float:right; text-align:right; }
img.left { padding: 5px 10px 5px 0; float:left; text-align:left; }

tbody { clear: both; }
p.aanpassen {
	width: 100%;
	display: block;
	float: left;
	clear: both;
	margin-bottom: 0;
	padding-bottom: 0;
}

tbody { display: table; }

div.sortApartments {
	width: 935px;
	display: block;
	float: right;
	text-align: right;
	padding-bottom: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #f5a748;
}

table tbody tr td p {
	margin: 0 0 10px;
	padding: 0;
	font-size: 1em;
}
table tbody tr td label { font-size: 1em; }

img {
	border: 0;
}

img.border {
	border: 1px solid #004c99;
}

hr {
	height: 2px;
	color: #004c99;
	background: #004c99;
	width: 938px;
	display: block;
	float: left;
}

quote, blockquote {
	background: #f7b96d;
	border-left: 5px solid #fff;
	padding: 10px;
	display: block;
	color: #fff;
	font-style: italic;
}
	quote strong, blockquote strong {
		font-style: normal;
	}

/* lists */
ul {
	font-size: 1.2em;
}

ul li ul {
	font-size: 1em;
}

/* forms */

form {
}
label { font-size: 1.2em; padding-left: 15px; }

label input, label select { font-size: 1em; }
input, select {
	border: 1px solid #004c99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 3px;
	color: #004c99;
}
select {
	padding: 1px;
	width: 125px;
}
select option {
	padding: 2px;
}
	input#searchsubmit {
		background: #004c99;
		color: #fff;
		padding: 2px 3px;
	}

div:after { content: ""; display: block; height: 0; clear: both; } /* zorgt ervoor dat alles goed afsluit */
p:after { content: ""; display: block; height: 0; clear: both; } /* zorgt ervoor dat alles goed afsluit */
table:after { content: ""; display: block; height: 0; clear: both; } /* zorgt ervoor dat alles goed afsluit */

input.sortPrice {
	color: #004c99;
	text-align: right;
	border: 0;
}

/* handig */
.links {
	display: block;
	float: left;
}

.rechts {
	display: block;
	float: right;
}

/* CONTAINER */
#container {
	width: 990px;
	height: 100%;
	display: block;
	margin: 0px auto;
}

	#pagecontainer {
		width: 980px;
		height: 100%;
		display: block;
		float: left;
	}

/* SCHADUWZIJDES */
#schaduwlinks {
	width: 5px;
	height: 862px;
	display: block;
	float: left;
	background: url(images/schaduw-links.png) top left no-repeat;
}

#schaduwrechts {
	width: 5px;
	height: 862px;
	display: block;
	background: url(images/schaduw-rechts.png) top right no-repeat;
	float: right;
}

/* SLOGAN */
#slogan {
	width: 980px;
	height: 100%;
	display: block;
	background: #f5a748;
	border-bottom: 1px solid #fff;
}
	#slogan span {
		color: #fff;
		font-weight: bold;
		padding: 10px 20px;
		display: block;
	}
	
.bluebar {
	width: 980px;
	height: 5px;
	background: #004c99;
	display: block;
	float: left;
}

/* HEADER */
#header {
	width: 980px;
	height: auto;
	display: block;
	float: left;
	background: #f5a748;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
	#logo {
		width: 382px;
		margin: 0 20px 0 16px;
		padding: 9px 0 8px;
		display: block;
		float: left;
	}
	ul#talen {
		margin: 10px 20px;
		display: block;
		float: right;
		text-align: center;
	}
		#talen li {
			display: block;
			float: left;
			color: #fff;
			font-weight: bold;
			font-size: 1em;
			padding: 0 3px;
		}
		#talen span {
			color: #fff;
			font-weight: bold;
			padding: 0 10px 0 0;
			margin: 0;
			display: block;
			float: left;
		}
			#talen img.vlag {
				width: 18px;
				height: 12px;
				display: block;
				border: 1px solid #fff;
			}
	
	#image {
		width: 980px;
		height: 218px;
		display: block;
		float: left;
		background: url(images/header.png) top left no-repeat;
		border-top: 1px solid #fff;
	}
	
/* NAVIGATION */
#navigation {
	width: 980px;
	height: 40px;
	display: block;
	float: left;
	background: url(images/bg-nav.png) top left repeat-x;
}
	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		height: 40px;
		display: block;
		float: left;
		font-size: 1em;
	}
		#navigation ul li {
			height: 40px;
			display: block;
			float: left;
			border-right: 1px solid #2768a4;
			border-left: 1px solid #182e79;
		}
		
		#navigation ul li.current_page_item a {
			font-weight: bold;
			background: #f5a748 none;
			color: #002e5c;
		}
			#navigation ul li a {
				font-size: 1.1em;
				color: #fff;
				font-weight: normal;
				text-decoration: none;
				padding: 13px 20px 14px;
				display: block;
			}
			#navigation ul li a:hover {
				background: #f5a748;
				color: #002e5c;
			}
			
/* PAGE */
#page {
	background: #fff;
	width: 980px;
	display: block;
	float: left;
}
	#content {
		padding: 20px;
		width: auto;
		display: block;
		float: left;
	}
		#content ul {
			margin-left: 15px;
			margin-bottom: 15px;
		}
		#content ul li {
			padding: 2px;
			display: block;
		}
	
		.appartement {
			width: 450px;
			height: 100px;
			padding: 5px;
			display: block;
			float: left;
		}
			.appartement .img,
			.post .img {
				border: 1px solid #ccc;
				background: #ececec;
				padding: 4px 4px 8px;
				display: block;
				float: left;
			}
			.post .img {
				margin: 0 5px 5px 0;
			}
				.appartement .img img,
				.post .img img {
					border: 1px solid #ccc;
					width: 100px;
					padding: 2px;
					background: #fff;
				}
				.appartement .img img:hover,
				.post .img img:hover {
					border: 1px solid #000;
				}
				
			.gegevens {
				width: 310px;
				margin: 0 0 0 10px;
				display: block;
				float: left;
			}
			.appartement .gegevens h2 {
				margin-top: 0;
				margin-bottom: 0;
				padding-bottom: 0;
				padding-top: 0;
				font-size: 1.6em;
			}
	
	.post {
		width: 100%;
		display: block;
		float: left;
	}
	.apartments p {
		margin-bottom: 5px;
	}
	.post table, .post table tbody {
		width: 100%;
	}	
	td.back {
		text-align: right;
	}
	
	.bovenschrift {
		text-align: right;
		font-weight: bold;
		width: 100%;
		display: block;
		float: right;
		margin-top: 1.2em;
	}
	
/* FOOTER */
#footer {
	border-top: 1px solid #fff;
	width: 980px;
	display: block;
	float: left;
	background: #fff;
	color: #fff;
}
	#copyright {
		padding: 10px 20px;
		display: block;
		float: left;
	}
	
	#webdesign {
		padding: 10px 20px;
		display: block;
		float: right;
	}
		#webdesign a {
			color: #fff;
			text-decoration: none;
		}
		#webdesign a:hover {
			color: #004c99;
		}
		
/* CATEGORY PAGE */
span.subcategory {
	padding-left: 25px;
}

/* OVERIG */
span.smaller {
	font-size: 0.9em;
}

body .sociable-hovers {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

h1 {
font-size: 14px;
}
