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

body {
	background:#1F1F1F url(images/main_bg.gif) repeat-x scroll left top;
	margin-top:0;
}

#wrapper{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	min-height:640px;
	background:#d6dbbf url(images/glenerd-01-bg.jpg) repeat-x scroll 0 0;
	}

#header{
	padding:.5em;
	text-align:center;
	}
	
#header img{
	border:0;
	}	
#header h1{
	width:100%;
	height:195px;
	background:transparent url(images/glenerd-01.png) no-repeat scroll 50% 0;	
	text-align:center;
	}
#container{
	margin:.5em 8em 0;
	}
#nav-next {
	text-align:right;
}
#nav-previous {
	text-align:right;
}
#footer{
	padding:2em .5em;
	text-align:center;
	font-size:.8em;
	}
#footer img{
	border:0;
	}	

/* fonts and shit	*/

body{
	color:#BEC197;
	font-family: helvetica, arial, verdana, sans-seriff;
}

h1{
	color:#;
}

/* Lists and Shit */

#dancewithme{
background:#333; padding:10px; 
border:5px solid rgba(255, 255, 255, 0.5);
}
#dancewithme a{
color:#FFFEE9;
text-decoration:none; padding:10px;
}
#dancewithme:hover, #dancewithme a:hover{background:rgba(255, 255, 255, 0.1); 
padding:10px;
color:#111;
}

/* comment crap */

.comments-list li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
padding:5px;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}


p{
	color:#333;
	}
a{}

.entry-meta{clear:both;}