/* vod detail */
/* updates/tweaks to the /modules/page.css */

#fm.vod-detail > .content {
	position: relative;
}
	#fm.vod-detail > .content .cols-2x:first-child {
		padding-bottom: 0;
		padding-top: 33px;
	}
		#fm.vod-detail > .content .cols-2x:first-child + .cols-2x {
			padding: 16px 0 64px 0;
		}
	.vod-detail .content div.col-1 h2 {
		margin: 0 0 12px -160px;
	  font: 48px/48px "arno-pro", Georgia, serif;
	}
	  .vod-detail .content div.col-1 h2 i {
	    font-style: normal;
	  }
	.vod-detail .content .col-1 > p:first-of-type:first-letter {
		display: inline;
		float: none;
		font-size: 16px;
		font-weight: normal;
		font-style: normal;
		margin: 0;
		font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	}
  .vod-detail .vod-submission p {
  	color: #666;
  	margin: -6px 0 18px;
  }
  .detail .content .col-1 .meta {
  	overflow: hidden;
  	margin-top: -7px;
	}
		.detail .content .col-1 .meta li {
			display: inline;
			float: left;
			margin: 0 14px 0 0;
			color: #999;
		}
	
	#fm.vod-detail > .content .cols-2x:first-child + .cols-2x .col-1 {
		padding: 0;
		border-top: 0 none;
		width: 620px;
	}
		.vod-detail .content .col-1 > .img:first-child {
			margin-bottom: 25px;
		}
		#fm.vod-detail > .content .cols-2x:first-child + .cols-2x .col-1 ul {
			margin: 0;
		}
			#fm.vod-detail > .content .cols-2x:first-child + .cols-2x .col-1 ul.listing-covers {
				margin: 0 0 0 -20px;
			}
				#fm.vod-detail > .content .cols-2x:first-child + .cols-2x .col-1 ul.listing-covers li:nth-child(4n+1) {
					clear: both;
				}

		.vod-detail > .content .col-2 {
			overflow: hidden;
		}
			.vod-detail > .content .col-2 .col {
				display: inline;
				float: left;
				width: 140px;
				margin: 0;
			}
				.vod-detail > .content .col-2 .col:first-child {
					margin-right: 20px;
				}
				.vod-detail > .content .col-2 .col h2 {
					font-size: 16px;
					line-height: 22px;
					margin: 0;
					font-weight: normal;	
				}
				.vod-detail > .content .col-2 .col ul {
					margin: 0 0 6px;
				}
				.vod-detail > .content .col-2 .col a {
					color: #999;
				}
				.vod-detail > .content .col-2 .col a:hover {
					color: #e1691f;
					border-bottom: 1px solid #e1691f;
				}