@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@100,400;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
Theme Name:    Metadork
Theme URI:     http://www.metadork.com/
Description:   A theme designed specifically for my blog.
Author:        David Green
Author URI:    http://www.metadork.com/
Version:       2.1
*/

/* html
------------------------------------------------------------ */

a {
	color: #637ba7;
	text-decoration: none;
}
a:hover {
	color: #becae2;
}
blockquote {
	color: #637ba7;
}
body {
	background-image: url('images/body-bg.png'), url('images/body-bg.jpg');
	background-position: center, center;
	background-repeat: repeat-y, no-repeat;
	background-size: auto, 100% 100%;
	font-family: 'Open Sans', sans-serif;
	min-height: 100vh;
}
em {
	font-style: oblique;
}

/* head
------------------------------------------------------------ */

#head {
	background-color: #fff;
}
#head a {
	color: #333;
}
#head h1 {
	font-family: "Montserrat", sans-serif;
	font-size: 100px;
	font-weight: 900;
	padding: 75px 0 15px;
	text-align: center;
	text-transform: uppercase;
}
#head h2 {
	color: #666;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 400;
	padding: 0 0 25px;
	text-align: center;
	text-transform: uppercase;
}

/* menu - IF YOU MESS WITH THIS PEOPLE WILL DIE!!!!!
------------------------------------------------------------ */

#menu {
	background-color: #666;
	color: #aaa;
	font-weight: 900;
	margin: 0 0 50px;
	text-shadow: 0 0 5px #000;
	text-transform: uppercase;
}
#menu a {
	color: #fff;
}
#menu a:hover {
	color: #ccc;
}
#menu hr {
	border: #ccc 1px solid;
}
#menu ul {
	background-color: #555;
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
	width: 1175px;
}
#menu ul li {
	display: inline-block;
	position: relative;
	margin: 0 10px;
}
#menu ul li ul {
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 10px 10px rgba(0,0,0,0.2);
	padding: 20px 20px 0px 20px;
	width: 250px;
	white-space: nowrap;
	top: 100%;
	left: 0;
	text-align: left;
}
#menu ul li:hover > ul {
	display: block;
}
#menu ul li ul li {
	display: block;
	font-weight: 400;
	margin: 0 0 20px;
	text-align: left;
}
#menu ul li ul li a {
	color: #637ba7;
	text-decoration: none;
	text-transform: none;
	display: block;
	text-align: left;
	text-shadow: none;
}

/* body
------------------------------------------------------------ */

#body {
	margin: 0 auto;
	width: 1150px;
}

/* main
------------------------------------------------------------ */

#main {
	float: left;
	margin: 0 50px;
	width: 750px;
}

/* side
------------------------------------------------------------ */

#side {
	float: left;
	width: 250px;
}
#side h1 {
	border-bottom: 2px #ccc solid;
	color: #666;
	font-size: 18px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
#side p {
	line-height: 30px;
	margin: 0 0 15px;
}
#side ul {
	line-height: 30px;
}
#side ul li {
	list-style: circle;
	list-style-position: inside;
}
#side .sidebox {
	margin: 0 0 50px;
}

/* foot
------------------------------------------------------------ */

#foot {
	background-color: #555;
	clear: both;
	margin: 0 auto 50px;
	width: 1050px;
}
#foot a {
	color: #fff;
}
#foot h1 {
	color: #bbb;
	font-weight: 900;
	text-align: center;
	text-shadow: 0 0 5px #000;
	text-transform: uppercase;
	padding: 25px 0;
}

/* nav
------------------------------------------------------------ */

#nav {
	background-color: #ccc;
	color: #eee;
	margin: 0 0 50px;
	padding: 25px 0;
	text-align: center;
}
#nav a {
	color: #333;
}
#nav a:hover {
	color: #666;
}

/* post
------------------------------------------------------------ */

.post {
	margin: 0 0 50px;
}
.post blockquote {
	line-height: 30px;
	margin: 0 0 25px;
	padding: 0 50px;
}
.post h1 {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.post h1 a {
	color: #333;
}
.post h2 {
	margin: 0 0 25px;
}
.post h3 {
	border-bottom: 5px #becae2 solid;
	line-height: 30px;
	padding: 0 0 50px;
}
.post h3 a {
	background-color: #637ba7;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-shadow: 0px 0px 5px #333;
	text-transform: uppercase;
}
.post h3 a:hover {
	background-color: #becae2;
	color: #fff;
	text-shadow: 0px 0px 5px #333;
}
.post h4 {
	border-bottom: 2px solid #ccc;
	color: #666;
	font-weight: 900;
	margin: 0 0 25px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.post p {
	line-height: 30px;
	margin: 0 0 25px;
}
.post p a {
	border-bottom: 1px #ccc solid;
}
.post ul {
	margin: 0 0 25px;
}
.post ul li {
	line-height: 30px;
	list-style: circle;
	list-style-position: inside;
	margin: 0 0 10px;
	padding-left: 1em;
	text-indent: -1em;
}

/* page
------------------------------------------------------------ */

.page {
	margin: 0 0 50px;
}
.page blockquote {
	line-height: 25px;
	margin: 0 0 25px;
	padding: 0 50px;
}
.page h1 {
	color: #666;
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.page h2 {
	color: #666;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.page h3 {
	border-bottom: 2px solid #ccc;
	color: #666;
	font-size: 18px;
	font-weight: 900;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.page h4 {
	font-size: 24px;
	font-weight: 100;
	text-align: center;
}
.page ul {
	margin: 0 0 25px;
}
.page ul li {
	line-height: 30px;
	list-style: circle;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}
.page p {
	line-height: 25px;
	margin: 0 0 25px;
}
.page-featured {
	margin: 0 0 25px;
}

/* aside
------------------------------------------------------------ */

.aside {
	margin: 0 0 50px;
}
.aside h1 {
	display: inline;
}
.aside p {
	display: inline;
	line-height: 25px;
}

/* audio
------------------------------------------------------------ */

.audio {
	margin: 0 0 50px;
}
.audio-body {
	float: left;
	width: 425px;
}
.audio-cover {
	float: left;
	margin: 0 25px 0 0;
	width: 250px;
}
.audio-embed {
	margin: 0 0 25px;
}
.audio blockquote {
	line-height: 30px;
	margin: 0 0 25px;
	padding: 0 50px;
}
.audio h1 {
	font-size: 24px;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.audio h1 a {
	color: #333;
}
.audio h2 {
	margin: 0 0 25px;
}
.audio h3 {
	border-bottom: 5px #becae2 solid;
	clear: both;
	line-height: 30px;
	padding: 0 0 50px;
}
.audio h3 a {
	background-color: #637ba7;
	border-radius: 10px;
	color: #fff;
	font-size: 14px;
	margin: 0 10px 0 0;
	padding: 10px 15px;
	text-shadow: 0px 0px 5px #333;
	text-transform: uppercase;
}
.audio h3 a:hover {
	background-color: #becae2;
	color: #fff;
	text-shadow: 0px 0px 5px #333;
}
.audio h4 {
	border-bottom: 2px solid #ccc;
	color: #666;
	font-weight: 900;
	margin: 0 0 25px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.audio p {
	line-height: 30px;
	margin: 0 0 25px;
}
.audio p a {
	border-bottom: 1px #ccc solid;
}
.audio ul {
	margin: 0 0 25px;
}
.audio ul li {
	line-height: 30px;
	list-style: circle;
	list-style-position: inside;
	padding-left: 1em;
	text-indent: -1em;
}

/* image
------------------------------------------------------------ */

.image {
	background-color: #333;
	width: auto;
	margin: 0 0 50px;
}
.image img {
	padding: 25px;
	width: 700px;
}
.image-featured {
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.image-content {
	margin: auto;
	width: 700px;
}
.image h1 {
	background-color: #555;
	color: #eee;
	padding: 25px;
	text-align: right;
}
.image h1 a {
	color: #fff;
}
.image p {
	color: #eee;
	line-height: 25px;
	padding: 0 0 25px;
}

/* video
------------------------------------------------------------ */

.video {
	background-color: #333;
	margin: 0 0 50px;
	width: auto;
}
.video h1 {
	background-color: #555;
	color: #eee;
	padding: 25px;
	text-align: right;
}
.video h1 a {
	color: #fff;
}
.video iframe {
	aspect-ratio: 16 / 9;
	height: auto;
	margin: 0 0 25px;
	width: 100%;
}
.video-content {
	color: #eee;
	padding: 25px;
}

/* image alignment
------------------------------------------------------------ */

.alignleft {
	float: left;
	margin: 0 25px 25px 0;
}

/* comments
------------------------------------------------------------ */

.comments h1 {
	background-color: #555;
	color: #fff;
	font-weight: 900;
	padding: 25px 0;
	text-align: center;
	text-shadow: 0 0 5px #000;
	text-transform: uppercase;
}
.comments .nocomments {
	color: #666;
	font-weight: 900;
	padding: 25px 0;
	text-transform: uppercase;
}

/* more
------------------------------------------------------------ */

.bar {
	border-bottom: 5px #becae2 solid;
	margin: 50px 0;	
}
.spacer {
	margin: 0 10px;
}