﻿/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

/* Google Custom Search */
@import url(http://www.google.com/cse/api/branding.css);

/* *************************************************** */
/* dovetailkid                                         */
/* *************************************************** */

body {
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	text-align: center;
}

a, a:link, a:visited  {
	text-decoration: none;
	color: #555555;
}

a:hover, a:active {
	text-decoration: none;
	color: #919f20;
}

ul {
	list-style-type: none;
}

ul.xoxo {
	padding-left: 0px;
}

div#wrapper {
	width: 980px;
	text-align: left;
	margin: 0px auto 20px auto;
	display: inline-block;
}

/** header **/

div#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: inline-block;
	margin-bottom: 48px;
	width: 980px;
}

div#header span {
	float: left;
}

div#header h1 {
	margin-bottom: 0px;
}

div#header a, div#header a:link, div#header a:visited  {
	text-decoration: none;
	color: #333333;
}

div#header a:hover, div#header a:active {
	text-decoration: none;
	color: #919f20;
}

div#header h1#blog-title {
	font-size: 42px;
	font-weight: 400;
	display: inline-block;
}

div#header div#blog-description {
	color: #666666;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

/** search box **/

div#googlebox {
	float: right;
	margin-top: 42px;
}

div#googlebox div.cse-branding-form {
	display: inline-block;
}

div#googlebox input.box {
	float: left;
	border: 1px #dddddd solid;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 4px 4px 4px;
	margin-right: 8px;
}

div#googlebox input.button {
	float: left;
	color: #ffffff;
	background-color: #919f20;
	border: 1px #dddddd solid;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 11px;
	font-weight: 400;
	padding: 4px 8px 3px 8px;
	vertical-align: middle;
}

div#googlebox div.cse-branding {
	display: block;
}

/** navigation **/

div#access {
	display: block;
}

div#menu {
	margin: 2px 0px 6px 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px #dddddd solid;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 10px;
	display: block;
	height: 32px;
}

div#menu ul {
	display: inline-block;
	padding-left: 0px;
	float: left;
}

div#menu li {
	display: inline-block;
}

div#menu a {
	padding: 8px 15px 8px 15px;
}

div#menu a.rsslink, div#menu a.rsslink:link, div#menu a.rsslink:visited {
	float: right;
	color: #919f20;
	padding-left: 40px;
	border-top: 2px #ffffff solid;
	background-image: url('images/rss16x16.png');
	background-position: 15px center;
	background-repeat: no-repeat;
}

div#menu a.rsslink:hover, div#menu a.rsslink:active {
	border-top: 2px #f5f5f5 solid;
}

div#menu ul li.current_page_item a {
	padding-top: 8px;
	background-color: #f5f5f5;
	border-top: 2px #919f20 solid;
}

div#menu a:hover, div#menu a:active {
	background-color: #f5f5f5;
	border-top: 2px #f5f5f5 solid;
}

div#menu a:link, div#menu a:visited {
}

/** content **/

div#container {
	clear: both;
	float: left;
	width: 560px;
	margin-right: 40px;
	display: inline-block;
}

div#content div.post {
	display: inline-block;
	margin-bottom: 8px;
}

div#content h2.entry-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 24px;
	display: block;
	margin-top: 12px;
	padding-bottom: 18px;
	border-bottom: 1px #dedede dotted;
}

div#content h2.entry-title a, div#content h2.entry-title a:link, div#content h2.entry-title a:visited {
	color: #333333;
}

div#content h2.entry-title a:hover, div#content h2.entry-title a:active {
	color: #919f20;
}

div#content div.entry-date, div#content div.entry-comments, div#content span.entry-byline, div#content span.entry-comments {
	color: #666666;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	display: inline;
}

div#content div.entry-comments {
	margin-left: 20px;
}

div#content span.entry-byline {
	display: block;
	margin-top: 8px;
}

div#content div.entry-content {
	color: #333333;
	margin-top: 24px;
	margin-bottom: 56px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4em;
}

div#content div.entry-content p {
	margin-bottom: 1.4em;
}

div#content div.entry-content p a.more-link {
	border-bottom: 1px #b2b2b2 dotted;
	margin: 12px 0px 4px 0px;
	font-style: italic;
	display: inline-block;
	float: left;
	clear: both;
}

div#content div.entry-content a.thumb {
	border: 1px #dddddd solid;
	padding: 2px 2px 2px 2px;
	margin: 0px 8px 0px 0px;
	display: inline-block;
	float: left;
}

div#content div.entry-content a.thumb img {
	width: 120px;
	height: 120px;
	border: 0px #ffffff none;
}

div#content span.entry-comments {
	padding-bottom: 32px;
	border-bottom: 1px #dedede dotted;
	margin-bottom: 54px;
	display: block;
	clear: both;
}

div#content div.entry-content a {
	color: #919f20;
	border-bottom: 1px #919f20 dotted;
}

div#content div.entry-content ul {
	padding-left: 38px;
}

div#content div.entry-content ul li {
	list-style: disc outside url('images/bullet_add.png');
}

body.home div#content div.entry-content ol li {
	list-style-position: inside;
}

div#content div.entry-content img {
	border: 1px #dddddd solid;
	padding: 3px 3px 3px 3px;
}

div#content div.entry-content img.alignright {
	margin-left: 8px;
	float: right;
}

div#content div.entry-content img.alignleft {
	margin-right: 8px;
	float: left;
}

div#content div.entry-content img.aligncenter {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#content div.entry-content h3 {
	color: #919f20;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0px 0px 1em 0px;
	padding: 0px 0px 0px 0px;
}

div#content div.entry-content blockquote {
	padding-left: 8px;
	border-left: 2px #919f20 solid;
	font-style: italic;
	font-size: 12px;
	display: block;
	clear: both;
}

div#content div.entry-meta {
	border-top: 1px #dedede dotted;
	border-bottom: 1px #dedede dotted;
	margin-top: 16px;
	margin-bottom: 12px;
	padding-top: 6px;
	padding-bottom: 6px;

	color: #666666;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	line-height: 12px;
}

div#content div.entry-meta b {
	font-weight: bold;
}

div#content div.entry-meta img {
	width: 16px;
	height: 16px;
	border: 0px #ffffff none;
	vertical-align: middle;
	margin-right: 2px;
}

div#content div.entry-meta img.folder {
	margin-bottom: 4px;
}

div#content div.navigation {
	color: #919f20;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px #dedede dotted;
	padding-bottom: 12px;
	margin-bottom: 22px;
}

div#content div.navigation div.nav-next {
	text-align: right;
}

div#content div.navigation .nav-meta {
	color: #919f20;
}

div#comments-list h3 {
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	margin: 0px 0px 2px 0px;
}

div#comments-list ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

div#comments-list ul li {
	padding: 8px 8px 8px 8px;
	margin: 0px 0px 12px 0px;
}

div#comments-list li.comment {
	border: 1px #cccccc dotted;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
}

div#comments div.comment-author,div #comments div.comment-author a {
	border-bottom: 1px #919f20 dotted;
	color: #919f20;
	font-size: 18px;
	font-weight: 400;
	font-style: italic;
	display: inline;
}


div#comments div.comment-meta, div#comments div.comment-meta a {
	color: #919f20;
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 400;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
}

div#comments span.unapproved, div#respond p#comment-notes, div#respond p#login {
	color: #555555;
	font-size: 11px;
	font-weight: 400;
	font-style: italic;
}

div#respond h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 18px;
	margin-top: 36px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

div#respond div.form-label {
	color: #ffffff;
	background-color: #000000;
	padding: 2px 5px 1px 0px;
	font-size: 9px;
	font-weight: lighter;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: 0.1em;
}

div#respond .text {
	border: 1px #cccccc solid;
	margin: 1px 0px 14px 0px;
	padding: 2px 2px 2px 2px;
	color: #333333;
	font-family: "Lucida Grande", Geneva, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 554px;
}

div#respond p#comment-notes span.required {
	font-weight: bold;
}

div#respond p#login {
	font-size: 14px;
}

div#respond input.button {
	color: #ffffff;
	background-color: #919f20;
	border: 1px #dddddd solid;
	font-family: "Lucida Grande", geneva, helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 12px 4px 12px;
}

div#respond p.subscribe-to-comments {
	margin: 0px 0px 8px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: 400;
}

div#respond p.subscribe-to-comments label {
	position: relative;
	top: -1px;
}

div#content h2.page-title {
	color: #919f20;
	border-bottom: 1px #b2b2b2 dotted;
	/* color: #919f20; */
	margin-top: 0px;
	margin-bottom: 22px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: 400;
	font-style: italic;
	display: inline-block;
}

/** sidebars **/

div#sidebars {
	text-align: left;
	font-size: 11px;
	color: #4e4e30;
	float: right;
	width: 380px;
}

div#sidebars ul {
	padding-left: 0px;
}

div#sidebars div.sidebar {
	display: inline;
}

div#sidebars div.midleft {
	float: left;
	width: 160px;
	margin-right: 20px;
}

div#sidebars div.midright {
	float: left;
	width: 200px;
}

div#sidebars div.bottomright {
	display: inline-block;
	width: 380px;
}

div#sidebars div.placeholder, div#footer div.placeholder {
	padding: 5px 0px 5px 10px;
	background-color: #f6f6f6;
	border: 1px #dddddd solid;
}

div#sidebars li.widget {
	list-style-type: none;
}

div#sidebars h2.widgettitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	color: #919f20;
	margin-bottom: 5px;
}

div#sidebars li.widget ul li {
	padding: 4px 0px 4px 0px;
	border-bottom: 1px #b2b2b2 dotted;
}

li.recentcomments a {
	border-bottom: 1px #919f20 dashed;
}

li.widget_collapscat span.sym {
	padding: 0px 0px 0px 0px;
	font-size: 2px;
	width: 2px;
}

li.widget_collapscat span.sym img {
	position: relative;
	top: 4px;
}

/** advertising **/

div#sidebars span.book-depository {
	text-align: center;

}

div#sidebars span.book-depository a img {
	border: 0px #ffffff none;
}

/** footer **/

div#footer {
	border-top: 1px #b2b2b2 dashed;
	display: inline-block;
	padding-top: 18px;
	margin-top: 32px;
	text-align: left;
	font-size: 11px;
	color: #4e4e30;
	clear: both;
}

div#footer span li {
	list-style-type: none;
}

div#footer span.sidebar {
	float: left;
}

div#footer span.left {
	width: 430px;
}

div#footer span.middle {
	width: 200px;
}

div#footer span.right {
	width: 350px;
}

div#footer h2.widgettitle {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2em;
	color: #919f20;
	margin-bottom: 5px;
}

div#footer img {
	border: 0px #000000 none;
}

/** footer links **/

div#footer li.widget_links ul li {
	width: 160px;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px #b2b2b2 dotted;
}

/** compact archives **/

li.widget_compact_archives span div {
	clear: both;
	width: 160px;
	display: inline-block;
	padding: 4px 0px 4px 0px;
	border-bottom: 1px #b2b2b2 dotted;
}

li.widget_compact_archives span div span.year {
	float: left;
	padding-right: 2px;
}

li.widget_compact_archives span div span.links {
	float: left;
	width: 130px;
}

li.widget_compact_archives span div span.links a {
	display: inline;
	padding-right: 3px;
}

li.widget_compact_archives span div span.links a.bottom {
	border-top: 1px #b2b2b2 dotted;
	display:inline-block;
	padding-top: 4px;
	margin-top: 4px;
}

/** recommended reading */

div#footer h2 .rssicon {
	border: 0px;
	margin-right: 2px;
	position: relative;
	top: 2px;
}

div.reading {
	color: #7f7f7f;
	font-weight: 400;	
	line-height: 1.2em;
	border-bottom: 1px dotted #b2b2b2;
	padding: 4px 0px 4px 0px;
}

/** advertising **/

div.post-ad-middle, div.post-ad-bottom {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div.post-ad-bottom {
	margin-top: 24px;
}