/*   
Theme Name: 4yourproperty Web2.0 - NL	
Theme URI: http://www.hetwebburo.nl
Description: WordPress template for 4yourproperty.nl (Dutch).
Author: Maarten van Vulpen
Author URI: http://www.hetwebburo.nl
Version: 2.1
Tags: light, two-columns, fixed-width
*/

@import url('reset.css');
@import url('typography.css');
@import url('grid.css');
@import url('forms.css');

/* header */
.header {
        padding: 0px 0px 5px 10px;
}
#header-wrap h1 {
        padding: 0px;
        margin: 0px;
        float: left;
}
#header-wrap .description {
        clear: both;
}
#search-bar {
        width: 400px;
        float: right;
}
#content ul, .vacancy-info ul {
        padding-left: 1.3em;
        list-style: url("images/li.gif");
}
#content ul li, .vacancy-info ul li {
        padding-bottom: 1em;
        list-style: url("images/li.gif");
}
.vacancy-info ul li {
        padding-bottom: 0;
}

#content ul ul {
        padding-left: 2.333em;
}

/* links */
a:link, a:visited {
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
/* navigation */
#nav-bar {
	border-top: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
	width: 930px;
	height: 35px;
	margin: 15px 15px 5px 15px;
	}
	
#navbar-left {
	width: 800px;
	height: 35px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
	
#navbar-right {
	width: 100px;
	height: 35px;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	}
	
#navbar-right a img {
	border: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

#nav {
	margin: 0px;
	padding: 10px 0px;
	list-style: none;
	}
	
#nav ul {
	margin: 6px 0 0 -13px;
	padding: 10px 0px 10px 10px;
	list-style: none;
	}

#nav a {
	display: block;
	color: #075d1e;
	font-weight: bold;
  	margin: -3px 20px 0px 0px;
	padding: 0px 0px 2px;
	text-transform: uppercase;
	font-size:15px;
	}

#nav>.page_item.hover {
	padding-bottom: 14px;
}

#nav>.page_item:hover > a,
#nav>.page_item.hover > a {
	display: block;
	text-decoration:none;
	border-bottom: solid 2px #fff;
	color: #563f09;
	line-height: 15px;
 	margin-top: 0px;
}

#nav>.page_item:hover > a:hover,
#nav>.page_item.hover>a:hover {
	display: block;
	text-decoration:none;
	border-bottom: solid 2px #563f09;
	color: #563f09;
	line-height: 15px;
 	margin-top: 0px;
}

#nav .page_item ul .page_item.last a {
	background: none;	
}

#nav>li.current_page_parent a,
#nav>li.current_page_item a{
	border-bottom: solid 2px #563f09;
	color: #563f09;
	line-height: 15px;
 	margin-top: 0px;
}

#nav .current_page_parent li.current_page_item a {
	color:#563f09 !important;	
}

#nav li {
	float: left;
	margin: 0px;
	padding: 0px;
	}

#nav .page_item ul {
	display: none;
	position:absolute;
	width: 485px;
	background: #fff;	
	z-index:9000;
	overflow: hidden;
}

#nav .page_item {
	padding-bottom: 6px;
	}

#nav .page_item ul .page_item {
	width: 240px;
	margin: 0px 12px 0px -12px;
	padding-bottom: 0px;
	background-color: transparent;
}
#nav .page_item ul .page_item.odd {
}

#nav .page_item ul .page_item a {
	text-transform: none;
	padding: 10px 10px 10px 0px;
	margin-left: 17px;
	margin-right: 18px;
	color: #00285c;
	font-size: 11px;
}

#nav li.current_page_item ul .page_item a,
#nav li.current_page_item ul .page_item a:active,
#nav li.hover ul .page_item.current_page_item a,
#nav li.hover ul .page_item.current_page_item a:active,
#nav li ul .page_item a,
#nav li ul .page_item a:active {
	border: 0px;
	margin-top: inherit;
}

#nav li.hover ul .page_item a.hover,
#nav li:hover ul .page_item a:hover {
	text-decoration: none;
	color:#563f09;
}

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

#nav .page_item ul li.more {
	background-color:#E1F0F3;
	clear:both;
	margin:-2px 10px -10px -15px;
	text-decoration:none !important;
	width:104%;
}

#nav .page_item ul li.more a {
	background:transparent url(images/button-donkerblauw.png) no-repeat scroll 100% 70%;
	border:0 none !important;
	color:#00295B;
	display:inline-block;
	font-size:11px;
	padding:7px 15px 2px;
	text-decoration:none !important;
	text-transform:uppercase;
}

#nav .page_item ul li.more a.hover,
#nav .page_item ul li.more a:hover,
#nav .page_item ul li.more a:active {
	text-decoration: none !important;
	border: 0px !important;
	color: #F68026 !important;
}

/* header */
#footer {
        margin: 10px 10px 0px;
        padding: 10px 0px 30px 0px;
        border-top: solid 3px #D5E9F0;
		text-transform: uppercase;	
		color: #02275b;
		font-weight: bold;
		font-size: 11px;
}

#footer-links {
	clear:both;
	background-color: #000;
	height: 20px;
	text-transform: uppercase;
	color: #fff;	
	font-weight:normal;
	padding: 10px;
}

#footer-links-left {
	float: left;
	}
	
#footer-links-right {
	float: right;
	}
	

#footer-links a{
	color: #fff;	
	}

#footer-links a:hover{
	text-decoration:underline;
	color: #fff;	
	}
	

.breadcrumbs {
	font-size:11px;
	list-style:none outside none;
	margin: 14px 0 14px 15px;
}

.breadcrumbs  a{
color:#767676;
}

.breadcrumbs  a:active{
color:#454545;
}

.breadcrumbs  strong{
color:#454545;
}

/* Misc */
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
/* post */
.meta {
}
/* COmments */
#comments {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
#postcomment {
        margin:20px 0px 10px 0px;
        padding:20px 0px 10px 0px;
        border-top: solid 1px #ccc;
}
/* featured section */
#featured-sticker {
        width: 100px;
        padding: 5px;
        margin-left: 800px;
        background-color: #f00;
        color: white;
        text-align: center;
        position: absolute;
        float: right;
}
#featured-post {
        background-color: #f3f3f3;
        padding:20px;
        margin: 0px 0px 45px 0px;
        border-top: solid 3px #ccc;
        border-bottom: solid 1px #ccc;
}

#post-entries {
        padding: 0px 0px 20px 0px;
        margin: 0px 0px 20px 0px;
}

.gallery ul {
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0px;
}

.gallery li {
		display: inline;
		list-style-type: none;
		padding-right: 8px;
}

/* Widgets */
div.widget {
	border-top: solid 3px #d5e9f0;
	padding-top: 15px;
        margin-bottom: 15px;
}

.widget-banner{
	border-top: solid 3px #d5e9f0;
	padding-top: 15px;
	margin-bottom: 15px;
}

.wide-widget {
	border-top: solid 3px #d8dfe7;
	padding-top: 10px;
}

.open {
	background: url(images/open-solli.png) no-repeat;
	padding-top: 50px;
	padding-left: 20px;
	width:250px;
	height:150px;
}

.open h3 {
	border: none;
	color:orange;
	font-size:15px;	
}

.open p {
	margin: 0;	
	margin-left: 3px;
}
	 
.open .small-widget-more-link {
	margin-top:20px;
	background: none;
}

/* 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
*/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative;
    float:left; 
    overflow:hidden; 
    width: 912px; 
    height:68px; 
	margin-bottom: 10px;
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
        position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
}

.items img {
	margin-left: 25px;
	margin-right: 25px;
} 

.widget_links .bottom {
	background: url(images/bg-at-bottom.png) no-repeat;
	height:13px;
	margin-left:-21px;
}

.widget_text .textwidget li a,
.widget_text .textwidget li span {
	float: none !important;
}


#s3slider {
   width: 600px; /* important to be same as image width */
   height: 266px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float: left;
}

#s3sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

li.s3sliderImage{
list-style-type: none;
margin: 0px;
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 12px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 600px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   display: none; /* important */
   top: 0;
}

#s4slider {
   width: 358px; /* important to be same as image width */
   height: 195px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
   float: left;
}

#s4sliderContent {
   width: 600px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

ul#s4sliderContent{
margin: 0px;
}

.s4sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

li.s4sliderImage{
list-style-type: none;
margin: 0px;
}

.s4sliderImage span {
   position: absolute; /* important */
   left: 0;
   padding: 10px 13px;
   width: 600px;
   background-color: #000;
   filter: alpha(opacity=0); /* here you can set the opacity of box with text */
   -moz-opacity: 0.0; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.0; /* here you can set the opacity of box with text */
   opacity: 0.0; /* here you can set the opacity of box with text */
   display: none; /* important */
   top: 0;
}

#featured{ 
width:946px; 
position:relative; 
height:286px; 
}

#featured .ui-tabs-panel .mask{
display: block;
position: absolute;
width: 100%;
height: 100%;
top: 0px;
left: 600px;
background: url(images/mask.png) no-repeat 0 0;
}

.spfrst {
float: right; 
font-weight: bold; 
font-size: 16px;
margin-right: 20px;
}

.spsec{
float: left; 
font-weight: bold; 
font-size: 16px
}

.spthrd{
padding-top: 25px; 
display: block; 
width: 600px;
} 

.propimg{
padding: 10px;
background: #f5f5f5;
border: 1px solid #D5D9D9;
}
