/*
ESPN Media (Photo, Video, Audio) Overlay (Lightbox) Core Styles
The styles here apply to the global media gallery overlay/lightbox treatment.
*/

/* MASTER SPRITE */
#cboxClose,
.cboxIE #cboxClose,
.mod-media-overlay,
.mod-media-overlay h1,
.mod-media-overlay .icon,
.header-bar .header-bar-shine,
.mod-media-main .mod-content .img-preview .bg-trans,
.mod-media-main .mod-content .img-preview span,
.mod-controls .pagination .btn-pager,
.mod-controls a.btn-slideshow .icon,
.mod-controls a.btn-slideshow.playing .icon,
.mod-media-overlay .mod-header,
.mod-slider .mod-header span,
.lower-shadow {
	background-image: url('/prod/assets/universal_overlay/media/overlay_media_sprite.png');
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}


/* --- CORE OVERLAY RESETS --- */
#colorbox {
	top: 0;
	margin-left: 0;
}
#cboxTopCenter {display: none;}
#cboxContent {
	margin-top: 0;
	padding: 0;
	background: #0a0a0a;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}
#cboxLoadingOverlay {background: #0a0a0a;}
#cboxLoadingGraphic {background: transparent url('/prod/assets/universal_overlay/media/loading.gif') 50% 50% no-repeat;}
#cboxLoadedContent {
	background: #0a0a0a;
	border: 0;
	padding: 0;
}
#cboxClose {
	top: 10px;
	right: 10px;
	width: 26px;
	height: 26px;
	padding: 0;
	opacity: 0.4;
	background-position: -84px 0;
}
.cboxIE #cboxClose {
	background-position: -84px 0;
	filter: alpha(opacity=40);
}
#cboxClose:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

/* --- MEDIA OVERLAY --- */
.mod-media-overlay {
	padding: 16px 25px 0 15px;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: 0 -195px;
}
.mod-media-overlay h1 {
	text-indent: -999em;
	width: 50px;
	height: 50px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	float: left;
	margin: 0;
	padding: 0 16px 0 0;
	background-position: 0 20px;
}
/* Alternate Header Logos */
.mod-media-overlay .alt-header h1 {
	background-image: url('/prod/assets/universal_overlay/media/overlay_logo_sprite.v2.png');
	background-position: 0 0;
}
body.soccernet .mod-media-overlay .alt-header h1 {
	width:140px;
}
body.deportes .mod-media-overlay .alt-header h1 {
	width:105px;
	background-position:0 -52px;
}
body.thelife .mod-media-overlay .alt-header h1 {
	width:80px;
	background-position:0 -103px;
}
body.travel .mod-media-overlay .alt-header h1 {
	width:95px;
	background-position:0 -152px;
}
body.radio .mod-media-overlay .alt-header h1 {
	width:65px;
	background-position:0 -202px;
}
body.espnw .mod-media-overlay .alt-header h1 {
	width:75px;
	background-position:0 -250px;
}

.mod-media-overlay h2 {
	color: #fff;
	padding: 16px 0 0;
	float: left;
	font-size: 20px;
	line-height: 20px;
}
.mod-media-overlay .mod-header {
	height: 30px;
	background-position: 0 -82px;
	background-repeat: repeat-x;
}
.mod-media-overlay .mod-header h4 {
	color: #ccc;
	float: left;
}
.mod-media-overlay .mod-content {
	background: #000;
	border-color: #333;
}

/* ICONS */
.mod-media-overlay .icon-rate {
	width: 13px;
	height: 17px;
}
.mod-media-overlay .icon.icon-rate.thumbs-up {
	background-position: -83px -27px;
}
.mod-media-overlay .icon.icon-rate.thumbs-down {
	background-position: -97px -27px;
}
.mod-media-overlay .icon.email {
	width: 16px;
	height: 11px;
	margin: 2px 10px 0 0 !important;
	background-position: -67px 0;
}

/* OVERLAY HEADER */
.header-bar {
	background: #0f0f0f;
	position: absolute;
	top: 0;
	left: 0;
	width: 964px;
	height: 50px;
}
.header-bar .header-bar-shine {
	position: absolute;
	top: 0;
	left: 0;
	width: 964px;
	height: 35px;
	background-repeat: repeat-x;
	background-position: 0 -210px;
}
.overlay-header {
	margin: -16px 0 0;
	overflow: hidden;
	height: 50px;
	padding: 0;
	font-family: helvetica,arial,sans-serif;
}
.overlay-header .pres-by {
	float: right;
	margin: 0 30px 0 0;
	height: 50px;
	overflow: hidden;
}

/* OVERLAY CONTENT */
.overlay-content {
	padding: 12px 0 30px;
	overflow: hidden;
	position: relative;
}

/* MAIN MEDIA AREA */
.mod-media-main {
	overflow: hidden;
	padding: 0 0 0 15px;
}
.mod-media-main .mod-content {
	padding: 0;
	border: 0;
	background: none;
	width: 576px;
	height: 509px;
	margin: 0 0 12px;
	position: relative;
	z-index: 6100;
}
.mod-media-main .mod-content .media-wrapper {
	position: relative;
	height: 100%;
	z-index: 6101;
}
.mod-media-main .mod-content .media-wrapper .img-loading {
	position: absolute;
	top: 230px;
	left: 272px;
}
.mod-media-main .mod-content .media-wrapper ul li {
	display: none;
	text-align: center;
	height: 510px;
}
.mod-media-main .mod-content .media-wrapper ul li.active.first-active {display: block;}
.mod-media-main .mod-content .media-wrapper img {position: relative;}

.mod-media-main .mod-content .img-preview {
	position: absolute;
	top: 115px;
	height: 75px;
	padding: 100px;
	display: block;
	overflow: hidden;
	z-index: 6501;
	background: url('/prod/assets/clear.png') 0 0 repeat;
}
.mod-media-main .mod-content .img-preview:hover {cursor: pointer;}
.mod-media-main .mod-content .img-preview.next {right: -268px;}
.mod-media-main .mod-content .img-preview.prev {left: -268px;}
.mod-media-main .mod-content .img-preview .img-wrapper {
	padding: 6px 6px 6px 26px;
	border: 1px solid #333;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	overflow: hidden;
	float: left;
}
.mod-media-main .mod-content .img-preview.next .img-wrapper {padding: 6px 26px 6px 6px;}
.mod-media-main .mod-content .img-preview .bg-trans {
	background-position: 0 -114px;
	background-repeat: repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.mod-media-main .mod-content .img-preview span {
	width: 12px;
	height: 18px;
	position: absolute;
	background-position: -67px -12px;
	left: 6px;
	top:33px;
}
.mod-media-main .mod-content .img-preview.next span {
	background-position: -67px -30px;
	left: auto;
	right: 6px;
}
.mod-media-main .mod-content .img-preview img {
	position: relative;
	float: left;
}

/* CONTROLS */
.mod-controls {
	overflow: hidden;
	font-family: helvetica,arial,sans-serif;
	margin: 0 0 10px;
	padding: 0 0 6px;
	float: left;
	width: 304px;
	position: relative;
	border-bottom: 1px solid #222;
}
.mod-controls .pagination {
	float: left;
	padding: 0 24px 0 0;
}
.mod-controls .pagination span {
	float: left;
	font-size: 18px;
	color: #ddd;
	margin: 5px 12px 0;
	text-align: center;
}
.mod-controls .pagination .btn-pager {
	height: 30px;
	width: 30px;
	float: left;
	opacity: 0.6;
	filter: alpha(opacity=60);
	cursor: pointer;
	background-position: 0 -51px;
}
.mod-controls .pagination .btn-pager:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.mod-controls .pagination .pager-disabled {
	opacity: 0.2 !important;
	filter: alpha(opacity=20) !important;
}
.mod-controls .pagination .pager-next {
	background-position: -31px -51px;
}
.mod-controls a.btn-slideshow {
	font-size: 9px;
	color: #ccc;
	padding: 1px 4px 1px 6px;
	margin: 8px 8px 0;
	float: right;
	display: block;
	cursor: pointer;
	position: relative;
	border: 1px solid #ccc;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	opacity:0.3;
	filter: alpha(opacity=30);
}
.mod-controls a.btn-slideshow.playing {
	opacity:0.9;
	filter:alpha(opacity=90);
}
.mod-controls a.btn-slideshow span {
	position: relative;
	float: left;
}
.mod-controls a.btn-slideshow .icon {
	width: 5px;
	height: 6px;
	margin: 3px 4px 0 0;
	background-position: -67px -75px;
}
.mod-controls a.btn-slideshow.playing .icon {background-position: -73px -75px;}
.mod-controls a.btn-slideshow:hover {
	text-decoration: none;
	opacity:0.9;
	filter: alpha(opacity=90);
}
.mod-controls a.btn-slideshow .show-timer {
	background: #444;
	height: 14px;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

/* MORE INFO */
.mod-more-info .mod-header {
	display: none;
}

/* MEDIA DATA */
.mod-media-data .mod-content {
	padding: 0;
	border: 0;
	background: none;
}
.mod-media-data .mod-content h3 {
	color: #fff;
	font-size: 18px;
	padding: 0 0 6px;
	line-height: 20px;
	font-family: helvetica,arial,sans-serif;
}
.mod-media-data .mod-content p {
	font-size: 10px;
	color: #ddd;
	margin: 0 0 10px;
	line-height: 14px;
	overflow: hidden;
	height: 87px; /* need fixed height so that column doesn't shift between photos */
}
.mod-media-data .mod-content cite {
	color: #999;
	font-size: 10px;
	font-style: normal;
	display: block;
	margin: 0 0 12px;
}
.mod-media-data .mod-content .media-tags {
	font-size: 10px;
	color: #ddd;
	margin: 0 0 10px;
	overflow: hidden;
	height: 30px; /* need fixed height so that column doesn't shift between photos */
	line-height: 14px;
}
.mod-media-data .mod-content .media-tags li {display: inline;}
.mod-media-data .mod-content .media-tags li h6 {
	float: left;
	margin: 0 4px 0 0;
}
.mod-media-data .mod-content .media-tags li a {
	color: #669dd6;
}

/* SOCIAL MEDIA INTERACT */
.mod-social .mod-content {
	color: #999;
	font-size: 10px;
	border-style: solid;
	border-width: 1px 0;
	border-color: #222;
	padding: 10px 0;
	margin: 0 0 10px;
	background: none;
}
.mod-social .mod-content div.rate-media {
	padding: 0 24px 0 0;
	float: left;
}
.mod-social .mod-content label {
	float: left;
	padding: 0 8px 0 0;
}
.mod-social .mod-content .icon {
	float: left;
	margin: 0 6px 0 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.mod-social .mod-content .icon:hover,
.mod-social .mod-content .icon.fshare {
	opacity: 1;
	filter: alpha(opacity=100);
}
.mod-social .mod-content .icon.fshare {
	margin: 0;
}

/* AD 300x250 */
.mod-media-overlay .ad-box a {
	display: block;
	width: 300px;
	height: 250px;
}

/* SLIDER MODULES */
.mod-slider .mod-header {
	border-style: solid;
	border-color: #333;
	border-width: 1px 1px 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.mod-slider .mod-header:hover,
.mod-slider .mod-header.open {
	cursor: pointer;
	opacity: 1;
	filter: alpha(opacity=100);
}
.mod-slider .mod-header span {
	background-position: -67px -51px;
	width: 21px;
	height: 21px;
	float: right;
	margin: 4px 8px 0 0;
}
.mod-slider .mod-header.open span {
	background-position: -89px -51px;
}

/* THUMBNAILS */
.mod-media-thumbnails {
	width: 576px;
	padding: 0 0 0 15px;
	position: absolute;
	bottom: -30px;
	z-index: 6201;
}
.mod-media-thumbnails .mod-content {
	padding: 10px;
}
.mod-media-thumbnails .mod-content ul li {
	border: 2px solid #000;
	float: left;
	margin: 4px;
}
.mod-media-thumbnails .mod-content ul li a {
	float: left;
}
.mod-media-thumbnails .mod-content ul li:hover {
	border: 2px solid #777;
}
.mod-media-thumbnails .mod-content ul li.active {
	border: 2px solid #fff;
}
.mod-media-thumbnails .mod-content ul li a:hover,
.mod-media-thumbnails .mod-content ul li.active a {
	opacity: 0.3;
	filter: alpha(opacity=30);
}

/* LOWER SHADOW */
.lower-shadow {
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 964px;
	height: 7px;
	z-index: 6202;
	background-repeat: repeat-x;
	background-position: 0 -203px;
}
.ie7 .lower-shadow {bottom:125px;}
.no-footer .lower-shadow {bottom:-1px;}

/* OVERLAY FOOTER */
.no-footer .overlay-footer {display: none;}
.overlay-footer {
	position: absolute;
	bottom: 0;
	left: 0;
	border-top: 1px solid #222;
	background: #111;
	padding: 4px 20px 16px;
	width: 924px;
	overflow: hidden;
}

/* MORE MEDIA */
.mod-more-media .mod-header {
	background: #111;
	height: 26px;
}
.mod-more-media .mod-header h4 {
	color: #555;
}
.mod-more-media .mod-content {
	background: #111;
	padding: 0;
	border: 0;
}
.mod-more-media .mod-content ul li {
	float: left;
	margin: 4px 10px;
	position: relative;
}
.mod-more-media .mod-content ul li a,
.mod-more-media .mod-content ul li a img {
	float: left;
}
.mod-more-media .mod-content ul li a:hover {
	text-decoration: none;
}
.mod-more-media .mod-content ul li a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.mod-more-media .mod-content ul li a .tn-title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2px 4px;
	width: 126px;
	z-index: 6203;
}
.mod-more-media .mod-content ul li a .tn-title strong {
	position: relative;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
}
.mod-more-media .mod-content ul li a .tn-title .overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ----- PLATINUM ----- */
.platinum .span-4 {padding: 522px 0 0;}
.platinum .ad-box {display: none;}

/* MAIN MEDIA AREA */
.platinum .mod-media-main {
	position: absolute;
	width: 800px;
	top:58px;
	padding: 0 0 0 67px;
}
.platinum .mod-media-main .mod-content {
	width: 800px;
	height: 450px;
}
.platinum .mod-media-main .mod-content .media-wrapper {padding: 0;}
.platinum .mod-media-main .mod-content .media-wrapper .img-loading {
	top: 200px;
	left: 384px;
}
.platinum .mod-media-main .mod-content .media-wrapper.vertical {padding: 0;}
.platinum .mod-media-main .mod-content .img-preview {top:90px;}
.platinum .mod-media-main .mod-content .media-wrapper ul li {height: 450px;}

/* MEDIA CONTROLS */
.platinum .mod-controls {
	width: 900px;
	position: absolute;
	left: 18px;
}
.platinum .mod-controls .pagination {
	margin: 0 auto;
	width: 150px;
	text-align: center;
	overflow: hidden;
	float: none;
}
.platinum .mod-controls a.btn-slideshow {
	position: absolute;
	right: 0;
	top: 0;
}

/* MORE INFO SLIDER */
.platinum .mod-more-info {
	position: absolute;
	bottom: 0;
	right: 4px;
	padding: 0;
	z-index: 6201;
}
.platinum .mod-more-info .mod-header {display: block;}
.platinum .mod-more-info .mod-header img {padding: 3px 0 0;}
.platinum .mod-more-info .column-content {
	display: none;
	background: #000;
	border-width: 0 1px;
	border-color: #333;
	border-style: solid;
	padding: 8px;
}
.platinum .mod-more-info .mod-last .mod-content {margin: 0;}
.platinum .mod-social .mod-content div.rate-media {padding: 0 12px 0 0;}

/* IMAGE CROPPING */
.img-cropper {overflow: hidden; display: block; position: relative;}
.img-cropper img {position: relative;}
.img-cropper.crop-288 {height:162px;}
.img-cropper.crop-134 {height:75px;}
.img-cropper.crop-110 {height:62px;}
.img-cropper.crop-80 {height:45px;}
/*.vert .img-cropper img {top:-80%;}
.vert .img-cropper.crop-288 img {top:-135px;}
.vert .img-cropper.crop-134 img {top:-63px;}
.vert .img-cropper.crop-110 img {top:-52px;}
.vert .img-cropper.crop-80 img {top:-38px;}*/
