/*
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: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* ERIC MEYER CSS RESET
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

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,
dl, dt, dd, 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%;
	vertical-align: baseline;
	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;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* IMPORT FONTS */

@font-face {
	font-family: "Warnock Pro";
	src: local("Warnock Pro Bold"), url("fonts/WarnockPro-Bold.otf");
	font-weight: bold;
}


/* GENERAL HTML ELEMENTS */

body {
	font-family: Constantia, Georgia, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Serif;
	font-size: 0.938em; /*0.875em;*/
	line-height: 1.6em;
	text-align: justify;
	color: #333;
}

p {
	margin: 1em 0;
}

h1, h2, h3, h4, h5 {
	font-family: "Warnock Pro", Constantia, Georgia, Serif;
	text-align: left;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	color: #333;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 2.2em;
	line-height: 1.2em;
	margin-bottom: 0.2em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 3em 0 1em 0;
}

h4 {
	font-size: 1.2em;
}

h4, h5 {
	margin: 2em 0 1em 0;
}

a {
	color: #2bbf00;
	text-decoration: none;
}

a:hover {
	color: #AAA;
	text-decoration: underline;
}

input {
	border: 1px solid #666;
}

sup {
	vertical-align: super;
	font-size: 0.7em;
	line-height: 0.5em;
}

blockquote {
	margin: 0.5em 0 0.5em 3em;
	font-size: 0.9em;
	line-height: 1.4em;
}

a:focus {
	outline: 1px dotted #2bbf00;
}

#container ul {
	margin-left: 3em;
	list-style-type: square;
}

#container ol {
	margin-left: 3em;
	list-style-type: decimal;
}


/* GENERAL CLASSES */

.float-clear {
	clear: both;
}

.collapse-margin-below {
	margin-bottom: 0;
}

.collapse-margin-above {
	margin-top: 0
}

/* table of contents */
#content .toc {
	list-style-type: none;
	margin-left: 0;
}

.footnote-link {
	font-weight: bold;
	vertical-align: super;
	font-size: 0.7em;
	line-height: 0.5em;
}

.alignright {
	float: right;
	margin-left: 1em;
	margin-bottom: 0.5em;
}

.alignleft {
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
}


/* LAYOUT */

/* left sidebar background */
#header {
	background: #000 url(images/sidebar.jpg) no-repeat -11px 0;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 260px;
	z-index: 50;
}

/* left sidebar shadow */
#blog-description {
	background: transparent url(images/shadow.png) repeat-y 250px 0;
	position: fixed;
	top: 0;
	left: 0;
	width: 270px;
	height: 100%;
	z-index: 30;
}

/* logo */
#blog-title {
	background: transparent url(images/errantdispatch.png) no-repeat 0 0;
	position: fixed;
	top: 65px;
	left: 6px;
	width: 234px;
	height: 36px;
	overflow: hidden;
	z-index: 80;
}

#blog-title a {
	display: block;
	padding: 999px 0 0 999px;
}

#access {
	position: absolute;
	top: -999px;
	left: -999px;
}

#menu {
	display: none;
}

#container {
	margin-left: 360px;
	margin-top: 68px;
	width: 500px;
}

#primary {
	position: fixed;
	top: 250px;
	left: 60px;
	width: 165px;
	z-index: 100;
}	

#secondary {
	margin-left: 310px;
	margin-top: 6em;
	width: 500px;
}

/* DEFINITION */

body.blog,
body.single {
	background: transparent url(images/definition.png) no-repeat 900px 100px; /*875px 100px;*/
}



/* CONTENT */

div.entry-date, div.entry-meta {
	font-size: 0.9em;
	color: #AAA;
	line-height: 1.6em;
}

.entry-meta a {
	color: #AAA;
	text-decoration: underline;
}

.entry-meta a:hover {
	text-decoration: none;
}

div.entry-date {
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	padding: 0em 0 0em 0;
}

div.post {
	margin-top: 8em;
}

div.p1,
div.error404,
div.no-results {
	margin-top: 0 /* this entry corrects for the margin property above */
}

body.blog div.entry-content > p:first-child,
body.single div.entry-content > p:first-child {
	font-size: 1.2em;
	line-height: 1.5em;
}

body.blog div.entry-content,
body.single div.entry-content {
	/*color: #d5f2cc;*/
	margin-left: -55px;
	padding-left: 55px;
	background: transparent url(images/paragraph.png) no-repeat 0 0;
}

#nav-above {
	display: none;
}

#nav-below {
	margin-top: 2em;
	overflow: auto;
}

div.nav-previous {
	float: left;
	width: 225px;
	text-align: left;
}

div.nav-next {
	float: right;
	width: 225px;
	text-align: right;
}

a.more-link {
	display: block;
	margin: 1em 0;
}




/* COMMENTS */

#comments {
	margin-top: 6em;
}

#comments-list > ol,
#trackbacks-list > ol {
	margin: 0;
	list-style-type: none;
}

#comments li.alt {
	background-color: #EEE;
	padding: 1em;
}

li.comment + li.comment {
	margin-top: 2em;
}

#comments img.avatar {
	float: left;
	margin-right: 0.5em;
}

#comments div.comment-author {
	font-weight: bold;
	line-height: 1em;
}

#comments div.comment-meta {
	color: #AAA;
	font-size: 0.9em;
}

div.comment-meta + p {
	clear: both;
}

#comment {
	width: 100%;
	padding: 0.3em;
	font-size: 1.3em;
	line-height: 1.5em;
	font-family: Helvetica, san-serif;
}

span.unapproved {
	display: block;
	clear: both;
	font-weight: bold;
	margin-top: 0.5em;
	color: #2bbf00;
}


/* TABLES */

.normal-table {
	text-align: left;
	font-size: 0.9em;
}

.normal-table thead {
	background-color: #333;
	color: white;
	/*font-weight: bold;*/ /*seems to be the default, but just in case */
}

.normal-table td, .normal-table th {
	border: 1px solid #333;
	padding: 0.5em;
}

.normal-table tr.even {
	background-color: #EEE;
}


/* PRIMARY */

#primary {
	text-align: right;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

#primary a {
	color: #FFF;
}

#primary a:hover {
	color: #2bbf00;
}

#navigation {
	border-bottom: 1px solid #4875a4;
}

#navigation li {
	border-top: 1px solid #4875a4;
	padding-top: 0.2em;
}


/* SECONDARY */

#secondary {
	color: #666;
	padding: 0em 50px 15px 50px;
	border-top: 6px double black;
	background: transparent url(images/stripes.png) repeat-x;
}

#secondary a {
	color: #666;
}

#secondary a:hover {
	color: #2bbf00;
}

#secondary li.widget {
	width: 225px;
}

#secondary h3 + p {
	margin-top: 0;
}

#secondary h3 {
	margin: 1em 0 0 0;
}

/* about me */
#text-4 {
	float: left;
}

/* links */
#text-6 {
	float: right;
	margin-bottom: 1em;
}

#text-6 ul {
	border-bottom: 1px solid #888;
	line-height: 2em;
}

#text-6 li {
	border-top: 1px solid #888;
}

/* search */
#search {
	float: left;
}

#search #s {
	width: 225px;
}

/* rss links */
#rss_links {
	float: right;
}

/* CC license */
#secondary #text-7 {
	width: 600px;
	font-size: 0.85em;
	line-height: 1.2em;
	margin-left: -50px;
	margin-right: -50px;
}

#secondary #CClicense {
	display: inline-block; /*applying it to span for IE compatibility*/
	border-top: 1px solid #888;
	margin-top: 1.5em;
	padding-top: 0.5em;
}

#secondary #text-7 img {
	padding-right: 0.5em;
	margin-right: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	float: left;
}



/* SEARCH PAGE */

body.search h3.entry-title {
	margin-bottom: 0.5em;
}

body.search div.post + div.post {
	margin-top: 3em;
}

/* ARCHIVES */

body.archive h3.entry-title {
	margin-bottom: 0.5em;
}

body.archive div.post + div.post {
	margin-top: 3em;
}

/* WRITING PAGES */


.break {
	margin-top: 4em;
}

p.break:first-line {
	font-variant: small-caps;
	font-size: 1.3em;
}

p.break:first-letter {
	font-size: 4em;
	line-height: 0.75em;
	float: left;
	margin-right: 0.1em;
}

.space-above {
	margin-top: 4em;
}


/* FOOTER */

#footer span {
	position: absolute;
	top: -999px;
	left: -999px;
}


/* HIDE THE STATS SMILEY FACE */

img#wpstats {
	position: absolute;
	left: -9999px;
	top: -99999px;
}
