@mixin sidebarbar{
		background:url(/_custom/sidebar/sidebar-twitter-bg.jpg) center  ;
		@include pieradiusTopAndBottom(10px, 4px);//top radius is to hide the corner under the bar header
		@include shadowtwo(  2px 3px 3px rgba(0,0,0, 0.3),   -1px -1px 3px rgba(0,0,0, 0.3));
		margin-bottom:40px;
}
 
@mixin sidebar{
	color: $sidebartextcolor;
	a{
	 @include links($sidebarAcolor, $sidebarAHovercolor, $sidebarLinkDecNormal, $sidebarLinkDecHover);
	}
	width: $sidebarwidth; 
     float:left;   
     z-index:4;
	 top:0;
	 word-wrap: break-word;
	 margin-left: $marginwidth;
	 margin-top: $marginwidth;
	 
	 


	h1,	h2,	h3,	h4,	h5,	h6 {
		color: $sbHcolor;
	}

	h1 a,	h2 a,	h3 a,	h4 a,	h5 a,	h6 a {@include links($sbHLinknormal, $sbHLinkhover,  linkDecNo, linkDecUnderline);}
	 
	.sidebarbar {
		@include sidebarbar;
		border: 1px solid #00A6DD;
		width:341px;
		margin-left:14px;
	}
	.widget-widget {
		border: none;
		margin-top: -15px;
		
		img {
				@include pieradiusTopAndBottom(5px, 5px);
        }
	}
	#smileg {
		border: none;
		
		img {
				border: 1px solid #00A6DD;
				@include pieradiusTopAndBottom(5px, 0);
		}
		h2 {
				color: #FFF;
				background: #474747;
			    display: block;
				padding: 10px;
				text-align: center;
				@include pieradiusTopAndBottom(0, 5px);
		}
	}
	.sidebar-projects.sidebarbar {
		border:none;
	}
	/* heads and heads  */
	 .barheads{ 
		@include barheads;
	}

	
	@include contentmargins;

	#fbpageboxcontent{
		overflow:hidden;
		width:341px;
		height:400px;
		#fblikeboxwrapper {
		  left: -1px;
		  top: -1px;
		}
	}
	
	/* testis */
	#testibar{
		@include testibar; 
	}
	#testihead  #linktotestiform{
		@include testiheadlinktotestiform;
	}
	
	#testibar  .reviewdiv {margin-bottom:25px;} 
	
	#testibar  .reviewdiv .sbarticletitleandname{
		float:left; width:150px;
	}
	
	#testibar    .review{clear:both;}
	#testibar  .sidebartitle{ display:none;}
		 
	abbr[title] {
		border-bottom: none;
	}
	 
	
	
	#contactbarcontent h3{margin:0;}

	#searchbar{
		#searchcontent.sidebarcontent {
		  font-size: 1.2em;
		  margin: 44px 10px -4px;
		}
	}
} //sidebar mixin


@mixin barheads{
		left: -1px;
		top: -3px;
		margin-bottom: 8px;
		z-index: 3;
		background:#2929AF;
		position:absolute;
		width: 371px;
		text-align: center;
		@include barheadsshadow;

}

@mixin sidebarbar{
		//background:url(/_custom/sidebar-twitter-bg.jpg) center  ;
		//@include pieradiusTopAndBottom(10px, 4px);//top radius is to hide the corner under the bar header
		@include shadowtwo(  0 rgba(0,0,0, 0.0),   0 rgba(0,0,0, 0.0));
		@include sidbarbarborder;
		margin-bottom:30px;
		overflow: hidden;
}

@mixin testiheadlinktotestiform{
	display:none;
}

