/*
Theme Name: ANMLY Theme (Twenty Sixteen Child)
Theme URL: http://anmly.org/wp-content/themes/twentysixteen-child
Description: Modifications to Twenty Sixteen Theme for Anomaly 
Author: ZMW
Author URL: http://anmly.org
Template: twentysixteen
Version: 1.0.0
Text Domain: twentysixteen-child
*/
ul{list-style:none outside none;}
ol{list-style:none outside none;}
h6,
dt,
th,
input[type="submit"][disabled]:focus,
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a, 
.post-navigation .post-title, 
.pagination .current,
.site .skip-link, 
.widget_calendar tbody a,
.site-title, 
.entry-title, 
.comments-title,
.comment-reply-title, 
.no-comments, 
.widget_calendar caption, 
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6, 
.entry-content .author-title, 
.widecolumn h2,
h2.widget-title {font-weight:400;} 
.wp-caption {
	margin-bottom: 0;
}
.main-navigation .primary-menu,
.post-navigation,
.post-navigation div + div,
.pagination,
.widget,
.page-header,
.comments-title,
.comment-content a,
.comment-reply-title,
.comment-list article,
.comment-list .pingback,
.comment-list .trackback,
.no-comments,
.image-navigation,
.comment-navigation,
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.pingback .comment-body > a,
abbr[title],
abbr,
acronym {border-top:none;border-bottom:none;}
/*bascially, to permanently drop the left column in twentysixteen */
/* line 3512 */
body:not(.search-results) article:not(.type-page) .entry-footer {
	float: none;
	margin-top: inherit;
	width: inherit;
	}
/* line 3484 */
body:not(.search-results) article:not(.type-page) .entry-content {
	float: none;
	width: inherit;
}
/* Fix pre formatting */
pre {
	font-family: inherit;
	border: none;
	font-size: inherit;
	font-size: 1rem;
	line-height: inherit;
	margin: inherit;
	max-width: 100%;
	overflow: auto;
	padding: inherit;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
/* no link underline */
a:link {
box-shadow: none;
text-decoration: none;
}
a:visited {
box-shadow: none;
text-decoration: none;
}
a:hover {
box-shadow: none;
text-decoration: none;
}

.entry-content p.justify {
	text-align:justify;
	text-align-last:justify;
}

/*shorter line height; first used for verbal fractions in Alix Anne Shaw's contribution to Writing Ourselves / Mad folio */
.entry-content p.low-line {
	line-height: 0.75em !important; /* forced because, let's be honest, I am not a developer */
}

/*narrow center column, without using columns!*/
.entry-content p.narrow-center-column {
	margin-left:20%;
	margin-right:20%;
}
@media screen and (max-width:700px) {
	.entry-content p.narrow-center-column {
		margin-left:10%;
		margin-right:10%;
	}
}
.container-border {
    border: 1px solid #000;
}
