/*
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{ 
	font: normal normal 9pt 'Courier New', Courier, Serif;
	color: #999999;
	text-transform: uppercase;
}
a:link {
	color: #C37120;
	text-decoration: none;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #C37120;
	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 {
	font-size: 10pt;
	padding-bottom:50px;
}
#header img {
	margin-left: auto;
	margin-right: auto;
	display:block;
}
#header a:visited {
	color: #C37120;
}


#header #by-me {
	float: left;
}

#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 {
	width: 660px;
	margin: 0 auto;
	margin: 90px auto 30px;
	padding: 10px;
	text-align: left;
}

#container {
	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 {
	margin: 1.5em 0 .5em;
	line-height: 1.4em;
	letter-spacing: .2em;
}

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;
}

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

article sup a, article sup a:visited, article sup a, article sup a:link {
	color:#C37120;
}
article h3 {
	margin: 0 0;
	padding: 13px 0px 0px 0px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 15pt;
	font-weight: normal;
	line-height: 1.4em;
	color: #362A14;
}
article h4 {
	margin: 0 0;
	padding: 7px 0px 0px 0px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 13pt;
	font-weight: normal;
	line-height: 1.4em;
	color: #362A14;
}
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: 0px;
}
article .footnote ol li, article hr~ol li  {
	list-style: decimal outside none;
	line-height: 1em;
	margin-left: 1.4em;
	font-size: 10pt;
}

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

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

