/*
 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:
*/
 
@import url("reset.css") screen;

body {
    background: #EEECDE url('images/bg_body.jpg');
    font: 12px "Lucida Grande", sans-serif;
    margin: 0;
    padding: 0;
}
#header {
    background: transparent url('images/header-bg.jpg') no-repeat;
    height: 150px;
	width: 750px;
	margin: 0 auto;
    position: relative;
}
.entry-content {
}
a img {
    border: none;
}
body.home .entry-content {
    width: 450px;
}
.polaroid {
    position: absolute;
    left: 500px;
    top: 50px;
    width: 242px;
    height: 259px;
}
#header h1 {
    margin: 8px 0 3px 15px;
    padding-top: 8px;
    float: left;
}
#header h1 a {
    color: #fff;
    text-decoration: none;
    font: bold 22px Georgia, serif;
}

#blog-description {
    color: #fff;
    font-size: 12px;
    font-style: italic;
    float: left;
    clear: left;
	margin-left: 15px;
}
#menu {
    margin: 3px 25px 0 0;
    position: absolute;
	padding: 112px 0 0 15px;
	height: 50px;
}
#menu ul, #menu li {
    list-style-type: none;
    margin: 0;
    display: inline;
}
#menu a:hover {
    border: none;
}
#menu a {
    display: block;
    float: left;
    margin-right: 3px;
    padding: 10px;
    background-image: url('images/no-hover.png');
	color: #fff;
}
#menu a:hover, #menu .current_page_item a  {
    background-image: url('images/hover.png');
    color: #000 !important;
    text-decoration: none;
}
#wrapper {
    margin: 0 auto;
    width: 797px;
	background: transparent url('images/wrapperbg.png') repeat-y;
	padding-top: 10px;
	height: 100%;
	min-height: 100%;
}
#content h3 {
	font-size: 14px;
	margin-bottom: 0;
}
#content h3 + p {
	margin-top: 0;
}
#access {
    display: none;
}
#container {
    padding-top: 5px;
    font: normal 12px / 18px helvetica, arial, verdana, sans-serif;
	margin-bottom: 30px;
}
#container, .sidebar, #footer {
    color: #636363;
    position: relative;
}
ul li {
    list-style-image: url('images/arrow.gif');
}
#sidebar h3 {
    margin: 10px 0;
}
.sub {
    margin-left: 10px !important;
    margin-right: 10px;
}
.sub li {
    margin-left: 5px;
    border-right: 1px solid #636363;
    padding-right: 6px;
}
.sub li:last-child {
    border: none;
}
dt, .extender {
    font-weight: bold;
}
.extender {
    cursor: hand;
}
dd {
    margin-left: 10px;
}
#noresults-searchform, #noresults-searchform div {
    display: inline;
}
#search {
    position: absolute;
    right: 24px;
}
li.widget {
    list-style: none;
    margin-left: 10px;
}
li.widget ul, #sidebar ul {
    margin: 0;
}
li.widget ul li {
    margin-left: 20px;
}
#sidebar .page_item {
    margin-left: 30px;
}
.sub, .sub * {
    list-style-type: none;
    display: inline;
}
div#content {
    margin: 0 auto;
    padding: 10px 30px;
    width: 730px;
}
div.page {
    margin-top: 8px;
}
.entry-title {
    font: bold 18px Georgia, serif;
    margin-top: 0;
}
#sidebar {
    float: left;
    width: 150px;
    vertical-align: top;
    padding-top: 45px;
    padding-bottom: 30px;
}
input.text-input, input, textarea {
    border: 1px double #51473D;
}
#footer {
	background: transparent url('images/wrapper-bg.png') no-repeat;	
    height: 68px;
	width: 780px;
	position: fixed;
	bottom: 0;
	margin-left: 9px;
	clear: both;
}
#footer h4 {
    font: italic small-caps bold 14px "Lucida Grande", sans-serif;
    color: #fff;
    margin: 0;
    padding-top: 18px;
}
td {
	padding: 4px 10px 4px 4px;
}
a {
    color: #752626;
    text-decoration: none;
}
a:hover {
    border-bottom: 1px dotted #752626;
}

/* Begin Contact Form CSS */

.contactform {
	position: static;
	overflow: hidden;
	width: 350px;
	margin-bottom: 20px;
}
.contactleft {
	width: 25%;
	white-space: pre;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}
.contacterror {
	border: 1px solid #ff0000;
}
.contactsubmit {
}
