/*
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  */
@import url('examples/2c-r.css');

body {
	background:#000;
	margin:0;
	color:#e6e5d7;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.8em;
}

img {
	border:0;	
}

a {
	color:#e6e5d7;	
}

strong {
font-weight:bold;
letter-spacing:1px;
}

blockquote {
margin:5px 50px;
}

#containertop {
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
}

#wrapper {
	width:1100px;
	margin:0 auto;
	position:relative;
	z-index:50;
}

/*#startcontent {
	background:transparent url(images/startcontentbg.png) no-repeat top left;
	border:1px solid blue;
	height:177px;
	width:1032px;
	margin:0 auto;
}*/


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

img.logo {
padding-bottom:20px;
}

div#menu {
background: url(images/nav.jpg) no-repeat top left;
margin:0 auto;
padding: 0 0 0 20px;
width:937px;
display:block;
overflow:hidden;
}

div#menu ul {
line-height:1;
list-style:none;
margin:11px auto;
padding:3px 0 0 40px;
background:url(images/navtrans.png) repeat-x;
overflow:hidden;
width:760px;
height:24px;
}

div#menu ul li {
	padding:0 10px;	
}

div#menu ul a {
display:block;
padding:0.2em 0.5em;
text-decoration:none;
color:#342520;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
font-size:14px;
}

div#menu ul a:hover {
color:#594c50;
}


#flowers {
	position:absolute;
	margin:-46px 0 0 -11px;
	z-index:1;
}

div#content {
	background:#594c50 url(images/content-top.jpg) no-repeat top left;
	width:705px;
	margin: 0 0 0 81px;
	float:left;
}

div#content_lustlist {
	background:#594c50 url(images/content-top.jpg) repeat-x top left;
	width:925px;
	margin: 0 0 0 81px;
	padding:40px 0 0 0;
	float:left;
}

div#content_lustlist table {
	padding: 0 0 0 5px;	
	font-size:11px;
}

div#content_lustlist table .titles td {
	background-color:#ccc;
	color:#333;
	text-transform:uppercase;
}

div#content_lustlist td {
	padding:5px;
}

div#content_lustlist .odd {
	background-color:#333;	
}

div#content_lustlist .even {
	background-color:#666;	
}

div#content_lustlist img {
	border:1px solid #E6E5D7;	
}

div#content_lustlist #content_btm {
	background:transparent url(images/content-btm.jpg) repeat-x bottom left;
	height:15px;
}

.lustlist_data {
	padding:15px;
}

.lustlist_data .entry-content {
	padding:40px 5px 10px 0;
	overflow:hidden;
}

.lustlist_data .entry-content .image {
	float:left;	
}

.lustlist_data ul.details {
	width:430px;
	float:left;
	margin:0 0 0 15px;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}

.lustlist_data ul.details li {
	padding: 0 0 15px 0;	
}

.lustlist_data ul.details li h3 {
	margin: 0 0 10px 0;
	font-size:18px;
}

div#content #content_btm {
	background:transparent url(images/content-btm.jpg) no-repeat bottom left;
	height:15px;
}

div#content .post, div#content .page {	
	padding:20px 20px 0 20px;
}


.entry-title,.entry-meta,.page-title {
clear:both;
}

.entry h2 {
	margin:0 0 5px 0;
	padding:0;
}

h2.page-title {
	margin:10px 0 0 0;
	padding:0;
	font-size:22px;
}

h2.entry-title {
	margin:10px 0 0 0;
	padding:0;
	font-size:22px;
	z-index:10;
	position:relative;
}

h2.entry-title a {
	text-decoration:none;
}

.entry-date {
	margin:0 0 5px 0;
	padding:0;
}

.entry-content img, .entry img {
	background-color:#e6e5d7;
	padding:5px;
	border-right:2px solid #453f41;
	border-bottom:2px solid #453f41;
}

.entry-content p {
padding:10px 0;
}

.entry-content img .no-border, .entry img .no-border {
background-color:transparent;
padding:0;
border:none;
}

.signature {
	margin:30px 0;	
}

.entry-meta {
	font-weight:bold;
	font-size:14px;
}

.entry-meta a {
	text-decoration:none;
}

div.clearer {
height:1px;
clear:both;
}

div#container {
clear:both;
margin-top:2em;
}

form#commentform .form-label {
margin:1em 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 ol li {
margin:0 0 3.5em;
}

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

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

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

div.navigation {
height:1.25em;
padding: 0 10px;
}

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

div.sidebar a:hover {
color:#594c50;
}

div.sidebar h3 {
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:none;
margin:0;
padding: 0 0 10px 0;
}

div.sidebar ul ul.readmore {
	margin: 10px 0 0 0;	
}

div.sidebar ul ul.readmore li {
	font-weight:bold;
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div.sidebar ul ul.readmore li a {
	text-decoration:none;	
}

div.sidebar .lovely-things {
padding-top:15px;
}

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

div#header {
text-align:center;
}

div#comments {
margin-left: 22px;
}

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

.subscribe input, .search input {
	width:246px;
	background:#cac9bc;
	padding: 5px 10px;
	border:none;
	font-size:14px;
}

.subscribe input.submit, .search input.submit {
	background:transparent url(images/submit.png) no-repeat top left;
	width:59px;
	height:14px;
	margin: 10px 32px 10px 0;
	padding:0;
	float:right;
}

.search img {
padding:20px 0 0 0;
}

img.tweet {
padding:20px 0 0 0;
}

div#footer {
	width:1100px;
	margin:0 auto;
}

div#footer .copyright {
	margin: 0 0 0 81px;
	color:#777771;
}

div#footer .copyright a {
	color:#777771;
	text-decoration:none;
}

#btmcontainer {
	height:130px;
	overflow:hidden;
	margin:0;
}


