/*
 * Custom Photo Slider Implementation
 * Created by Papertree Design.
 */
 
.photo-slider {
  position:relative;
  width:100%;
  height:auto;
  overflow: hidden;
}

.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%;
}

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

.slide-nav span:hover {
  background:#0094CC;
  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;
  }

#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:#00ADEF;
  color:#fff;
}

iframe.oas_ad {
  border: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
iframe#Top1, iframe#Bpttom1 {
	height:50px;
}
iframe#Position4 {
	height:35px;
}

.gallery-item .oas_ad, .sidebar .oas_ad {
  height: 250px;
}

#topLeft .oas_ad {
  width: 730px;
  height: 92px;
}

#topRight .oas_ad {
  height: 92px;
}

#Bottom .oas_ad, #AdFooter728x90 .oas_ad {
	height: 90px;
	width:728px;
}



.post-content {
	padding: 0;
	margin: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;
}

@media only screen and (min-width : 768px) {
  .other-sliders .gallery-item {
	float: left;
	width: 45%;
	margin: 10px 3% 10px 2%;
	padding: 0;
	min-height: 335px;
  }
.slide-nav {
	clear: none;
	float: right;
	position: relative;
	top: 0;
	width: 203px;
  }
.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;
}

iframe#Position4 {
	height:35px;
	width:748px;
	overflow:hidden;
}


}

@media only screen and (min-width : 1024px) {

iframe#Position4 {
	height:35px;
	width:1000px;
	overflow:hidden;
}

}


