/*
Theme Name: sss201909
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sss201909
*/

* {
	border: none;
	padding: 0;
	margin: 0;
}

body {
	background: #4b5b44;
	font-size: 1.1em;
	color: pink;
	line-height: 1;
	font-family: Jost, sans-serif;
	font-weight: 400;
}

img {
	height: auto;
	vertical-align: middle;
}

a {
	color: #2e85bf;
	text-decoration: underline;
	transition: 0.2s;
}
a:hover {
	color: #2f2b2c;
}
a.draft-link {
	color: #b64849;
	border-bottom: 1px dotted #b64849;
	text-decoration: none;
}
a.draft-link:hover {
	border-bottom: 1px solid #b64849;
}

#header {
	text-align: center;
	padding: 30px 0 0;
	background: #2f2b2c;
	border-bottom: 5px solid #d6ce42;
	box-shadow: 0 10px 10px #333;
	box-shadow: 0 10px 10px rgba(0,0,0,0.5);
}
#header img {
	max-width: 90%;
	height: auto;
}
#header-menu {
	display: flex;
	justify-content: center;
	align-items: center;
}
#header-menu a {
	padding: 15px 15px 6px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	font-weight: bold;
	color: #d6ce42;
	border-bottom: 2px solid #4b5b44;
}
#header-menu a:last-of-type {
	margin-right: 0;
}
#header-menu a:hover {
	border-bottom: 2px solid #d6ce42;
}

#main,#header-inner {
	overflow: hidden;
	margin: 0 auto;
	max-width: 1200px;
	padding: 50px 0;
}
#header-inner {
	padding: 0;
}

#content {
	width: 100%;
	margin-right: -350px;
	float: left;
	box-sizing: border-box;
}
#content_inner {
	margin-right: 350px;
	background: #f2f5d3;
	padding: 35px 45px;
}
#sidebar {
	width: 300px;
	float: right;
}
#content.home {
	margin-right: 0;
}
.home #content_inner {
	margin-right: 0;
}

h1,h2,h3,h4 {
	line-height: 1.1;
	font-weight: 700;
}
h1 {
	font-size: 2.5em;
	color: #b64849;
}
h2 {
	font-size: 1.8em;
	margin-bottom: 8px;
	color: #4b5b44;
}
h2.h2more {
	margin-top: 60px;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	font-weight: normal;
	color: #2f2b2c;
}
.category h3 {
	margin-top: 25px;
}
h4 {
	font-weight: bold;
	color: #2f2b2c;
	font-size: 1.1em;
}

.h1_sub {
	margin-top: 5px;
	line-height: 1.3;
	color: #b64849;
}

.top-sns {
	margin: 15px 0;
	font-size: 1.8em;
}

#index-content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.divhasimage {
	height: 0;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}
.divhasimage a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.index-content-boxtitle {
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.index-albums {
	background: #2e85bf;
	color: #f2f5d3;
	width: 47%;
	margin-bottom: 50px;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.index-albums .index-content-boxtitle {
	color: #d6ce42;
}
.index-album-title {
	font-size: 1.9em;
	line-height: 1.2;
	font-weight: bold;
	font-family: Vollkorn, serif;
}
.index-album-title a {
	color: #f2f5d3;
	text-decoration: none;
}
.index-album-title a:hover {
	text-decoration: underline;
}
.index-album-byline {
	line-height: 1.2;
	font-family: Jost, sans-serif;
	margin-bottom: 15px;
}
.index-album-image {
	width: 50%;
	padding-bottom: 50%;
	margin: 0 20px 15px 0;
	float: left;
	border: 1px solid #f2f5d3;
}
.index-album-blurb {
	font-family: Vollkorn, serif;
	line-height: 1.4;
	margin-bottom: 20px;
}
.index-album-blurb:after,.index-song-blurb span:after,.pagemenuitem span:after {
	content: "[...]";
	font-style: italic;
	opacity: 0.5;
	margin-left: 4px;
}
.index-album-more {
	margin-top: auto;
	font-family: Jost, sans-serif;
	font-size: 1.2em;
	text-align: center;
}
.index-album-more a {
	color: #d6ce42;
	text-decoration: underline;
}
.index-album-more a:hover {
	color: #2f2b2c;
}

.index-songs {
	background: #d6c342;
	width: 47%;
	margin-bottom: 50px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
}
.index-songs .index-content-boxtitle {
	color: #2f2b2c;
	padding: 20px;
	margin: 0;
}
.index-songs a {
	color: #b64849;
	text-decoration: underline;
}
.index-songs a:hover {
	color: #2f2b2c;
}
.index-songs-list {
	display: flex;
	flex-direction: column;
}
.index-song {
	color: #2f2b2c;
	font-family: Vollkorn, serif;
	line-height: 1.2;
	margin-top: 10px;
	padding: 20px 20px 10px;
	border-top: 1px solid #f2f5d3;
}
.index-songs-list > div:first-child {
	margin-top: 0;
}
.index-songs-list > div:last-child {
	padding-bottom: 20px;
}
.index-song-title {
	font-size: 1.1em;
	font-weight: bold;
}
.index-song-meta {
	font-family: Jost, sans-serif;
	font-size: 0.8em;
	margin-bottom: 10px;
}
.index-song-blurb {
	font-size: 0.9em;
}
.index-songs-more {
	margin: auto 0 0;
	font-family: Jost, sans-serif;
	font-size: 1.2em;
	text-align: center;
}

.index-singles {
	padding: 30px;
	background: #4b5b44;
	margin-bottom: 40px;
}
.index-singles .index-content-boxtitle {
	color: #d6ce42;
}
.index-singles-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-single {
	background: #f2f5d3;
	margin-top: 3%;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
}
.index-single-image {
	width: 100%;
	padding-bottom: 100%;
	margin: 0 0 10px;
	box-sizing: border-box;
	border: 1px solid #2f2b2c;
	box-shadow: 3px 3px 5px rgba(0,0,0,0.6);
}
.index-single-title {
	font-family: Vollkorn, serif;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.2;
	color: #2f2b2c;
	margin: 6px 0;
}
.index-single-title a {
	color: #2f2b2c;
	text-decoration: none;
}
.index-single-title a:hover {
	text-decoration: underline;
}
.index-single-meta {
	font-size: 0.7em;
	line-height: 1.2;
	color: #2f2b2c;
}
.index-singles-more {
	margin: 30px 0 0;
	font-family: Jost, sans-serif;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}
.index-singles-more a {
	color: #f2f5d3;
	font-weight: bold;
	text-decoration: underline;
}
.index-singles-more a:hover {
	color: #d6ce42;
}

.index-deepsky {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}
.index-deepsky .index-content-boxtitle {
	width: 100%;
	color: #b64849;
	font-size: 2em;
	margin: 0;
}
.index-deepsky .index-content-blurb {
	width: 100%;
	font-size: 1.1em;
	color: #b64849;
	margin: 10px 0 20px;
}
.index-deepsky-major {
	height: 0;
	background-size: cover;
	background-position: 50% 50%;
	border: 1px solid #fff;
	position: relative;
}
.index-deepsky-major a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.index-deepsky-minors {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
.index-deepsky-minor {
	width: 46%;
	padding-bottom: 46%;
}
.index-deepsky .divhasimage {
	border: 2px solid #4b5b44;
	box-sizing: border-box;
	background-color: #fff;
}
.index-deepsky .divhasimage a {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 1.2em;
	font-family: Vollkorn, serif;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.4));
	line-height: 1.2;
	text-decoration: none;
}
.index-deepsky .divhasimage a:hover {
	text-decoration: underline;
}
.index-deepsky-more {
	font-size: 1.3em;
	margin-top: 30px;
	width: 100%;
	font-weight: bold;
	text-align: center;
}
.index-deepsky-more a {
	color: #b64849;
	text-decoration: underline;
}
.index-deepsky-more a:hover {
	color: #4b5b44;
}

ol,ul {
	list-style-position: inside;
	margin-bottom: 30px;
}
ol li,ul li {
	line-height: 1.3;
	margin-bottom: 0;
}

.pagemenulist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
a.pagemenuitem {
	display: flex;
	flex-direction: column;
	cursor: default;
	text-decoration: none;
}
a.pagemenuitem.draft {
	opacity: 0.5;
}
.pagemenuitem-image {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	background-position: 50% 50%;
	background-size: cover;
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #2f2b2c;
	box-sizing: border-box;
	cursor: pointer;
}
.pagemenuitem-text {
	line-height: 1.2;
}
.pagemenuitem-title {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 6px;
	color: #2e85bf;
	cursor: pointer;
	display: inline-block;
}
.pagemenuitem-title:hover {
	color: #2f2b2c;
}
.pagemenuitem-meta {
	margin-top: 3px;
	font-size: 0.8em;
	color: #4b5b44;
}
.pagemenuitem-blurb {
	font-size: 0.9em;
	margin-top: 6px;
	font-family: Vollkorn, serif;
	font-weight: 400;
	color: #2f2b2c;
}

.jnl_table {
	font-size: .9em;
	line-height: 1.3em;
	width: 100%;
}
.jnl_table td {
	vertical-align: top;
	padding: 10px;
	color: #2f2b2c;
}
.jnl_table td[rowspan] {
	width: 150px;
	padding: 0;
}
.jnl_table td[colspan] {
	background: #d6ce42;
}


/* DISCOGRAPHY */
div.disc {
	display: flex;
	justify-content: flex-start;
	height: 150px;
}
div.disc_p {
	width: 150px;
	height: 150px;
	border: 1px solid #000;
	background: #ddd;
	flex-shrink: 0;
}
div.disc_text {
	margin-left: 20px;
}
div.disc_text > p {
	color: #000;
	font-family: Vollkorn, serif;
}
div.disc_text > p:not(:first-child) {
	margin-top: 10px;
}
div.disc_text > p.disc_t {
	font-size: 1.4em;
	font-weight: Bold;
}
div.disc_text > p.disc_s {
	font-size: 1.3em;
}
p.disc_a {

}
div.disc_text > p.disc_meta {
	font-family: Jost, sans-serif;
	font-size: 0.9em;
	color: #555;
}
div.disc_text > p.disc_i {
	font-style: italic;
	margin-top: 25px;
	color: #555;
}
p.disc_i:before {
	content: "NOTE: ";
	font-weight: bold;
}



.breadcrumbs {
	font-size: .8em;
	margin-bottom: 25px;
	line-height: auto;
	color: #4b5b44;
}
.breadcrumbs a {
	text-transform: uppercase;
	color: #4b5b44;
	text-decoration: none;
}
.breadcrumbs a:hover {
	color: #2f2b2c;
}

.article_text {
	overflow: hidden;
	padding-top: 20px;
}
.article_text > p,.article_text > ul li,.article_text > ol li {
	line-height: 1.7;
	color: #2f2b2c;
	font-family: Vollkorn, serif;
	font-weight: 400;
	font-size: 1.1em;
}
.article_text > p,.article_text > ul,.article_text > ol {
	margin-bottom: 30px;
}
.article_text > ul li,.article_text > ol li {
	text-indent: -20px;
	padding-left: 20px;
}
.article_text > p:last-child {
	margin-bottom: 0;
}
blockquote {
	margin: 30px;
	padding: 10px 15px;
	background: #d6ce42;
	font-size: .9em;
	line-height: 1.3;
	color: #2f2b2c;
}
div.aligncenter,div.alignnone,iframe,.gallery {
	background: #b64849;
	display: block;
	padding: 30px;
	text-align: center;
	margin: 0 auto 30px !important;
	max-width: 80%;
}
.article_text img {
	max-width: 100%;
	height: auto;
}
.wp-caption-text {
	font-size: .9em;
	line-height: 1.2;
	margin-top: 20px;
	color: #f2f5d3;
}
.wp-caption-text a {
	color: #d6ce42;
}
.wp-caption-text a:hover {
	color: #f2f5d3;
}
.featimg {
	text-align: center;
	width: 50%;
	float: right;
	overflow: hidden;
	margin: 0 0 10px 30px;
}
.featimg img {
	width: 100%;
}
.featimg img,.wp-caption img, img.aligncenter {
	box-sizing: border-box;
	box-shadow: 6px 6px 6px rgba(0,0,0,0.6);
	border: 1px solid #f2f5d3;
}
.featimg img {
	border: 1px solid #2f2b2c;
}
.gallery,.pagemenulist,h2.h2more {
	clear: both;
}

.share {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 50px 0;
}
.share a {
	font-size: 5em;
	display: inline-block;
	margin-right: 20px;
}
.share a:last-of-type {
	margin-right: 0;
}
.fa-twitter-square {
	color: #4099ff;
}
.fa-facebook-square {
	color: #3b5998;
}
.fa-pinterest-square {
	color: #c92228;
}
.fa-envelope {
	color: #777;
}
.share i:hover {
	color: #000;
}



ol.comment-list {
	margin-bottom: 50px;
}
#comments ol {
	list-style-type: none;
}
#comments h2 {
	border-bottom: 0;
}
.comment-body {
	padding: 15px;
	margin: 15px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	flex-wrap: wrap;
}
.bypostauthor .comment-body {
	border: 1px solid #4b5b44;
}
li.depth-2 {
	margin-left: 20px;
}
.comment-author {
	font-size: 1.1em;
	display: flex;
	align-items: flex-end;
	color: #2f2b2c;
}
.bypostauthor .comment-author cite:before {
	background: #4b5b44;
	color: #fff;
	content: "SITE ADMIN";
	padding: 3px;
	border-radius: 3px;
	margin-right: 5px;
	display: inline-block;
	line-height: 1;
	font-size: .7em;
}
.comment-author cite {
	font-weight: bold;
	font-style: normal;
	margin: 0 6px 0 10px;
}
.comment-meta {
	margin-left: auto;
}
.comment-body p {
	margin-top: 20px;
	font-size: .9em;
	line-height: 1.5;
	color: #2f2b2c;
	width: 100%;
}
.comment-body p:first-of-type {
	border-top: 1px solid #2f2b2c;
	padding-top: 10px;
	margin-top: 10px;
}
.comment-body a {
	text-decoration: none;
}
.comment-meta a:first-of-type {
	color: #2f2b2c;
	font-size: .9em;
}
a.comment-edit-link {
	color: #b64849;
	font-size: .8em;
}
a.comment-edit-link:before {
	content: "JNL: ";
	font-weight: bold;
}
a.comment-reply-link {
	padding: 3px 12px;
	background: #b64849;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 15px;
	display: inline-block;
}
a.comment-reply-link:hover {
	background: #2f2b2c;
}
#respond {
	padding: 20px;
	background: #2f2b2c;
	color: #f2f5d3;
}
h3#reply-title {
	margin-bottom: 20px;
	color: #d6ce42;
	font-weight: bold;
}
#respond a {
	color: #f2f5d3;
}
p.comment-form-comment {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.comment-form label {
	margin: 20px 0 5px;
	display: block;
	font-weight: bold;
	font-size: .9em;
}
.comment-form textarea,.comment-form input[type="text"] {
	border: none;
	background: #fff;
	padding: 10px;
	font-size: 1.1em;
	color: #666;
	width: 100%;
	box-sizing: border-box;
}
.form-submit .submit {
	-webkit-appearance: none;
	font-size: 1.3em;
	color: #fff;
	font-weight: bold;
	background: #b64849;
	padding: 10px 20px;
	border: 2px solid #2f2b2c;
	border-radius: 5px;
	cursor: pointer;
	line-height: auto;
	margin: 20px 0 0;
}
.form-submit .submit:hover {
	border-color: #f2f5d3;
}
.comment-subscription-form label {
	font-weight: normal;
}

.wpcf7-form input,.wpcf7-form textarea {
	border: 1px solid #b64849;
	padding: 10px;
	font-size: 1.1em;
	color: #2f2b2c;
}
.wpcf7-form p {
	line-height: 1.3;
	margin-top: 15px;
	color: #2f2b2c;
}
.wpcf7-form input[type=submit] {
	border: none;
	font-size: 1.4em;
	font-weight: bold;
	padding: 8px 20px;
	background: #b64849;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	transition: 0.2s;
}
.wpcf7-form input[type=submit]:hover {
	background: #2f2b2c;
}

.sidebar-box {
	margin-bottom: 60px;
	background: #2e85bf;
	padding: 30px;
}
.sidebar-title {
	font-weight: bold;
	color: #fff;
	font-size: 1.4em;
	margin-bottom: 10px;
	text-align: center;
}
.sidebar-admin {
	background: #fff;
}
.sidebar-admin .sidebar-title {
	color: #b64849;
}
.sidebar-admin p:not(:first-of-type) {
	color: #2f2b2c;
	margin-top: 4px;
}
.sidebar-albumhighlight {
	background: #b64849;
	text-align: center;
}
.sidebar-albumhighlight img {
	max-width: 100%;
	height: auto;
	margin-top: 20px;
	box-sizing: border-box;
	border: 1px solid #fff;
}
.sidebar-albumhighlight img:hover {
	border-color: #2f2b2c;
}

.recent-comment {
	margin-top: 20px;
}
.recent-comment-author {
	font-weight: bold;
	color: #d6ce42;
	margin-bottom: 4px;
}
.recent-comment-content {
	font-size: 0.9em;
}
.recent-comment-content a {
	color: #f2f5d3;
	line-height: 1.2;
	font-style: italic;
	text-decoration: none;
}
.recent-comment-content a:hover {
	text-decoration: underline;
}

#footer {
	background: #2f2b2c;
	color: #d6ce42;
	line-height: 1.3;
	text-align: center;
	padding: 50px 0;
}
#footer a {
	text-decoration: none;
	color: #2e85bf;
}
#footer a:hover {
	text-decoration: underline;
}

.jnlwarning {
	color: red;
	text-align: center;
}



@media screen and (min-width: 800px) {
	a.pagemenuitem {
		margin-top: 8%;
		margin-right: 8%;
		width: 28%;
	}
	a.pagemenuitem:nth-child(-n+3) {
		margin-top: 4%;
	}
	a.pagemenuitem:nth-child(3n) {
		margin-right: 0;
	}
	.songmenu a.pagemenuitem {
		width: 22%;
		margin-right: 4%;
	}
	.songmenu a.pagemenuitem:nth-child(4n) {
		margin-right: 0;
	}
	.songmenu a.pagemenuitem:nth-child(-n+4) {
		margin-top: 4%;
	}

	.index-single {
		width: 23%;
	}
	.index-single:nth-child(-n+4) {
		margin-top: 0;
	}
	.index-deepsky-major {
		width: 47%;
		padding-bottom: 47%;
	}
	.index-deepsky-minors {
		width: 47%;
	}
	.index-deepsky-minor {
		width: 46%;
		padding-bottom: 46%;
	}

}


@media screen and (max-width: 800px) {
	#header-menu {
		flex-wrap: wrap;
		margin-top: 15px;
	}
	#header-menu a {
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		border-bottom: none;
		padding: 5px 0;
	}
	#header-menu a:hover {
		border-bottom: none;
	}
	#main {
		padding-top: 20px;
	}
	#content {
		margin-right: 0;
		float: none;
	}
	#content_inner {
		margin-right: 0;
		padding: 20px;
	}
	#sidebar {
		float: none;
		width: 100%;
		margin-top: 50px;
	}
	h1 {
		font-size: 1.9em;
	}
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.1em;
	}
	.breadcrumbs {
		margin-bottom: 15px;
	}
	.article_text > p, .article_text > ul li, .article_text > ol li {
		line-height: 1.3;
		font-size: 1.3em;
	}
	a.pagemenuitem {
		margin-top: 6%;
		margin-right: 6%;
		width: 47%;
	}
	a.pagemenuitem:nth-child(-n+2) {
		margin-top: 3%;
	}
	a.pagemenuitem:nth-child(2n) {
		margin-right: 0;
	}
	.share a {
		font-size: 3em;
	}
	.index-content-blurb {
		line-height: 1.2;
	}
	.index-albums,.index-songs {
		width: 100%;
	}
	.index-singles {
		padding: 3%;
	}
	.index-single {
		width: 48.5%;
		padding: 3%;
	}
	.index-single:nth-child(-n+2) {
		margin-top: 0;
	}
	.index-deepsky-major {
		width: 100%;
		padding-bottom: 100%;
	}
	.index-deepsky-minors {
		width: 100%;
		margin-top: 3%;
	}
	.index-deepsky-minor {
		width: 48.5%;
		padding-bottom: 48.5%;
		margin-top: 3%;
	}

}
/*
@media screen and (max-width: 550px) {
	#main {
		margin: 0 10px;
		padding: 10px 0;
	}
	#header {
		font-size: 1.75em;
		padding: 10px 0;
	}
	.h1-box {
		padding: 10px;
		margin-bottom: 15px;
	}
	.header-meta > div {
		width: 100%;
	}

	.index-box {
		text-align: center;
	}
	.index-image {
		float: none;
		margin: 0 0 20px;
		display: inline-block;
		box-sizing: border-box;
	}
	.index-blurb {
		font-size: 1em;
	}
}
*/
