/*
Theme Name: VDWebsolutions_versie2
Theme URI: http://vdwebsolutions.nl/
Description: The developed by and for Van Driel Websolutions
Version: 2.0
Author: Eco van Driel
Author URI: http://vdwebsolutions.nl/

	The CSS, XHTML and design are protected by copyright

*/


body{
color:#333333;
font-family:arial;
margin-left:auto;
margin-right:auto;

background-color:#eeeeee;
}

a.external_isnuevenuitgeschakeld {
background:transparent url(images/external.png) no-repeat scroll 100% 50%;
padding-right:15px;
}

a {
text-decoration:none;
color:#003380;
cursor:pointer;
}



#page{
background-color:#FFFFFF;
width:950px;
margin-left:auto;
margin-right:auto;
margin-top:20px;
}

#header{

background:#FFFFFF url(images/header_bg_950x20.png) no-repeat scroll 0 0;


}

#logo{
padding:20px;
}
#add{
float:right;
margin-right:50px;}






#sidebar{
display:block;
float:left;
font-size:0.9em;
padding:10px 20px;
width:170px;
	
}

.small-column, .post, .singlepost{
	width:700px;
	
	display:block;
	float:left;
padding:10px 20px;
}
.singlepost{
	width:700px;
}
#content{
background-color:#ffffff;
margin-top:20px;
}

#footer{

border-top:1px solid #ff0000;
background:#FFFFFF url(images/footer_bg_950x20.png) no-repeat scroll 0 100%;
margin:0;
padding:0;
clear:both;
padding:10px;}



#content h1 {
border-bottom:1px solid;
font-size:1.5em;
margin-bottom:1em;
padding-bottom:5px;
color:#003380;
}

#content h2 {
border-bottom:1px solid;
color:#7490BB;
font-size:1.3em;
font-weight:normal;
margin-bottom:1em;
padding-bottom:5px;
width:50%;
width:auto;
}
#content h3 {
color:#7490BB;
width:50%;
border-bottom:1px solid;
font-size:1.1em;
margin-bottom:0.7em;
padding-bottom:5px;
width:auto;
}

#content p, #content ul, #sidebar p, #sidebar ul {margin-bottom:1em;}


#content ul li{
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
margin-left:20px;
}

.half{

width:49%;
float:left;}

#sidebar ul li
{
list-style:none;
margin-left:0px;
}

#sidebar ul li ul {
margin-left:10px;
}

#sidebar h2{
width:100%;
color:#003380;
}

#sidebar h3{
border:none;
}

#content {
font-size:1em;
line-height:1.3em;
text-align:justify;
}
#portfoliocontainer{
width:700px;
margin:0;
padding:10px 20px;
float:left;
}

#portfoliocontainer .post{
padding-left:0px;
}







#sidebar li{
list-style:none;
}

img.alignleft{
border:1px solid #000000;
float:right;
height:auto;
margin-bottom:1em;
margin-left:1em;
margin-right:1em;
padding:1em;
width:233px;
}

img.alignright{
border:1px solid #000000;
float:right;
height:auto;
margin-bottom:1em;
margin-left:1em;
margin-right:1em;
padding:1em;
width:340px;
}

#rotator img, rotator a, rotator p{
margin-bottom:1em;
}

#rotator p {
font-size:0.8em;
}

.align {
float:right;
margin-right:400px;
}

.left {
float:left;
}

.right {
display:block;
text-align:right;
}

#footer .left {
line-height:1.2em;
}

#content .ngg-gallery-thumbnail img{
margin:0px;
padding:0px;
border:0px;

}
#content .ngg-gallery-thumbnail {
text-align:left;
}
.ngg-galleryoverview{
height:350px;
width:170px;
}

.portfolio{
margin-left:18px;
clear:left;
padding-right:18px;
}

.port-details {
background:url("images/detail-bg.png") repeat-x #999999;
color:#FFFFFF;
display:table-cell;
font-size:12px;
height:154px;
padding:0 10px;
position:relative;
text-align:center;
padding-top:30px;
width:300px;
}



.port-item {
border:2px solid #FFFFFF;
float:left;
height:148px;
overflow:hidden;
position:relative;
width:300px;
margin-bottom:20px;

}

.port-img {
display:block;
left:0;
position:absolute;
top:0;
z-index:2;

}

.port-item a, #content .port-item h2{
color:#ffffff;
width:100%;
}

.port-img .ngg-singlepic {
padding:0;
}

#main-nav {
border-bottom:1px solid #FF0000;
border-top:1px solid #FF0000;
height:40px;
width:100%;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			14em; /* left offset of submenus need to match (see below) */
z-index:111;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
z-index:111;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			14em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#ffffff;
}
.sf-menu li ul a {
border-left:		1px solid #CFDEFF;
}
.sf-menu li li {
	background:		#ffffff;
}
.sf-menu li li li {
	background:		#ffffff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

.archive #content h2, .single #content h2{
color:#003380;
}

.archive #content h3, .archive #content .entry h2, .single #content h3, .single #content .entry h2 {border:none;
}