/*!
* bootstrap-lightbox.css v0.6.1 
* Copyright 2013 Jason Butz
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/

#closeLink {
	color:white;
	text-align:right;
	margin:0;
	padding:0;
	text-decoration:none;
	float:right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight:normal;
	font-size:9.5px;
	line-height:18.5px;	
}
	
/*	background:url("images/closelabel.gif") no-repeat;*/
}	

.lightbox-caption {
		padding:20px 0 0 0;
}

.img-blog-post-description {
	padding:0px;
	margin:20px 0 0 0;
	width:100%;
	border:none;
}

.img-blog-post-description a{
	color:white;
	text-decoration:none;
	font-weight:normal;
}

.img-blog-post-description a:hover;{
	border:none;
	text-decoration:none;
}
	

#closeLink a {
}

#closeLink:hover {
	border-bottom:solid white 1px;
}

#closeLink a:hover {
	border-bottom:none;
}

.closeLinkParent {
	text-align:right;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
	font-weight:normal;
	line-height:18.5px;
	font-size:9.5px;
	margin:20px 0 0 0;
}

.caption{
	width: 70%;
	float: left;
	text-align: left;
	letter-spacing:0.02em;
	font-size: 12.5px;
	line-height:18.5px;
	font-family: Times, 'Times New Roman', serif; 
	font-weight:normal;
	color:white;
	text-align:left;
}

.lightbox {
  position: absolute;
  top: 20px;
  z-index: 1050;
  line-height: 0;
  text-align: center;
  background-color: transparent;
  outline: none;
}

.lightbox .hide {
  display: none;
}

.lightbox .in {
  display: block;
}

.lightbox-content {
  display: inline-block;
  background-color: none;

}

.lightbox-content {}

.lightbox-caption {
  position: absolute;
  display:block;
  right: 0px;
  left: 0px;
  padding: 0;
  color: white;
  text-align: left;
}

.lightbox-header .close {
  margin-top: -16px;
  margin-right: -16px;
  font-size: 2em;
  color: white;
  opacity: .8;
  filter: alpha(opacity=80);
}

.lightbox-header .close :hover {
  opacity: .4;
  filter: alpha(opacity=40);
}
