/*
Theme Name: Bruedje
Theme URI: http://utbruedje.nl/
Description: Child theme for Oxygen
Author: Monique Nabuurs-Reijnierse
Author URI: http://studionabuurs.nl/
Template: oxygen
Version: 1.0.0
*/
@import url(../oxygen/style.css);

/*paginatitels verbergen*/
.singular-page .entry-title {
color: #ccc;
visibility: hidden;
}
/*widgettitel groter en oranje*/
.sidebar .widget-title {
font-size: 1.5em;
color: #ff8b00;
text-transform: uppercase;
letter-spacing: 1px;
word-spacing: 2px;
}
/*platte tekst bruin*/
body {
font: 0.75em/1.75em 'Helvetica Neue', Helvetica, Arial, sans-serif;
color: #5f3809;
}

/*footer tekst bruin*/
#footer {
font-size: 0.9em;
color: #5f3809;
}
/*footer op één regel*/
#footer p {
width: 700px;
}
#footer {
margin: 0 auto;
padding: 20px 0 10px 0;
border-top: 1px dotted #ff8b00;
}

#sidebar-subsidiary .widget {
margin: 0 3.191489361702128% 0px 0;
font-size: 1em;
padding-top: 10px;
border-top: 1px dotted #ff8b00;
}
#sidebar-subsidiary {
overflow: visible;
width: 103.4%;
margin: 0 auto;
padding: 0px 0 0 0;
clear: both;
}
.hentry {
margin: 0 0 0px 0;
position: relative;
float: left;
width: 100%;
}

/*geen titel weergeven op de sliders rechtsboven*/
.responsive-slider.flexslider .slide-title a {
position: absolute;
visibility: hidden;
}
/*link kleur footer*/
#footer a, a:visited {
color: #5f3809;
}
#footer a:hover {
color: #ff8b00;
border-bottom: 1px solid #ff8b00;
}
.textwidget a:hover {
color: #ff8b00;
border-bottom: 1px solid #ff8b00;
}
.textwidget a {
color: #ff8b00;
}

.breadcrumbs {
  font-size: 0.9166666666666667em;
  color: #aaa;
  float: left;
  width: 94.85%;
  background: #f3f3f3;
  padding: .25em .6em .35em .9em;
  margin-bottom: 20px;
  border-left: 10px solid #e9e9e9;
  visibility: hidden;
}
