/*
Theme Name: Weaver Child
Description: Child theme for the Twenty Ten Weaver theme 
Author: David E. LeVine
Template: 2010-weaver
*/

@import url("../2010-weaver/style.css");


/* three column layout */
div#column_01 {
	float: left;
	clear: none;
	width: 30%;
	}
div#column_wrap {
	float: right;
	clear: none;
	width: 60%;
	}
	div#column_02 {
		float: left;
		clear: none;
		width: 45%;
		}
	div#column_03 {
		float: right;
		clear: none;
		width: 45%;
		}