/*
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.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: white, microformats, fixed-width, flexible-width, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar

Div's*/
#wrapper
{
	width: 1000px;
	overflow: hidden;
	margin: auto;
}
#header
{
	background-image: url(images/header.png);
	width: 1000px;
	height: 189px;
}
#header-info
{
	padding: 0px;
	overflow: hidden;
}
#container
{
	padding: 0px;
	overflow: hidden;
	float: left;
}
#content
{
	width: 589px;
	float: left;
	padding: 0 20px;
	margin-left: 0;
	background-image: url(images/container-bg.png);
	background-repeat: repeat-y;
}
#right-content
{
	float: left;
	width: 353px;
	padding-left: 9px;
}
#primary
{
	border-left: 0px solid #E4E3E4;
	border-right: 0px solid #E4E3E4;
	width: 297px;
}
#footer-shadow
{
	padding: 0px;
	overflow: hidden;
	background-image: url(images/footer-shadow-sides.png);
	background-repeat: no-repeat;
	margin-left: 3px;
	float: left;
}
#footer
{
	width: 974px;
	float: left;
	background-image: url(images/footer-gradient.png);
	background-repeat: repeat-x;
	min-height: 70px;
	margin: 0px 0px 0px 4px;
	background-color: #343434;
	text-align: center;
	padding: 10px 0px 0px;
	color: #DADADA;
}
.post-date
{
	background-image: url(images/date-button.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 49px;
	margin: 0;
	overflow: hidden;
	float: left;
	padding: 0px 10px 0px 0px;
}
#access
{
	float: right;
	margin: 0px 12px 0px 0px;
	width: 95%;
	background-image: url(images/menu-bg-ie6.jpg);
}
#menu
{
	float: right;
	font-family: Calibri, Verdana;
	font-size: 12pt;
}
#menu UL, #menu UL UL
{
	line-height: 1;
	list-style: none;
	display: inline;
}
#menu UL UL
{
	width: 150px;
}
#menu UL A
{
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: capitalize;
}
#menu UL UL A
{
	width: 150px;
	padding: 8px;
	/*[disabled]background-image:url(images/menu-bg.png);*/
	background-color: #2C2C2C;
	display: block;
}
#menu UL UL UL A
{
	font-style: italic;
	display: block;
	width: 150px;
	padding: 8px;
}
#menu UL A:hover, #menu UL UL A:hover, #menu UL UL UL A:hover
{
	text-decoration: underline;
}
#menu UL LI UL
{
	left: -999em;
	position: absolute;
}
#menu UL LI:hover UL
{
	left: auto;
}
#menu UL LI
{
	float: left;
}
#ie6-warning
{
	height: 58px;
	margin: 5px;
	/*[empty]color:;*/
	background-color: #F0EB0A;
	border: 1px solid #FB0909;
	padding: 20px 6px 0;
	text-align: center;
	font-size: larger;
	font-weight: bold;
}
