/*
Theme Name:     Twenty Fourteen Child
Theme URI:      http://www.hypotheekgids.net/
Description:    Child Theme voor Twenty Fourteen 
Author:         Nico van Dijk
Author URI:     http://nicovandijk.nl
Template:       twentyfourteen
Version:        1.0
*/

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


article, section {
	display: inline; /* toegevoegd, Section was eerst ook block, dit zorgt er voor dat er heel veel witruimte tussen ankeilers verdwijnt */
	}

/* onderstaand is toegevoegd om te zorgen dat tags alleen in posts en niet op home en rubrieksoverzicht getoond worden */
body.home .tag-links {
	display: none;
}

body.category .tag-links {
	display: none;
}

body.tag .tag-links {
	display: none;
}

#site-header {
	position: relative;
	z-index: 3;
padding-top: 14px; /* toegevoegd om witruimte bovenaan de header toe te voegen */
padding-bottom: 14px; /* toegevoegd om witruimte onderaan de header toe te voegen */
}

.site-header {
	/* background-color: #2C79B3;  blauwe navigatie kleur, was #000; */
background:url('../../../images/grad2.gif') repeat-x top #2C79B3; /* overgenomen uit navigatiebalk oude site, maar height:48px verwijderd */
min-width: 400 px; /*toegevoegd */
	max-width: 1260px;
	position: relative;
	width: 100%;
	z-index: 4;
}

.site-navigation ul {
list-style: none; 
	margin: 0;
font-size: 13px; /*toegevoegd */ 
}

.site-navigation li {
	border-top: 1px solid rgba(255, 255, 255, 0.2); 
 	background:url('../../../images/grad1.gif') no-repeat top left; /* witte separators toegevoegd */ 
    padding-left: 1px /* toegevoegd, door die 1 blijft separator ook bij hoveren over menuknop zichtbaar */ 
}

.entry-title {
	font-size: 23px; /* was 33 */
	font-weight: 700; /* was 300 geeft vetheid van titels aan*/
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	/* text-transform: uppercase; */
}

.widget .widget-title { /*voor footerkopjes en widgetkopjes*/
background:url('../../../images/grad3.gif') repeat-x bottom #A8A8A8;border-bottom:1px solid #E7E8E6;color:#FFFFFF; /* toegevoegd en overgenomen uit oude site */
	color: rgba(255, 255, 255, 0.9); /* toegevoegd */
	font-size: 24px;
	font-weight: 700;
	line-height: 1.7142857142;
	margin: 15px 0 24px 0;
	padding-bottom: 5px; /* toegevoegd */
	padding-left: 10px; /* toegevoegd */
	text-transform: uppercase;
}
.content-sidebar .widget a {
	font-family: Raleway, sans-serif !important;
font-size: 16px !important;
font-weight: 400 !important;
line-height: 1.5 !important;
}
.content-sidebar .widget li a {
color: black !important;
font-size: 17px !important;
font-family: tahoma !important;
text-decoration:underline;
}
.content-sidebar .widget li a:hover {
color: black !important;
font-size: 17px !important;
font-family: tahoma !important;
}

.site-footer {
	/* background-color: was #000;  */
	background:url('../../../images/grad2.gif') repeat-x top #2C79B3; / * navigatiebalk overgenomen uit navigatie oude site, maar de height 32 verwijderd */
	font-size: 22px; /* was 12 */
	font-color:#000;
	position: relative;
	z-index: 3;
}

.footer-sidebar {
	padding-top: 28px; /*was 48 */
padding-bottom: 8px; /* toegevoegd */
}

#supplementary + .site-info {
	border-top: 1px solid rgba(0, 0, 0, 0.9);
/* font-size: 22px;  Is zelfde als h3 uit sidebar, was 12 */
}

.breadcrumbs {
	margin-bottom:10px;
}