/*!
Theme Name: TwentyTale
Theme URI: https://www.shamusyoung.com/
Author: Shamus Young
Author URI: https://www.shamusyoung.com/
Description: TwentyTale Theme, based on Wordpress Underscores theme.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: LICENSE
*/

/*--------------------------------------------------------------
# Import
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Merriweather|Unica+One');
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');
@import url('https://fonts.googleapis.com/css?family=Muli');

@font-face {
  font-family: 'Genericons';
  src: url('font/genericons-regular-webfont.eot');
  src: url('font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
       url('font/genericons-regular-webfont.woff') format('woff'),
       url('font/genericons-regular-webfont.ttf') format('truetype'),
       url('font/genericons-regular-webfont.svg#genericonsregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	line-height: 1.15; /* Correct the line height in all browsers. */
	-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}

/* Remove the margin in all browsers. */
body { margin: 0;}

/* Correct the font size and margin on `h1` elements within `section` and `article` contexts in Chrome, Firefox, and Safari. */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

hr {
	box-sizing: content-box; /* Add the correct box sizing in Firefox. */
	height: 0; /* Add the correct box sizing in Firefox. */
	overflow: visible; /* Show the overflow in Edge and IE. */
}

pre {
	font-family: monospace, monospace; /*Correct the inheritance and scaling of font size in all browsers.*/
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}

a {
	background-color: transparent; /* Remove the gray background on active links in IE 10. */
}

abbr[title] {
	border-bottom: none; /* Remove the bottom border in Chrome 57- */
	text-decoration: underline; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
	text-decoration: underline dotted; /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: 900;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* Correct the inheritance and scaling of font size in all browsers. */
	font-size: 1em; /* Correct the odd `em` font sizing in all browsers. */
}

small {
	font-size: 80%; /* Add the correct font size in all browsers. */
}

/* Prevent `sub` and `sup` elements from affecting the line height in all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub { bottom: -0.25em; }
sup { top: -0.5em; }

img {
	border-style: none;/* Remove the border on images inside links in IE 10. */
}

/* Forms
	 ========================================================================== */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* Change the font styles in all browsers. */
	font-size: 100%; /* Change the font styles in all browsers. */
	line-height: 1.15; /* Change the font styles in all browsers. */
	margin: 0; /* Remove the margin in Firefox and Safari. */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/* 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers. */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress { 	vertical-align: baseline; }


/* Remove the default vertical scrollbar in IE 10+. */
textarea {	overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Add the correct display in Edge, IE 10+, and Firefox. */
details {	display: block; }

/* Add the correct display in all browsers. */
summary { 	display: list-item; }


/* Add the correct display in IE 10+. */
template { display: none; }

/* Add the correct display in IE 10. */
[hidden] { display: none; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
  font-family: 'Muli', sans-serif;  
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}


select option { display: list-item; }

h1, h2, h3, h4, h5, h6 { clear: both; }

p { margin-bottom: 1.5em; }

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

blockquote { margin: 0 1.5em; }

address { margin: 0 0 1.5em; }

code, kbd, tt, var, pre {
  font-family: 'Source Code Pro', monospace;
	overflow: auto;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

ol li { padding-bottom: 1em;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html { box-sizing: border-box; }

body { xbackground: #444;   overflow-x: hidden;}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.0em 0.5em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: black;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 0px solid #ccc;
	border-radius: 3px;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

audio { width:100%; }
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
# Global resets
--------------------------------------------------------------*/

a, a:link {
	color: #019;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #007;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*-----------------------------------------------------------------------------
Utility Styles - stuff to use within posts.
-----------------------------------------------------------------------------*/
acronym, p.acronym {
  background-color:ffb;
  color: 006;
}

.Rutskarn { background: #ffffe0;}
.bobcase { background: #ecf4ff;}
.dudecon { background: #fff4ec;}
.Heather { background: #fff;}
.admin { background-color: rgba(255, 255, 255, 0.9);}
.Josh { background: #e8f0e8;}
.Chris { background-color: rgba(255, 255, 224, 0.85);}
.rachel { background-color: rgba(255, 224, 255, 0.85);}

.written {  
  background-color:   #eeeee0;   
  padding:            10px;
  margin-left:        25px;
  margin:             25px;
  font:               italic;
}

s,
strike,
.spoiler
{
 	background: #BD7404;
 	color: #BD7404;
 	text-decoration: none;
}

.dmnotes, .ooc
{
  padding:        10px 20px 0px 20px;
  background:     #fff8e0;
  border-top:     1px solid #874;
  border-bottom:  1px solid #874;
  overflow:       hidden;
  margin:         2px 0px 2px -20px;
  width:          984px;
}

.script {
  font-family:    'Source Code Pro', monospace;
  font-weight:    bold;
  padding:        10px 20px 0px 20px;
  background:     #fff;
  border-top:     2px dotted #888;
  border-bottom:  2px dotted #888;
  
  overflow:       hidden;
  margin:         2px 0px 2px -20px;
  width:          984px;
}

.bubble
{
  display: inline-block;
  font-family: "Comic Sans MS", cursive, sans-serif;
	position: relative;
  padding: 10px;
	width: 80%;
  max-width: 600px;
	text-align: center;
	line-height: 1.6em;
  margin-left: 40px;
	background-color: #fff;
	border: 8px solid grey;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 2px 2px 4px #888;
	-moz-box-shadow: 2px 2px 4px #888;
	box-shadow: 2px 2px 4px #888;
}

.bubble:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

.bubble:before
{
	left: -40px;
	top: 40px;
	border: 20px solid;
	border-color: grey grey transparent transparent;
}

.bubblehead 
{
  border: 5px solid #444;
  float: left;
  display: inline-block;
}


.imagefull
{
  width:    1024px;
  margin:   0px 0px 0px -20px;
  display:  block;
  padding:  0px;
  border:   0px;
  border-spacing: 0px;
  line-height: 0;
}

.mouseover-alt {
  xdisplay:  none;
  border:   1px dotted #888;
  width:    1022px;
  margin:   0px 0px 0px -20px;
  font-size: smaller;
  color: #555;
  background: #ddd;
  font-style: italic;
}


blockquote {
  border: 1px dotted #555;
  background: #aaa;
  color:#000;
  padding: 10px;
}


.prev-next-container
{
}

.prev-next-container a
{	
  color:            #fff;
	text-decoration:  none;
}

.prev-next-prev
{
  background: #002277;
  box-shadow: -0.25em 0.25em 0.25em #111;
  padding:    5px;
  margin:     5px auto 5px -20px;
  width:      35%;
  float:      left;
}
.prev-next-prev:hover { background: #2255dd; }

.prev-next-title {}
.prev-next-short { display: none; }

.prev-next-next
{
  box-shadow: 0.25em 0.25em 0.25em #111;
  background: #002277;
  padding:    5px;
  margin:     5px -20px 5px auto;
  width:      35%;
  text-align: right;
  float:      right;
}
.prev-next-next:hover { background: #2255dd; }

.prev-next-icon {
  font-family: "Genericons";
  font-size: x-large;
  position: relative;
  top: 3px;
}

/*-----------------------------------------------------------------------------
Popup footnotes. Placed in the public domain by Roger Hgensen.
-----------------------------------------------------------------------------*/

.snote
{
  background-repeat:  no-repeat;
  display:            none;
}

.snote_refnum {
  position:           relative;
  color:              #069;
  bottom:             1ex;
  font-size:          .7em;
  font-weight:        bold;
  text-decoration:    underline;
  cursor:             help;
}

.snote_tip
{
  font-size:          smaller;
  display:            inline-block;
  visibility:         hidden;
  position:           absolute;
  overflow:           hidden;
  padding:            0.5em;
  overflow:           auto;
  background:         #fea;
  color:              #000000;
  border:             2px solid #874;
  box-shadow:         0.25em 0.25em 0.25em #555;
  z-index:            1;
  max-width:          50%;
}

.snote_tip:hover {  cursor: pointer; }

/*--------------------------------------------------------------
## Main styling, in chronological order.
--------------------------------------------------------------*/

#masthead {
  display: inline-block;
  width: 100%;
  position: static;
  background-color: #0278;
  height: auto;
  color: #fff;
  box-shadow: -0.3em 0.25em 0.25em #000;
  text-align:justify;
  float: none;
}

#masthead a:link {  color: #fff; }
#masthead a:hover{  color: #fff; }
#masthead a:active{  color: #fff; }
#masthead a:visited{  color: #fff; }

.masthead-spacer { height: 15px;}

.site-title
{
  font-family: 'Unica One', cursive;
  font-size: 100px;
  line-height: 1em;
  font-variant: small-caps;
  color: #fff;
  padding: 0px;
  margin: 0px auto 0px auto;
  text-align: center; 
}

.site-title-image {
  width: 100px; 
  max-width: 200px; 
  display: inline-block;
  margin: auto; 
}

.menu-open {
  font-family: "Genericons";
  font-size: 80px;
  float: right;
  padding: 5px;
  display: none;
}

#main-menu {
  width: 99%;
  padding: 0px;  
  flex-wrap: wrap;
  margin-left: auto; 
  margin-right: auto; 
  text-align: justify;
  text-justify: inter-word;
  justify-content: space-between;  
  
}

.main-nav { display: flex; }
.main-nav-show {  display: flex; }

#searchform
{
  display: inline-block;
}

.search-form
{
  margin: 0px;
  xtop: -10px;
  margin-top: 3px;
  vertical-align: bottom;
}

input, select, option {
  x-webkit-appearance: none;  /*Removes default chrome and safari style*/
  x-moz-appearance: none;  /*Removes default style Firefox*/
  border: 0px;
  font-weight: bold;
  display: inline-block;
  padding:0px;
  margin:0px;
  width: 175px;
  vertical-align: bottom;
  color: #027;
}

.menu-item input, .menu-item select, .menu-item option {
  text-align:left; 
  x-webkit-appearance: none;  /*Removes default chrome and safari style*/
  x-moz-appearance: none;  /*Removes default style Firefox*/
  xmax-width: 50px;
  xwidth: 50px;
}

.menu-item {
  color: #fff;
  display: inline-block; 
  margin: 0px;
  vertical-align: bottom;
}

option { 
  max-width: 50px;
  width: 50px;
}

.search-field { 
  width: 175px; 
  height: 25px;
  font: small;
  margin-top: 0px;
  vertical-align: top;
  margin: 0px;
  padding:0px;
  background:#fff;
  height: 20px;
 
}

.searchbox
{
  display: inline-block;
  margin-top: 0px;
  vertical-align: top;
  margin: 0px;
  padding:0px;
  width:100px;
}



.menu-item:hover {
  color: #fff;
}

.menu-item-icon {
  font-family: "Genericons";
  font-size: larger;
  position: relative;
  top: 3px;
  padding: 0px;
  margin: 0px;
}

.dropdown {
  vertical-align: top;
  min-width:150px;
  position: relative;
  display: block;
  margin: 0px;
  padding: 10px;
  color:#555;
  border: none;
  font-weight:  bold;
  font-size:    large;
  padding-left: 10px;
  padding-right: 10px;
  margin-top:   0px;
  margin-bottom:  5px;
  text-align: right;
}

.popup-content {
  overflow-y: scroll;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  max-width: 300px;
  max-height: 500px;
  height: 400px;
  margin-top: 1.8em;
  z-index: 100;
  margin-right: 0px;
  width: 100%;
}

.menu-item:hover .popup-content {
    display: block;
}



#main-menu a { color: #fff; }
#main-menu a:link { color: #fff; }
#main-menu a:hover { color: #aaa; }

#primary { 
  width: 100%;
  min-height: 1024px;
}

.top-spacer { height: 40px; }

.pagenav  {  text-align: center; color:white; }
.pagenav-icon {  font-family: "Genericons"; font-size: 80px; padding: 0px; margin: 0px;}


.hentry {
  margin-left:auto;
  margin-right:auto;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 1024px;
  box-shadow: -0.3em 0.25em 0.25em #000;
}

.archive .hentry {
  margin-top: 10px;
}

.hentry p {
    text-align: justify;
    text-justify: inter-word;
}

.entry-title {
  xfont-variant: small-caps;
  font-size: 40px;
  padding: 0px 5px 0px 5px;
  margin: 0px;
}

.archive .entry-title  {font-size: large; }

.subhead
{
  border-top: 1px dotted #bbb;
  width: 1024px;
  font-size: smaller;
  color: #888;
  text-align: justify;
  text-justify: inter-word;
  display: flex;
  justify-content: space-between;
  padding: 0px 0px 5px 0px;
}

.subhead-box {
  padding: 3px 20px 3px 0px;
  text-align: left;
}

.subhead-icon {
  font-family: "Genericons";
  font-size: larger;
  position: relative;
  top: 3px;
}

.entry-content {
  font-size:    18px;
  line-height:  28px; 
  clear:        both;
  padding:      0px;
}

.entry-text 
{
  padding:      5px 20px 5px 20px;
}

.entry-text::first-letter{
  initial-letter: 2;
  color:          #901;
  color:          #446;
  float:          left;
  font-family:    Georgia;
  font-size:      65px;
  line-height:    35px;
  padding-top:    4px;
  padding-right:  4px;
  padding-left:   2px;
  padding-bottom: 0px;
  xborder: 1px solid green;
}

.entry-content h3
{
  font-weight: bold;
  margin-left: -20px;
  width: 1024px;
  padding:10px 0px 0px 0px;
  margin-top:   20px;
  font-size:    200%;
  border-top:   2px solid #aaa;
}


img {
  margin: 0px;
  border: 0px;
  padding: 0px;
}

.post-spacer {
  width: 80px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  margin: 20px auto 20px auto;
  background-image: url("images/spacer.png");
}

.entry-footnotes { display: none; }

.byline
{
  font-size: smaller;
  margin: auto;
  color: #888;
  padding-bottom: 20px;
}

.post-bumper {
  height: 200px;
}

.archive .post-bumper {
  height: 0px;
}

.single .post-bumper  {height: 5px; }
.search .post-bumper  {height: 5px; }

.avatar { float:left; margin: 0px 10px 10px 0px;}

#comments {
  margin-left:auto;
  margin-right:auto;
  margin-top: 50px;
  margin-bottom: 20px;
  width: 1024px;
  width: 1024px;
  color: black;
}

.comments-area {
  margin-left:auto;
  margin-right:auto;
  width: 1024px;
  box-shadow: -0.3em 0.25em 0.25em #000;
  xbackground: #eee;
  background-color: rgba(255, 255, 255, 0.75);
}

.comments-title {
  padding: 5px;
}

.comments-area ol li {
	margin:  5px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 5px;
  margin-right: 5px;
	padding-left: 0px;
	list-style: none;
}

.comments-area ol {
  margin: 0px;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}

.comments-area ul {
  margin: 5px;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}

.comments-area .comment-body {
  overflow: hidden;
	margin-left: 0px;
	padding: 25px;
	margin-top: 5px;
}
.comments-area ul.children {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.comments-area ul.children li {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.depth-9.even   {  background: #d8d8d8; border: 1px solid #bbb; border-bottom: none;}
.depth-7.even   {  background: #c8c8c8; border: 1px solid #bbb; border-bottom: none;}
.depth-5.even  {  background: #e0e0e0; border: 1px solid #bbb; border-bottom: none;}
.depth-3.even  {  background: #d0d0d0; border: 1px solid #bbb; border-bottom: none;}
.depth-1.even  {  background: #e8e8e8; border: 1px solid #bbb; border-bottom: none;}

.depth-10.even   { background: #f8eedd; border: 1px solid #fff; border-bottom: none;}
.depth-8.even   {  background: #e8ddcc; border: 1px solid #fff; border-bottom: none;}
.depth-6.even   {  background: #e0eedd; border: 1px solid #fff; border-bottom: none;}
.depth-4.even   {  background: #d8ddcc; border: 1px solid #bbb; border-bottom: none;}
.depth-2.even   {  background: #d0eedd; border: 1px solid #bbb; border-bottom: none;}

.depth-1.odd   {  background: #fff8ff; border: 3px dotted #333; border-bottom: none;}
.depth-2.odd   {  background: #fff0ff;  border: 3px dotted #333; border-bottom: none;}
.depth-3.odd   {  background: #ffe8ff;  border: 3px dotted #333; border-bottom: none;}
.depth-4.odd   {  background: #fff0ff;  border: 3px dotted #333; border-bottom: none;}
.depth-5.odd   {  background: #fff8ff;  border: 3px dotted #333; border-bottom: none;}

.depth-6.odd   {  background: #e0e0ff;  border: 2px dotted #333; border-bottom: none;}
.depth-7.odd   {  background: #d0e0f8;  border: 2px dotted #333; border-bottom: none;}
.depth-8.odd   {  background: #c0e0f0;  border: 2px dotted #333; border-bottom: none;}
.depth-9.odd   {  background: #b0e0e8;  border: 2px dotted #333; border-bottom: none;}
.depth-10.odd  { background: #a0e0e0;  border: 2px dotted #333; border-bottom: none;}



.byuser.even {  background: #FBDA9B; border: 3px solid #b72;}
.byuser.odd {  background: #FBDA9B; border: 3px solid #b72;}

.comment-guide , .comment-respond {
  width: 90%;
  padding: 2px 5% 2px 5%;
  margin: 0px;
  color: #000;
}

.comment-guide { font-size: smaller; }

.comment-reply-title h3 { font-size: normal; }
.comment-reply-banner { font-size: 40px; }
.comment-reply-title {padding: 0px; margin: 0px; font-weight: normal; font-size: normal;}
.comment-form input { width: 100%; background: white;}
.form-submit input { color: white;   background: #002277; -webkit-border-radius: 0px;}
.comment-form textarea { width: 100%; background: white;}
.comment-form label { display: block; }
.comment-form-comment { width: 100%; }
.form-submit { width: 120px; }
.required { 
  color: #a00;
  font-weight: black;
}

.comment-form-cookies-consent label  {
  display: inline;
  width: auto;
  height:auto;
}

.comment-form-cookies-consent input {
  vertical-align: baseline;
  display: inline;
  width: auto;
  height:auto;
}

.comments-link { padding: 5px; }

/*-----------------------------------------------------------------------------
The promo boxes that highlight other content at the end of a post.
-----------------------------------------------------------------------------*/

.promobox { margin:10px auto 5px auto; text-align: center; 	}
.promocase {width: 1024px; background: #eee; padding: 5px; margin: 0px auto 0px auto;}
.promotitle {   font-size: 30px; padding: 20px 5px 0px 5px; margin: 0px;
} 

.promo
{
  padding:        0px;
  margin:         2px;
  min-height:     200px;
  max-height:     400px;
  min-width:      180px;
  max-width:      180px;
  display:        inline-block;
  background:     #ccc;
  xborder-radius:  4px;
  text-align:     left;
  vertical-align: text-top;
  line-height:    1em;
  color:          #555;
  xbox-shadow:     0 4px 4px rgba(0, 0, 0, 0.5);
}

.promo p {  padding: 0px; margin: 3px !important; font-weight: light !important; font-size: small; text-align: left !important;}
.promo h2 {  padding: 2px; font-size:larger; line-height: 1em; margin: 2px;}
.promo:hover { background:#ffe; }
.promo:hover  img { opacity: 0.66; }
.promo a { color #000; }
.promo a :link{ color #000; }
.promo a :visited{ color #000; }
.promo a :active{ color #000; }

/*--------------------------------------------------------------
Adapt to narrow screens.
--------------------------------------------------------------*/
@media screen and (max-width : 1439px) {
  .masthead-spacer { display: none; }
  .site-title-image { width: 40px; }
  .site-title { font-size: 40px;  float: left; display: inline-block; }
  .menu-open { font-size: 40px; display: block;}
  #main-menu {flex-direction: column;}
  .main-nav { display: none; }
  .main-nav-show {  display: flex; }
  .site-title-image { width: 40px; display: inline-block; }
  .site-title   { text-align: left; }
  .menu-item { 
    display: inline-block; 
    min-width: 30%;
    margin: 0px 20px 0px 0px;
    overflow: hidden;
  }
  .mouseover-alt { display: block; }
  .hentry { margin-top: 20px; }
  .comments-area .comment-body {	padding: 5px; }  
  .menu-extra-spacer { display: none;}
  .top-spacer { height: 10px;}
  .subhead { width: 100% }
  .menu-item-icon { margin:0px; padding:0px; }
  .promobox , .promocase {width: 100%;}
}

@media screen and (max-width : 1024px) {
  .subhead-icon, .menu-item-icon { display: none; }
  .hentry { width: 100%; border: 0px;}
  .entry-title { font-size: 20px; }
  .entry-content { width: 100%; margin-left: auto; margin-right: auto; padding: 0px; }
  .imagefull  {width: 100%; margin: 0px; }
  .mouseover-alt  {width: 100%; margin: 0px; border: 0px;}
  .entry-content h3 { width: 100% ; margin: 0px;}
  .entry-text  { padding: 5px 10px 5px 10px; }
  .prev-next-prev { font-size: smaller; box-shadow: none; padding: 0px; margin: 2px auto 2px 0px; width: 48%;}
  .prev-next-next { font-size: smaller; box-shadow: none; padding: 0px; margin: 2px 0px 2px auto; width: 48%;}
  body { background-image: none; }
 
  blockquote { margin: 0px 0px; }
  #comments { width: 100% }
  .comments-area ol li {
    margin:  2px;
    margin-left: 8px;
    margin-right: 0px;
  }
  .promo, .promotitle { display:none;}
  .entry-footnotes { display: block; }
  .dmnotes, .ooc  { 
    padding:        3px;
    background:     #feaa;
    border:         4px solid #874;
    overflow:       hidden;
    margin:         0px;
    width:          auto;
  }

  .bubblehead { display: block; float: none;}
  .bubble { display: block; width: 90%; max-width: 90%; margin-top: 40px; margin-left: 0px;}
  .bubble:before {  left: 40px; top: -40px;  border-color: transparent transparent grey grey;}
}

@media screen and (max-width : 600px) {
  .splash-image { max-height: 200px; overflow: hidden; }
  .entry-content h3 { font-size:150%;}
  .prev-next-title {display: none;}
  .prev-next-short { display: inline;}
  .subhead-comments { display: none;}
  .entry-text::first-letter{
    color:          inherit;
    float:          none;
    font-family:    inherit;
    font-size:      inherit;
    line-height:    inherit;
    padding-top:    inherit;
    padding-right:  inherit;
    padding-left:   inherit;
    padding-bottom: inherit;
  }
}

.page-template-default .promo {
  display: inline-block;
}

