/*
 * Colors: https://www.design-seeds.com/wander/sea/mental-vacation-41/
 * #E5DED4, #354356, #3D6075, #548D96, #7AAFB1, #C3DBE3
 */

html, body {
	background-color: #f2f2f2;
	color:#354356;
	font-family: serif;
	height: 100vh;
}

body {
	display: flex;
	flex-direction: column;
	line-height: 1.3em;
}

em {
	font-style: italic;
}

#header {
	background-color: #e5ded4;
	clear: both;
	color: #354356;
	font-size: 1.78em;
	padding: 0.7ex 0.7ex 0.7ex 0.7em;
	display: flex;
	align-items: center;
	line-height: 0;
	font-family: sans-serif;
}

#headerLink {
	color: #548D96;
	margin-left: 5px;
}

#headerSubtitle {
	font-size: 0.75em;
	font-style: italic;
	margin-left: 1em;
}

#header a {
	text-decoration: none;
	box-sizing: border-box;
}

a {
	color: #3D6075;
}

p {
	margin-bottom: 1em;
}

#content {
	flex-grow: 1;
	display: flex;
}

#nav {
	background-color: #e5ded4;
	padding-top: 1em;
	box-sizing: border-box;
	line-height: 1.5em;
	font-family: sans-serif;
}

#nav a {
	text-decoration: none;
}

#nav ul {
	width: 200px;
	padding-left: 15px;
}

#nav ul li {
	list-style: none;
	padding-bottom: 5px;
	padding-left: 5px;
}

#nav ul li.selected {
	font-weight: bold;
}

#main {
	padding-top: 1em;
	max-width: 48em;
	padding-left: 10px;
}

#footer {
	background-color: #e5ded4;
	color: #354356;
	text-align: right;
	font-size: .8em;
	font-style: italic;
	padding: 5px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: sans-serif;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
}


/* Movie and TV list styles *************************************************/
ul.movielist h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .5em;
}

ul.movielist h2 .date {
	font-size: .8em;
	font-weight: normal;
	color: #777777;
}

ul.movielist h2 a {
	text-decoration: none;
}

ul.movielist li {
	display: flex;
	margin-bottom: 25px;
}

ul.movielist > li > :first-child {
	width: 110px;
	flex-shrink: 0;
}
/****************************************************************************/

/* figure tags used by the resimg shortcode *********************************/
figure {
	margin-bottom: 1.5em;
}

figure img {
	display: block;
	margin: auto;
}

figure figcaption {
	text-align: center;
	margin-bottom: .4em;
}
/****************************************************************************/

div.youtube {
	margin-bottom: 1em;
}

div.sectionlistitem {
	border: 1px #354356 solid;
	border-radius: 10px;;
	margin-bottom: 1em;
	padding: 10px;
}

div.sectionlistitem :last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}