/*
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) center top repeat-x #ffffff;
	}

img{border:0;}

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

#mid{
	background:url(mid.jpg) top left no-repeat;
	height:429px;
	}

#blog-title a{
	display:inline-block;
	height:105px;
	width: 535px;
	margin-left:330px;
	text-indent:-9999px;
	}

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

#menu{margin:-540px 0 20px 297px;}
#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:20px 27px 5px 0;
	width:635px;
	}

.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:100px 0 25px 15px;
	width:250px;
	text-align:center;
	}

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

