/*
Theme Name: Channeling Biker Bob 2010
Theme URI: http://www.throwingabrick.com/wordpress/customizing-the-wordpress-twenty-ten-theme.html
Description: A Twenty Ten Child Theme
Author: Brian Hall
Author URI: http://www.brianehall.com
Template: twentyten
Version: 1.0
*/

@import url('../twentyten/style.css');

/* Make single-column pages wider */
.one-column #content {
	width: 95%;
}

/* BEH - hide 'by' and author name */
.meta-sep, .author {display: none;}

/* Add space after social media icons - Facebook, Twitter, etc. */
.social4i {margin-bottom: 1em !important; }

/* Hide "Powered by Wordpress" */
#site-generator { display: none; }

.orderimage {
	display: block;
	float: left;
	width: 160px;
	height: auto;
	clear: none;
	margin: 20px;
	text-align: center;
}

.alignleft {float:left;}
.alignright {float:right;}
