/*
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
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
*/


/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	color: #333333;
	font-family: "Arial","Verdana","Sans-Serif";
	background-color: #004E7D;
	background-image: url(images/squiggly.gif);
}

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

a:hover {
	text-decoration: none;
	color: #004E7D;
}

img, a img {
	border-style: none;
}


/* STRUCTURE */
/* -------------------------------------- */

#header {
	margin-bottom: 45px;
	float: left;
}

#wrapper {
	width: 800px;
	background-color: #FFF;
	margin-left: 100px;
	float: left;
	display: inline;
}

#container {
	width: 525px;
	padding-left: 45px;
	float: left;
}

#content {
	width: 525px;
}

#primary {
	width: 150px;
	padding-right: 45px;
	float: right;
	font-size: 1.1em;
	line-height: 1.3em;
}

#nav-below {
	width: 525px;
	font-size: 1.1em;
	line-height: 1.3em;
	border-bottom: 1px dotted #004E7D;
	border-top: 1px dotted #004E7D;
	margin-bottom: 2.0em;
	padding: .5em 0;
	float: left;
}

.nav-previous {
	width: 220px;
	float: left;
	display: block;
	text-indent: -0.8em;
	margin-left: 0.8em;
}

.nav-next {
	width: 220px;
	float: right;
	display: block;
	text-align: right;
}

#footer {
	width: 800px;
	height: 50px;
	float: left;
}


/* HX ELEMENTS */
/* -------------------------------------- */

h2, h2 a {
	font-weight: normal;
	color: #004E7D;
}

h2.page-title, h2.entry-title {
	font-size: 2.5em;
	line-height: 1.1em;
	color: #004E7D;
	margin-bottom: 0.5em;
}

h2.page-title {
	margin-bottom: 1.0em;
}

h3.entry-title, h3.entry-title a {
	font-weight: normal;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #004E7D;
	margin-bottom: 0.5em;
}

#comments-list h3, #respond h3 {
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #004E7D;
	margin-bottom: 0.5em;
}



/* POST STYLING */
/* -------------------------------------- */

.hentry {
	margin-bottom: 4.0em;
}

.entry-content {
	font-family: "Georgia","Serif";
	font-size: 1.4em;
	line-height: 1.6em;
	border-bottom: 1px dotted #004E7D;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
}

.entry-content p {
	margin-bottom: 0.8em;
}

.wp-caption {
	font-size: 0.8em;
	font-family: "Arial","Verdana","Sans-Serif";
	margin-bottom: 1.5em;
}

.entry-meta {
	font-size: 1.1em;
	line-height: 1.6em;
}

.hentry ul, .hentry ol {
	margin-bottom: 0.8em;
}

.hentry ul li {
	margin: 0 0 0.2em 1.5em;
}

.hentry ol li {
	margin: 0 0 0.2em 1.7em;
}


/* COMMENT STYLING */
/* -------------------------------------- */

#comments {
	font-size: 1.2em;
}

#comments-list {
	margin-bottom: 4.0em;
	line-height: 1.5em;
}

#comments ol {
	list-style: none;
}

#comments ol li {
	margin-bottom: 2.0em;
}

.comment-author {
	font-size: 1.2em;
}

.comment-meta {
	margin-top: 0.5em;
	padding-top: 0.5em;
	border-top: 1px dotted #004E7D;
}

.form-label {
	margin-bottom: 0.2em;
}

.form-input, .form-textarea, .form-submit, #comment-notes, #login {
	margin-bottom: 0.7em;
}



/* SIDEBAR STYLING */
/* -------------------------------------- */

.sidebar ul {
	list-style: none;
}

.sidebar li {
	margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: 1px dotted #004E7D;
}

.sidebar li li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.sidebar li h3 {
	margin-bottom: .2em;
}

/* HIDE UNDESIRABLES */
/* -------------------------------------- */

h1, #blog-description, .skip-link, #secondary, #nav-above {
	display: none;
}

