body {
	font-family: Segoe UI, Arial;
	line-height: 1.5rem;
}

button {
    background: #b46767;
	border: none;
    border-radius: 5px;
    color: white;
    cursor: pointer;
	display: inline-block;
    font-weight: bold;
	margin: 8px 2rem 8px 0;
    padding: 5px;
    text-align: center;
    width: 100px;
}

div {
	padding-left: 1rem;
	padding-right: 1rem;
}

div.post {
	clear: both;
}

hr {
	border-top: 1px solid #ddd;
	clear: both;
	margin-top: 2rem;
}

seemore {
	clear: both;
	color: #b46767;
	cursor: pointer;
	display: block;
	font-size: 1.2rem;
	font-style: italic;
}

li {
	list-style-type: none;
	padding-bottom: 0.5rem;
}

td {
	font-family: "Courier New";
	font-size: 0.9rem;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
}

th {
	background-color: #b46767;
	color: white;
	font-weight: bold;
	padding: 0;
	padding-left: 4px;
	padding-right: 4px;
}

a {
	cursor: pointer;
}

a:visited {
	color: black;
	text-decoration: none;
}

.center {
	text-align: center;
}

h1 {
	color: #b46767;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
}

h2 {
	color: black;
	background-color: #ddd;
	border: 1px solid gray;
	font-family: "Courier New";
	font-size: 0.75rem;
	padding: 2px;
	padding-left: 16px;
}

img.another {
	float: right;
	width: 200px;
	height: auto;
	margin: 1rem;
}

.validate {
	border: 1px solid gray;
	font-family: "Courier New";
	font-size: 0.75rem;
}

.validate-formatted {
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1.1rem;
}

courier {
	color: blue;
	font-family: Courier New;
	font-weight: bold;
}

black {
	color: black;
}

maroon {
	color: #b46767;
}

message {
	border: 4px solid #b46767;
	color: black;
	display: block;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1.2em;
	margin: 16px;
	padding: 16px;
}

msg {
	border: 4px solid #b46767;
	color: black;
	display: block;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1.2em;
	margin: 16px;
	padding: 16px;
}

msg img {
	height: auto;
	max-width: 200;
}

debug {
	border: 4px solid #b46767;
	color: black;
	display: block;
	font-family: Courier New;
	font-size: 1em;
	margin: 16px;
	max-height: 400px;
	overflow: auto;
	padding: 16px;
	word-break: break-all;
}

debug img {
	height: auto;
	max-width: 200;
}

td.future {
	color: red;
	font-weight: bold;
	font-style: italic;
}

#footer {
	text-align: center;
	font-size: 0.7rem;
	line-height: 0.8rem;
}

#content {
}

a.tagLink {
	color: #b46767;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	text-decoration-line: underline;
}

a.postLink {
	color: #b46767;
	font-size: 1em;
	font-weight: bold;
	margin-right: 2em;
	padding-bottom: 2em;
	text-decoration: none;
}

a.linkButton {
    background: #b46767;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-weight: bold;
    height: 16px;
    line-height: 1rem;
	margin: 8px 16px 8px 0;
    padding: 5px;
    text-align: center;
	text-decoration: none;
    width: 100px;
}

input[type=submit] {
    background: #b46767;
    border-radius: 5px;
	border: 0px;
    color: white;
	cursor: pointer;
    display: inline-block;
    font-weight: bold;
	margin: 0 16px 8px 0;
    padding: 5px;
    text-align: center;
    width: 100px;
}

.linkButton:visited {
    color: white;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

.postImage {
	float: left;
	height: 200px;
	margin: 0;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

form label {
	color: #b46767;
	font-size: 0.9rem;
	font-weight: 500;
}

form input[type=text], input[type=time], input[type=date], select {
	margin-bottom: 8px;
	vertical-align: middle;
}

form input[type=text] {
	width: 95%;
}

form input[type=submit] {
	margin-right: 2em;
}

.text50 {
	width: 50%;
}

.rmargin32 {
	margin-right: 32px;
}

form textarea {
	vertical-align: top;
	margin-bottom: 8px;
	width:	95%;
	height: 100px;
}

.debug {
	font-family: Courier New;
	display: block;
}

.meme {
	border: 1px solid #ddd;
	margin-bottom: 2em;
	max-width: 500px;
	padding: 3px;
}

author:before {
	content: "Author: ";
	font-weight: bold;
}

editor:before {
	content: "Edited by: ";
	font-weight: bold;
}

editor:empty {
	display: none;
}

tags:before {
	content: "Tags: ";
	font-weight: bold;
}

author, editor, tags {
	color: #b46767;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1em;
	font-style: normal;
	display: block;
	margin-left: 0;
}

environment {
	color: #b46767;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	margin-left: 16px;
}

stonyman {
	color: #b46767;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
}

allowcomments {
	display: none;
}

published:before {
	content: "Published: ";
	font-weight: bold;
}

published:after {
	content: " ET";
}

published {
	color: #b46767;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 1em;
	font-style: normal;
	display: block;
	margin-left: 0;
	margin-top: 0.5rem;
}

shorttitle {
	display: none;
}

posttitle {
	color: #b46767;
	display: block;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 2.5em;
	font-style: italic;
	line-height: 2.5rem;
	margin-bottom: 0.4rem;
	margin-top: 1rem;
}

centerDivTitle {
	color: #6c0000;
	display: block;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-size: 3em;
	font-style: italic;
	line-height: 2.5rem;
	margin-bottom: 2rem;
	margin-top: 1rem;
}

excerpt {
	display: block;
	font-style: normal;
	margin-top: 1.5rem;
}

postbody {
	display: none;
}

.showHide {
	display: inline;
}

.hideShow {
	display: none;
}

.center {
	text-align: center;
}

.columnTitle {
	color: #b46767;
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 1.8rem;
	text-align: center;
	margin-bottom: 0px;
}

.mainFlexContainer {
	display: flex;
	flex-direction: flow;
	flex-wrap: wrap;
	justify-content: center;
}

.flexRow {
}

div.flexColumn {
	border-right: 3px double #ddd;
}

div.flexColumnLeft {
	padding-left: 1rem;
	padding-right: 1rem;
	min-width: 10rem;
	max-width: 20%;
}

div.flexColumnCenter {
	padding-left: 1rem;
	padding-right: 1rem;
	max-width: 50%;
	min-width: 50%;
}

div.flexColumnRight {
	border-right: 0px;
	font-size: 0.8rem;
	line-height: 1.2rem;
	max-width: 20%;
	padding-left: 1rem;
	padding-right: 1rem;
}

#banner-image {
	text-align: center;
	width: 600px;
}

#main-title {
	font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 16px 0 16px;
	line-height: 2rem;
}

#site-title {
	/* text-align: center; */
	font-style: italic;
	font-size: 300%;
	vertical-align: baseline;
}

.site-description {
	color: #b46767;
	font-style: italic;
	font-size: 1.75rem;
	font-weight: normal;
	margin-left: 0.5rem;
	vertical-align: baseline;
}


/************************************************************/
/* Styling for the image drag/drop and paste target
/************************************************************/
#imgDiv {
	height: auto;
	width: 220px;
	border: 1px solid #ddd;
	caret-color: transparent;
	color: #777;
	cursor: pointer;
	display: inline-block;
	padding: 0px;
	text-align: center;
	font-size: 0.75rem;
}

#imgDiv {
	border: 1px solid #AAA;
	border-radius: 16px;
	box-shadow: 10px 10px 5px #777;
	height: auto;
	margin: 1rem;
	margin-bottom: 0;
	max-width: 210px;
	padding: 1rem;
}

#imgDiv:empty::before {
	content: "Paste or drag & drop an image here.";
	font-weight: bold;
	position: relative;
	top: 40%;
	vertical-align: middle;
}

#imgDiv[contenteditable="true"] {
	/*background: #ffffcc;*/
	color: black;
	font-weight: bold;
}

#imgDiv:focus {
	outline: 2px solid red;
}

#imgDiv img {
	max-width: 200px;
	height: auto;
	cursor: pointer;
	margin: 0px;
	margin-bottom: -8px;
}

#imgDiv:empty {
	content: " ";
	height: 220px;
	background-image: url('/images/vortex20.png');
	background-size: cover;
}

label.button {
	background: #b46767;
	border: none;
	border-radius: 5px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	margin: 8px 2rem 8px 0;
	padding: 16px;
	text-align: center;
}


/************************************************************/
/* Styling for CKEditor
/************************************************************/
.main-container {
	margin-left: auto;
	margin-right: auto;
}

.ck-editor__main {
	padding-left: 0;
	padding-right: 0;
}


/************************************************************/
/* @media queries for responsive design
/************************************************************/

/* Default: Extra-small devices such as small phones (less than 640px) */

/* Small devices such as large phones (1024px and up) */
@media only screen and (max-width: 1024px) {
	td, th {
		font-size: 0.8rem;
		padding: 0;
		padding-left: 3px;
		padding-right: 3px;
	}

	div {
		padding-left; 1rem;
		padding-right; 1rem;
	}

	environment {
		position: absolute;
		top: 0.8rem;
		left: 0;
	}

	#frmNewPost {
		position: absolute;
		top: 4.0rem;
		right: 1rem;
		width: 2rem;
	}

	#banner-image {
		width: 70%;
		margin-left: 0;
		margin-right: 0;
		margin-top: 2.5rem;
	}

	.logInAndOutLink {
		font-family: "Adobe Garamond Pro", Garamond, Palatino,"Palatino Linotype", Times, "Times New Roman", Georgia, serif;
		font-size: 1rem;
		font-style: italic;
		font-weight: bold;
		height: 1rem;
		padding-bottom: 0;
		position: absolute;
		top: 0.8rem;
		right: -1.2rem;
	}

	.meme {
		max-width: 360px;
	}

	.mainFlexContainer {
		flex-direction: column;
	}

	.hideShow {
		display: inline;
	}

	.showHide {
		display: none;
	}

	.flexColumnLeft {
		padding-left: 0rem;
		padding-right: 0rem;
		min-width: 100%;
	}

	div.flexColumnCenter {
		padding-left: 0rem;
		padding-right: 0rem;
		max-width: 100%;
	}

	.flexColumnRight {
		padding-left: 0rem;
		padding-right: 1rem;
		min-width: 100%;
	}

	.flexColumn {
	}

	.flexColumn:not(:last-child) {
		border: 0px;
	}

	#site-title {
		font-size: 200%;
	}

	.site-description {
		font-size: 1.25rem;
	}

	#footer {
		border-top: 1px solid #ddd;
	}

	posttitle {
		font-size: 1.5em;
		font-weight: bold;
		line-height: 1.5rem;
		margin-bottom: 0.2rem;
		margin-top: 0.75rem;
	}

	/************************************************************/
	/* Styling for CKEditor on small devices
	/************************************************************/
	.ckeditor-container {
		margin: 0;
		padding: 0;
		width: 100%;
	}
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (max-width: 768px) {
	td, th {
		font-size: 0.8rem;
		padding: 0;
		padding-left: 3px;
		padding-right: 3px;
	}
}

/* Large devices such as laptops (1024px and up) */
@media only screen and (max-width: 1024px) {
	td, th {
		font-size: 0.8rem;
		padding: 0;
		padding-left: 3px;
		padding-right: 3px;
	}
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (max-width: 1280px) {
	td, th  {
		font-size: 0.8rem;
		padding: 0;
		padding-left: 3px;
		padding-right: 3px;
	}
}
