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


/* ------------------------------------------------------------------------------------
RESETS						 */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}
/* ------------------------------------------------------------------------------------
BASICS						 */

html {
	min-height:101%;
}
body {
	background-color: #1A1A1A;
	color: #585858;
	font: 12px/16px Verdana, Geneva, sans-serif;
}
a {
	outline: 0;
 	*star: expression(this.onFocus=this.blur());
	text-decoration: none;
	color: #FFF;
}
td {
	vertical-align: top
}
a:hover {
}
a:active {
}
a:visited {
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/* ------------------------------------------------------------------------------------
STRUCTURE					 */

#wrapper {
}
#container {
}
#content {
}
#header {
	display: none;
}
#footer {
}
#content {
}
#right {
}
#left {
}
/* ------------------------------------------------------------------------------------
CUSTOM		*/

.box {
	padding: 12px;
}
.box p {
	line-height: 16px;
	font-style: italic;
}
.box .name {
	color: #585858;
}
.box .explanation {
	color: #3d413f;
}
.bg {
	background-color: #1a1a1a;
}
.bg:hover {
	background: url(../images/bg.jpg) black no-repeat left 100%
}
.name {
	margin: 10px 0 5px 0;
}



#content {
	width: 850px;
	padding-left: 12px;
	overflow: auto; /* clearing floats */
	min-height: 2000px;
}
.block {
	width: 255px;
	float: left;
	display: inline;  /* IE6 fix */
}
.block img {
	width: 255px;
}
#test_wp img {
	float: left;
	display: block;
	width: 450px;
}
.entry-title {
	display: block;
	font: bold 14px/18px Verdana, Geneva, sans-serif;
	text-align: right;
	}
.entry-title {
	margin-top: -53px;
	visibility: hidden;
	}
.entry-title span {
	background-color: #000;
	padding: 8px 3px 8px 20px;
	}
.entry-title em {
	font: normal 10px/14px Verdana, Geneva, sans-serif;
	background: transparent;
	display: block;
	}
.title {
	font-size: 50px;
	font-weight: bold;
	line-height: 90px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 50px;
	font-weight: bold;
	line-height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	}
.block p {
	display: none;
	padding-top: 30px;
	}
