/* BEGIN DEFAULT CSS */

#facebook_goal {
  position:relative;
    background-image: linear-gradient(bottom, #CCDDF4 31%, #BED1ED 60%, #ABC2E3 85%);
background-image: -o-linear-gradient(bottom, #CCDDF4 31%, #BED1ED 60%, #ABC2E3 85%);
background-image: -moz-linear-gradient(bottom, #CCDDF4 31%, #BED1ED 60%, #ABC2E3 85%);
background-image: -webkit-linear-gradient(bottom, #CCDDF4 31%, #BED1ED 60%, #ABC2E3 85%);
background-image: -ms-linear-gradient(bottom, #CCDDF4 31%, #BED1ED 60%, #ABC2E3 85%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.31, #CCDDF4),
	color-stop(0.6, #BED1ED),
	color-stop(0.85, #ABC2E3)
);
}
.front #facebook_goal {
  position:relative;
  width:60%;
  border:1px solid #7895be;
padding:25px 20px 20px;

}
/* This div wraps the bar graph components. */
#facebook_goal_graph_wrapper {
  position:relative;
  width:100%;
}

#facebook_goal_description {
  font-size:16px;
  color:#285A99;
  font-weight:bold;
}
.front #facebook_goal_description {
  font-size:24px;
}
/* This div wraps around the bar graph. */
#facebook_goal_graph_bar_container {
  position:relative;
  padding:1px;
  background:url(images/graph-bg.gif) top left repeat-x;
  background-color:#F4F7FC;
  border: 1px solid #a4b8d9;  
}

/* This creates the red bar graph. */
#facebook_goal_graph_bar {
  position:relative;
  color:#FFFFFF;
  background-color:#8F0101 ;
  background-color:rbga(193,5,5,0.6);
  background: -moz-linear-gradient(top, rgba(193,5,5,0) -70%, rgba(143,1,1,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(-70%,rgba(193,5,5,0)), color-stop(100%,rgba(143,1,1,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(193,5,5,0) -70%,rgba(143,1,1,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(193,5,5,0) -70%,rgba(143,1,1,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(193,5,5,0) -70%,rgba(143,1,1,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(193,5,5,0) -70%,rgba(143,1,1,1) 100%); /* W3C */
  font-weight:bold;
}

/* This div appears at the far right of the bar graph. */
#facebook_goal_graph_end {
  position:relative;
  float:right;
  background-color:#2c5999;
  color:#FFFFFF;
  font-weight:bold;
  border: 1px solid #2c5999;
  text-align:center;
}

#facebook_goal_like {
  clear:left;
}

/* SOCIAL PROMOTE SECTION */
#social_promote {
  position:relative;
}
.front #social_promote {
   float:right;
   width:32%;
  }
#social_promote_share_photo {
  position:relative;
  float:left;
  width:75px;
  height:75px;
  margin-right:5px;
  border: 1px solid #2c5999;
  font-size:10px;
}
#social_promote_options > div {margin-bottom:3px;}
#social_promote_options {float:left; width:62%; margin-left:5px;}
#facebook-login {display: block;
    height: 75px;
    text-indent: -9999px;
	background:url(images/75x75_fb.jpg) top left no-repeat;}
#social_promote_options > div a {display:block; background:#e3eaf4 url(images/redcheck.png) 5px center no-repeat; width:85%; padding:5px 10px 5px 25px; color:#2C5999;}
#social_promote_options > div a:hover {text-decoration:underline;}
#block-tbf-social-social-home,
#block-tbf-social-social-home a {
  color:#2c5999
}
#region-sidebar-second #social_promote_options > div a {
    color: #2C5999;
}

#social_promote_header {
  font-size:16px;
  color:#2c5999;
  font-weight:bold;
}
.front #social_promote_header {
   margin:10px 0;
}
#region-sidebar-second 
#facebook_goal_description {
    text-align:center;
    font-size: 13px;
	letter-spacing:-.2px;
	margin-bottom:20px;
	padding-bottom:20px;
	background:#fff;
	}
#region-sidebar-second #social_promote_share_wrapper {
    padding:0 10px;
	}
#region-sidebar-second #social_promote_header {
    font-size: 16px;
	text-align:center;
	border-top:1px solid #f0f0f0;
	padding-top:12px;
	margin:12px 0;
}
/* END DEFAULT CSS */


/* HOME SOCIAL BLOCK CUSTOMIZATIONS */
.front #facebook_goal {
  float:left;
  width: 60%;
  margin-right:10px;
}

.front #facebook_goal_graph_bar_container {
  height:39px;
  margin-right:85px;
  margin-bottom:12px;
}

.front #facebook_goal_graph_end {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    padding-bottom: 8px;
    padding-top: 8px;
    width: 80px;
}

.front #facebook_goal_graph_bar {
  padding-top:10px;
  padding-bottom:10px;
  height:20px;
  line-height:20px;
  font-size:20px;
}

/* SIDEBAR SOCIAL BLOCK CUSTOMIZATIONS */
#region-sidebar-second #facebook_goal_graph_bar_container {
  height:25px;
  margin-right:45px;
}

#region-sidebar-second #facebook_goal_graph_end {
  width:40px;
  padding-top:3px;
  padding-bottom:3px;
}

#region-sidebar-second #facebook_goal_graph_bar {
  padding-top:3px;
  padding-bottom:3px;
}
#region-sidebar-second #block-tbf-social-social-sidebar  div.content {
padding: 25px 5px;
margin-bottom:20px;
     

background-image: linear-gradient(bottom, #F8F9F9 9%, #FEFEFE 55%);
background-image: -o-linear-gradient(bottom, #F8F9F9 9%, #FEFEFE 55%);
background-image: -moz-linear-gradient(bottom, #F8F9F9 9%, #FEFEFE 55%);
background-image: -webkit-linear-gradient(bottom, #F8F9F9 9%, #FEFEFE 55%);
background-image: -ms-linear-gradient(bottom, #F8F9F9 9%, #FEFEFE 55%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.09, #F8F9F9),
	color-stop(0.55, #FEFEFE)
);


}
