/*
 Theme Name:     Brunelleschi Child
 Theme URI:      /brunelleschi-child
 Description:    Brunelleschi Child Theme
 Author:         Matthias L. Jugel
 Author URI:     /
 Template:       brunelleschi
 Version:        1.0.0
*/

@import url("/wp-content/themes/brunelleschi/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
html { margin: 0; padding: 0; }
body { 
  font-size: 18px !important;
  font-family: Garamond, Baskerville, Georgia, 'Times New Roman', Times, serif; 
}
#site-title { font-size: 33px; }
#main { font-size: 18px; color: #666; font-weight: 100; } 
#main .entry-content h2 { text-transform: none; font-variant: normal }
#main .entry-content h3 { font-variant: normal; text-transform: none; }
#main .entry-content h4 { font-variant: normal; text-transform: none; font-size: 100%;  }
#main .entry-content h5 { text-transform: none; font-variant: normal; font-size: 100%; display: inline; }
#main .entry-content h6 { font-weight:bold; font-variant: normal; text-transform: none; display: inline;}


.widget-area ul ul { 
  list-style-type: none !important; 
  margin: 0; padding: 0;
}

.posts-by-author {
  list-style-type: none !important; 
  margin: 0; padding: 0;
  display: table;
}
.posts-by-author li {
display: table-row;
}
.posts-by-author .post-listing-date {
  display: table-cell;
  width: 25%;
  text-align: right;
  padding-right: 1em;
}

.posts-by-author .post-listing-date-sep {
  display: none;
}

