/*
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
TAGS: widgets, sandbox, microformats, hcard, hatom, xoxo
VERSION: 1.5.2
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
*/

/* Two-column with sidebar on left from the /sandbox-layouts/ folder  */
@import url('sandbox-layouts/3c-b.css');
/* Just some example content */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
}
a {
	color: #3366CC;
}
div#header {
	text-align:left;
	margin-bottom:2em;
	background-image: url(/images/website/smith07_logo.gif);
	background-repeat: no-repeat;
	padding-left: 150px;
	padding-top: 10px;
	height: 110px;
	background-position: left top;
}
div#header h1 {
	margin-bottom: 0px;
}
div#header h1 a{
	font-variant: small-caps;
	color: #003399;
	text-decoration: none;
}
div#blog-description {
	color: #003399;
	font-weight: bold;
	font-variant: small-caps;
}
div#access div.skip-link {
	position:absolute;
	top:1em;
	right:1em;
}
.entry-title {
	clear:both;
}
div#container, div.sidebar {
	margin-top:2em;
}
div#nav-above, div#nav-below {
	width:100%;
	height:1em;
}
div#nav-above {
	margin-bottom:1em;
}
div#nav-below {
	margin-top:1em;
}
.alignleft, div.nav-previous {
	float: left;
}
.alignright, div.nav-next {
	float: right;
}
form#commentform .form-label {
	margin:1em 0 0;
}
form#commentform span.required {
	background:#fff;
	color:red;
}
form#commentform, form#commentform p {
	padding:0;
}
input#author, input#email, input#url {
	width:50%;
}
input#author, input#email, input#url, textarea#comment {
	padding:0.2em;
}
div.comments ol li {
	margin:0 0 3.5em;
}
textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}
div.sidebar div, div.sidebar h3, div.sidebar ul, div.sidebar li {
	margin:0;
	padding:0;
}
div.sidebar h3 {
	font-size:1.2em;
	background-color: #FFF7CC;
	color: #3366CC;
	margin-bottom: 5px;
}
div.sidebar input#s {
	width:7em;
}
div.sidebar ul {
	margin-left: 0px;
}
div.sidebar li {
	list-style:none;
	margin:0 0 3px;
}
div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}
div.sidebar ul ul {
	margin:0 0 0 1em;
}
div.sidebar ul ul li {
	list-style:none;
	margin:0;
}
div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style:none;
}
div.sidebar a {
	text-decoration: none;
}
div.sidebar .widget {
	margin-bottom: 10px;
}
div#footer {
	text-align:center;
}
/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery {
	clear:both;
	float:left;
	width:100%;
}
div.gallery dl {
	float:left;
	text-align:center;
}
div.gallery dl dt {
	margin:0;
}
div.gallery dl dd {
	margin-left:0;
}
div.entry-attachment, div.entry-caption {
	text-align:center;
}
div.entry-attachment img, div#nav-images div img {
	overflow:hidden;
}
body.attachment div#nav-images {
	clear:both;
	width:100%;
}
body.attachment div#nav-images div {
	padding:1em 0;
	width:50%;
}
body.attachment div#nav-images div.nav-previous {
	text-align:left;
}
body.attachment div#nav-images div.nav-next {
	text-align:right;
}
body.attachment div.entry-meta, body.attachment div#comments {
	clear:both;
}

