/*
Theme Name: Template voor Verhuismanager
Theme URI: http://wordpress.org/
Description: child theme voor verhuismanager.com
Author: haha! - Herbert Hoekstra
Version: 1.0
Template: twentyten
*/

@import url("../twentyten/style.css");

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
}

#content,
#content input,
#content textarea {
	color: #696969;
	font-size: 14px;
	line-height: 20px;
}

#content .ddfmwrap form.ddfm .fmradio p,
#content .ddfmwrap form.ddfm .fmcheck p {
	margin-bottom: 0;
	line-height: 8px;
}
/* =Links
-------------------------------------------------------------- */
#content .entry-content a:link, 
#content .entry-content a:visited,
#smooth_sldr .more a:link,
#smooth_sldr .more a:visited,
#footer a:link,
#footer a:visited,
#primary a:link,
#primary a:visited,
#content .navigation a:link,
#content .navigation a:visited,
#content .entry-title a:link,
#content .entry-title a:visited,
#content .entry-summary a:link,
#content .entry-summary a:visited,
#breadcrumbs a:link,
#breadcrumbs a:visited {
	color: #173472;
	text-decoration: none;
	padding: 2px;
	border-bottom: 1px dotted #76a71e;
}
#content .entry-content a:hover,
#smooth_sldr .more a:hover,
#footer a:hover,
#primary a:hover,
#content .navigation a:hover,
#content .entry-title a:hover,
#content .entry-summary a:hover,
#breadcrumbs a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background-color: #76a71e;
}
/* uitzetten lijntje onder linkjes voor volgende vorige pagina */
#content .navigation a:link,
#content .navigation a:visited {
	border-bottom: none;
}
#primary a:link.nolink,
#primary a:visited.nolink,
#footer a:link.nolink,
#footer a:visited.nolink {
	border-bottom: 0 none;
}
/* link details verwijderen op losse plaatjes */
#primary a:hover.nolink,
#footer a:hover.nolink {
	background-color: white;
}
/* link decoratie verwijderen van images in post */
#content .entry-content a[rel^="lightbox"] {
	border-bottom: none;
	background-color: white;
}
/* ruimte onder rss widget kopje */
#primary #rss-2 h3.widget-title {
	padding-bottom: 8px;
}

/* 100% achtergrond plaatje
-------------------------------------------------------------- */
#background {
    min-width: 100%; 
    min-height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: 0;
}

#wrapper {
	position: relative;
	z-index:1;
}



/* verwijder top margin van het kop plaatje 
-------------------------------------------------------------- */
#header {
	padding: 0;
	margin: 0;
}

#header h1, #header h2, #header h4 {
	display: none;
}

/* margin top weghalen 
-------------------------------------------------------------- */
#main {
	padding-top: 10px;
}

/* verberg site name en title 
-------------------------------------------------------------- */
#site-title, #site-description {
	visibility: hidden;
	height: 0;
	margin: 0;
}
/* geen extra ruimte onder content, vaste minimum hoogte
-------------------------------------------------------------- */

#content {
	margin-bottom: 0;
	min-height: 300px;
}
/* lijnen boven en onder pagina navigatie
-------------------------------------------------------------- */
.navigation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 6px;
}
.navigation div {
	margin-top: 8px;
	margin-bottom: 8px;
}

/* nieuw gebied voor logo en zoeken
-------------------------------------------------------------- */
#branding-logo {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 940px;
	height: 60px;
}

#branding-logo img {
	margin-top: 20px;
	margin-bottom: 0;
}
#branding-logo #callus {
	float: right;
	clear: right;
	color: #ccc;
	font-size: 16px;
	font-weight: bold;
	margin-right: 44px;
	margin-top: 25px;
}
/* zoekveld in navagitie
-------------------------------------------------------------- */
#access #searchform {
	float: right;
	clear: right;
	margin: 8px 40px 0 0;
}
#search input {
	width: 170px;
	font-size: 11px;
}

/* achtergrond #wrapper 
-------------------------------------------------------------- */
#wrapper {
	background-color: white;
}
/*body.home #wrapper {
	background: white;
}*/

/*  
-------------------------------------------------------------- */
#colophon {
	margin-top: 10px;
	border-top: 0px solid gray;
}

#site-generator {
	visibility: hidden;
}

/* aanpassen list style rond ipv vierkant 
-------------------------------------------------------------- */
ul, ul .widget-container ul {
	list-style-type: disc;
}

/* menu kleuren aanpassen 
-------------------------------------------------------------- */

#access {
	background: #76a71e;
}

#access ul ul a {
	background: #bbe179;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #c9f381;
	color: #000;
}
#access a {
	color: #fff;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #000;
	background: #c9f381;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #000;
}

#access .menu-header, div.menu {
font-size:15px;
}
/* ok vinkje op lijstjes in content 
-------------------------------------------------------------- */
.entry-content ul {
	list-style-type: none;
	list-style-image: url(images/list_check.png);
	list-style-position: outside;
	margin-left: 30px;
}

/* koppen stijl 
-------------------------------------------------------------- */
#content .entry-title,
.page-title span {
	color: #173472;
	font-weight: bold;
	font-style: normal;
	font-size: 21px;
}
#content h2, #content h3 {
	color: #76a71e;
	margin: 12px 0 5px;
}
/* voorpagina boxjes (niet gebruikt)
-------------------------------------------------------------- */
#content .entry-content .mini-2 {
	width: 260px;
	float: left;
	height: 90px;
	margin: 10px;
	border: 1px solid black;
	background: #ccc url(images/Goudvis.jpg) no-repeat 0 center;
}
#content .entry-content .last-2 {
	clear: right;
}
#content .entry-content .mini-2 h3 {
	text-align: center;
	color: #46005a;
	margin-top: 20px;
	text-shadow: #fff 4px 2px 4px;
}

/* overig 
-------------------------------------------------------------- */
#footer-widget-area h3.widget-title {
	color: #46005a;
}

#site-info {
	color: #fff;
	margin-top: 0;
}

#breadcrumbs {
	padding-left: 20px;
}
#site-info {
	font-size: 12px;
}

/* verberg link smooth slider branding 
-------------------------------------------------------------- */
.sldrlink {
	visibility: hidden;
}

/* aandachtpunten lijstje met h2 links */
#content ul li a h2.aandachtspunt {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 0;
}
/* formbuilder */
.formBuilderError {
	color: red;
}
/* aanpassen addthis menuutje/icons 
-------------------------------------------------------------- */
#addthis-widget-3 a:link, #addthis-widget-3 a:visited {
    border-bottom: 0;
    padding: 0;
    padding-left: 5px;
}
#addthis-widget-3 a:hover {
    background: none;
}
