/*
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.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar
*/

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

body {
	margin:0;
	padding:0;
	font-family: Georgia, "Hoefler Text", Garamond, Times, serif;
	font-size: 11pt;
	line-height: 18pt;
	background: url('images/dbr_bkg.png') top left repeat-y;
}

a, a:visited {
	color:#56CBF5;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div#wrapper {
}

div#container {
	float:right;
	margin:0 0 0 -350px;
	width:100%;
}

div.post {
	padding:0px;
	width:700px;
	margin:0 0 75px 0;
	float:left;
	clear:both;
}

div.post div.post_float_left {
	width:400px;
	float:left;
	margin:0;
	padding:0;
	clear:both;
}

div.post div.post_float_right {
	width:275px;
	float:right;
	margin-top: 2em;
}

div.post div.post_float_right div.comment_text{
	width:200px;
	border:1px solid #aaaaaa;
	float:right;
	padding:6px 12px;
	font-style: italic;
	max-height: 120px;
	overflow: hidden;
	font-size:10pt;
}

div.post_float_right a.block {
	color:#666666;
	display:block;
}

div.post_float_right a.block:hover {
	color:#aaaaaa;
	text-decoration:none;
}

div.post div.post_float_right div.comment_author{
	width:200px;
	float:right;
	padding:20px 20px 0 0;
	text-align: right;
	margin: -1px 0 0 0;
	background: url('images/dbr_comment_bubble_tail.png') 160px -1px no-repeat;
	font-size:10pt;
	font-style: italic;
	color: #999999;
}

div.post div.post_float_right div.comments-link {
	width:200px;
	float:right;
	padding:0px 20px 0 0;
	text-align: right;
	font-size:9pt;
	font-style: italic;
	margin:-5px 0 0 0;
}

div.post h2, div.entry-content h2, div#comments h2 {
	font-weight: normal;
	line-height:1em;
}

div.cat-links {
	font-size: 9pt;
}

div#comments{
	padding:0;
	border-top:1px solid #999999;
}

div#comments .comment-author {
	font-size: 13pt;
	font-style: italic;
	color: #999999;
}

li.comment {
	padding: 15px 0;
	border-bottom: 1px solid #999999;	
}

div.comment-meta {
	font-size: 9pt;
	color: #999999;
}

div.post h2 {
	margin: 10px 0 0 0;
}

div.entry-content h2, div#comments h2 {
	margin: 35px 0 0 0;
}

div.entry-content blockquote {
	color: #999999;
	font-style: italic;
	margin:0px;
	padding:0px;
}

div.entry-date {
	width:100%;
	border-bottom:1px solid #999999;
	padding: 0 0 10px 0;
}

div.entry-date abbr {
	text-decoration:none;
	border:none;
	color:#999999;
	font-size:13pt;
}

div#langBanner {
	width:500px;
	height: 120px;
	margin: 0 0 60px 0;
	padding:0px;
	margin: 0 0 0 -10px;
}

div#dbr_dr_header {
	float:left;
	margin: 75px 0 20px 0;
	clear:both;
	width:400px;
}

div.languageFloat {
	float:left;
}

div.languageFloat a img {
	border:none;
}

div#content {
	margin:0 0 0 350px;
	width:400px;
}

div.sidebar {
	float:left;
	overflow:hidden;
	width:250px;
}

div.sidebar ul.xoxo li.sidesection {
	margin: 8px 0 0 22px;
	padding: 30px 40px 0 0;
	background: url('images/dbr_separator.png') top right no-repeat;
	color: #808285;
}

div.sidebar ul.xoxo #sidebar_is_published_by {
	margin-bottom:30px;
}

div.sidebar ul.xoxo li.sidesection h3 {
	font-weight: normal;
	color:#808285;
	font-size:1.2em;
	margin: 0;
}

div.sidebar ul.xoxo li#sidebar_intro h3 {
	color:#3DB2E6;
}

li.sidesection p {
	font-size:9pt;
	line-height: 15pt;
}

img#dbr_sidebar_purchase_cover {
	margin-left:-10px;
}

div#secondary {
clear:left;
}

div#footer {
clear:both;
width:100%;
}

/* Begin the original sytle.css */

div#header {
	height:65px;
	background-color: #ffffff;
}

img#dbr_badge {
	border:none;
	margin:20px 0 0 20px;
}

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

div#menu {
background:#EEE;
height:1.5em;
margin:1em 0;
width:100%;
}

div#menu ul,div#menu ul ul {
line-height:1;
list-style:none;
margin:0;
padding:0;
}

div#menu ul a {
display:block;
margin-right:1em;
padding:0.2em 0.5em;
text-decoration:none;
}

div#menu ul ul ul a {
font-style:italic;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

div#menu ul li:hover ul {
left:auto;
}

.entry-title a {
	clear:both;
	color: #000000;
	font-style: normal;
	font-size: 16pt;
}

.entry-date abbr {
	color:#999999;
}

h3.entry-author {
	color:#999999;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 13pt;
}

div.entry-content {
	float:left;
	width: 400px;
	clear:both;
}

div#container,div#primary {
margin-top:0px;
}

form#commentform .form-label {
margin:1em 0 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div#comments, div#respond {
	float:left;
	clear:both;
	width:400px;
}

div.comments ul {
	margin:0;
	padding:0;
	list-style:none;
}

div#comments h3 {
	font-weight: normal;
	margin: 3em 0 0 0;

}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:400px;
}

.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;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
	margin-top:1em;
	float:left;
	clear:both;
	width:100%;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
	font-weight: normal;
	font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
	float:left;
}

input#author,input#email,input#url,div.navigation div {
	width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
	margin:0;
	padding:0;
}

.greytext {
	color:#999999;
	margin:0px;
}

blockquote.big {
	font-size: 20pt;
	line-height: 25pt;
	color:#999999;
}

.italic {
	font-style: italic;	
}

.page * div#dbr_dr_header {
	padding-bottom:40px;
	border-bottom:1px solid #999999;

}

a img {
	border:none;
}