/*
Theme Name: Concept Space Cartography
Description: A custom theme for the author's personal blog.
Author: James Babcock
*/
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, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/*
 * #container
 *		#header
 *		#sidebar
 *		#content-wrapper
 *			#content
 *				#article-n (.hentry)
 *					.entry-title
 *					.posted
 *					.entry-content
 *					.meta
 *		#footer
 */

body {
	background: #334;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
	font-size: 12px;
}
#container
{
	position: relative;
	top: 15px;
	width: 820px;
	margin: 0 auto;
}
#header{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 150px;
	width: 820px;
}
#jar {
	position: absolute;
	top: 10px;
	left: 5px;
	height: 135px;
	width: 147px;
	overflow: hidden;
	background: #eef8ff;
	padding: 0px;
	border-radius: 20px 10px 10px 10px;
	z-index: 3;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	border: 1px solid #888;
}
#headOfJim {
	padding: 0;
	border: none;
	position: relative; /* Not an endorsement of relativism */
	left: 0px;
	top: 7px;
}
#impossibleBoxTop {
	position: absolute;
	top: 60px;
	left: 180px;
	width: 50px;
	height: 30px;
	border-radius: 20px 20px 0 0;
	z-index: 12;
	border: 1px solid #888;
	border-bottom: none;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	background: #fffffa;
}
#impossibleBoxBottom {
	position: absolute;
	top: 90px;
	left: 180px;
	width: 51px;
	height: 15px;
	z-index: 30;
	background: #fffffa;
}
#impossibleBoxRight {
	position: absolute;
	top: 90px;
	left: 231px;
	width: 20px;
	height: 15px;
	z-index: 30;
	background: #fffffa;
	border-top: 1px solid #888;
}
#header H1 {
	position: absolute;
	top: 0px;
	left: 133px;
	padding: 5px 0px 10px 19px;
	color: black;
	text-shadow: rgba(0,0,0,0.2) 2px 2px 5px;
	font: 40pt Times;
	white-space: nowrap;
	background: #fffffa;
	border: 1px solid #888;
	width: 662px;
	border-radius: 40px 10px 10px 40px;
	z-index: 10;
	text-align: center;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
#content-wrapper {
	position: absolute;
	top: 90px;
	padding: 30px 30px 20px 30px;
	left: 145px;
	width: 610px;
	min-height: 500px;
	background: #fffffa;
	border:1px solid #888;
	border-radius: 30px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	margin-bottom: 10px;
}
.addthis_toolbox {
	position: absolute;
	right: 8px;
	bottom: 10px;
	border: 1px solid #bbb;
	padding-top: 6px;
	padding-left: 6px;
	padding-right: 6px;
	border-radius: 5px;
	background: #eef8ff;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
#sidebar {
	position: absolute;
	top: 160px;
	left: 5px;
	font-size: small;
	width: 132px;
	background: #eef8ff;
	border: 1px solid #888;
	border-radius: 10px;
	z-index: 2;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	padding: 15px 5px 5px 10px;
}
#footer{
	clear: both;
	font-size: 90%;
	height: 40px;
	margin: 10px 0 0;
	padding: 10px 0 0;
}
#sidebar input[type="text"]
{
	width: 120px;
}

.post code {
	white-space: pre;
	padding: 10px;
	background: #d0d0c0;
	display: block;
	margin-left: 10px;
	margin-right: 10px;
}


#header a:link, #header a:visited{
	color:#000;
	text-decoration: none;
}
#header a:hover, #header a:active{
	text-decoration: underline;
}

h1, h2, h3, h4, h5{
	font-family: georgia, constantia, times, serif;
	font-weight: normal;
}
h2{
	font-size: 2em;
	margin: 0 0 0.3em;
}
h3{
	font-size: 1.6em;
	margin: 1.2em 0 0.3em;
}
h4{
	font-size: 1.5em;
	margin: 1.2em 0 0.3em;
}
h5{
	background: #ffd;
	border-bottom: 1px dotted #aaa;
	font-size: 1.4em;
	margin: 1.2em 0 0.3em;
}
p {
	margin: 1em 0;
	font: 12px/1.5 Arial, Helvetica, Sans-Serif;
	text-align: justify;
}
h1.archive-title{
	color: black;
	margin: 0 0 0.3em;
	text-align: right;
}
h1.archive-title span.archive-subtitle{
	font-weight: bold;
}
.archive-meta{
	font-size: 1.4em;
	margin: 0 6em;
	text-align: justify;
}
.archive-meta .vcard .fn{
	font-family: georgia, times, serif;
	font-size: 1.6em;
}
.archive-meta .vcard img.avatar{
	border: 1px solid #ddd;
	clear: both;
	float: left;
	margin: 0 8px 0 0;
}
.archive-meta .vcard .note{
	margin: 0 0 0 8px;
}
ol, ul{
	margin-bottom: 1.5em;
	margin-left: 1em;
	padding:0;
}
ol ol, ol ul, ul ol, ul ul{
	margin-bottom: 0;
}
ol{
	list-style-type: decimal;
}
ul{
	list-style-type: square;
}
li{
	margin-left: 1em;
	padding: 0;
}
dt{
	font-weight:bold;
}
hr{
	color: #ffffff;
	background-color: #ffffff;
	border-top: 1px dotted #bbbbbb;
	margin-bottom: 1em;
}
blockquote{
	color: #555;
	border-left: 5px solid #ccc;
	margin: 1.3em 1em;
	padding: 0 1em;
}
small{
	font-size: 70%;
}
pre{
	background: #FFFFFF;
	color: #000000;
	font: normal 1em "bitstream vera sans mono", monaco, "lucida console", "courier new", courier, serif;
	overflow: auto;
	padding: 8px;
}
/*
 * Tables. From	Gesso, after Boilerplate.
 */
table { border-collapse: separate; border-spacing: 0; }
table { margin-bottom: 1.4em; }
th { border-bottom: 2px solid #ddd; font-weight: bold; }
td { border-bottom: 1px solid #ddd; }
th,td { padding: 4px 10px 4px 0; }
tfoot { font-style: italic; }
caption { background: #ffc; }
th{
	background: #eee;
}
.hentry{
	margin: 0 0 3em 0;
}
.sticky{
	background: #F2F7FC;
	border-radius: 0 0 4px 4px;
	border-top: 3px solid #000;
}
.entry-title{
	clear: both;
	font-size: 24px;
	margin: 0;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
h2.page-title{
	margin: 0 0 .3em;
}
.entry-title a:link, .entry-title a:visited{
	color: black;
	text-decoration: none;
}
.entry-title a:hover, .entry-title a:active{
	color: black;
	background: transparent;
	text-decoration: underline;
}
.posted{
	color: black;
	font: 12px/1.5 Arial, Helvetica, Sans-Serif;
}
br.downpad{
	margin: 0 0 33px;
}
.admin-edit{
    clear: both;
}
.pgnum-link{
	font-weight: bold;
	margin: 1.2em 0;
}
.comments-link-box, .comment {
	position: relative;
	background: #eef8ff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 0;
	padding: 5px;
	z-index: 1;
	min-height: 15px;
}
.meta {
	background: #eef8ff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	clear: both;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: 0;
	padding: 5px;
	z-index: 2;
	margin-bottom: 0;
}
.meta li, .comments-link-box li {
	line-height: 13px;
	margin: 0;
	padding: 0;
}
.nocomments, .nopassword{
	display: none;
}
#comments{
	clear: both;
}
ol.commentlist{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.comment, li.trackback, li.pingback{
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	list-style-type: none;
	margin-bottom: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	padding-top: 0.5em;
}
li.depth-1{
	border: 1px solid #ddd;
	margin: 1.5em 0;
}
li.comment.preview{
	background: #ffc;
	border: 3px solid #fab444;
	list-style-type: none;
	padding: 1em;
}
.comment-head{
	font-weight: bold;
	margin-bottom: 1em;
}
span.says{
	display: none;
}
.comment-head abbr{
	color: #999;
}
a.comment-permalink{
	text-decoration: none;
}
.comment-author .avatar{
	background: #fff;
	clear:both;
	float: right;
	margin: 0.5em;
}
.comment p{
	margin-right: 2em;
}
#commentform {
	background: #d0daee;
	border-radius: 10px;
	padding: 0.8em;
	box-shadow: inset 3px 3px 3px rgba(0,0,0,0.5);
}
#commentform p:first-child {
	margin-top: 0;
}
#commentform fieldset{
	border: none;
}
#commentform legend{
	display: none;
}
#commentform textarea {
	height: 150px;
	padding: 3px;
	width: 98%;
}
#commentform .form-allowed-tags {
	text-align: justify;
}
.more-link{
	font-style: italic;
}
.navigation{
	display: block;
	font-size: .9em;
	margin-bottom: 60px;
	margin-top: 24px;
	text-align: center;
}
.prevlink{
	float: left;
}
.nextlink{
	float:right;
}
#sidebar h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0;
}
#sidebar h2 a:link, #sidebar h2 a:visited {
	color: #000;
	text-decoration: none;
}
#sidebar h2 a:hover, #sidebar h2 a:active {
	background: transparent;
	text-decoration: underline;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 2em;
	padding: 0;
}
#sidebar li {
	margin: 0;
	padding: 1px 0;
	font-size: 9pt;
	line-height: 1.1;
	padding-bottom: 4px;
}
#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}
#sidebar ul li li li{
	list-style-type: square;
	margin-left: 1.5em;
}
#sidebar em{
	font-style: normal;
}
#sidebar .widget_tag_cloud{
	margin-bottom: 2em;
}
#sidebar label.screen-reader-text{
	display: none;
}

#footer a:link, #footer a:visited{
	color: #000;
}
#footer a:hover, #footer a:active{
	color: #fff;
	background: #000;
}
#footer hr{
	display: none;
}
#footer p{
	float: left;
	margin: 0;
	padding: 0;
	width: 40%;
}
#footer ul{
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 40%;
}
#footer li{
	display: inline;
	margin: 0;
	padding: 0 0 0 1em;
}

/* Applied-last Element Treatments */
abbr{
	border: none;
}
cite{
	font-style: normal;
}
a img{
	border: none;
	margin: 0;
	padding: 0;
}
span.caps{
	font-size: 0.9em;
}
p img{
	max-width: 100%;
	padding: 0;
}
.aligncenter, div.aligncenter, img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft{
	display: inline;
	margin: 0 7px 2px 0;
	padding: 4px;
}
img.alignright{
	display: inline;
	margin: 0 0 2px 7px;
	padding: 4px;
}
.alignleft{
	float: left
}
.alignright{
	float: right;
}
span.caps{
	cursor: help;
}
.center{
	text-align: center;
}
.hidden{
	display: none;
}
.clear{
	clear: both;
}

/* WordPress img captions */
.wp-caption{
	background-color: #eeeeee;
	border: 1px solid #ddd;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 10px;
	padding-top: 4px;
	text-align: center;
}
.wp-caption img{
	border: 0 none;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text{
	font-size: 0.8em;
	padding: 1em 4px 0 5px;
}

/* WordPress image gallery */
.gallery{
	margin: auto;
}
.gallery .gallery-item{
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery .gallery-caption{
	font-size: 0.8em;
	margin: 0 0 12px;
}
.gallery dl{
	margin: 0;
}
.gallery img{
	border: 5px solid #eee;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* Shared between search and sitemap templates archive listings. */
.archive-index .entry-title a:link,
.archive-index .entry-title a:visited{
	text-decoration: underline;
}
/* Sitemap template restyles .entry-title as list item. */
#sitemap-list .hentry{
	margin: 0 0 0 1em;
}
#sitemap-list .entry-title{
	font-size: 1em;
	line-height: normal;
}
#sitemap-list ul ul, #sitemap-list ol ol{
	margin-left: 0;
}
/* Search template restyles .entry-title as list item. */
.search-results .entry-title{
	font-size: 1.7em;
}
/* Post thumbnails on search results. */
.attachment-post-thumbnail{
	float: left;
	margin: 4px 10px 10px 2px;
}

