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


/* hide the sidebar by setting it's display to none. */
#sidebarContainer {
	display: none;
}

/* change the content containers margin to 0px so that it flows full width */

#contentContainer {
	margin: 0px;
}

