.sbWrap .sbContainer {
	background:url("../images/socialbar/sb-bg.png") 0 0 repeat-x;
	left: 0;
	position: absolute;
	top: 0; /*Change Top Positioning to Get the Solid Line*/
	width: 100%;
	z-index: 2;
}

/* NOTE: Static height is not needed. */
/* .sbContent height is calculated by the javascript */

.sbWrap .sbContent {
	margin: 0 auto;
	position: relative;
	width: 1130px; /*Change to match width of site*/
	height:276px;
	z-index: 1;
	padding: 15px 0; 
}

/*****************************
* *    	      TAB 	 	   * *
******************************/

.sbWrap .sbTab {
	background: url("../images/socialbar/sb-tab2.png") 0 0 no-repeat;
	bottom: 100%;
	cursor: pointer;
	display: block;
	height: 36px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 160px;
	z-index: 2;
	margin-bottom:-7px;
	box-shadow:0 2px 3px -2px #C0C0C0;
}

/*****************************
* *   	  HIDE BUTTON 	   * *
******************************/

.sbWrap .hide {
	background: #54423b;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: right;
	font:400 14px Sans-Serif;
	text-transform: uppercase;
	line-height: 24px; /*Control height*/
	margin:0 10px;
	text-align: center;
	width: 90px;
	padding:2px 0 0 0;
}

/*****************************
* *     SOCIAL BUTTONS     * *
******************************/

.sbWrap .socialBtns {
	margin-bottom:20px;
	margin-top:10px;
	overflow: hidden;
}

/* General class to float social icons */
.sbWrap .icon {
	float: left;
	margin-right: 10px;
	margin-top:3px;
}

/* Text for "Are you a fan of? */
.sbWrap .fanText {
	color: #54423b;
	float: left;
	font:400 13px/24px Sans-Serif;
	margin-right: 10px;
}

/*****************************
* *    	    COLUMNS 	   * *
******************************/

.sbWrap .colWrap {
	overflow: hidden;
}

.sbWrap .column {
	float: left;
}
.sbWrap .column p.title {
	font:400 21px Sans-Serif;
	color:#54423b;
	text-align: left;
	margin:0 0 15px;
}
.sbWrap .column.one {
	width:320px;
	margin-right:90px;
}

.sbWrap .column.two {
	width:310px;
	margin-right:90px;
}

.sbWrap .column.three {
	width:310px;
}

/*****************************
* *     LIKE-BOX IFRAME    * *
******************************/

.sbWrap .fb-like-box {
	background: #fff;
}

.sbWrap .fb-like-box > span {display: block;}

.column.two iframe {
	height:174px !important;
	background:#FFF;
	border:1px solid #d5d5d5 !important;
	border-top:1px solid #315c99 !important;
}
.column.one iframe#twitter-widget-1 {
	height:174px !important;
}
/*****************************
* *    	 DON'T TOUCH 	   * *
******************************/

.sbWrap {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}