/*
-------------------------------------------
File: 'Blueball Simple' sidebar_hide.css Style Sheet
Created: 23 September, 2005
Last Modified: 1, October, 2008
Author: Charlie Lockhart, Blueball Design
www.blueballdesign.com
Email: themes@blueballdesign.com
Copyright 2005-2008 Charlie Lockhart/Blueball Design USA
All Rights Reserved
-------------------------------------------
*/


/* hide the sidebar by setting it's display to none. */

#contentContainer #sidebarContainer {
	display: none;
}

#contentContainer #content {
	position: relative;
	margin-right: 0px;
	margin-left: 0px;
	padding: 15px 20px 0px 20px;
}

* html #contentContainer #content {
	width: auto;
}

*:first-child+html #contentContainer #content {
	width: auto;
}

