/*
Theme Name: Huisitalie
Theme URI: http://www.huisitalie.com
Version: 1.0
Description: 1 Column white and green theme based on a website template from huisitalie.com
Author: PieterC
Author URI: http://www.pieterc.be
*/


/*-------------- R E S E T --------------*/

* {
margin: 0;
padding: 0;
}
/*------------ GENERAL STYLES ------------*/

body {
font:12px Arial, Verdana,"Trebuchet MS", Arial;
background: #fff url('images/huisitalie-bg.png') repeat-x;
color:#333;
}


h1 {
	color:#fff;
	height:150px;
	padding-left: 200px;
	margin-top: -70px;
}

h2 {
	color:#363;
	border-bottom:1px solid #9c6;
	padding-bottom:6px;
	clear:both;          
} 

h3 {
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 6px;
	color:#999;         
}

a img {
border : none;
}

a {
outline: none;
}

p {
padding-top: 10px;
padding-bottom: 20px;
padding-left: 6px;  
text-align: justify;
}

a {
color: #666;
}

.container {
margin: 0 auto;
width: 770px; 
}

.clear {
	clear:both;                                      
	}
	
h2 a
	{
	color:#363;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	}

	#content {
	float:left;
	width: 700px;  
	}

	#content ul{
	margin-left: 40px;
	list-style-type: circle;
	color: #666;
	padding-bottom: 10px;}

	#content ul{
	margin-left: 40px;
	list-style-type: circle;
	color: #666;
	padding-bottom: 10px;}

	#content form{
	margin-left: 40px;
	color: #666;
	padding-bottom: 10px;} 

#map{
	width: 450px;
	height: 300px;
	margin-bottom: 20px;}

.hidden {
		display:none;           
	}

textarea{
		width:400px;           
	}

#extra{
	position: absolute;
	padding-top: 2px;
	right:0px;
	top: 144px;
	padding-left: 25px;
	height: 20px;
	width:65px;
	background: #9c6 url('images/extra.png') no-repeat;
	}

#extra img{
	padding-right: 5px;
	}

#extra a{
	    float:right;
	    text-decoration:none;}

#extra a span{display: none;}

#extra a:hover span{ /*the span will display just on :hover state*/
	    display:inline;
	    position:absolute;
	    right:0px;
		top:25px;
		color:#666;
	    text-align: center;
		padding-right:3px;}   

hr {
			border: 1px solid #9c6;
		}

		ul {
			list-style: none;
			padding: 0;
			margin: 0;
		}

/*------------ F O O T E R ------------*/


#footer	{
	clear: both;
	width:100%;
	background-color: #f5f7f9;
	margin-top: 3em;  
	padding-top: 1em;
	float: left;
	}

.footerblock { 
	float: left;
	margin: 2em 0 !important;
	margin: 6em 0 1em 0;
	width: 31%;
	padding-right: 2%;
	}
.footerblock li { 
	    text-decoration: none;
		color: #aaa;
		padding: 5px 5px 10px 5px;
		list-style-type: none;
		border-top: 1px dotted #bbb;
		}
.footerblock a { 
	    text-decoration: none;
  		}    

/*------------ M E N U ------------*/ 
		#nav {
			position:absolute;
			top: 165px;
		}

		#nav a {
			font-weight: bold;
			color: #363;
		}

		#nav a {
			text-decoration: none;
		}

		#nav li li a {
			display: block;
			font-weight: normal;
			color: #060;
			padding: 0.2em 10px;
		}

		#nav li li a:hover {
		}

		#nav li {
			float: left;
			position: relative;
			text-align: center;
			padding-right: 3em;
		}

		#nav li ul {
			display: none;
			position: absolute;
			left: 0;

			font-weight: normal;
			padding: 0.5em 0 1em 0;
		}

		#nav li>ul {
			top: auto;
			left: auto;
		}

		#nav li li {
			display: block;
			float: none;
			border: 0;
		}

		#nav li:hover ul, li.over ul {
			display: block;
		}

/*------------ S T R E E K ------------*/ 
.vakantiewoning {
	clear:both;
}
.vakantiewoning img {
	float:left;
	padding-top: 1em;
	padding-right:1em;
	border: 0px;
}

.alignleft {
	float:left;
	padding-right:1em;
}