/* ---------------------- Remove Unneeded Elements ---------------------- */
.skip, .home-link {
	display: none;
}
#main-nav {
	display: none;
}
.article-main-nav {
	display: none;
}
p.buy {
	display: none;
}
#respond, #commentform {
	display: none;
}
#left-column {
	display: none;
}

#ad-hobby-lobby {
	display: none;
}

/* ---------------------- General Tags and Styles ---------------------- */
* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 18pt;
}
h2 {
	font-size: 14pt;
}
h3 {
	font-size: 12pt;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}
h6 {
	font-size: 9pt;
}

p {
	text-indent: 1em;
	margin-top: .5em;
	margin-bottom: .1in;
	font: 11pt/13pt "Times New Roman", Times, serif;
}

blockquote {
	margin-left: 6mm;
}

/* Lists */
ul, ol {
	margin-left: 10mm;
}
li, dt, dd {
	font: "Times New Roman", Times, serif;
}

/* Images */
.post a img {
	border: .5mm solid black;
}

img.float-left {
	margin: 0 4mm 4mm 0;
	display: inline;
}
img.float-right {
	margin: 0 0 4mm 4mm;
	display: inline;
}
img.centered {
	margin: 4mm;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}

.smallcaps {
	font-size: 80%;
	text-transform: uppercase;
}
.reference {
	font-size: 90%;
}


/* ---------------------  ---------------------- */
#header {
	margin: 0px auto;
	text-align: center;
	padding-bottom: .1in;
	border-bottom: 1pt solid black;
	margin-bottom: .4in;
	width: 75%;
}
#header h1 {
	font: bold italic 24pt/24pt Georgia, "Times New Roman", serif;
}
#header p.tagline {
	text-indent: 0;
	font: italic 14pt/14pt Georgia, "Times New Roman", serif;
}

#column-wrap {
	margin: 0px auto;
	position: relative;
	width: 90%;
}

#right-column {
	position: relative;
	float: right;
	width: 25%;
}
#center-column {
	position: relative;
	float: left;
	width: 70%;
}
#content-left {
	float: left;
	width: 38%;
}
#content-right {
	background-color: #ebf0fd;
	float: right;
	width: 58%;
}
.article-main-column {
	/*float: left;
	width: 44%;*/
}
.right-gutter {
	margin-right: 4%;
}
.article-main-section-content {
	/* float: left;
	width: 50%; */
}
.article-main-section-sidebar {
	/*float: right;
	width: 40%;*/
	border: 1px solid #ccc;
	padding: .1in .2in;
	margin-bottom: .25in;
	font-style: italic;
}

#footer {
	float: none !important;
	padding-top: .5in;
	display: block;
	clear: both;
	width: 100%;
}

/* ------------------- Right Column  -------------------- */
.testimony {
	margin-bottom: .25in;
}
.testimony h2 {
	font-size: 12pt;
	text-align: center;
	margin-bottom: .1in;
}
.resource h2 {
	font-size: 13pt;
	font-style: italic;
	text-align: center;
	margin-bottom: .1in;
}
.testimony p, .resource p {
	text-indent: 1em;
}
div.image-box {
	text-align: center;
	margin-bottom: .1in;
}
div.image-box .caption {
	margin-top: 5px;
	font-weight: bold;
	text-indent: 0px;
}

/* ------------------- Center Content  -------------------- */
.article h2 {
	font-weight: bold;
	font-style: italic;
	font-size: 16pt;
}
.article h3 {
	margin-bottom: 4mm;
	text-align: center;
	font-style: italic;
	font-size: 14pt; 
}
.article-main h2 {
	margin-bottom: 9mm;
	text-align: center;
	font-size: 24pt;
}
.article-main h2[style] { /* Overide inline styles = http://nataliejost.com/override-inline-styles-from-the-stylesheet/ */
	padding-top: 0px !important;
	font-size: 24pt !important;
	background-image: none !important;
}  
.article-main h2 .tagline {
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 65%;
}
.article-main p.subhead {
	text-align: center;
	margin-top: -8mm;
	margin-bottom: 9mm;
	font-style: italic;
	font-size: 15pt;
	text-indent: 0pt;
}
.article-main h3 {
	margin-top: 5mm;
	margin-bottom: 3mm;
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
}
.article h4 {
	margin-top: 4mm;
	margin-bottom: 2mm;
}
/*.article-main a[href]:after {
    content: " <" attr(href) ">";
    font-size: 85%;
    text-decoration:none;
}*/
.video h2 {
	font-size: 10pt;
	margin-bottom: 0mm;
}
.video p.caption {
	font-size: 9pt;
}
div.article-emphasized {
	margin-top: .25in;
	margin-bottom: .25in;
}
.article-emphasized h2, .article-main .article-emphasized h2 {
	font-size: 16pt;
	text-align: center;
	margin-bottom: 4mm;
}
.article-emphasized h2 .tagline {
	display: block;
	font-style: italic;
	font-weight: normal;
	font-size: 80%;
}
.article-emphasized h3, .article-main .article-emphasized h3 {
	font-size: 14pt;
	font-style: italic;
	margin-bottom: 2mm;
}

.article-main-column h3 {
	font-size: 13pt;
	font-weight: bold;
	font-style: normal;
}

.article-main-section-sidebar p {
	font-size: 11pt;
	font-style: italic;
}

dl.command-stresses dt {
	font-weight: bold;
}
dl.command-stresses dd {
	font-style: italic;
}

/* ------------------- Footer  -------------------- */
#footer p {
	text-indent: 0;
	text-align: center;
	font-size: 9pt;
}