/* ---------------------
   FACEBOX MODAL POPUP
--------------------- */

#facebox {
 position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}


#facebox .popup {
  position: relative;
  border: 7px solid rgba(0,0,0,0.445);
  -webkit-border-radius:7px;
  -moz-border-radius:7px;
  border-radius:7px;
  padding: 0;
}

#facebox .content {
  display:block;
  width: 470px;
  overflow: show;
  padding: 0;
  background: #fff;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}

#facebox .content > p:first-child{
  margin-top:0;
}
#facebox .content > p:last-child{
  margin-bottom:0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

/* --------------------
   FACEBOOK LIKE BOX
-------------------- */

#fblike {
	margin: 0;
	padding: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
	position: relative;
	background-color: #fff;
	display: none;
}

#fblike h1, h1.fb {
	background-color: #6d84b4 !important;
	font-size: 14px !important;
	color: #fff !important;
	padding: 5px 10px !important;
	margin: 0 !important;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  letter-spacing: normal !important;
}

.fblikeContent {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	font-size: 12px;
  position: relative;
  height: 120px !IE;
  min-height: 80px !important;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  overflow: hidden;
  z-index: 1;
}

  .fblikeContent span {
    height: auto !important;
  }

h2.fbCustomURL {
  background-color: #f2f2f2 !important;
  border-bottom: 1px solid #ccc !important;
  color: #999 !important;
  font-size: 12px !important;
  font-weight: normal !important;
  margin: 0 0 10px !important;
  padding: 5px 10px !important;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  font-style: normal !important;
  line-height: 1.2 !important;
}

.fblikeContent iframe {
    min-height: 80px !important;
    position: relative !important;
}

.fblikeContent p {
	margin-top: 0 !important;
	margin-bottom: 15px;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}

#closeBox {
  display: none !important;
	background-color: #f2f2f2;
	height: 41px;
	position: relative;
	width: 420px;
	padding: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
  z-index: 2;
}

#closeBox a {
	text-decoration: none;
	color: #fff !important;
	font-size: 11px;
	font-weight: bold;
	background-color: #5d76aa;
	border: 1px solid #2a437e;
	-webkit-box-shadow: inset 0 1px 0 #8a9cc2;
	padding: 3px 6px;
	position: absolute;
	right: 10px;
	top: 10px;
}

#closeBox a:hover {
	color: #fff !important;
}