/*
THEME NAME: New-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: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Red: #e31b22; */

/* Odd styles */
.round {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.clear {clear:both;}

p {margin:0 0 1em}

* {margin:0;padding:0;}

img {border:0;}

body {
	background:#070707 url(images/bodybg.png) top left repeat-x fixed;
	color:#333;
	font-family:'Lucida Grande',Calibri, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:130%;
}

h2, h3, h4, h5 { 
	font-weight:normal;
	padding:.1em 0 .2em;
	line-height:105%;
}

h2 {font-size:1.6em; font-weight:bold;}
h3 {font-size:1.3em;}
h4 {font-size:1em;}

a {color:#e31b22;text-decoration:none;}
a:hover {text-decoration:underline;}

#wrapper {
	width:765px;
	margin:0 auto;
}

#header {
	padding:10px 0 15px;
	height:30px;
	background:url(images/hd-bg.gif) 45px bottom no-repeat;
}

	#mainheader {
		float:left;
		padding:3px 0 0;
	}
	
	#navbar {
		float:right;
		height:30px;
		background:#fff;
		padding:0 8px;
	}
	
	#navbar ul {
		white-space:nowrap;
		margin-top:5px;
	}
	
	#navbar ul li {
		display:inline;
		list-style-type:none;
	}
	
	#navbar ul li a {
		padding:0 5px;
	}

#middle {
	background:url(images/middle-bg.gif) top center repeat-y;
	}
	
	#content {
		float:left;
		width:547px;
		margin:10px 0 10px 10px;
	}
	
	#sidebar {
		float:right;
		width:178px;
		margin:10px 10px 10px 0;
		font-size:.8em;
		line-height:115%;
	}
	
		#sidebar ul {
		}
		
		#sidebar ul li { /* separate sb sections */
			padding:0 0 10px;
			list-style:none;
		}
		
		#sidebar ul li ul {padding:5px 0 0 15px;}
		
		#sidebar ul li ul li {
			list-style:disc;
			padding:0;
			line-height:120%;
		}

		#sidebar ul li ul li ul {padding:0 0 0 15px;}


		#sidebar ul li ul li ul li {
			list-style:circle;
		}
		
		
		#social-icons {
			height:24px;
		}
		.soc-icon {
			display:block;
			float:left;
			height:24px;
			width:24px;
			margin:0 10px 0 0;
			overflow:hidden;
		}

#footer {
	clear:both;
	margin:0 0 20px;
	padding: 10px 0 0;
	line-height:100%;
	color:#ccc;
	font-size:.8em;
}

	#footer-right{
		float:right;
	}

	#footer a {
		color:#ccc;
	}
	
	#footer span.meta-sep {font-size:27px;}


.entry-content h2, .entry-title {
	clear:both;
	margin:0 0 10px 0;
}

.entry-content ul {
	padding:2px 0 2px 15px;
}
		
.entry-title,.entry-meta {
clear:both;
}

.entry-date {
	font-size:.8em;
	margin:0 0 5px;
	color:#888;
}

.post {
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px solid #ddd;
}



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

img.alignright, img.alignleft, img.aligncenter {
	-moz-box-shadow: 3px 3px 3px #666;
	-webkit-box-shadow: 3px 3px 3px #666;
	box-shadow: 3px 3px 3px #666;
}

.alignright,img.alignright{
float:right;
margin:0 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

.plainleft {
	float:left;
	margin:0 1em 0 0;
}
.plainright{
float:right;
margin:0 0 0 1em;
}

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.navigation {
height:1.25em;
}

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

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

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

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