/* CUSTOM waarden (staan in "Custom CSS Manager"-plugin
----------------------------------------------- */
/* --- top menu --- */
#access div { /* topmenu marge links en rechts */
	margin: 0 auto 0 350px; /* TOP RIGHT BOTTOM LEFT */
}
#access li { /* topmenu positie */
	float: left; /* LEFT of RIGHT */
}
#access a { /* topmenu opmaak */
	/* color: #eee; #KLEUR */
	padding: 0 10px; /* HOOGTE BREEDTE */
}

/* --- pagina en menu breedtes --- */
#primary { /* basis breedte (menu geactiveerd) */
	width: 800px; /* breedte = 800 - MENUBREEDTE) */
}
#secondary { /* basis menu opties */
	width: 0px; /* MENUBREEDTEpx - RIGHT en LEFT */
	padding: 0px 0px 0px 0px; /* TOP RIGHT BOTTOM LEFT */ /* RIGHT en LEFT in mindering op menubreedte */
}
#secondary { /* menu rechts */
	margin-left: 0px; /* = 415 - MENUBREEDTE (positie waar menu moet beginnen) */
}
.left-sidebar #primary { /* menu links */
	padding-left: 0px; /* = 10 + MENUBREEDTE (positie waar pagina start) */
}

/* --- custom font inladen --- */
@font-face {
    font-family: 'ArchitectsDaughter';
    src: url('./wp-content/uploads/ArchitectsDaughter.eot');
    src: url('./wp-content/uploads/ArchitectsDaughter.eot?#iefix') format('embedded-opentype'),
         url('./wp-content/uploads/ArchitectsDaughter.woff') format('woff'),
         url('./wp-content/uploads/ArchitectsDaughter.ttf') format('truetype'),
         url('./wp-content/uploads/ArchitectsDaughter.svg#ArchitectsDaughter') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* --- custom opmaak --- */
#access {  
  font-family: "ArchitectsDaughter";
  font-size: 16px;
  letter-spacing: 1px;
}
#access ul {
  font-size: 13px;
}

#wrapper {
  font-family: "ArchitectsDaughter";
  color: #403f3f;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
}

#primary {
  margin-top: 20px;
}

.entry-title {
  font-family: "ArchitectsDaughter";
  font-size: 16px;
  letter-spacing: 1px;
  color: #403f3f;
  margin-bottom: 10px;
}

body.custom-background {
  background-position: bottom center !important;
}