/*
Theme Name: BlankSlate Child
Template: blankslate
Description: custom child theme for edits
Author: Noah Beil
Author URI: https://noahbeil.com/

*/

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

/* general */
body {
	margin: .5em 2em 0 2em;
	font-family: "Times New Roman", serif;
	/* font-family: Georgia, "Times New Roman", serif; */
	/* font-family: Arial, Helvetica, sans-serif; */
	font-size: 100%;
	line-height: 120%;
	background-color: #fefefa;
}

/* keep images from getting stretched on mobile */
img {
	max-width:100%;
	height:auto;

}


#site-title {
	font-size: 130%;
}

#blog-title {
	font-size: 160%;
/*	font-family: "Palatino Linotype", Palatino, serif; */
/*	font-family: "Times New Roman", serif; */
/*	font-family: Arial, Helvetica, sans-serif; */
}

#blog-title a {
	color: #000000;

}

p#blog-description {
	display: none;
}

#search {
	display: none;
}

#branding {
	margin: 1em 0 1em 0;
}

body.home h1.entry-title {
	display:none;
}

p {
	margin: 0 0 1em 0;
	max-width: 1000px;
}

.entry-content ul {
	list-style-type: disc;
	list-style-position: inside;
}

/* controls width of images in simple image list galleries */
.entry-content ul li {
	margin: 0 0 .5em 0;
	max-width: 1000px;
}

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

/* headers */
h1 {
	font-size: 130%;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Georgia, "Times New Roman", serif; */
}

h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 1.5em 0 .5em 0;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Georgia, "Times New Roman", serif; */
}

h3 {
/*	font-size: 105%; */
	font-weight: bold;
	margin: 2em 0 1em 0;
	/* font-family: Arial, Helvetica, sans-serif; */
	/* font-family: Georgia, "Times New Roman", serif; */
}

/* navigation */

.menu {
	margin: 0 0 2em 0;
	line-height: 130%;
}

.sub-menu li {
	text-indent: .75em; /* indent menu sub-items */
}

.menu ul.children {
	display: none;
}

/* links */
a {
	text-decoration: none;
	color: #d12d41;
}

a:hover {
	text-decoration: underline;
}

/* footer */
footer {
	font-size: 70%;
	margin: 2em 0 2em 0;
}

/* blog */
body.blog #blog-title h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0 0 0 0;
}

h1.entry-title {
	clear: both;
	margin-top: 1.5em;
}

h2.entry-title {
	clear: both;
	margin-top: 2em;
	font-size: 140%;
}

h1.entry-title a,
h2.entry-title a {
	color: #000000;
}

.entry-meta {
	font-style: italic;
	font-size: 80%;
	margin: 0 0 1em 0;
}

body.blog .entry-utility {
	/* display:none; */
}

body.single-post .entry-utility {
	display:none;
}

body.single-post #form-allowed-tags {
	display:none;
}

#nav-above {
	/* margin: 1em 0 1em 0; */
	display: none;
}

#nav-below {
	padding: 1em 0 1em 0;
}

p.nav-previous {
	float: left;
	margin: 0 3em 0 0;
}

p.nav-next {
	display: inline;
}

/* make comment date & time smaller */
.comment-meta {
	font-style:italic;
	font-size: 75%;
	margin: 0 0 .8em 0;
}

.comment-author.vcard {
/*	font-weight: bold; */
	font-size: 120%;
	margin: 2em 0 .25em 0;
}

/* gallery */

/* lazyest gallery */
.lg_gallery .caption {
	display: none;
}

.lg_gallery .lazyest_navigator {
	margin-top: 1em;
}

.lg_gallery .tablenav-pages {
	float: left;
}

.lg_gallery .tablenav-pages a.next-page,
.lg_gallery .tablenav-pages a.last-page,
.lg_gallery .tablenav-pages a.first-page,
.lg_gallery .tablenav-pages a.prev-page {
	background-color: #ffffff;
	padding: .5em .5em .5em .5em;
/*	padding: 2px 4px;
	margin:  2px; */
	border-radius: 0;
/*	-moz-border-radius:5px 5px 5px 5px; */
	border: 1px solid #cccccc;
/*	font-size: 100%; */
}

.lg_gallery .tablenav-pages a:hover {
	background-color: #eeeeee;
}

/* simple image list plugin gallery */
.simple_image_list ul {
	list-style-type: none;
}

.simple_image_list ul li {
	margin: 1em .5em 3em 0;
}

/* blockquotes */
blockquote {
	font-style:italic;
	padding: 0 0 0 3em;
}
