/* This is the default float side for this theme. We only have this file as we need to set a default css file for the theme variations. */
 #sidebarContainer {
	float: right;
	background-color: #ea8c11;
	height: 110%;
	width: 180px;
	margin-right: 75px;
	color: black;
	padding-bottom: 10px;
}
