/*   
Theme Name: Twenty Ten Tri
Theme URI: http://tdh.me/wordpress/twentyten-tri/
Description: A child theme for Twenty Ten that adds an extra sidebar.
Author: Thord Daniel Hedengren
Author URI: http://tdh.me/
Template: twentyten
Version: 1.0
.
	As made famous by the wonderful book
	Smashing WordPress Themes: Making WordPress Beautiful
.
*/

/* Import the Twenty Ten stylesheet */
@import url('../twentyten/style.css');

/* Left Widget Area */
#leftsidebar {
	float: left;
	width: 210px;
}

/* Main content container fix */
#container {
	width: 730px; /* max width is 940px, subtract for #leftsidebar */
}