/*
-------------------------------------------
File: 'Blueball Simple Pro' sidebar_left.css Style Sheet
Created: 23 September, 2005
Last Modified: 2, 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
-------------------------------------------
*/


/* Change the sidebar float to the opposite of the main styles.css file. Also change the padding from right to left. */

 #contentContainer #sidebarContainer {
	float: left;
}

#sidebarContainer #sidebar {
	padding: 1px 0px 10px 15px;
}

#sidebarContainer .sideHeader {
	padding: 3px 0px 3px 15px;
}


/* Switch the padding amounts over to keep the same spacing between sidebar and content. Change the margin settings to reflect left sidebar positioning. */

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

*html #contentContainer #content {
	padding: 15px 15px 0px 15px;
}

*:first-child+html #contentContainer #content {
	padding: 15px 15px 0px 15px;
}


/* Switch the vertical menu border to right side-remove left vertical border*/

#navcontainer a {
	border-right: 1px solid #919191;
	border-left: 0px;
	padding: 7px 5px 7px 5px;
}