/*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TAGS: widgets, sandbox, microformats, hcard, hatom, xoxoVERSION: 1.5.2AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>AUTHOR URI:*/

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

@import url('sandbox-layouts/3c-r.css');

body {
	font-size: 0.7em;
	font-family: Arial;
	background-color: #222;
	background-image: url(bgimage2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#wrapper {
	margin: 3em;
	width: 100em;
}
div#menu .page-item-15 a {
	background-color: #fff;
	color: #000;
	
}
div#primary.sidebar .page-item-15 a {
	background-color: #fff;
	color: #000;
	
}

div#intro{
	color: white;
	font-size: 1.5em;
	margin-bottom: 1em;
}

/* Just some example content */

div#header {
	text-align: left;
	font-family: georgia;
	font-style: italic;
	margin-bottom: 2em;
	color: white;
	font-size: 2.5em;
	width: 28em;
}

div#header a {
	color: white;
	text-decoration: none;
}

div#tagheader {
	padding: 0.5em;
	width: 25em;
}

div#header h1 {
	font-size: 1.4em;
	width: 12em;
	margin-left: 0.3em;
}

div#blog-description {
	margin-left: 0.5em;
	padding-bottom: 1em;
}

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

div#menu {
	font-size: 1.3em;
	height: 1.5em;
	font-weight: bold;
	padding-top: 0.3em;
	width: 100%;
	margin-bottom: 2em;
}

div#menu ul, div#menu li, div#menu a {
	padding-bottom: -1px;
}

div#menu ul a {
	font-weight: 100;
	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;
	margin-right: 0.3em;
}

div#menu ul li a {
	background: black;
	padding: 0.3em 0.5em;
	color: white;
}

div#menu ul li a:hover {
	background: #444;
	padding: 0.3em 0.5em;
	color: white;
}

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: #333;
	border: none;
	display: block;
	padding: 0.1em;
	width: 10em;
}

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

code {
	display: block;
	background-color: gray;
	padding-left: 1em;
	color: white;
}
h3 {
 clear: both;
}

div#container a:hover,div#footer a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

div#container a, div#footer a {
	color: #ddd;
	background-color: #444;
	padding: 0.2em;
	text-decoration: none;
}

.entry-date {
	color: #666;
}

.entry-title {
	clear: both;
	font-size: 1.4em;
	background-color: #555;
	padding: 0.2em;
	font-weight: bold;
	color: white;
	width: auto;
}

.entry-content a, .post a {
	color: #ddd;
	background-color: #444;
	padding: 0.2em;
	text-decoration: none;
}

.entry-content a:hover, .post a:hover {
	color: black;
	background-color: white;
	text-decoration: none;
}

.entry-date {
	color: #666;
}

.entry-content {
	font-size: 1.3em;
	color: #ddd;
	line-height: 1.6em;
}

.entry-title a,.entry-title a:hover,.entry-title a:visited {
	text-decoration: none;
	color: white;
	background-color: transparent;
}

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

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.sidebar div,div.sidebar h3,div.sidebar ul,div.sidebar li {
	margin: 0;
	padding: 0;
}

div.sidebar h3 {
	font-size: 2em;
	text-transform: lowercase;
	color: whitesmoke;
}

div.sidebar ul {
	list-style-type: none;
}

div.sidebar li a {
	font-size: 1.01em;
	font-weight: bold;
}

div.sidebar ul li a {
	text-decoration: none;
	color: white;
	background-color: #666;
	padding: 0.2em;
}

div.sidebar ul li ul li ul a {
	text-decoration: none;
	color: white;
	background-color: #aaa;
	padding: 0.2em;
}

div.sidebar ul li ul li ul a:hover {
	text-decoration: none;
	color: black;
	background-color: #eee;
}

div.sidebar ul li a:hover {
	text-decoration: none;
	color: #333;
	background-color: #ddd;
}

div.sidebar input#s {
	width: 7em;
	background-color: #eee;
}

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

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

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

div.sidebar ul ul li {
	margin: 0 0 0.554em 0;
}

div.sidebar ul ul ul {
	list-style-type: square;
	margin: 0.4em 0 0em 0em;
}

div.sidebar ul ul ul li {
	margin-bottom: 0.4em;
}

div#footer {
	text-align: center;
}

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

.wp-caption-text {
	font-size: 0.8em;
	color: white;
	line-height: 1.3em;
	padding: 0.3em;
	margin-top: 0.5em;
	margin-right: 0.5em;
}
.wp-caption-dd {
	font-size: 0.8em;
	color: white;
	line-height: 1.3em;
	padding: 0.3em;
	margin-top: 0.5em;
	margin-right: 0.5em;
margin-left: 0.1em;

}
.wp-caption {
	margin-bottom: 0.9em;
	float: left;
}

div.entry-meta {
	border-bottom: 4px solid #eee;
	padding-bottom: 1em;
	margin-bottom: 3em;
	clear: both;
}

span.edit-link {
	clear: both;
	display: block;
}

p {
	clear: both;
}

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

/* My Comment */
