.hLine{
	border-bottom: 1px dotted #ccc;
	width: 100%;
	clear: both;
	height: 0;
	display: block;
}
.hLine2{
	border-bottom: 1px solid #ccc;
	width: 100%;
	clear: both;
	height: 0;
	display: block;
	margin:20px 0;
}
.mediaPage .tab-menu{
	margin-bottom: 0;
	padding-top: 10px;
}
.vidThumbBG{
	position: relative;
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 55.2%;
	background:transparent no-repeat center center;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
.mediaPage .post.featVid, .post.smallerVid{
	padding: 20px 0 20px;
}
.mediaPage .vidPost .subHeadline{
	padding-top: 20px;
	text-align: left;
	clear: both;
}
.mediaPage .post.featVid .subHeadline, .mediaPage .post.smallerVid .subHeadline{
	text-align: center;
	padding-top: 0px;
}
.mediaPage .post.featVid .headline, .mediaPage .post.smallerVid .headline{
	text-align: center;
}
.mediaPage .post .vidThumbImg{
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0 3% 0 0;
}
.mediaPage .post .flex-video{
	padding-top:0;
	margin-bottom: 0;
}
.embedLinkDiv{
	text-align: right;
}
.embedLink{
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 1em;
	padding: 8px 10px 5px;
	display: inline-block;
	background: #EEE;
	border: 1px solid #CCC;
	border-top: 0;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-o-border-radius: 0 0 4px 4px;
	-ms-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.embedLink:hover{
	background:#f8f8f8;
}
.videoCopy{
	margin-top: 20px;
}
.mediaDeets .post .headline{
	font-family: "chaparral-pro",sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 30px;
	margin-top:0;
}
.mediaDeets .post .subHeadline {
	margin-bottom: 15px;
	font-size: .8em;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 18px;
}
.mediaDeets .purchaseLinksDiv{
	margin: 10px 0 20px;
	padding: 10px;
	background: #F8F8F8;
	border: 1px solid #ccc;
}

.mediaDeets .purchaseLinks{
	display: block;
	margin-bottom: 10px;
	color: #666;
}
.mediaDeets .purchaseLinks:last-child{
	margin-bottom: 0;
}
.mediaDeets .tracklist2{
	max-height: none;
}
.mediaDeets .post .tracklist2{
	margin:0;
	width: 100%;
}
.mediaDeets .post img.playlistImg{
	padding-bottom: 10px;
}
.mediaDeets .artistInfoReviews {
	margin: 15px 0;
	border-left: 5px solid #CCC;
	padding-left: 15px;
}
.mediaDeets .artistInfoIn {
	padding: 15px 0;
	border-bottom: 1px solid #EAEAEA;
}
.mediaDeets .artistInfoIn:last-child {
	border-bottom: none;
}
.mediaDeets .artistInfoIn .infoLabel {
	font-weight: bold;
	min-width: 50px;
	display: inline-block;
}
.mediaDeets .comments{
	margin-bottom: 20px;
}
.mediaDeets .relatedAudio{
	padding-bottom: 40px;
}
.mediaDeets .relatedAudio .post img {
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0 3% 0 0;
	border:0;
}
.mediaDeets .relatedAudio .post {
	border-bottom: 1px dotted #CCC;
	padding-top: 20px;
}
.mediaDeets .relatedAudio .post .withImg {
	display: inline-block;
	float: left;
	width: 74%;
}
.mediaDeets .relatedAudio .post .reviewCats {
margin-bottom: 10px;
}
.mediaDeets .relatedAudio .post .headline {
	font-family: "chaparral-pro",sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.mediaDeets .relatedAudio .post .headline p {
	line-height: 1.2em;
}
.mediaDeets .relatedAudio .post .subHeadline {
	margin-bottom: 10px;
	font-size: .8em;
	border:0;
	padding: 0;
}
.featuredVideoSect .span6.even, .recentVideoSect .span6.even{
	clear:left;
	margin-left: 0;
}
.videoBrowsing .post{
	border-bottom: 0;
}
.videoBrowsing .hLine{
	border-bottom: 1px dotted #ccc;
	width: 100%;
	clear: both;
	height: 0;
	display: block;
}
.videoBrowsing .moreCatVids .span6.even{
	margin-left: 0;
	clear: left;
}
.mediaDeets .relatedVids:last-child{
	padding-bottom: 40px;
}
.mediaDeets .relatedVids .subHeadline{
	margin-bottom: 10px;
	border-bottom:0;
	padding-bottom: 0;
}
.mediaDeets .relatedVids .headline{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.featuredPhoto{
	position: relative;
	padding: 1%;
	border: 1px solid #B4B4B4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
	background: #F7F6F6;
	margin-bottom: 20px;
	margin-top:10px;
	-webkit-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	        transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.photoImgLayer{
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
	background:transparent no-repeat center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.photoThumb{
	position: relative;
	-webkit-backface-visibility: hidden;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	float: left;
	display: inline-block;
	padding: 1%;
	border: 1px solid #B4B4B4;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 0;
	background: #F7F6F6;
	-webkit-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	   -moz-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	    -ms-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	     -o-transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
	        transition: all 300ms cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
.browsingPhotos .photoThumb:nth-child(2n){
	margin-right: 0;
}
.photoThumb:hover, .featuredPhoto:hover{
	border-color:#888;
	-webkit-box-shadow: 0 0 0 2px #B4B4B4;
	-moz-box-shadow: 0 0 0 2px #B4B4B4;
	-o-box-shadow: 0 0 0 2px #B4B4B4;
	-ms-box-shadow: 0 0 0 2px #B4B4B4;
	box-shadow: 0 0 0 2px #B4B4B4;
}
.photoThumbImg{
	-webkit-backface-visibility: hidden;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	background:transparent no-repeat center center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

.photoShowMore{
	position: relative;
	clear: both;
	padding: 20px 20px 18px;
	text-align: center;
	margin-top:20px;
	margin-bottom: 40px;
	border: 1px solid #B4B4B4;
	cursor: pointer;
	line-height: 1.2em;
	font-size: 18px;
	background: #F8F8F8;
}
.coverShowMore{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:rgba(255,255,255,.2);
}
.photoBrowsing{
	margin-bottom: 40px;
}
.photoBrowsing img{
	display: inline-block;
	float: left;
	width: 20%;
	margin: 0 3% 0 0;
}
.photoBrowsing .featPhotoPost {
	border-bottom: 1px dotted #CCC;
	padding:20px 7px 20px 0;
}
.photoBrowsing .featPhotoPost .withImg {
	display: inline-block;
	float: left;
	width: 74%;
}
.photoBrowsing .featPhotoPost .reviewCats {
	margin-bottom: 10px;
}
.photoBrowsing .featPhotoPost .headline {
	font-family: "chaparral-pro",sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 6px;
}
.mediaDeets .photoBrowsing .featPhotoPost .subHeadline{
	margin-bottom: 10px;
	border-bottom: none;
	padding-bottom: 0px;
	font-size: .8em;
}
.photoDeetSlider{
	margin-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #DDD;
}
.photoDeetSlider #slideshow {
	position: relative;
	left: 0;
	top:0;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	z-index: 2;
	text-align: center;
	overflow: hidden;
	background-image: url('/images/_pages/_global/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
}
.sliderImg{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background:transparent no-repeat center center;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	-ms-background-size: contain;
	background-size: contain;
}
.photoDeetSlider #thumbs{
	margin-top: 1px;
}
.photoDeetSlider .thumbs li{
	position: relative;
	list-style: none;
	float: left;
	width: 12.5%;
	display: inline-block;
	border-right: 1px solid #FFF;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.photoDeetSlider .thumbs li:nth-child(8n+0){
	border-right: 0;
}
.photoDeetSlider .thumbs li .activeThumbOverlay{
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(255,255,255,.3);
}
.photoDeetSlider .thumbs li.selected .activeThumbOverlay{
	display: block;
}
.photoDeetSlider .thumbs .innerImg{
	width: 100%;
	position: relative;
	z-index: 2;
}
.photoDeetSlider #controls{
}
.photoDeetSlider .nav-controls a{
	position: absolute;
	left: 0;
	top: 38%;
	z-index: 3;
	white-space: nowrap;
	vertical-align: middle;
	padding: 3px 8px 2px;
	line-height: 1em;
	text-decoration: none;
	font-weight: bold;
	font-size: 30px;
	color: #666;
	background: #F8F8F8;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 1px solid #CCC;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
.photoDeetSlider .nav-controls a:nth-child(2){
	left:auto;
	right: 0;
}
.photoDeetSlider .nav-controls a:hover{
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}
.photoDeetSlider #photocaption{
	text-align: center;
	margin: 10px;
	min-height: 15px;
}
.photoDeetSlider .crediting{
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 2px;
}
/*.photoDeetSlider #loading{
	position: relative;
	background-image: url('/images/_pages/_global/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	z-index: 1;
}
*/

/*
AUDIO DEETS
*/
.albumInfoTags {
	margin: 15px 0;
	border-left: 5px solid #CCC;
	padding-left: 15px;
}
.albumInfoTags .albumInfoIn {
	padding: 15px 0;
	border-bottom: 1px solid #EAEAEA;
}
.albumInfoTags .albumInfoIn:last-child {
	border-bottom: none;
}
.albumInfoTags .albumInfoIn .infoLabel {
	font-weight: bold;
	min-width: 60px;
	display: inline-block;
}
.featuredAudioSect .post:last-child{
	border-bottom: 0;
}

/*this was from the template*/
	.mediaPage .post.featVid .headline, .mediaPage .post.smallerVid .headline {margin-top:10px;}

