/*
 Theme Name:   Medieval Digital Resources
 Theme URI:    http://medievalacademy.org
 Description:  Simplified Child Theme, created for the Medieval Digital Resources website
 Author:       Morgan Kay
 Author URI:   http://wpalchemists.com
 Template:     simplifiedblog
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  simplified-child
*/

h1.archive-title,
h2.entry-title,
h1.entry-title {
	font-size: 24px;
	color: #000;
}

h1.with-spacing {
	margin-bottom: 20px;
}

.archive #bloglist h2.entry-title {
	font-size: 20px;
}

.archive #bloglist .postcontent {
	font-size: 14px;
}

.single-creator #comment-area {
	display: none;
}

.archive article {
	clear: both;
}

#alphabet-nav {
	text-align: center;
	margin: 30px 0;
}

#alphabet-nav li {
	display: inline;
	list-style-type: none;
	font-size: 22px;
}

#alphabet-nav li a {
	border: 1px solid;
	margin-left: 1%;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

.post-type-archive-resource #bloglist {
	width: 100%;
}

input[type="submit"] {
	display: block;
	width: auto;
	background: #990033;
	color: #fff;

}

input[type="submit"]:hover {
	background: #560001;
}

.secondary-submit {
	padding: .1em;
	font-size: .9em;
}

.home .entry-title,
#post-70 .entry-title {
	display: none;
}

.wp-caption {
	border: 1px solid #000;
	padding: 8px;
	text-align: left;
	font-size: .9em;
	line-height: 1em;
}

.archive .entry-title a {
	color: #990033;
}

.archive .entry-title a:hover {
	color: #560001;
}

#column .gform_wrapper .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: auto;
}