/*
 Theme Name:   Nirvana Child
 Theme URI:    
 Description:  Nirvana Child Theme -- Used by Carol's blog (casdinteret.com) to isolate code changes to the base Nirvana theme. This makes it possible to install updates to the base theme without overwriting customizations.
 Author:       F. Andy Seidl
 Author URI:   http://talk.faseidl.com
 Template:     nirvana
 Version:      1.0.0
 License:      
 License URI:  
 Tags:         
 Text Domain:  
*/

/* Remove topbar -- Needed only for top menu and/or top social buttons, neither of which we use. */
#topbar {display: none;}

/* Header image area */
#branding { background-color: #181818;}

/* Footer cleanup */
#footer2 { padding: 0; }
#footer2-inside em { display: none !important; }
#sfooter-full { margin-top: 0; }

.caption-simple #content .wp-caption .wp-caption-text {
	line-height: 1.3;
	font-size: 85%;
}

#pp-afterslider .wp-caption,
#content .wp-caption {
  padding: 10px;
  background: #f1f1f1;
}

figure.wp-block-image {
	margin-bottom: 10px;
	clear: both !important;
}

figure.wp-block-image.alignright {
	margin-left: 15px !important;
}

figure.wp-block-image.alignleft {
	margin-right: 15px !important;
}

.wp-block-image figcaption {
	margin-top: 0;
	padding: 0 10px 10px 10px;
	background: #f1f1f1;
	font-style: italic;
	font-size: 80%;
	line-height: 1.3;
}

figure.wp-block-image.is-resized {
	margin-right: inherit;
	margin-left: inherit;
};

.widget-container a {
    line-height: 1.4;
    display: block;
    margin-bottom: 12px;
}

abbr {
	font-style: italic;
	text-decoration: none;
}

.entry-content blockquote {
	font-weight: normal;
}

#content blockquote p {
  margin-bottom: 1.0em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	clear: both;
}

.credits {
	text-indent: 0 !important;
}
