/*
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
*/

#blog-description, .skip-link, abbr{display:none;}


*{
	margin:0;
	padding:0;
	font-family:sans-serif;
	}

body{
	font-size:13px;
	color:#222;
	background:URL(bg.jpg) top center repeat-x #333333;
	}

img{border:0;}

#wrapper{
	width:960px;
	margin: 0 auto;
	background:url(stretch.jpg) top left repeat-y;
	}
	
#header{
	background:url(top.jpg) top left no-repeat;
	height:250px;
	}

#blog-title a{
    display: block;
    height: 190px;
    margin-left: 35px;
    width: 870px;
    text-indent:-9999px;
	}
#mid {
	background:url(mid.jpg) top left no-repeat;
	height:44px;
}
#footer{
	clear:both;
	background:url(bottom.jpg) bottom left no-repeat;
	height:35px;
	text-indent:-9999px;
	}
#menu{margin:-99px 0 0px 419px;}
#menu li, #menu li a{
	color:#111111;
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-decoration:none;
	}
	
#menu a{
	border-right:1px solid #666666;
	padding:0 7px;
	}	
#menu a:hover{
	background:#111;
	color:#fff;
	}

#container{
	clear:both;
	float:right;
	margin:26px 55px 5px 0;
	width:565px;
	}

.entry-title, .entry-title *{
	text-decoration:none;
	font-size:22px;
	color:#555;
	margin-bottom:5px;
	}
	
.entry-meta{
	border:1px solid;
	padding:3px;
	text-align:center;
	}
.entry-meta, .entry-meta *{
	color:#aaa;
	margin:25px auto;
	font-size:11px;
	width:70%;
	}

#content p{
	margin-bottom:1.5em;
	}
	
#content .alignleft{
	float:left;
	margin:0 5px 5px 0;
	}
#content .aligncenter{
	display:block;
	text-align:center;
	margin:0 auto;
	}
#content .alignright{
	float:right;
	margin:0 0 5px 5px;
	}

.sidebar{
	clear:left;
	float:left;
	margin:71px 0 25px 59px;
	width:255px;
	text-align:center;
	}

.sidebar li{
	list-style:none;
	}

.sidebar h3{
	margin:15px 0 5px 0;
	}
	
.sidebar li a{
	text-decoration:none;
	color:#111;
	background:#fff;
	border:1px solid;
	border-bottom:2px solid;
	display:block;
	margin:2px 2px 3px;
	padding:3px;
	}
	
.sidebar li a:hover{
	background:#999;
	}
