/*
Theme Name: Vrancken
Description: Custom-designed theme for Adviesbureau Vrancken 
Version: 2.0
Author: WayUp and Hidde de Vries (hiddedevries.nl)
*/

* {
	margin: 0;
	padding: 0;
}

body {  
	font: 62.5%/1.5 Helvetica, Arial, sans-serif;
	background: url(img/bg/body.png) repeat-x;
	margin: 0 auto;
}

#page {
	width: 960px;
	margin: 0 auto;
	padding-top: 5px;	
	position: relative;
	overflow:hidden;
}

h1 {
	color: #000;
	font-size: 1.8em;
}

h2 {
	color: #226be5;
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

p { margin: 1em 0;}

p, li {
	font-size: 1.2em;
}
	li li {
		font-size: 1em;
	}
a, a:link {
	color: #246be5;
}

a:hover { 
	color: #000;
}

blockquote {
	border-left: 5px solid #a1a1a1;
	padding-left: 10px;
	font-style: italic;
}

fieldset {
	border:0;
}

#header {
	overflow: hidden;
	position: relative;
	width: 940px;
	height: 120px;
	margin: 0 10px;
}
	#header #logo { 
		position: absolute;
		left: -60px;
		top: -7px;
		border:0;
	}
	#header .hgroup {
		position: absolute;
		left: 70px;
		top: 33px;
	}	
		#header .hgroup h1 {
		}
		#header .hgroup h1 a {
			font-size: 1.9em;
			color: #2a2a2a;
			text-decoration: none;
		}
		#header .hgroup p {
			font-size: 1.3em;
			color: #cc1900;
			font-weight: bold;
			margin-top:-1em;
		}		
	#header #questions { 
		position: absolute;
		top: 30px;
		right: 0px;
	}
		#header #questions p {
			margin: 0;
			text-align: right;
		}
		#header #questions strong { 
			color: #a00c00;
			text-transform: uppercase;
		}	
		#header #questions em { 
			font-style: normal;
			font-weight: normal;
		}
		
			#header #questions #searchform {
				margin-top: 15px;
			}
			
				#header #questions #searchsubmit {
					background: url(img/bg/zoeken.png);
					width: 59px;
					height: 24px;
					border: 0;
					color: #fff;
					cursor: pointer;
				}
				#header #searchform #s {
					background: url(img/bg/input.png);
					width: 155px;
					height: 14px;
					padding: 5px;
					border: 0;
				}

#nav {
	overflow:hidden;
	background: url(img/bg/nav.png);
	height: 38px;
	margin: 0 10px;
}	
	#nav ol li {
		float:left;
		list-style:none;
	}
		#nav ol li a {
			width: 70px;
			line-height: 27px;
			height: 27px;
			padding: 0 20px;
			text-align: center;
			font-weight:bold;
			background: url(img/bg/nav-li.png) 0 0 no-repeat;
			display:block;
			margin: 6px 6px 0 6px;
			font-size: 1.1em;
			color: #fff;
			text-decoration: none;
			text-transform: uppercase;	
			position: relative;
		}
		#nav ol li a:hover, #nav ol li.current_page_item a, #nav ol li.current_page_ancestor a, #nav ol li.current_page_parent a {
			background: url(img/bg/nav-li.png) 0 27px;			
		}
		#nav ol li a span {
			display:block;
			height:27px;
			width:5px;
			background: url(img/bg/nav-li.png) right top;
			position: absolute;
			top: 0;
			right:-5px;
		}
		#nav ol li a:hover span, #nav ol li.current_page_item a span, #nav ol li.current_page_ancestor a span,  #nav ol li.current_page_parent a span {
			background: url(img/bg/nav-li.png) right 27px;			
		}

#cases {
	margin: 20px 10px;
	height: 235px;
	width: 940px;
	position: relative;
}

	#cases .wrapper {
		position: absolute;
		top: 0;
		left: 0;
		width: 940px;
		height: 250px; /* to have enough space in a non-js situation*/
		overflow:auto;
	}
	
	#cases ul { 
		width: 7000px;
		position: absolute;
		top: 0;
		left: 0;
		overflow:hidden;
	}
	
		#cases ul li.case {
			width: 940px;
			height: 235px;
			float:left;
			list-style: none;
			background: gray;
			position: relative;
			overflow:hidden;
		}
	
	#cases #thumbNav{
		position: absolute;
		bottom: 12px;
		right: 36px;
		display:inline;
	}
	
		#cases #thumbNav a {
			display:block;
			background: url(img/bg/case-control.png);
			width: 25px;
			height: 23px;
			float:left;
			text-indent:-9999px;
			outline:0;
		}
		#cases #thumbNav a.cur {
			background: url(img/bg/case-control_cur.png);			
		}
	
	#cases .forward {
		display: block;
		width: 23px;
		height: 23px;
		background: url(img/bg/next.png);
		position: absolute;
		bottom: 12px;
		right: 10px;
		text-indent:-9999px;
		cursor: pointer;
	}
	#cases .back {
		display: block;
		width: 23px;
		height: 23px;
		background: url(img/bg/prev.png);
		position: absolute;
		bottom: 12px;
		right: 140px;
		text-indent:-9999px;
		cursor: pointer;
	}
	
	#cases .case_desc {
		background: #000;
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 10px;
		opacity: 0.7;
	}	
		#cases .case_desc h2 {
			color: #fff;
			font-size: 1.8em;
		}
		#cases .case_desc p {
			margin: 0;
			color: #fff;
		}
	
	#cases .case_more {
		background: url(img/bg/slide-arrow.png) no-repeat center left;
	}
		#cases .case_more a {
			color: #fff;
			font-size: 0.8em;
			padding-left: 22px;
			font-weight: bold;
		}
	
#services {
	overflow:hidden;
	position: relative;
}
	#services .column {
		float: left;
		width: 288px;
		margin: 0 16px;
		display: inline;
	}
	#services h3 {
		color: #cc1900;
		font-size: 1.3em;
	}
	#services-top {
		width: 960px;
		height: 3px;
		margin: 0; padding: 0;
		background: url(img/bg/services-top.png) no-repeat;
	}
	#services-content {
		background: url(img/bg/services.png) no-repeat bottom left;		
		overflow:hidden;
		float: left;
		padding-top: 8px;
		padding-bottom:8px;
	}
		#services-content .service-icon {
			float: left;
			margin-right: 15px;
			margin-bottom: 15px;
			margin-top: 15px;
		}
		
	#services a {
		color: #1d3f70;
	}
	
	#services li {
		list-style: none;
		padding-left: 15px;
		background: url(img/bg/services_arrow.gif) no-repeat 0 5px;
	}

.call-to-action {
	display: block;
	background: url(img/bg/calltoaction.png);
	width: 281px;
	height: 38px;
	padding: 8px;
	margin: 0 0 20px 20px;
	text-decoration: none;
	float: right;
}
	.call-to-action span {
		font-size: 1em;
	}

	.call-to-action span strong {
		font-family: Georgia, serif;
		font-size: 1.1em;
	}
	a.call-to-action {
		color: #fff;
	}
	a.call-to-action:hover {
		color: #fff;
	}

.contact_action {
	width: 440px;
	height: 70px;
	padding: 10px;
	margin-top: 15px;
	background: url(img/bg/inpagecontact.png) top left no-repeat;
}

	.contact_action a {
		display: block;
		width: 114px;
		height: 24px;
		background: url(img/bg/contactus.png);
		color: #fff;
		line-height: 24px;
		text-align: center;
		font-size: 1.1em;
		text-decoration: none;
	} 

#breadcrumbs {  
	margin: 10px;
}
	#breadcrumbs a, #breadcrumbs a:visited {
		color: #226be5;
	}


#sec_nav {
	width: 180px;
	float:left;
	display:inline;
	margin: 10px 20px 10px 10px; 
}
	
	#sec_nav ul {
		width: 200px;
	}

	#sec_nav li {
		list-style: none;
		margin-bottom: 3px;	}

		#sec_nav li a {
			display: block;
			width:170px;
			height: 32px;
			line-height: 32px;
			padding-left: 25px;
			background: url(img/bg/sec_nav.png);
			text-decoration: none;
			color: #fff;
		}
		#sec_nav li a:hover, #sec_nav li.current_page_item a, #sec_nav li.current-cat a {
			background-position: 0 32px;
		}
		/* 'current' style shouldn't apply to children of current page */
		#sec_nav li.current_page_item li a, #sec_nav li.current-cat li a {
			background-position: 0 0;			
		}
		
	#sec_nav a.back-to-clientlist {
		margin-top: 10px;
		display: block;
		text-decoration: none;
	}
	
	/* hide sec sec items */
	#sec_nav li ul {
		display: none;
	}
	


#content {
	width: 480px;
	margin: 10px 20px 20px 20px;
	display:inline;
	float: left;
}
	#content h1 {
		font-size: 1.5em;
		text-transform: uppercase;
		color: #cc1900;
	}
	#content h2 {
		font-size: 1.4em;
		color: #226be5;
		margin-top: 1.5em;
	}
	#content.home h2 {
		margin-top: 0;
	}
	
	#content h2 a {
		text-decoration:none;
	}
	
	#content h3 {
		color: #000;
		font-size: 1.2em;
		margin-bottom: -1em;
	}
	#content.home {
		width: 640px;
		margin: 20px 10px;
	}
	#content ul, #content ol {
		padding-left: 15px;
	}
	#content .results_nav {
		overflow:hidden;
	}
		#content .results_nav li {
			list-style:none;
		}
		#content .results_nav .prev {
			float:left;
		}
		#content .results_nav .next {
			float:right;
		}
	
	#content .post_nav {
		overflow: hidden;
		padding-left: 0;
	}
		#content .post_nav li {
			list-style:none;
		}
		#content .post_nav .prev { 
			float: left;
		}
		#content .post_nav .next {
			float: right;
		}
	

	#content div.portfolio-item {
		margin-bottom: 45px;
		overflow: hidden;
	}
	
		#content .portfolio-item h2 {
			margin-top: 1em;
		}
	
		#content .portfolio-item h2.portfolio-item_title {
			text-transform: uppercase;
		}

#sidebar {
	width: 220px;
	float:left;
	display:inline;
}
#sidebar.home {
	border-left: 1px solid #d7d7d7;
	padding-left: 20px;
	margin: 20px 0;
}
	
	.address a {
		color: #000;
	}

#footer { 
	clear:both;
	background: #e02b28;
	border-top: 5px solid #a01704;
	color: #fff;
	overflow:hidden;
}
	.footer-columns {
		width: 960px;
		margin: 0 auto;
		overflow:hidden;
	}
	
	#footer .address {
		width:170px;
		padding: 15px;
		float:left;
		background: url(img/bg/footer_address.jpg);
	}
		.address p { 
			margin: 0;
		}
	#footer .column {
		width: 190px; 
		padding: 15px;
		padding-left: 30px;
/*		background: url(img/bg/footer_column.jpg) repeat-y 0 0;*/
		float:left;
	}
		#footer ol li {
			list-style: none;
			padding-left: 10px;
			background: url(img/bg/footer_arrow.png) no-repeat 0px 5px;
		}
		#footer li li {
			margin-left: 0.5em;
		}		
	#footer a {
		color: #fff;
		text-decoration: none;
		border-bottom: 1px solid #fff;
	}

.box {
	width: 220px;
	margin-bottom: 15px;
}
	.box-top {
		width: 220px;  height:5px; background: url(img/bg/box-top.png);
	}
	.box-content {
		background: url(img/bg/box.png) no-repeat bottom;
		padding: 5px 10px;
	}

.hr { 
	background: url(img/bg/hr.png); width: 940px; height:20px; 
	}	
	.hr hr { display:none; }
	
a.read_more {
	background: url(img/bg/read_more.png) no-repeat 0 0;
	height: 24px;
	width: 146px;
	display: block;
	line-height: 24px;
	padding-left: 10px;
	text-decoration: none;
	color: #fff;
}

.recent li {
	list-style: none;
	padding-left: 15px;
	background: url(img/bg/recent_arrow.png) no-repeat 0 4px;
}
	.recent li a {
		color: #000;
		text-decoration: none;
	}

.top {
	text-align: right;
	clear:both;
}
	.top a {
		color: #000;
		text-decoration: none;
		padding-right: 18px;
		background: url(img/bg/omhoog.png) no-repeat center right;
	}
	
.alignleft {
	float: left;
	margin: 0 15px 15px 0;
	padding: 1px;
}


.alignright {
	float: right;
	margin: 0 0 15px 15px;
	padding: 1px;
}

.wp-caption-text {
	font-style: italic;
	margin: 0;
}

.portfolio .post  p {
	margin: 0;
}
.portfolio .post p.read_more {
	margin-bottom: 30px;
}

.form-top {
	width: 460px;
	height: 4px;
	background: url(img/bg/form-top.png);
}
.form-content {
	width: 440px;
	padding: 10px;
	background: url(img/bg/form-content.png) 0 bottom;
}
	#wpcf7-f1-p53-o1 .form-content h2 {
		margin:0 0 15px 0;
	}
	.form-row {
		margin-bottom: 15px;
	}
	.form-content label {
		display:block;
		font-size: 1.2em;
	}
	.form-content input {
		display: block;
	}
	
.hidden { display:none;}