/*
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 /sandbox-layouts/ folder  */
/* @import url('sandbox-layouts/3c-r.css'); */

/* Just some example content */

html {
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	margin: 0;
	padding: 0;
	background: #5b5b5b;
	font-size: 13px;
	font-family: 'Trebuchet MS', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #000;
	text-align: left;
	}

a {
	color: #408080;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}

a:hover {
	color: #808080;
	text-decoration: underline;
	border: 0;
}

div#header {
	text-align: left;
	margin: 0px auto;
	padding-top: 20px;
	width: 850px;
	height: 150px;
	border: 0px solid red;
	background-color: white;
	background-image: url(./header_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

h1#blog-title {
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 40px;
}

h1#blog-title a {
	color: white;
}

h1#blog-title a:link {
	color: white;
}

div#blog-description {
	color: #CFEFF6;
	margin-left: 40px;
}

div.skip-link {
	display:none;
	}

div#access {
	margin: 0 0 10px 0;
	text-align: center;
}

div#access div.skip-link {
	position:absolute;
	top:1em;
	right:1em;
}

div#menu {
	font-size:0.9em;
	height:1.5em;
	margin-top: 10px;
	padding-top:0.3em;
	padding-left: 40px;
	background:#fff;
}

div#menu ul a {
	font-weight:700;
	text-decoration:none;
}

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

div#menu ul li {
	float:left;
}

div#menu ul li a {
	color: #0000cc;
	background:#fff;
	padding:0.3em 0.5em;
}
div#menu ul li a:hover {
	color: #ff0000;
}

div#menu ul ul {
	display:none;
}

div#menu ul ul li {
	float:none;
}

div#menu ul ul li a {
	margin:0;
	padding:0;
}

div#menu ul li:hover ul {
	display:block;
	font-size:0.9em;
	padding-top:0.5em;
	position:absolute;
}

div#menu ul li:hover ul li a {
	background: #0000cc;
	border:none;
	display:block;
	padding:0.1em;
	width:10em;
}

.entry-title {
	clear:both;
}

h2.entry-title, h3.entry-title {
	margin-bottom: 0;
	font-size: 24px;
	}

h2.entry-title a, h3.entry-title a {
	color: red;
	font-size: 24px;
	}

div.entry-date {
	margin-left: 5px;
	color: #808080;
	font-size: 12px;
	}

div.entry-content a {
	color: #0080FF;
	text-decoration: none;
	background-color: transparent;
	border: 0;
	}
div.entry-content a:hover {
	color: red;
	text-decoration: underline;
	border: 0;
	}

div.entry-content img {
	display: block;
	margin: 3px auto;
	}

div.entry-content img.left {
	float: left;
	margin: 0 5px 5px 0;
	}

div.entry-content img.right {
	float: right;
	margin: 5px 0 0 5px;
	}

div.entry-meta {
	font-size: 12px;
	color: #808080;
	}

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

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

div#wrapper {
	background-color: white;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 950px;
	}

div#container {
	float: left;
	width: 100%;
}

div#container, div.sidebar {
/*	margin-top:2em; */
}

div#content {
	margin: 0 400px 0 0;
	padding-left: 50px;
	width: 450px;
}

div#content .post {
	margin-bottom: 20px;
}

div.sidebar {
	float: left;
	overflow: hidden;
/*	width: 180px;  */
}

div#primary {
	margin: 0 0 0 -400px;
	width: 140px;
}

div#secondary {
/*	margin: 0 0 0 -200px;  */
	margin: 0 0 0 -260px;
	width: 220px;
}

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

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

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 ul ul {
	margin:0 0 0 1em;
}

div.sidebar ul ul li {
	list-style:square;
	margin:0 0 0 3px;
}

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

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

div#footer {
	text-align: center;
	clear: left;
	width: 100%
	margin: 0px auto;
	padding-bottom: 10px;
	background-color: white;
}

ul#links-page li.linkcat {
	margin-top: 20px;
}

div#badges {
	margin: 20px 0 0 10px;
	width: 120px;
}

div#badges a {
	border: 0;
	text-decoration:none;
}

div#badges img {
	margin: 2px 0;
	padding: 0;
}

span.vcard {
/*	display: none; */
}

/* New gallery feature styles; Can't use div.attachment because shortcodes can link to galleries in other posts */
div.gallery{clear:both;float:left;width:100%;}
div.gallery dl{float:left;text-align:center;}
div.gallery dl dt{margin:0;}
div.gallery dl dd{margin-left:0;}
div.entry-attachment,div.entry-caption{text-align:center;}
div.entry-attachment img,div#nav-images div img{overflow:hidden;}
body.attachment div#nav-images{clear:both;width:100%;}
body.attachment div#nav-images div{padding:1em 0;width:50%;}
body.attachment div#nav-images div.nav-previous{text-align:left;}
body.attachment div#nav-images div.nav-next{text-align:right;}
body.attachment div.entry-meta,body.attachment div#comments{clear:both;}
