/*
-------------------------------------------
File: 'Blueball Simple Blue Default' sidebar_left.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
-------------------------------------------
*/


/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */
 #sidebarContainer {
	float: left;
}

#sidebarContainer #sidebar {
	padding: 1px 0px 10px 20px;
}

#sidebarContainer .sideHeader {
	padding: 3px 0px 3px 20px;
}


/* set the content containers margin-right/margin-left*/
#contentContainer {
	margin-left: 215px;
	margin-right: 0px;
}

/* Switch the padding amounts over to keep the same spacing between sidebar and content */

#contentContainer #content {
	padding: 15px 20px 0px 15px;
}

/* Switch the vertical menu border to right side-remove left vertical border*/

#navcontainer a {
	border-right: 1px solid #D1D1D1;
	border-left: 0px;
	padding: 7px 5px 7px 5px;
}