/*
Theme Name: Theme for Worms & Viruses
Theme URI: http://wormsandviruses.com/themes/wormsandviruses
Author: Jack Wellborn
Author URI: http://jackwellborn.com/
Description: The theme for Worms & Viruses.
Version: 1.0.0
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: 
Text Domain: JackWellborn

Theme for Worms & Viruses © 2011-2016 Jack Wellborn
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	font-size: 100%;
	font: inherit;
	padding: 0;
	border: 0;
	margin: 0;
	vertical-align: baseline
}
body {
	background: #fffff8;
	margin: 0;
	font:normal normal 11pt Helvetica, Arial, Sans-serif;
	color: #333333;
}
.courier{ 
	
}
a:link {
	color: #EE8A26;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #EE8A26;
	text-decoration: underline;
}
a img {
	border-width: 0;
}

blockquote,q {
	quotes: none
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}
.clear {
	clear: both
}
.sticky {
}
.bypostauthor {
}
.wp-caption {
}
.wp-caption-text {
}
.gallery-caption {
}
.alignright {
}
.alignleft {
}
.aligncenter {
}
/* Header
-----------------------------------------------
*/
#header {
	padding-bottom:50px;
	box-sizing: border-box;
	padding: 1em;
	display: flex;
	flex-direction: column;
}
#header #menu {
	font-size:small;
}
#header img {
	margin-left: auto;
	margin-right: auto;
	display:block;
}
#header a:visited {
	color: #EE8A26;
}


#header #by-me {

}

#header #archive {
	float: right;
}
h1.entry-title{
	margin: .25em 0 0;
	padding: 0 0 30px;
	font: normal normal 100% Georgia, Serif;
	font-size: 21pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}

/* Wrappers
----------------------------------------------- */
#wrapper {
	max-width: 660px;
	margin: 0 auto;
	margin: 90px auto 30px;
	padding: 0px;
	text-align: left;
}

#container {
	box-sizing: border-box;
	padding: 1em;
	max-width: 660px;
	float: left;
	word-wrap: break-word; /* fix for long text breaking sidebar float in IE */
	overflow: hidden;     /* fix for long non-text content breaking IE sidebar float */
}

#footer {
	text-align: center;
}


/* Articles
-----------------------------------------------
*/
article span.entry-date, .copyright {
	margin: 1.5em 0 .5em;
	line-height: 1.4em;
	letter-spacing: .2em;
	color: #999999;
	font-size: 9pt;
	text-transform: uppercase;
}

article {
	margin: .5em 0 1.5em;
	padding-bottom: 1.5em;
}

article header{
	margin: .25em 0 0;
	padding: 0 0 30px;
	font: normal normal 100% Georgia, Serif;
	font-size: 21pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.4em;
}

article header a, article header a:visited, article header a, article header a:link {
	color: #362A14;
}

article p{
	margin: 0 0 .75em;
	line-height: 1.6em;
}

article sup {
	line-height: 1em; 
	font-size: smaller;
	vertical-align: super;
}
article blockquote {
	box-sizing: border-box;
	border-left: 1px solid #999;
	padding-left: 8px;
}

article pre {
	margin: 0 0 1em;
	overflow-x: scroll;
}

article pre code, code {
	font-family: 'Courier New', Courier, Serif;
	color: black;
}

article sup a, article sup a:visited, article sup a, article sup a:link {
	color:#EE8A26;
}

article h5, h4, h3 {
	margin: 0 0;
	padding: 1em 0px .5em 0px;
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: normal;
	line-height: 1.4em;
	color: #362A14;
}

article h5 {
	font-size: 14pt;
}

article h4, h3 {
	font-size: 16pt;
}

article .entry-content blockquote {
	line-height: 1.3em;
	margin: 1em 20px;
}

article .entry-content blockquote p {
	margin: .75em 0;
}
article ol li, article ul li {
	margin-bottom:1em;
	line-height: 1.4em;
}
article ol li:last-child, article ul li:last-child {
	margin-bottom:0em;
}

article table{
	margin-left:auto;
	margin-right:auto;
	margin-top:.75em;
	margin-bottom:.75em;
	position:relative;
}
article table, article td {
	border:1px solid #ddd;
}
article table th{
	background-color:#ddd;
	border:1px solid #fffff8;
	font-weight:bold;
}
article table th, article table td{
	padding:5px;
}
/* Footnote
----------------------------------------------- */
article .footnote ol, article hr~ol{
	/* 
padding-left: 1.25em;
	margin: 0 0 2em 1em;
	list-style: decimal outside none;
 */
}
article .footnote ol li, article hr~ol li  {
	/* line-height: 1em; */
	font-size: small;
}

/* Nav Below
----------------------------------------------- */
.navigation a, .navigation a:visited, .navigation a, .navigation a:link {
	color: #EE8A26;
}
.nav-previous{
	float:left;
}
.nav-next{
	float:right;
}

/* Footer
----------------------------------------------- */
#footer {
	max-width: 660px;
	box-sizing: border-box;
	padding: 1em;
	clear: both;
	margin: 0 auto;
	padding-top: 30px;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-align: center;
}

@media (min-width: 320px) and (max-width: 480px) {
  body {
  	font-size:14pt;
  }
  
  #wrapper {
	margin: 0 auto;
  }
  
  #header {
	flex-direction: column-reverse;
  }

  #header #menu {
	font-size:smaller;
	padding-bottom:50px;
  }
  
  article span.entry-date {
  	display: block;
  	text-align: center;
  }
  
  article header {
  	text-align: center;
  }
  
  article h4 {
  	font-size:18pt;
  }
  article h5 {
  	font-size:16pt;
  }
  article .footnote ol li, article hr~ol li  {
	font-size: smaller;
  }
  
  section.entry-content img, section.entry-content pre {
	  width: 200pt;
	  height: auto;
	  margin: auto;
  }
}