/*
-------------------------------------------
File: 'Blueball Simple Blue Default' sidebar_right.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: right;
}

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

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


/* set the content containers margin-right/margin-left*/
#contentContainer {
	margin-right: 215px;
	margin-left: 0px;
}

/* Switch the padding amounts over to keep the same spacing between sidebar and content */

#contentContainer #content {
	padding: 15px 15px 0px 20px;
}

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

#navcontainer a {
	border-left: 1px solid #D1D1D1;
	border-right: 0px;
}