/*
Theme Name: Twenty Ten Weaver
Theme URI: http://wpweaver.info/themes/twenty-ten-weaver
Description: Tweak almost everything with this Twenty Ten child theme. You can change colors, fonts, sidebar columns, header size, and more. Includes over a dozen ready to tweak (or use) sample themes for an easy start.
Author: Bruce Wampler
Author URI: http://wpweaver.info
Version: 1.0
Tags: black, blue, brown, green, orange, red, tan, dark, white, light, three-columns, two-columns, fixed-width, custom-header, theme-options
Template: twentyten
*/

@import url('../twentyten/style.css');

#content {padding-left: 45px; padding-right: 15px; margin-left: -20px; width: 670px; } /* IMPORTANT! need this to make the content bg color work right */
#container {margin-bottom:4px;}
                        
/* Need this ugly stuff to get our footer area to work right - have to override each and every previously set value explicitly */
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	width: 460px;
	font-weight: normal;
	font-size: inherit;
        margin-left:10px;
}
#site-generator {
	float: right;
	width: 460px;
}
#footer {
	margin-bottom: 10px;
}
#colophon {
	border-top: 4px solid #000000;
	margin-top: -4px;
	padding: 10px 0;
	overflow: hidden;
}

#site-info a {
	color: #888888;
	text-decoration: none;
}
#site-generator {
	position: relative;
	font-style: italic;
}
#site-generator a {
	color: #888888;
	display:inline-block;
	text-decoration: none;
	background: url(images/wordpress.png) center left no-repeat;
	padding-left: 19px;
	line-height: 16px;
	margin-left: 1px;
}
#site-generator a:hover {
	text-decoration: underline;
}
img#wpstats {
	display:block;
	margin: 0 auto 10px;
}

/* Not much here - the magic is in the header */
