/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

	1. Activate custom.css file in theme admin panel
	2. Open style.css file and find any clasess you want to override
	3. Copy classes to override in this file, put them outside green commented area


START OVERRIDING / ADDING NEW CLASSES BELOW THIS LINE */

#toc_container ul {padding-left:9px;  }
#toc_container li {font-size:1.1em; }



#relatedposts { font:normal 23px Georgia, "Times New Roman", Times, serif; color:#222222; margin-top:30px; border-top:1px solid #eee; padding-top:20px;}

.SubscribeBox {
	background-color:#f6f6f6;
	border: 5px solid #f0f0f0;
	width:230px;
	padding-top: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
}

sup {vertical-align:super; font-size:smaller;}

.nbfootnoteshr {
	border-top: 1px solid black;
	width:30%;
	margin-bottom: 15px;
	margin-top: 15px;
	}
.nbfootnotes ol li{ color:black;}
.nbfootnotes h2 { font:normal 15px Georgia, "Times New Roman", Times, serif; color:#222222; }

.logo-spot .blog-title a { 
    font-size:60px  ; 
	color:black;
	font-weight:bold; text-decoration:none;
}

.logo-spot {
	margin-bottom:-0px;
	padding-bottom:0px;}
.blog-description { margin-top:-20px; }
.footer-area .credits { width:140px; padding:8px 0; font-size:11px; color:#999897}
.bizz-thumb {margin-bottom:20px;}


.format_text a {
    color:#2a4baf; 
}

.format_text p {
    color: black;
}
/*
.format_text a {
    text-decoration: none;
    color: #000;
    box-shadow: inset 0 -4px 0 #00b0f0;
}

.format_text a:hover {
    text-decoration: none;
    color: #000;
    background-color:#00b0f0;
} */

.wp-caption-text { font-size: small; }
.wp-caption {margin-bottom:25px;}

.format_text blockquote p { color: #666; }
blockquote { padding:0 25px; margin:15px 0px 15px 25px; border-left:5px solid #eee; display:block;  }
blockquote, blockquote p, blockquote ol li { font:italic 1.08em Georgia; line-height:1.6em; color: #666; }

/* Vancouver Bibliography Styles */

.csl-bib-body { line-height: 1.35;}
.csl-entry {clear: left; margin-bottom: 1em;}
.csl-left-margin {float: left; padding-right: 0.5em; text-align: right; width: 1em;}
.csl-right-inline {margin: 0 .4em 0 1.5em;}










