/*
 * Custom Photo Slider Implementation
 * Created by Papertree Design.
 */
 
.photo-slider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
  font-family:"Droid Sans",sans-serif;
}

.photo-slider img {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
}

.photo-slider {
  clear:both;
}

.photo-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  line-height: 130%;
  background: #000;
  opacity: .8;
  color: #fff;
  display: none;
  font-size:12px;
}
.photo-slider .caption:hover {
  opacity: .9;
}

.slide-nav {
	clear: both;
	padding: 5px 0;
	display: block;
	float: left;
	width:100%;
    font-family:"Droid Sans",sans-serif;
}

.slide-nav span {
  padding: 10px 42px;
  background: #ED2729;
  color: #fff;
  font-size:11px;
  line-height: 1em;
  margin-right: 0;
  cursor: pointer;
  text-transform: uppercase;
}

.slide-nav span:hover {
  background:#FF5B5D;
  color:#fff;
}
.slide-nav span.prev {
	float:left;
	-webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
		}

.slide-nav span.next {
	float:right;
	-webkit-border-radius: 0px 6px 6px 0px;
    border-radius: 0px 6px 6px 0px;
		}

.photo-progress { 
  padding: 7px 0;
  display: block;
  text-align:center;
  width:70px;
  clear:none;
  float:left;
  text-transform:uppercase;
  font-size:12px;
  }

.description {
	margin:1em 0;
	float:left;
	font-family: Georgia, serif;
	font-size: 16px;
	line-height: 1.5;
}
#fb-comments {
  margin-top: 20px;
  float:left;
  width:100%;
}

.other-sliders {
  display: none;
  border:none;
}
.other-sliders h2.viewmore {
	margin:10px 0;
}

.other-sliders .gallery-item {
      margin: 10px 0;
}

.back-to-slider {
	cursor: pointer;
	clear: both;
	padding: 10px;
	background: #000;
	color: #FFF;
}

.back-to-slider a {
  display:inline-block;
  background: #eee;
  border:1px solid #ccc;
  color: #555;
  padding:5px 10px;
  text-decoration: none;
}

.back-to-slider a:hover {
  background:#B52668;
  color:#fff;
}

#social_browser {
	float: left;
    margin: 0 0 10px 0;
    display: block;
    border: 1px solid #999;
    padding: 7px 10px;
    width: 400px;
    height: 40px;
}

.wpsocialite, .social-buttons {
	display: block;
	list-style: none;
	padding: 3px 0 2px 10px !important;
	/*border: 1px solid #999;*/
	float:left;
	margin: 0 !important;
}
.wpsocialite iframe {
	margin:0 !important;
}


@media only screen and (min-width : 768px) {
  .other-sliders .gallery-item {
	float: left;
	width: 45%;
	margin: 10px 3% 10px 2%;
	padding: 0;
	min-height: 260px;
  }
.slide-nav {
	clear: none;
    float: right;
    position: relative;
    top: 0;
    width: 200px;
    margin: 0;
  }
.photo-progress {
  position: absolute;
	left: 62px;
  }

.slide-nav span {
  padding: 15px;
}
.slide-nav span.prev {
	position: absolute;
	top: 0px;
	left: 0px;
}
.slide-nav span.next {
	position: absolute;
	top: 0px;
	right: 0px;
}
.other-sliders {
  display: none;
  border:1px solid #aaa;
}
.other-sliders h2.viewmore {
	margin:10px;
}

.other-sliders .gallery-item {
      margin: 10px;
}



}

.post-content {
	padding: 10px 0;
	margin:10px 0;
	font-weight:100;
	font-size:12px;
	line-height: 15px;
	float:left;
	width:100%;
}
.post-content b, post-content strong {
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
.post-content br {
	line-height:8px;
}
.post-excerpt {
	margin: 10px auto;
	float: left;
	border-bottom: 1px solid #666;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom:10px;
	font-size: 18px;
	line-height: 1.25;
}
