/* @override http://www.breadandsoup.net/wordpress/wp-content/themes/bs/style.css */

/*
THEME NAME: BS
THEME URI: 
DESCRIPTION: Based on <a href="http://www.plaintxt.org/themes/sandbox">Sandbox</a>.
VERSION: 1.0
AUTHOR: Ben Miller
AUTHOR URI:
*/

body {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #5b5b5b;
}
a {
	text-decoration: none;
	color: #fff;
}
#header h1 {
	margin: 0;
	font: normal 400% "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
	padding: 0 0 0 15px;
	text-shadow: #000 0px 0px 10px;
}
#header span.ampersand {
	font: 150% Palatino, "Palatino Linotype", "Times New roman", serif;
	vertical-align: -5px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Gill Sans", "Gill Sans MT", Verdana, sans-serif;
}

div#container {
	float: right;
	margin: 0 0 0 -200px;
	width: 100%;
}
div#content {
	margin: 0 0 0 180px;
	opacity: 1;
	text-shadow: #000000 0 0 0px;
}
div.sidebar {
	float: left;
	width: 160px;
	overflow: hidden;
}
div#footer {
	clear: both;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}
div#content, div#primary.sidebar {
	margin-top: 1em;
}

/* @group Content and Posts */
div#content {
	width: 550px;
	background-color: #fdf4d2;
	padding: 5px 10px 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #EEE;
}

#content a {
	color: #895010;
}
#content p a:hover {
	text-decoration: underline;
}

#content p {
	line-height: 160%;
}

#content hr {
	width: 55%;
	border: 0px;
	color: #895010;
	background-color: #895010;
	height: 1px;
}

h2.entry-title {
	border-bottom: 1px solid #cacaca;
	color: #895010;
}
h2.entry-title:hover {
	border-bottom-color: #895010;
}
h2.entry-title a {
	display: block;
}
h2.entry-title a:hover {
	text-decoration: none;
}
div.entry-content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #cacaca;
	padding: 7px;
	background-color: white;
}

div#content img.icon {
	display: inline;
	border: none;
	padding: 0;
	margin: 0px 1px 0px 1px;
}
.entry-title {
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}
.entry-date {
	text-transform: uppercase;
	font-size: .75em;
}
div.entry-meta {
	margin-bottom: 2em;
}
/* @end */

/* @group Nav */

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;
}
/* @end */

/* @group Comment */
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%;
}
/* @end */

/* @group Sidebar */
div.sidebar {
	margin-left: 15px;
	padding: 0;
}
div.sidebar h3,div.sidebar ul,div.sidebar li {
	margin: 0;
	color: #fff;
	padding: 0;
} 
div.sidebar h3 {
	font-weight: normal;
	font-style: normal;
	color: #aaa;
}
div.sidebar input#s {
	width: 7em;
}
div.sidebar li {
	list-style: none;
	margin: 0 0 1em;
}
div.sidebar li form {
	margin: 0.2em 0 0;
	padding: 0;
}
div.sidebar li#categories ul, div.sidebar li#pages ul {
	margin: 0;
}
div.sidebar ul ul {
	margin: 0 0 0 1em;
}
div.sidebar ul ul li {
	list-style: disc;
	margin: 0;
	list-style-type: none;
}
div.sidebar ul ul ul {
	margin: 0 0 0 0.5em;
}
div.sidebar ul ul ul li {
	list-style: circle;
}
div.sidebar li#archives ul li {
	list-style-position: inside;
	list-style-type: circle;
}
img#feed {
	position: relative;
	top: 2px;
}
form#searchform input#s {
	background-color: #dedede;
	border: 1px solid #fff;
}

/* @end */

/* Footer */
div#footer {
	text-align: center;
	color: #d7d7d7;
}