@import url(//fonts.googleapis.com/css?family=Open+Sans:700,600,400);
.sbWrap .sbContainer {
	background: #393939;
	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;
	z-index: 1;
	padding: 15px 0; 
}

/*****************************
* *    	      TAB 	 	   * *
******************************/

.sbWrap .sbTab {
	background: url("../images/socialbar/sb-tab.png") 0 0 no-repeat;
	bottom: 99%;
	cursor: pointer;
	display: block;
	height: 46px;
	position: absolute;
	right: 7px;
	text-indent: -9999px;
	width: 136px;
	z-index: 2;
}

/*****************************
* *   	  HIDE BUTTON 	   * *
******************************/

.sbWrap .hide {
	font-family: 'museo_sans500';
	background: url("../images/socialbar/close.png") 0 center no-repeat;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 13px;
	font-style: italic;
	line-height: 24px;
	margin: 0px 20px 0 0;
	text-align: center;
	width:100px;
	padding: 0 0 0 18px;
}

/*****************************
* *     SOCIAL BUTTONS     * *
******************************/

.sbWrap .socialBtns {
	margin-bottom: 8px;
	overflow: hidden;
}

/* General class to float social icons */
.sbWrap .icon {
	float: left;
	margin-right: 10px;
}

/* Text for "Are you a fan of? */
.sbWrap .fanText {
    font-family: 'museo_sans500';
	color: #fff;
	float: left;
	font-size: 13px;
	font-style: italic;
	margin-right: 10px;
}

/*****************************
* *    	    COLUMNS 	   * *
******************************/

.sbWrap .colWrap {
	background: #fff;
	padding: 20px;
	overflow: hidden;
}

.sbWrap .column {
	float: left;
	margin-left: 10px;
height: 290px;
	overflow: hidden;
}

.sbWrap .column h3 {
	font-size: 22px;
	color: #ff8800;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #acacac;
	padding: 0 0 10px 0;
	margin: 0 0 15px;
}

.sbWrap .column.one {
	margin-left: 0;
	width: 30%;
}

.sbWrap .column.two {
	width:30%;
	margin: 0 0 0 40px;
}

.sbWrap .column.three {
    font-family: 'museo_sans500';
	width: 30%;
	text-align: left;
	color: #8e8e8e;
	font-size: 11px;
	margin: 0 0 0 40px;
}
.sbWrap .column.three h3 {
	background:url(../images/socialbar/speach_bub.png) no-repeat 0 2px;
	padding-left: 30px;
}
.sbWrap .column.three p {
	line-height: 18px;
	font:400 13px 'Open Sans';
	color:#7d7d7d;
}

.sbWrap .column.three span {
   font:600 14px 'Open Sans';
	color: #ff8800;
	display: block;
	margin: 0 0 10px;
	line-height: 18px;

}

.sbWrap .column.three a {
    font-family: 'museo700';
	font-style: italic;
	text-decoration: underline;
}

/*****************************
* *     LIKE-BOX IFRAME    * *
******************************/

.sbWrap .fb-like-box {
	background: #fff;
}

.sbWrap .fb-like-box > span {display: block;}

/*****************************
* *    	 DON'T TOUCH 	   * *
******************************/

.sbWrap {
	bottom: 10px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 9999;
}