/*
 Theme Name:   Spacious Child
 Theme URI:    http://foundational-research.org/spacious-child/
 Description:  Spacious Child Theme
 Author:       Brian Tomasik
 Author URI:   http://foundational-research.org
 Template:     spacious
 Version:      1.0.0
 Text Domain:  spacious-child
*/


@import url("../spacious/style.css");

h2 { font-size: 28px; }
h3 { font-size: 22px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }

a {
    color:rgb(0,100,200);
}

a:hover {
    color:rgb(0,100,25);
}

li {
	margin: 0% 0% 1% 0%;
}

ul {
	margin: 0 0 0 0;
	border-bottom: 0px solid #EAEAEA;
}

.entry-content ul,
.entry-content ol {	
	padding: 0 0 0 35px; 
   margin-bottom: 15px;
}

q:before {
	content: "\"";
}

q:after {
	content: "\"";
}

img {
margin: 15px;
}

.header-post-title-container {
	border-bottom: 1px solid #EAEAEA;
	padding: 20px 0;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.05) inset;
}
.header-post-title-container .post-title-wrapper {
	float: none;
	text-align: center;
}

.footer-widgets-wrapper {
	background-color:rgb(250,250,250);
	border-top: 0px solid #EAEAEA;
}

.footer-widgets-area a { 
	color: black !important;
}

/* =BLOCKQUOTE
----------------------------------------------- */
blockquote {
	font-style: normal;
	margin-left: 5%;	
	border: none;
        padding: 0px;
	border-left: none !important;
	margin-bottom: 0px;
}

blockquote em, blockquote i, blockquote cite {
	font-style: italic;
}


/* Below is from http://www.periodni.com/mathematical_and_chemical_equations_on_web.html */

.fraction {
	display: inline-block;
	position: relative;
	vertical-align: middle; 
	letter-spacing: 0.01em;
	text-align: center;
	}
.fraction > span { 
	display: block; 
	padding: 0.2em; 
	}
.fraction span.fdn {border-top: thin solid black;}
.fraction span.bar {display: none;}

.eq-c {
	padding: 10px 0px;
	text-align: center;
}

.intsuma {
	display: inline-block;
	position: relative;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 0.5ex;
	}
.intsuma .lim, .intsuma .lim-up {
	display: block;
	font-size: 75%;
	text-align: center;
	}
.intsuma .lim-up {
	margin-bottom: 0;
	margin-left: 0.8ex;
	}
.intsuma .lim {margin-bottom: -0.6ex;}
.intsuma .sum {font-size: 1.2em;}
.intsuma .sum-frac {font-size: 2em;}

.n-root {
	position: relative;
	top: -1.3em;
	left: 1.9ex;
	font-size: 45%;
	}
.radical {
	font-size: 1.7em;
	vertical-align: middle;
	}
.radicand { 
	padding: 0.5ex;
	border-top: thin black solid;
	}