/*
 Theme Name:     Finch Child Theme
 Theme URI:      http://www.wpmultiverse.com/themes/finch/
 Description:    Customized version of Finch theme for ronnblom.net
 Author:         wpmultiverse / Johan Rönnblom
 Author URI:     http://ronnblom.net
 Template:       finch
 Version:        1.0.0
*/
 
@import url("../finch/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
header, footer {
 background: rgba(0, 0, 0, 0.7);
}
#footer-top {
 display: none;
}
#content-holder {
 background: rgba(255, 255, 255, 0.95);
}

body {
 background: url('/img/blogbg.jpg');
}
article > p:nth-of-type(2)::first-letter {
 font-size: 40px;
 vertical-align: top;
 font-family: 'Fontdiner Swanky';
}
header #blog-name {
 border-bottom: 3px solid #85B9E2;
}

#reply-title::after {
 content: 'Comment policy: Be nice and concise. No rants or kookery allowed.';
 display: block;
 margin: 10px 0;
 font-style: italic;
 font-weight: normal;
}

article h3 {
  font-size: 18px;
}
article h4 {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
}
article h4::before, article h4::after {
 content: ' ☙ ';
}
.footnote {
  color: #000;
}
.footnote a::before {
  content: '[';
}
.footnote a::after {
  content: ']';
}
a {
  color: #8400b4;
}
a:hover {
  color: #3485b4;
}
.jesus td, .jesus td h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.jesus td {
  width: 50%;
}
