/* File: articles/article.css */

#jlhtv .article {
	width: 900px;
	margin: 40px auto;
	overflow: hidden;
	position: relative;
}

/* Article header
----------*/

#jlhtv .article h1, #jlhtv .article h2 {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 2em;
	margin-bottom: 0.67em;
}
	
	#jlhtv .article a {
		color: #111;
	}
	
	#jlhtv .article dl a {
		padding: 0.2em 0.3em;
		margin: -0.2em 0em -0.2em -0.3em;
	}

	#jlhtv .article dl a:hover, #jlhtv .article dl a:focus {
		background: #ccc;
	}

	#jlhtv .article h1 a, #jlhtv .article h2 a {
		padding: 3px 10px;
		margin: 0 -8px;
	}
	
	#jlhtv .article h2 a {
		background: #f5a;
		color: white;
		-webkit-border-radius: 5px;
	}
	
	#jlhtv .articles-list .article h2 a:hover, #jlhtv .articles-list .article h2 a:focus {
		background: #f19;
	}
	
#jlhtv .article img {
	padding: 10px;
	background: #e5e6e7;
	border: 1px solid #ccc;
}


/* File: articles/actions-list.css */

/* Actions list
--------------- */

#jlhtv .actions-list {
	display: inline;
	list-style: none;
	padding: 12px 20px 15px;
	background: #222222;
	-webkit-border-radius: 5px;
	overflow: hidden;
	float: right;
	position: relative;
	
	height: 64px;
	visibility: hidden;
}

.javascriptOn #jlhtv .actions-list {
	visibility: visible;
}

#jlhtv .actions-list li {
	float: left;
	display: inline;
	height: 64px;
	margin: 0 5px;
	overflow: hidden;
}

	#jlhtv .actions-list li:hover a, #jlhtv .actions-list li a:focus {
		background-position: center -68px;
	}
	
	#jlhtv .actions-list li a:focus {
		background-color: #05F;
	}

#jlhtv .actions-list a {
	display: block;
	height: 100%;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 64px 5px 0;
	color: inherit;
	background: transparent no-repeat center 0;
}

#jlhtv .spotlight .play-video { width: 60px; }
#jlhtv .spotlight .play-video a { background-image: url(/tv/images/video.png); }

#jlhtv .spotlight .play-sound { width: 63px; }
#jlhtv .spotlight .play-sound a { background-image: url(/tv/images/sound.png); }

#jlhtv .spotlight .show-transcript { width: 93px; }
#jlhtv .spotlight .show-transcript a { background-image: url(/tv/images/transcript.png); }

@.spotlight .actions-list {
	position: absolute;
	top: 0;
	right: 0;
}

/* When articles are shown as a list:
------------------------------------- */

#jlhtv .articles-list .actions-list {
	float: right;
	margin: 0.7em 0;
	height: 48px;
}

#jlhtv .articles-list .actions-list li {
	height: 48px;
}

	#jlhtv .articles-list .actions-list li:hover a, #jlhtv .articles-list .actions-list li a:focus {
		background-position: center -51px;
	}

#jlhtv .articles-list .actions-list a {
	font-size: 0.9em;
}

#jlhtv .articles-list .play-video { width: 45px; }
#jlhtv .articles-list .play-video a { background-image: url(/tv/images/video-75.png); }

#jlhtv .articles-list .play-sound { width: 47px; }
#jlhtv .articles-list .play-sound a { background-image: url(/tv/images/sound-75.png); }

#jlhtv .articles-list .show-transcript { width: 69px; }
#jlhtv .articles-list .show-transcript a { background-image: url(/tv/images/transcript-75.png); }


/* File: articles/articles-list.css */

/* Articles as list
-------------------- */

#jlhtv .articles-list {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}

#jlhtv .articles-list > li {
	padding: 10px;
}

#jlhtv .articles-list .odd {
	background: #e5e6e7;
}

	#jlhtv .articles-list .odd .actions-list {
		background: #111111;
	}

	#jlhtv .articles-list .odd h2 a {
		background: #07f;
		color: white;
	}
	
	#jlhtv .articles-list .odd h2 a:hover, #jlhtv .articles-list .odd h2 a:focus {
		background: #05f;
	}

#jlhtv .articles-list .article {
	margin: 15px auto;
}

#jlhtv .articles-list img {
	width: 250px;
	float: left;
	margin-right: 10px;
}
	
	#jlhtv .articles-list .odd img {
		background: #f5f6f7; /*#222222;*/
		border-color: #ccc; /*#282828;*/
	}


#jlhtv .articles-list .side {
	float: left;
	width: 600px;
	padding-top: 30px;
	margin-left: 10px;
	position: relative;
}

	#jlhtv .articles-list h2 {
		margin-top: -55px;
		margin-left: 70px;
		line-height: 1.5;
        font-weight: normal;
	}
	
	#jlhtv .articles-list h2 a {
		display: inline-block;
	}
	
	#jlhtv .articles-list dl {
		margin: 1em 0 1em 70px;
		float: left;
		width: 290px;
		line-height: 1.5;
		font-size: 0.8em;
		
		position: absolute;
	}
		
		#jlhtv .articles-list dt {
			position: absolute;
			left: 0;
			padding-top: 0.3em;
		}
		
		#jlhtv .articles-list dd {
			margin-left: 7em;
			font-size: 1.3em;
		}
		


/* File: articles/date.css */

/* Showing the date nicely
--------------------------- */

#jlhtv .article .date {
	display: block;
	position: relative;
	width: 4em;
	margin-left: 0;
	text-align: center;
	font-family: Helvetica;
	line-height: 0.9;
	border-right: 1px solid #ccc;
	color: #333;
}

	#jlhtv .article .date .month {
		text-transform: uppercase;
		display: block;
		font-size: 1.4em;
	}
	
	#jlhtv .article .date .day {
		display: block;
		font-size: 2.2em;
		font-weight: bold;
	}
	
	#jlhtv .article .date .year {
		display: block;
		font-size: 1.3em;
	}
	


/* File: articles/spotlight.css */

/* Article in spotlight 
-------------------------- */

#jlhtv .spotlight {
	margin-top: 10px;
	padding-top: 10px;
/*	border-top: 20px solid #191919;*/
}
	
#jlhtv .spotlight .bigimage {
	float: left;
	width: 500px;
	margin-right: 10px;
	margin-bottom: -5%;
	padding: 0;
	border: 0;
	position: relative;
/*	-webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.8, transparent), to(rgba(255, 255, 255, 0.3)));*/
}

#jlhtv .spotlight .bigimage img {
	/* after $().reflect is applied */
	width: 100%;
	padding: 0;
	border: 0;
}

#jlhtv .spotlight h1 {
	clear: none;
	float: right;
	/*width: 370px;*/
	width: 350px;
	height: 360px;
	margin-left: 10px;
	text-transform: uppercase;
	font-size: 3em;
}

.hyphenate #jlhtv .spotlight h1 {
	line-height: 0.8;
	letter-spacing: -3px;
}

.vertical-title #jlhtv .spotlight h1 {
	line-height: 1;
	letter-spacing: 6px;
}

#jlhtv .spotlight h1 a {
	background: transparent;
	display: block;
	float: left;
}

#jlhtv .spotlight h1 a:focus {
	outline: 2px dashed #666;
}

#jlhtv .spotlight .details {
	clear: both;
	position: relative;
	/*overflow: hidden;*/
	padding-bottom: 2em;
}

#jlhtv .spotlight .date {
	display: block;
	float: left;
	font-size: 1.3em;
}
	
#jlhtv .spotlight p {
	font-size: 1.2em;
}

#jlhtv .spotlight dl {
	float: left;
	font-size: 1.2em;
	display: inline-block;
	margin-left: 4em;
	width: 470px;
	height: 100px;
	position: relative;
}

	#jlhtv .spotlight dt {
		display: block;
		font-size: 0.9em;
		line-height: 1.1;
		margin-left: 10px;
		margin-bottom: 5px;
		position: absolute;
		left: 0;
	}

	#jlhtv .spotlight dd {
		display: block;
		margin-left: 7em;
		margin-bottom: 10px;
		font-size: 1.3em;
	}



/* File: articles/media-window.css */

/* HUD Windows for media playback
---------------------------------- */
		
#jlhtv .media-window {
	position: absolute;
	z-index: 10;
	top: 40px;
	left: 100px;
	overflow: hidden;
	
	background: #111;
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0.8)), color-stop(0.1, rgba(10, 10, 10, 0.95)), to(rgba(0, 0, 0, 0.95)));
	
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	
	padding-top: 3px;
	border: 1px solid #333;
	-webkit-box-shadow: 0 0 10px black;
	
	display: none;
}

#jlhtv .video {
	width: 398px;
}

#jlhtv .sound {
	width: 310px;
}

#jlhtv .transcript {
	width: 700px;
	line-height: 1.5;
	font-size: 1.2em;
}


	#jlhtv .media-window .title {
		font-family: Helvetica;
		font-size: 12px;
		color: white;
		text-align: center;
		border-bottom: 1px solid rgba(100, 100, 100, 0.4);
		padding-bottom: 3px;
		cursor: move;
	}

	#jlhtv .media-window .close-button {
		-webkit-appearance: none;
		background: transparent url(/tv/images/WindowClose.png) no-repeat top left;
		border: none;
		width: 20px;
		height: 20px;
		position: absolute;
		top: 0px;
		left: 1px;
	}
		
		#jlhtv .media-window .close-button:active, #jlhtv .media-window .close-button:focus {
			background-image: url(/tv/images/WindowCloseActive.png);
		}
	
	#jlhtv .video .media {
		float: left;
		margin: 0px -1px 0;
	}
	
	#jlhtv .sound .media {
		margin: 10px;
	}
	
	#jlhtv .transcript .media {
		margin: 10px;
		font-family: Helvetica, Hiragino Kaku Gothic Pro, sans-serif;
		font-size: 1em;
		line-height: 1.5;
	}
	
	#jlhtv .transcript p {
		margin: 1em 0;
		font-size: 1em;
	}
	
	#jlhtv .transcript li {
		margin: 0.5em 0;
	}
	
	#jlhtv .transcript ul {
		list-style: circle;
	}
	
	#jlhtv .transcript h2, #jlhtv .transcript h3, #jlhtv .transcript h4 {
		margin: 1em -0.5em 0.6em;
		padding: 0.1em 0.5em;
		line-height: 1.3;
	}
	
	#jlhtv .transcript h2 { font-size: 1.6em; }
	#jlhtv .transcript h3 { font-size: 1.2em; }
	#jlhtv .transcript h4 { font-size: 1.1em; }
	
	#jlhtv .transcript h2 {
		background: #ccc;
		color: #333;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}


/* File: articles/media-inline.css */

/* This is for javascript-disabled browsers */

#jlhtv .media-inline {
	float: left;
	margin: 3em ;
}

#jlhtv .media-inline.video {
	clear: left;
}

#jlhtv .media-inline.sound {
	margin-top: 12em;
}

#jlhtv .media-inline .title {
	display: none;
}

.javascriptOn #jlhtv .media-inline {
	display: none;
}

