/*
Skin Name: Theo Three-Column Minimalist
Skin URI: http://www.plaintxt.org/
Description: Minimalist style with left and right sidebars
Author: Scott Allan Wallick
Author URI: http://www.plaintxt.org/
Version: 1.0
Global Navigation: N
*/
@import url('../style.css');
div#header  {background-color: #ddd; padding: 0;}

div#container {
	float: left;
	width: 100%;
background-color: #eee;
}
div#content {
	margin: 0px 200px;
padding: 5px 5px 20px 5px;
background-color: #fff;
}
div.sidebar {
	float: left;
	overflow: hidden;
	width: 180px;
background-color: #eee;
}
div#primary {
	margin: 0 0 0 -100%;
}
* html div#primary {
	left: 20px;
	position: relative;
}
div#secondary {
	margin: 0 0 0 -200px;
}
div#footer { 
background-color: #ddd;
	clear: left;
	width: 100%;
}
/* fonts */
body {background-color: #ddd; padding: 0; font-family: arial, sans-serif; font-size: 75%; /* Resets 1em to 10px */}
a, a:visited {color: #222;}
h1 a {text-decoration: none;;}
