/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/

/* Two-column with sidebar on left from the /examples/ folder  */
@import url('examples/2c-l.css');

/* Just some example content */

div#container {
	float:left;
	margin:0 -200px 0 80px;
	width:67%;
	font-family: Century Gothic;
	font-size: 14px;
	color: 666666;
	font-weight: lighter;
}

div#content {
	margin:-15px 10px 0 0;
	font-family: "Century Gothic";
	font-size: 14px;
	color: #666666;
	line-height: 120%;
	
}

div#content h2 {
	font-family: Century Gothic;
	font-size: 32px;
	color: #999999;
	line-height: 70%;
	font-weight:lighter
}

div.sidebar {
	
	float:right;
	margin: 5px 0 0 0;
	overflow:hidden;
	width:240px;
	font-family: Century Gothic;
	font-size: 12px;
	color: #666666;
	line-height: 120%;
	
}

div.sidebar h3 {

font-family: Century Gothic;
	font-size: 18px;
	color: #666666;
	line-height: 70%;
	font-weight:lighter
}



ul{
	list-style-type: none;
	padding: 6;
	margin: 0;
	font-weight: lighter;	
}




a:link {color: #999999; text-decoration: none; }
a:active {color: #666666; text-decoration: none; }
a:visited {color: #999999; text-decoration: none; }
a:hover {
	color: #666666;
	text-decoration: none;
	font-size:smaller
}

div#secondary {
clear:right;
}


		
div#footer {
	clear:both;
	width:100%;
	font-family: Century Gothic;
	font-size:10px;
	position:inherit;
	bottom:0;
	height:40px;			/* Height of the footer */
	padding-top: 100px;
}