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

img{border:0;}

#wrapper{
	width:1024px;
	margin: 0 auto;
	background:url(stretch.jpg) top left repeat-y;
	position: relative;
	}
	
#header{
	background:url(top.jpg) top left no-repeat;
	height:252px;
	}
#mid {
	background: url(mid.jpg) top center no-repeat;
	height: 447px;	
}

#blog-title a{
	display:block;
	height:160px;
	text-indent:-9999px;
}

#footer{
	clear:both;
	background:url(bottom.jpg) bottom left no-repeat;
	height:59px;
	text-indent:-9999px;
	}
	

#menu{margin:-540px 0 20px 330px;}
#menu li, #menu li a{
	color:#FFFFFF;
	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 #fff;
	padding:0 7px;
	}	
#menu a:hover{
	background:#ba9a43;
	color:#000;
	}

#container{
	clear:both;
	float:right;
	margin:20px 50px 0px 0;
	width:645px;
	}

.entry-title, .entry-title *{
	text-decoration:none;
	font-size:22px;
	color:#fff;
	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:85px 0 25px 40px;
	width:255px;
	text-align:center;
	color: #fff;
	}

.sidebar li{
	list-style:none;
	}

.sidebar h3{
	margin:15px 0 5px 0;
	}
	
.sidebar li a{
	text-decoration:none;
	color:#111;
	background:url(button_up.png);
	display:block;
	margin:0px 2px 0px;
	height: 33px;
	line-height: 2.25;
	}
	
.sidebar li a:hover{
	background:url(button_down.png);
	line-height: 2.33;
	}

