/*
 * Light and Shite
 * The MIT License (MIT)
 * Copyright (c) 2019 Alex Johnstone
 */

body{
    font: 1.2em/1.62em sans-serif;
    margin: 1em auto;
    max-width: 48em;
    padding: 0.62em;
    line-height: 1.5;
}

code {
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 85%;
    }

h1,h2,h3 { line-height:1.2em; }


#content { 
	text-align: justify;
	overflow-x: auto;
}

a { text-decoration: none; }

a:link    { color: #009966; }
a:visited { color: #009966; }
a:hover   { color: #000000; }
a:active  { color: #009966; }

code,
pre {
  background: #eee;
  max-width: 100%;
}

code {
  padding: 2px 2px;
  vertical-align: text-bottom;
}

pre {
  padding: 1em;
  border-left: 2px solid #009966;
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

#footer {
  font-size: 0.75em;
  text-align: center;
  margin-top: 4em;
}

#post-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
} 

.entry-title {
	margin-bottom: 0px;
}

@media print{ body{ max-width:none } }

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

#banner {
	font-weight: bold;
	font-size: 140%;
	line-height: 1em;

}

#banner a { color: #5c616c; }
#banner a:hover { color: #009966; }

table {
    margin: auto;
    border-collapse: collapse;
    overflow-x: auto;
}
    
table th, td {
    padding: 5px;
    border: 1px solid #ddd;
}
 
table tr:nth-child(even) { background: #eee; }
		    
table th {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #009966;
    color: white
}

table .highlighttable {
	padding: 0px;
	border: none;
}

hr {
   border: none;
   border-top: 2px solid #009966;
   clear: both;
}

#menu { 
	margin-bottom: 20px;
	padding: 0 0;
	text-align: center;
}

#menu ul { padding-left: 0px; }

#menu li {
    display: inline-block;
    vertical-align: top;
    font-size: 1.62em;
    margin-right: 6px;
    padding: 0px 20px;
}