/*
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
*/

body {
	background-color: #000;
	margin: 0em;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
        height: 100%;
}

div#header {
	width: 1015px;
	margin: 0 auto;
        background-color: #fff;
}
div#container {
	background-color: #fff;
	width: 1015px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 50px;
        text-align: left;
        overflow: hidden;
        min-height: 500px;
}
div#content {
        background-color: #fff;
        width: 550px;
        float: left;
        padding-bottom: 1000px;
        margin-bottom: -1000px;
      
}
div.sidebar {
        background-color: #fff;
        float: left;
        padding-bottom: 1000px;
        margin-bottom: -1000px;
}
div#primary {
        width: 150px;
        margin-right: 10px;
}
div#secondary {
        width: 255px;
        margin-left: 30px;
}   
h1 {
        font-size: 2.5em;
	color: #F39
}
h2 {
	font-size: 1.8em;
	color: #F39
}
h3 {
	font-size: 1.2em;
	color: #F39
}
a {
	color: #F39;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #F6C;
}
a:active {
	text-decoration: none;
}
p {
	font-size: 1em;
	color: #000;
	font-weight: normal;
}
.sidebar ul {
        list-style: none;
        margin-left: 8px;
        padding-left: 0;
}
#primary ul h3 {
        margin-bottom: 5px;
}
#primary li {
        margin-left: 6px;
        padding-left: 0;
}
h3 p{
        margin-top: 0px;
}