/*dchang autor*/

/* 280 + 790 + 80*/
@media screen and (max-width: 1150px) {
	ul.index_post {
		//margin: 0 100px 0 20px !important; /*Sobrepoe ao original*/
	}
}


.fixed_sidebar{
	background-color: white;
	position: fixed;
	right: 0px;
	top: 0;
	bottom: 0;
	padding: 0px;
	margin: 0px;
	z-index: 10;
	width: 80px;
}

.fixed_sidebar div.fs_images {
	/*border-bottom: 1px solid #000;*/
	/*TODO for debug*/
	/*display: none;*/
}

.fixed_sidebar .fs_images a{
	margin: 0px 0px 2px 0px;
}

.fixed_sidebar div.fs_links {
	border-left: 1px solid #000; /* solid dashed dotted */
	overflow-y:visible;
	overflow-x:hidden;
	
}

.fixed_sidebar .fs_links div.inner_fs_links {
	margin: 0px 5px 0px 5px;
	padding: 7px 0px 10px 0px;
	border-bottom: 1px solid #5ea5a4;
}
.fixed_sidebar .fs_links div.inner_fs_links:first-child {
	border-top: 1px solid #000;
}

.fixed_sidebar li{
	list-style: none !important;
}

.fixed_sidebar h3{
	padding: 0px 0px 10px 0px;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.fixed_sidebar a{
	color: #000;
	font-size: 10px;
}

.fixed_sidebar div.fs_share, .fixed_sidebar .fs_share div {
	border: 0px !important;
	margin: 0px;
	padding: 0px;
}

.fixed_sidebar .jspVerticalBar{
	width:5px;
	background: #dde;
}
.fixed_sidebar .jspTrack{
	background: #dde;
}
.fixed_sidebar .jspDrag{
	/*background: #bbd;*/
	background: #000;
	height: 35px !important;
}
.fixed_sidebar .jspHorizontalBar{
	/*display: none; /*nunca vamos querer a barra horizontal*/
}

.fixed_sidebar .mr_social_sharing{
	width: 15px;
	height: 15px;
}

/***New Look ***/
.fixed_sidebar{
	right: auto;
	left: 0px;
}
.jspContainer{
	width: 100%;
	height: 100%;
}
.jspPane{
	width: auto;
}
	
