/*
Theme Name: Twenty Sixteen Child
Description: Twenty Sixteen Child Theme
Author: The Foreigner
Author URI: https://www.foreignerinformosa.com
Template: twentysixteen
Version: 1
*/


/* =Imports styles from the parent theme
-------------------------------------------------------------- */
/* @import url('../storefront/style.css'); */

body, button, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body, input, select, textarea {
	color: black;
}

body {
	background: #e1e0e0 url("https://www.foreignerinformosa.com/wp-content/uploads/2025/09/body-bg.gif") repeat;
}

#page {
	border: 2px solid black;
}
.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
	/* box-shadow: 0 1px 0 0 currentColor; */
	box-shadow: none;
	text-decoration: underline;
}
.entry-content a:hover, .entry-summary a:hover, .taxonomy-description a:hover, .logged-in-as a:hover, .comment-content a:hover, .pingback .comment-body > a:hover, .textwidget a:hover {
	text-decoration: none;
}


/* SITE HEADER */
.site-header-main {
	color:#369;
	background: url("https://www.foreignerinformosa.com/wp-content/uploads/2025/09/banner-bg.gif") repeat;
	padding-left: 20px;
}
.site-branding .site-title a, .site-description {
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
}
.site-branding .site-title a:hover {
	color: lime;
	text-decoration: none;
}

hr {
	background-color: black;
}

a {
	color: #0000bb;
	text-decoration: none;
	/* box-shadow: 0 1px 0 0 currentColor; */
}
a:hover {
	color: green;
	/* text-decoration: underline; */
}




/*
img {
	background-image: url('https://foreignerinformosa.com/wp-content/uploads/2025/09/image-could-not-be-found.png');
	width: 400px;
	height: 400px;
	display: block;
}
*/

/* BLOCKQUOTES */
blockquote {
	color: navy;
	font-style: normal;
}
blockquote p {
	margin-left: 1.5em;
}
.quoteDiv, .blockquote {
	margin-left: 2.5em;
	margin-bottom: 2em;
}

article li {
	margin-bottom: 1.5em;
}


/* ENTRY FOOTER */
.entry-footer a {
	color: maroon;
	text-decoration: none;
	font-weight: 600;
}
.entry-footer a:hover {
	color: maroon;
	color: green;
	/* box-shadow: 0 1px 0 0 currentColor; */
	box-shadow: none;
	text-decoration: underline;
}
footer.entry-footer span.cat-links a:hover {
	/* color: green; */
	text-decoration: underline;
}



/* NAVBAR */

.text-widget a:link {
	box-shadow: none !important;
}

#secondary li {
	margin-bottom: 0.2em;
}
#secondary li a:hover {
	text-decoration: underline;
	/* Box shadow looks better than underline, but is flaky when used on a link with one line vs two */
	/* box-shadow: 0 1px 0 0 currentColor; */
}

/* LATEST POSTS, RECENTLY-UPDATED POSTS */
#secondary .wp-block-latest-posts {
	list-style-type: disc;
}
#secondary .wp-block-latest-posts li, #secondary, #custom_html-2 li {
	margin-bottom: 1em;
}



/* SITE FOOTER */
.site-info a {
	color: maroon;
}
.site-info .site-title {
	font-weight: bold;
}



/* BOTTOM WIDGETS */
#block-5, #block-6 {
	display: none;
}













@media (min-width: 44.375em) {
	.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
		margin-left: 0;
	}

}