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

/* Two-column with sidebar on left from the /examples/ folder  */

body {
	background-image:url(images/bg02.png);
	background-repeat:no-repeat;
	background-color:#eeede4;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0px;
	padding:0px;
	line-height:14px;
}
/*
LAYOUT: Two-Column (Left)
DESCRIPTION: Two-column fluid layout with one sidebars left of content
*/
div#container {
	margin:0;
	width:905px;
}
div#content {
	float:right;
	padding-left:0;
	padding-top:352px;
	width:607px;
}
div.sidebar {
	float:left;
	height:500px;
	padding-left:60px;
	padding-top:100px;
	width:236px;
}
div#secondary {
	clear:left;
}
div#footer {
	clear:both;
	display:block;
	font-family:georgia;
	font-style:italic;
	font-weight:bold;
	height:16px;
	margin-left:295px;
	padding-bottom:10px;
	padding-top:16px;
	background-image:url(images/h1bg.png);
	background-repeat:no-repeat;
}
h1 {
	color:#3e3f5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:31px;
	font-weight:bold;
	background-image:url(images/h1bg.png);
	background-repeat:no-repeat;
	display:block;
	height:30px;
	text-decoration: none;
	margin:0;
	padding-top:10px;
}
h2 {
	color:#3e3f5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	background-image:url(images/h2bg.gif);
	background-repeat:no-repeat;
	display:block;
	height:28px;
	text-decoration: none;
	margin-top:25px;
	margin-bottom:15px;
}
a:link {
	color: #3E3F5B;
	text-decoration: none;
}
a:visited {
	color: #3E3F5B;
	text-decoration: none;
}
a:hover {
	color: #3E3F5B;
	text-decoration: none;
}
a:active {
	color: #3E3F5B;
	text-decoration: none;
}
.quote {
	color:#3e3f5b;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	line-height:18px;
	font-weight:bold;
	font-style:italic;
}
.postimg {
	border:1px solid #999999;
	display:block;
	float:left;
	margin:0 8px 8px 0;
	padding:2px;
	clear:both;
}
.lefty {
	float:left;
}
