/*
THEME NAME: Hands at the Plow
THEME URI: 
DESCRIPTION: Sandbox child theme
VERSION: 1.0
AUTHOR: Jose Skinner
AUTHOR URI: http://jackswords.com
TEMPLATE: sandbox
*/

/* Sandbox CSS */
@import url('sandbox/style.css');

/* Blueprint CSS */
@import url('blueprint/screen.css');



/* Sandbox style changes */
a:focus, a:hover {
	color:#000;
}
a {
	color:#630023;text-decoration:underline;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

body {
	background: #FFF url('images/bg_main.png') repeat-y top left;
	border: 2px solid #000;
	height: 100%;
}
#blog-description, #blog-title {
	margin-left:-1000px;	
}
#content {
	padding-top: 10px;
	background-color: #FFF;
}
.entry-meta {
	background: #CCF;
	margin-bottom:1em;
}
.entry-title {
	margin-bottom:0.25em;
}
#footer {
	background: #444;
	border-top: 1px #222 solid;
	text-align: left;
}
#footer-info {
	color: #FFF;
}
#footer-info a {
	color: #FFF;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#111;
}
h2 {
	font-family: 'Palatino Linotype', Palatino, 'Book Antiqua';
}
h3 {
	font-weight:bold;
	text-transform:uppercase;
	font-size:1.2em;
}
h4 {
	font-weight:bold;
	font-size:1em;
}

#header {
	background: #630023 /* url('images/plow-banner.jpg') no-repeat top left */;
	height: 200px;
	width: 950px;
	border-bottom: 5px #444 solid;
}
html {
	background-color: #CCC
}

img {
	border: 0px solid #000;
}
img.large-landscape {
	height: 334px;
	width: 540px;
}
img.large-potrait {
	height: 560px;
	width: 346px;
}
img.mid-landscape {
	height: 201px;
	width: 324px;
}
img.mid-portrait {
	height: 346px;
	width: 214px;
}
img.small-landscape {
	height: 132px;
	width: 214px;
}
img.small-portrait {
	height: 214px;
	width: 132px;
}


.blog-search input.text {
	width: 160px;
}
/* SIDEBAR lists */
div.sidebar li {
	list-style:none;
	margin:0 0 1em;
}
div.sidebar ul li a {
/*	background: #003366 transparent;
	color: #EEE; */
}
div.sidebar ul li a:hover {
	background: #EEE;
}
div.sidebar ul ul {
	margin:.3em 0
}
div.sidebar ul ul li {
	list-style:none;
	margin: .2em 0 .5em 0;
}
div.sidebar ul ul ul {
	margin:0 0 0 1.2em;
}


/* SIDEBAR structure*/
div#primary {
	background: #003366 transparent;
	color: #EEE;
	height: 100%;
	float: left;
}
div#primary h3 {
	color:#A8B752;
}
div#primary #pages h3.widgettitle {
	color:#F00;
	display: none;
}
div#primary ul.xoxo {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}
div#primary a {
	background-color: #003366 transparent;
	border-bottom: 1px solid #eee;
	color: #EEE;
	display: block;
	padding-left: 10px;
	width: 140px;
}
div#primary a:link,  {
	color: #EEE;
	text-decoration: none;
}
div#primary a:hover {
	background-color: #369;
	color: #fff;
}
div#primary ul ul a {
	font-size: 1.3em;
}
div#primary ul ul ul a {
	font-size: 1.2em;
	width: 125px;
}
div#primary ul ul ul ul a {
	width: 110px;
}
div#secondary {
	background-color: #CC9 transparent;
}
div#secondary ul li.widget{
	margin-bottom: 2.5em;
}
div.sidebar {
	padding-top: 20px;
	height: 100%;
}
div.sidebar #pages ul li a {
	text-decoration: none;
	margin-bottom: 0px;
	margin-top: 0px;
}
div#wrapper {
	height: 100%;
}
