.container {
	width: 990px;
	margin: 0px auto;
}

/*------------------------------------------------------------------------------------ footer Start ----------------------------------------------*/
.footer {
	/*background: url("images/bg-dots-gray-top.png") repeat-x scroll center top, url("images/bg-dots-gray.png") repeat scroll 0 0 #353536; */
	//
	background: url("../images/bg-dots-gray.png") repeat scroll 0 0 #353536;
	background-color: #191919;
	box-shadow: 0px 0px 3px 3px rgba(22, 22, 22, 0.4);
	color: #FFFFFF;
	clear: both;
	float: left;
	padding: 0px 0px 20px 0px;
	font-size: 0.8em;
	width: 100%;
	text-shadow: 0 1px 0 #000000;
}

#footbox img,#footbox a
{
	width:222px;
}
#footbox div
{
	overflow: hidden;
	height:120px;
	content:'.';
}
.imglink
{
	height:120px;
	content:'.';
}
#footbox .flink
{
	height: 51px;
    overflow: hidden;
	padding-left:6px;
	padding-top:8px;
}
.footer ul {
	list-style: none outside none;
	padding: 0;
}

div#bigfooter {
	background: #0b0b0b;
	color: white;
	padding-left: 10px;
	width: 980px;
	font-family: arial;
	padding-bottom: 5px;
}

div#bigfooter div.todayon {
	font-size: 24px;
	line-height: 60px;
	opacity: 0.99;
}

.footerbox .footerboxul {
	list-style-type: none;
}

.footerbox .footerboxul span {
	float: left;
	padding-bottom: 16px;
	//margin: 8px;
}

.footerbox .footerboxul span a {
	color: white;
	font-size: 15px;
	//line-height: 15px;
	display: block;
}

#bigfooternav { //
	background: #0b0b0b;
	min-height: 35px;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	border-top: 2px solid #1d1d1d;
	font-size: 12px;
	width: 960px;
}

#bigfooternav li {
	float: left;
	margin-right: 20px;
	line-height: 30px;
}

#bigfooternav li a {
	font-size: 11px;
	color: #686868;
}

.copyright {
	padding-top:10px;
	font-size: 11px;
	color: #686868;
	text-align:center;
}

/*------------------------------------------------------------------------------------ footer End ----------------------------------------------*/
.header {
	/*background: url("../images/bg-dots-gray.png") repeat scroll 0 0 #353536; */
	background: #EEE;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
	color: #444;
	clear: both;
	width: 100%;
	float: left;
	display: block;
	position: fixed;
	z-index: 3999;
	height: 50px;
	border-bottom: 1px solid #999999;
}

.header .headerline {
	background: url("../images/nav.png") repeat-x scroll 0 0 #DDD;
	margin-top: 50px;
	height: 9px;
	font-size: 20px;
	font-weight: bold;
}

.header .container h2 {
	width: 100px;
	display: block;
	float: left;
	margin-top: 8px;
}

.header .whitebutton {
	float: right;
	margin-top: 12px;
}

.whitebutton {
	color: #7F7F7F; //
	font-family: "ff-meta-web-pro-1", "ff-meta-web-pro-2", "Lucida Grande",
		"Lucida Sans Unicode", sans-serif;
	background-color: #DDDDDD;
	background-repeat: no-repeat;
	border: 1px solid #999;
	padding: 2px 8px;
	margin-left: 20px;
	width: auto;
	height: auto;
}

.whitebutton:hover {
	background-color: #AAA;
	text-decoration: none;
	box-shadow: 0 0 0 4px rgba(143, 143, 143, 0.2), 0 1px
		rgba(255, 255, 255, 0.3) inset, 0 2px 2px -2px #000000;
}

.profileimage {
	float: right;
	padding-right: 10px;
	padding-left: 10px;
}
/*--------------------------------------------------------------- Header end------------------------------------------------------------*/
.box {
	border: 1px solid #999999;
	box-shadow: 0px 0px 3px rgba(180, 180, 180, 0.8);
	border-radius: 5px 5px 5px 5px;
	background-color: #FFF;
	margin-bottom: 5px;
	overflow: hidden;
	width: 192px; //
	position: fixed;
	//min-height: 220px;
}

.rightbar .box {
	float: right;
}

.box h2 {
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EEE;
	color: #616161;
	font-weight: bold;
	cursor: pointer;
	font-size: 16px;
	line-height: 18px;
}
.dropdown
{
	padding-right:10px;
	float:right;
	content:' ';
	cursor:pointer;
}
/*----------------------------------------------------------------------------- left bar end------------------------------------ */
.Basic { //
	float: right; //
	right: 25px; //
	padding-left: 40px;
	vertical-align: middle;
	margin: 10px 10px;
	font-size: 12px;
	float: left; //
	display: none; //
	position: fixed; //
	top: 60%; //
	border: 1px solid #999999;
}

.bar {
	line-height: 24px;
	padding-bottom: 10px;
}

.selected {
	padding: 2px 8px;
	background-color: #EEE;
	text-decoration: none;
	box-shadow: 0 0 0 4px rgba(143, 143, 143, 0.2), 0 1px
		rgba(255, 255, 255, 0.3) inset, 0 2px 2px -2px #000000;
}

.leftbar { //
	background-color: #FFF;
	position: absolute; //
	height: 500px;
	width: 300px;
	left: 5px;
	float: left;
	display: block;
}

.rightbar { //
	background-color: #FFF;
	position: absolute; //
	height: 500px;
	width: 200px;
	right: 5px;
	float: right;
	display: block;
}

/*--------------------------------------------------------------- Center bar start------------------------------------------------------------*/
.centerbar { //
	background-color: #FFF; //
	border: 1px solid #999999; //
	width: 590px; //
	width: 100%;
	float: left;
	margin-left: 305px;
	margin-right: 205px;
	min-height:800px;
	display: block;
}

.gridrow {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #999999;
	box-shadow: 0px 0px 3px rgba(180, 180, 180, 0.8); //
	border-radius: 5px 5px 5px 5px;
	background-color: #FFF; //
	margin-bottom: 5px;
	overflow: hidden; //
	position: relative;
	min-height: 190px; //
	z-index: 5;
}

.gridrow:hover  .Reactions { //
	display: block;
}

.gridrow:hover  #vote {
	display: block;
}

.gridrow:hover {
	
}

.gridrow h2 {
	padding-left: 20px; //
	padding-top: 6px;
	padding-bottom: 6px;
	padding-top: 28px;
	margin-bottom: 2px;
	display: block; //
	background-color: #EEE;
	color: #616161;
	font-weight: bold;
	line-height: 21px;
}

.gridrow h2:hover { //
	box-shadow: 0px 2px 2px rgba(120, 120, 120, 0.6); //
	background-color: #DDD;
}

.avator {
	width: 40px;
	opacity: 0.7;
	filter: alpha(opacity =           70);
	padding: 10px 12px 10px 15px;
	float: left;
}

.postername {
	float: left;
	font-size: 11px;
	padding-right: 50px;
	margin: 10px 0 0;
	color: #777;
}

.postername span {
	display: block;
	line-height: 16px;
}

.postername a,.postername a:visited,.postername a:active {
	color: #666;
}

.teaseart {
	float: right;
	margin: 20px 10px 10px 10px;
	border: 0 none;
	max-height:200px;
}

.teaseart:hover {
	box-shadow: 0px 4px 4px rgba(44, 44, 44, 0.8);
}

.headline {
	font-size: 22px; //
	font-family: sans-serif;
	font-weight: bold;
	line-height: 1.2em;
}

.abstract {
	margin: 0px 15px 10px 15px;
	color: #444;
	min-height: 40px;
	width: 70%;
}

.Reactions {
	color: #666;
	font-size: 10px;
	font-family: sans-serif;
	padding-left: 10px; //
	position: absolute;
	bottom: 10px;
	width: 95%;
	display: block;
	margin-bottom: 10px;
}

.Reactions img {
	padding-left: 15px;
}

.Reactions a { //
	border: 1px solid #999999;
	padding: 5px;
	margin: 0px;
}
/*--------------------------------------------------------------- Header end------------------------------------------------------------*/
.SubmenuColumn {
	padding-bottom: 10px;
	display: block;
}

.SubmenuColumn a {
	padding-left: 10px;
	margin: 0px;
	line-height: 24px;
	display: block;
}

.SubmenuColumn a:hover {
	background-color: #EEE;
}

body {
	margin: 0px 0px 0px 0px;
	background: url("../images/bkshade.png") repeat scroll 0 0 #F9F8EE;
	//background-color: #F9F8EE;
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-size: 15px;
}

body a {
	text-decoration: none;
}

img,input[type="checkbox"] {
	border: 0px;
}

input {
	border: 1px solid #E5E5E5;
	color: #000000; //
	margin: 0px 10px;
	padding-left: 10px; //
	border-radius: 5px 5px 5px 5px;
}

a,a:visited,a:active {
	color: #777; //
	margin-left: 12px;
	text-decoration: none;
}

a {
	//margin-left: 12px;
}

h2 a,h2 a:visited,h2 a:active {
	color: #111;
	margin: 0px;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none outside none;
}

body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,tbody
{ 
	margin: 0; 
	padding: 0;
}
/*--------------------------------------------------------------- Tags end------------------------------------------------------------*/
.popuppanel {
	border-radius: 4px;
	background: #eee;
	//line-height: 40px;
	//right: 60px;
	top: 45px;
	border: 1px solid #999;
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.7);
	padding: 14px;
	//width: 200px;
	opacity: 1;
	position: absolute;
	display: none;
	z-index:4000;
}

.popuppanel .popcontainer {
}

#test {
	-moz-border-radius: 6px;
	background: #eef2f7;
	-webkit-border-radius: 6px;
	border: 1px solid #536376;
	-webkit-box-shadow: rgba(0, 0, 0, .6) 0px 2px 12px;
	-moz-box-shadow: rgba(0, 0, 0, .6) 0px 2px 12px;;
	padding: 14px 22px;
	width: 400px;
	hright: 100px;
	position: relative;
	display: none;
}

#tnt_pagination {
	display: block;
	text-align: center;
	height: 40px;
	line-height: 21px;
	clear: both;
	padding-top: 15px; //
	font-family: Arial, Helvetica, sans-serif; //
	font-size: 12px; //
	font-weight: normal;
}

#tnt_pagination a:link,#tnt_pagination a:visited,#load-more {
	padding: 17px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    color: #CCC;
	text-decoration: none;
	font-size:20px;
	background-color: #F5F5F5;
	color: #999;
	width: 22px;
	font-weight: normal;
}

#tnt_pagination a:hover {
	background-color: #CCC;
	border: 1px solid #ACACAC;
	color: #333;
}

#tnt_pagination .active_tnt_link {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #ACACAC;
	margin-left: 10px;
	text-decoration: none;
	background-color: #CCC;
	color: #333;
	cursor: default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding: 7px;
	padding-top: 2px;
	padding-bottom: 2px;
	border: 1px solid #EBEBEB;
	margin-left: 10px;
	text-decoration: none;
	background-color: #F5F5F5;
	color: #D7D7D7;
	cursor: default;
}

/*----------------------------------                    POST --------------------------- */
#disqus_thread {
	width: 96%;
	padding-left: 18px;
}

.post-data {
	min-height: 750px; 
	background-color:#FFF;
	border-top: 1px solid #999999;
	box-shadow: 0px 0px 3px rgba(180, 180, 180, 0.8);
	border-radius: 5px 5px 5px 5px;
	overflow: hidden;
	display: block;
	position: relative;
	line-height: 20px;
}

.post-data img {
	box-shadow: 0px 4px 4px rgba(44, 44, 44, 0.8);
}

.newpost {
	padding-top: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-top: 2px solid #EBEBEB;
	border-bottom: 2px solid #EBEBEB;
	line-height: 40px;
}

#ntitle,#nCategory,#nContent {
	width: 85%;
}

.post-data .postcontent,.posttable {
	width: 96%;
	text-indent: 25px;
	padding-left: 18px;
}

.post-data .postcontent a {
	margin-left: 0px;
}

.post-data .postcontent .align-right {
	float: right;
	margin-left: 10px;
}

.post-data .postcontent .align-left {
	//float: left;
	margin-right: 20px;
}

.post-data .postcontent .align-center { 
	margin-right: auto;
	margin-left: 20%; 
	text-align: centre;
}

.post-data .posttitle {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	//padding: 10px 0px 10px;
}

.post-data .posttitle h1{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0;
}

.post-data .postdate {
	text-align: right;
	font-size: 12px;
	color: #888;
	font-style: italic;
	padding-right: 25px;
	//border-bottom: 2px solid #D9DADB;
	//margin-bottom: 20px;
	float:right;
}

.post-data .postrating {
	padding: 0px 10px 0px;
	float:left;
	//border-bottom: 2px solid #D9DADB;
	//margin-bottom: 20px;
}

.post-data .breadC {
	padding: 32px 10px 12px 10px;
}

#blogtitle
{
	
}

.post-data h2,.post-data h3,.post-data h4 {
	border-bottom: 2px solid #D9DADB;
	text-indent: 5px;
	padding-bottom: 3px;
}

div.highlight ul.tabs li {
	font-size: 14px;
}
/*----------------------------------                    POST  End--------------------------- */
.social {
	border-bottom: 2px solid #D9DADB;
	border-top: 2px solid #D9DADB;
	line-height: 80px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
}

/* ---------------------------------------- messages -------------------------*/
.messageinfo1 {
	position: fixed;
	z-index: 400;
	padding: 5px;
	bottom: 15px;
	right: 40px;
	background: #fae7a2;
	border: 1px solid #f5c558;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px rgba(255, 255, 255, 0.4)
		inset;
	display: none;
}

#sticky.stick {
	position: fixed;
	margin-left:5px;
	top: 60px;
	z-index: 10000;
}
.bar a
{
	margin-left:15px;
}
/* ---------------------------------------------------  TOC               ---------------- */
.toc ol li {
	display: block;
}

div.toc {
	counter-reset: chapter;
	border: 1px solid #D9DADB;
	float: left;
	padding-right: 20px;
}

ol.chapters {
	padding-left: 0px;
	margin-top: 0px;
}

ol.chapters li {
	counter-increment: chapter;
	counter-reset: section;
}

ol.sections li {
	counter-increment: section;
	counter-reset: subsection;
}

ol.subsections li {
	counter-increment: subsection;
	counter-reset: none;
}

ol.chapters li:before {
	content: counter(chapter) ".";
	display: block;
	float: left;
	width: 2em;
}

ol.chapters ol.sections li:before {
	content: counter(chapter) "." counter(section) ".";
	width: 4em;
}

ol.sections ol.subsections li:before {
	content: counter(chapter) "." counter(section) "." counter(subsection)
		".";
	width: 4em;
}

.toc h2 a {
	font-size: 10px;
}

.toc h2 {
	text-align: center;
	padding-left: 15px;
	font-size: 14px;
	border: 0px solid #DDDDDD;
}

.postimage {
	background-color: #F3F3F3;
	border: 1px solid #DDDDDD;
	margin-bottom: 10px;
	padding: 4px;
	text-indent: 0px;
}

.postimage p {
	text-align: center;
}

#nIns a {
	padding: 10px;
	border: 1px solid #DDDDDD;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.ajaxloading1 {
	display: none;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, .8) url('../images/big_loading.gif') 50%
		50% no-repeat;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80 );
	filter: alpha(opacity = 80)
}

.ajaxloading {
	background: url('../images/big_loading.gif') no-repeat scroll center center #EEEEEE;
    background: url('../images/big_loading.gif') no-repeat scroll center center rgba(220, 220, 220, .8);
	z-index: 6001;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80 );
	filter: alpha(opacity = 80)
}

#signin {
	z-index: 1002;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=     80 );
	filter: alpha(opacity =         80)
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
	overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
.tip {
	background-color: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3);
	border: 1px solid #CACACA;
	display: none;
	//padding: 10px;
	position: absolute;
	z-index: 4000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tip .arrow {
	background: url("../images/arrow.png") no-repeat scroll center 0
		transparent;
	display: block;
	height: 11px;
	left: 36px;
	margin-left: -10px;
	position: absolute;
	top: -11px;
	width: 21px;
}

.arrowUP {
	width: 70px;
	height: 16px;
	z-index: 3009;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	top: -14px;
}

.arrowUP:after {
	content: "";
	border: 1px solid #CACACA;
	background-color: #FFF;
	z-index: 3000;
	position: absolute;
	left: 20px;
	top: 10px;
	width: 25px;
	height: 25px;
	-webkit-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
	-moz-box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
	box-shadow: 6px 5px 9px -9px black, 5px 6px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

a.btn-facebook-auth {
	box-shadow: 0 1px #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	padding: 9px 10px 9px 42px;
	position: relative;
	display:block;
	font-size: 13px;
	background-color:#5771A7;
	background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
    margin: 0 0 10px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}

.btn-facebook-auth .auth-ico {
    background: url("../images/icon_facebook.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    margin-left: -32px;
    margin-top: -2px;
    position: absolute;
    width: 18px;
}

a.btn-twitter-auth {
	box-shadow: 0 1px #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display:block;
	padding: 9px 10px 9px 42px;
	position: relative;
	font-size: 13px;
	background-color:#1AB9F0;
	background: -moz-linear-gradient(center top , #1AB9F0 0%, #1EA7E7 50%, #229AE1 100%) repeat scroll 0 0 transparent;
    margin: 0 0 0;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}

.btn-twitter-auth .auth-ico {
    background: url("../images/icon_twitter.png") no-repeat scroll 0 0 transparent;
    height: 18px;
    margin-left: -34px;
    margin-top: -2px;
    position: absolute;
    width: 22px;
}


#back-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;

	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}

.headfollow
{
	list-style: none outside none;
    margin: 8px 80px 0px 80px;
    padding: 0;
    float: right;
}

.headfollow li
{
	display: block;
    float: left;
    height: 32px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 32px;
}
.headfollow .facebook
{
	background: url("../images/fb.png") no-repeat scroll 0 0 transparent;
}

.headfollow .twitter
{
	background: url("../images/twitter.png") no-repeat scroll 0 0 transparent;
}

.headfollow .googleplus
{
	background: url("../images/googleplu.png") no-repeat scroll 0 0 transparent;
}


.headfollow .feed
{
	background: url("../images/RSS.png") no-repeat scroll 0 0 transparent;
}

.headfollow li a
{
	display: block;
    height: 32px;
    overflow: hidden;
    text-indent: -9999px;
    width: 32px;
}


.sharepopdown
{
	padding: 5px;
	margin: 0;
}
.sharepopdown a
{
	box-shadow: 0 1px #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	color: #FFFFFF;
	display:block;
	padding: 9px 10px 9px 42px;
	position: relative;
	font-size: 13px;
	margin: 3px;
	text-shadow: 0 -1px rgba(0, 0, 0, 0.25);
}
.sharepopdown .auth-ico
{
	height: 21px;
    margin-left: -34px;
    margin-top: -2px;
    position: absolute;
    width: 22px;
}
.sharepopdown .twitter
{
	background-color:#1AB9F0;
	background: -moz-linear-gradient(center top , #1AB9F0 0%, #1EA7E7 50%, #229AE1 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .twitter .auth-ico
{
	background: url("../images/icon_twitter.png") no-repeat scroll 0 0 transparent;
}
.sharepopdown .facebook
{
	background-color:#5771A7;
	background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .facebook .auth-ico
{
	background: url("../images/icon_facebook.png") no-repeat scroll 0 0 transparent;
}
.sharepopdown .google
{
	background-color:#DD4B39;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .google .auth-ico
{
	background: url("../images/google-plus.png") no-repeat scroll 0 0 transparent;
	margin-left:-30px;
}
.sharepopdown .reddit
{
	background-color:#7DA2CE;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .reddit .auth-ico
{
	background: url("../images/reddit.png") no-repeat scroll 0 0 transparent;
}
.sharepopdown .linkedin
{
	background-color:#388DB4;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .linkedin .auth-ico
{
	background: url("../images/linkedin.png") no-repeat scroll 0 0 transparent;
}
.sharepopdown .pinterest
{
	background-color:#D43638;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .pinterest .auth-ico
{
	background: url("../images/pin.png") no-repeat scroll 0 0 transparent;
}

.sharepopdown .yahoo
{
	background-color:#7a0099;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .yahoo .auth-ico
{
	 margin-left: -35px;
    width: 33px;
	background: url("../images/icon_yahoo.png") no-repeat scroll 0 0 transparent;
}
.sharepopdown .aol
{
	background-color:#d1b202;
	 width: 33px;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .aol .auth-ico
{
	background: url("../images/icon_aol.png") no-repeat scroll 0 0 transparent;
}
.sharepopdown .openid
{
	background-color:#f59120;
	//background: -moz-linear-gradient(center top , #5771A7 0%, #3B5998 100%) repeat scroll 0 0 transparent;
}
.sharepopdown .openid .auth-ico
{
	background: url("../images/icon_openid.png") no-repeat scroll 0 0 transparent;
}
.contentbottom
{
	margin: 10px;
	padding: 10px;
	width:95%;
	min-height:50px;
	//background-color:#D43638;
}

.contentbottom > table
{
	width:100%;
}

.contentbottom .bleft
{
	width:95%;
	margin-right: 12px;
	padding: 10px;
	min-height:50px;
	background-color:#FFF;
}
.bleft img
{
	float:right;
	box-shadow: 0 1px #FFFFFF;
}
.bleft .bimg
{
	margin:0px;
	font-size: 18px;
	font-color:#888;
	top:20px;
	position: relative;
	//padding-top:20px;
}
.bleft div
{
	margin-bottom:5px;
}
.bleft a
{
	margin-left:0px;
}
.contentbottom td
{
	width:50%;
	//background-color:#888;
}

.review
{
	font-size: 11px;
	color:#aaa;
}




//------------------------- STREAM---------------------------------------
#stream.fixed {
    position: fixed;
}
#stream {
    background: none repeat scroll 0 0 #FFF;
    box-shadow: 0 0 3px rgba(180, 180, 180, 0.8);
    border-right: 1px solid #999;
    float: left;
 //   font-family: "BentonSans",sans-serif;
    font-weight: 600;
    height: 92%;
    margin-bottom: 1.25em;
    //min-height: 1280px;
    padding: 0.75em 1.25em;
    //position: relative;
    width: 254px;
    z-index: 88;
}
.fixed {
    position: fixed;
    top: 40;
    z-index: 99;
}
 
#stream .clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
}
#stream-switcher {
    border-bottom: 3px solid #DDD;
    width: 100%;
}
#stream .clearfix {
    display: block;
}
#stream .clearfix {
    display: inline-block;
}
#stream .viewport {
    height: 95%;
    overflow: auto;
    position: relative;
    width: auto;
}
#stream-list {
    height: auto;
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
}
#stream-list ul {
    margin-top: 0;
}

.stream-item {
    border-bottom: 1px solid #D2D2D2;
    border-top: 1px solid #FFFFFF;
    cursor: pointer;
    display: block;
    line-height: 1em;
    list-style: none outside none;
    overflow: hidden;
    padding: 0.875em 0;
}
.stream-item .thumb {
    float: right;
    height: 50px;
    margin-left: 0.625em;
    overflow: hidden;
    width: 80px;
}
.stream-item .thumb a {
    display: block;
}
#stream ul {
    list-style: none outside none;
                padding: 0;
                margin: 0;
}
 
#stream a {
    color: #424242;
    margin-left:0px;
    text-decoration: none;
}
.stream-item .thumb img {
    height: 50px;
    width: 80px;
}
#stream img {
    border: 0 none;
    -moz-user-select: -moz-none;
}
.stream-item.active .date {
    font-weight: bold;
}
.stream-item.active .date, .stream-item:hover .date, .stream-item:hover .date span {
    color: #666;
}
.stream-item .date {
    color: #C2C2C2;
    font-size: 0.75em;
    font-weight: 400;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    width: 150px;
    word-wrap: break-word;
}
#stream-switcher .filter-button.active {
    background: none repeat scroll 0 0 #DDD;
    color: #FFFFFF;
    padding: 3px 4px;
}
#stream-switcher .filter-button {
    bottom: -5px;
    display: inline-block;
    float: right;
    font-size: 12px;
    font-weight: 400;
    //line-height: 1.5em;
    margin: 0 5px;
    padding: 3px 0;
    position: relative;
    text-align: center;
}
.stream-item .title {
    color: #888888;
    font-size: 0.938em;
    line-height: 1.4em;
}
#stream .scrollbar {
    display: none;
    position: absolute;
    right: 7px;
    width: 7px;
    z-index: 100;
}
#stream:hover .scrollthumb {
opacity: 1;
}
#stream .scrollthumb {
    -moz-transition: opacity 0.2s linear 0s;
    background-clip: padding-box;
    background-color: rgba(51, 51, 51, 0.5);
    border-radius: 5px 5px 5px 5px;
    cursor: pointer;
    height: 1.25em;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 7px;
}





#breadcrumbs-one{
  background: #eee;
  border-width: 1px;
  border-style: solid;
  border-color: #f5f5f5 #e5e5e5 #ccc;
  border-radius: 5px;
  box-shadow: 0 0 2px rgba(0,0,0,.2);
  overflow: hidden;
  width: 100%;
}

#breadcrumbs-one li{
  float: left;
}

#breadcrumbs-one a{
  padding: 3px 6px 6px 25px;
  margin-left:0px;
  float: left;
  text-decoration: none;
  color: #444;
  position: relative;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  background-color: #ddd;
  background-image: linear-gradient(to right, #f5f5f5, #ddd);  
}

#breadcrumbs-one li:first-child a{
  padding-left: 1em;
  border-radius: 5px 0 0 5px;
}

#breadcrumbs-one a:hover{
  background: #fff;
}

#breadcrumbs-one a::after,
#breadcrumbs-one a::before{
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1.5em;   
  border-top: 1.5em solid transparent;
  border-bottom: 1.5em solid transparent;
  border-left: 1em solid;
  right: -1em;
}

#breadcrumbs-one a::after{ 
  z-index: 2;
  border-left-color: #ddd;  
}

#breadcrumbs-one a::before{
  border-left-color: #ccc;  
  right: -1.1em;
  z-index: 1; 
}

#breadcrumbs-one a:hover::after{
  border-left-color: #fff;
}

#breadcrumbs-one .current,
#breadcrumbs-one .current:hover{
  font-weight: bold;
  background: none;
}

#breadcrumbs-one .current::after,
#breadcrumbs-one .current::before{
  content: normal;  
}

.breadC ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding:0px;
	}
.gsearch
{
	width:300px;
	right:15px;
	//float:right;
}

#cse-search-box
{
	padding-right:15px;
}
#cse-search-box input[type=text]
{
	height:20px;
	border: 1px solid rgb(126, 157, 185); 
	padding: 2px; 
	//background: url("http://www.google.com/cse/intl/en-US/images/google_custom_search_watermark.gif") no-repeat scroll left center rgb(255, 255, 255); 
	outline: medium none;
}