/*! =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*! This css overrides definitions in bootstrap.css									*/
/*! by ngc405 (www.ngc405.com - ngc405@gmail.com)									*/
/*! =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
body {color: #959595; font-family: "Electrolize", Verdana, serif;}
h1, h2, h3, h4, h5, h6 {color: black; font-size: 2em;}
h1 {font-weight: bolder;}
.shadow {color: blue; text-shadow: 6px 6px 8px black;}
img.shadow {width: 200px; height: 200px; border: solid 1px #e5e5e5; background-color: #eed; 
	box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	-moz-box-shadow: 10px 10px 10px rgba(0,0,0,0.6); -webkit-box-shadow: 10px 10px 10px rgba(0,0,0,0.6);
	-o-box-shadow: 10px 10px 10px rgba(0,0,0,0.6); border-radius:35px;}
.article-intro { margin-bottom: 25px; }
small {color: blue; font-style: italic;}
.small-print {background-color: #c0c0c0; padding: 5px 0; font-style: italic; font-weight: bold; font-size: 0.8em;}
.page-intro, .article-intro, .footer-blurb, .small-print {text-align: center;}
.container, footer {width: 90%; margin: auto;}
a:visited, a:hover {text-decoration: none;}
.top {font-style: italic; color : #333333; margin: 8px; text-align: left; font-size: 0.8em; border : 1px solid #c0c0c0;}
.smcaps {font-variant: small-caps;}
.hr {border: 1px solid; height: 4px; background-color: #c0c0c0;}