body {
	margin: 0;
	padding: 0;
/* 	background: #F7F7F7 url() repeat-x left top; */ /* very light gray */
	background: #FFFFFF url() repeat-x left top;
	font-family: "Source Serif Pro", Arial, Helvetica, "sans-serif";
	font-size: 12px;
	color: #787878;
}

pre {
  background-color: #FFFFFF;
  color: #787878;
  font-weight: normal;
  font-size: 1.0em;
  font-family: Courier, "PT Mono", "Courier", "Fira Code", Consolas, "Liberation Mono", Menlo, monospace;
  /*font-size: 1rem;*/
  line-height: 1.1;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #000000;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

/* ul, ol {
} */

a {
	text-decoration: none;
	color: #8B0000;
}

 /* unvisited link */
a:link {
  color: #8B0000;
}
/* visited link */
a:visited {
  /*color: #8d5b58;*/
  color: #8B0000;
}
/* mouse over link */
a:hover {
  color:  #8B0000;
  text-decoration: underline;
}
/* selected link */
a:active {
  color:  blue;
}

/* Creating two columns */
/*https://www.w3schools.com/howto/howto_css_two_columns.asp*/
 .column {
  float: left;
  /* width: 50%; */
}

.left {
  width: 60%;
}

.right {
  width: 35%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.section-break {
    clear: both;
    width: 100%;
    margin-top: 20px;
}

#wrapper {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}


#header {
    width: 780px;
    height: 102px;
    margin: 0 auto;
}


/* Logo */

#logo {
	float: left;
	margin: 0;
	padding-top: 30px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 3.8em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 26px 0 0 10px;
	font: normal 14px "Georgia", "Source Serif Pro", "Times New Roman", Times, serif;
	font-style: italic;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #000000;
}

/* Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	background: #E2E2E2;
	border-bottom: 4px solid #FFFFFF;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 10px 0 0 20px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 170px;
	padding: 6px 5px 2px 5px;
	border: 1px solid #DEDEDE;
	background: #FFFFFF;
	text-transform: lowercase;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #5D781D;
}

#search-submit {
	width: 50px;
	height: 22px;
	border: none;
	background: #B9B9B9;
	color: #000000;
}

/* Menu */

#menu {
    width: 780px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    background: #000000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 156px;
	height: 28px;
	background: #000000;
	padding-top: 8px;
	border-right: 1px solid #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
	background: #8B0000;
	text-decoration: none;
}

#menu .current_page_item a {
	background: #8B0000;
	padding-left: 0;
}

/* Page */
#page {
    width: 800px;
    margin: 0 auto;
    padding: 0;
}

#page-bgtop {
	padding: 20px px;
}

/* #page-bgbtm { } */

/* Content */

#content {
    float: left;
    width: 580px;
    padding: 0;
}

.post {
	margin-bottom: 15px;
	border-bottom: 1px solid #E2E2E2;
}

/* .post-bgtop { } */

/* .post-bgbtm { } */

.post .title {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	color: #000000;
}

.post .title a {
	color: #000000;
	border: none;
}

.post .meta {
	width: 400px;
	padding: 5px 20px 5px 10px;
	background: #676767;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}

.post .meta a {
	color: #FFFFFF;
}

.post .entry {
	padding: 0px 0px 20px 0px;
	padding-bottom: 20px;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 12px;
	font-weight: bold;
}

/* PHOTOGRAPH */
 .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	background: #ECECEC;
	border-top: 1px solid #DEDEDE;
	font-family: Arial, Helvetica, sans-serif;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}

#footer a {
	color: #8A8A8A;
}


/* ---------------------------------------------------------------------------------------------- */
/* FOR MOBILE  */
@media only screen and (max-width: 768px) {
	body {
	  font-size: 16px;
	  padding: 0 10px;
	}

	pre {
	  font-size: 1em;
	  white-space: pre-wrap;
	  word-wrap: break-word;
	}

	#header, #wrapper, #page, #content, #menu {
	  width: 100%;
	  padding: 0;
	  margin: 0 auto;
	}

	#menu {
	  display: flex;
	  flex-direction: column;
	  height: auto;
	}

	#menu ul {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}

	#menu li {
	  float: none;
	  width: 100%;
	  text-align: center;
	}

	#menu a {
	  width: 100%;
	  padding: 12px 0;
	  border-right: none;
	  border-bottom: 1px solid #FFFFFF;
	}

	.row {
	  display: flex;
	  flex-direction: column;
	}

	.column.left, .column.right {
	  width: 100%;
	}

	.column.right {
	  text-align: center;
	}

	.column.right img {
	  max-width: 200px;
	  height: auto;
	  margin: 0 auto;
	}

	a {
	  padding: 5px 0;
	  display: inline-block;
	}

	pre {
	  overflow-x: auto;
	  max-width: 100%;
	}

	img {
	  max-width: 100%;
	  height: auto;
	}
  }



/* ---------------------------------------------------------------------------------------------- */
