body .main_container{
	margin:10px 10px 10px 10px;
	top:10px;
}

/* Sidebar */
#sidebar{
	display: block;
	position: fixed !important;
	left:-217px;
	padding:10px 10px 0px 10px;
	z-index: 999;
	background-color:rgba(0,0,0,0.75);
	background-color: #EBEBEB;
	top:0;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
}

#sidebar div.cog{
	display: block;
	color:#EEE;
	font-weight: bold;
	font-size: 250%;
	position: absolute;
	line-height:40px;
	width:40px;
	top:5px;
	right:-40px;
	text-align: center;
	background-color:rgba(0,0,0,0.75);
	background-color: #13ACF1;
	border: 2px solid #EEE!important;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
}

#sidebar a.logo{display: none;}

/* Rightbar */

#rightbar{
	cursor:pointer;
	display: block;
	position: fixed !important;
	right:-250px;
	padding:10px 10px 0px 10px;
	z-index: 999;
	background-color:rgba(0,0,0,0.75);
	background-color: #EBEBEB;
	top:0;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#rightbar div.cog{
	display: block;
	color:#fff;
	font-weight: bold;
	font-size: 250%;
	position: absolute;
	line-height:40px;
	width:40px;
	top:5px;
	left:-40px;
	text-align: center;
	background-color:rgba(0,0,0,0.75);
	background-color: #13ACF1;
	border: 2px solid #EEE!important;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;
}

#rightbar a.logo{display: none;}

#topbar{display:none;}