/*
Theme Name: Ben's Child Theme for twentyten
Theme URI: http://buildcontext.com
Description: Child Theme for twentyten
Author: benhedrington
Author URI: http://buildcontext.com/blog/about
Template: twentyten
Version: 0.1
*/
 
@import url("../twentyten/style.css");


/* Blockquote */
blockquote {margin:22px 7px;background: transparent url("/blog/wp-content/blockquotel.gif") no-repeat 0 0;padding: 0 50px;}
/* Post Image */
DIV.postimg {float:right;margin:0 20px;padding:5px;}
IMG.postimg {margin:4px;padding:0;}
DIV.postimg A.attr {color:#333;font-size:8px;display:block;text-align:right;margin:0 3px 3px 3px;}
IMG.howtoimg {padding:4px;border:1px solid #000;margin:15px 0 15px 0;}
.entry-content img {
	background:white;
	border:1px solid #BFBCA5;
	padding:5px;
}

/* Code */
pre {
	color:#ccc;
	font-size: 1em;
	background:white;
	border:1px solid #BFBCA5;
	padding:5px;
	line-height: 20px;
	width: 500px;
	overflow: auto; 
	overflow-Y: hidden;
	margin:10px 0;
}
pre code {
	background-color:#000;
	margin: 0;
	padding: 10px 10px 10px 40px;
	display: block;
}
/* Support Posterous Posts */
div.posterous_autopost {border:1px dotted #f1f1f1;padding:5px;}
div.xpost {background-color:#f1f1f1;color:#999;font-size:10px;line-height:12px;padding:4px;margin:0;text-align:right}
/* For Header.php modifications */
#site-title {
	border-top:5px solid #000;
	margin:0;
	width:auto;
	float: left;
	font-size: 34px;
	line-height: 40px;
	letter-spacing:-1.3px;
}
#site-title span {display:block;margin:15px 0 0 15px;}
#site-title a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
span#site-description {
	clear: right;
	float: none;
	font-style: italic;
	margin:0 0 0 15px;
	width: auto;
	font-size: 12px;
	line-height: 14px;
	letter-spacing:-.5px;
	color:#444;
}
