#jlhtv .section {
	width: 900px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 3em;
}

#jlhtv .categories {
	width: 49.5%;
	float: left;
	text-align: center;
}

#jlhtv .categories .bigCategory {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -3px;
	line-height: 225px;
	border-bottom: 2px solid transparent;
}

#jlhtv .categories .bigCategory a {
	display: inline-block;
	line-height: 0.8;
	vertical-align: middle;
	padding: 0.1em;
	font-size: 3em;
}

.ja #jlhtv .categories .bigCategory a {
	padding: 0.4em 0.3em;
}


#jlhtv .showAllLatesMessages {
	text-align: center;
	width: 900px;
	margin: 5em auto;
}

#jlhtv .showAllLatesMessages a, #jlhtv .categories a, #jlhtv .testimony a {
	color: #111;
	-webkit-border-radius: 3px;
}

#jlhtv .categories .showAll, #jlhtv .testimony .showAll {
	margin: 1em 0;
}

#jlhtv .showAllLatesMessages a, #jlhtv .categories .showAll a, #jlhtv .testimony .showAll a {
	padding: 0.5em;
	position: relative; /* A fix for Webkit browsers to prevent the video reflection to be shown over the text */
}

#jlhtv .showAllLatesMessages a:hover, #jlhtv .showAllLatesMessages a:focus, #jlhtv .categories a:hover, #jlhtv .categories a:focus, #jlhtv .testimony a:hover, #jlhtv .testimony a:focus {
	background: #ccc;
}

/*
#jlhtv .categories li {
	font-size: 1.7em;
	padding: 0.5em 0;
	white-space: nowrap;
	overflow: hidden;
	color: #444;
}

#jlhtv .categories a { padding: 0.3em; }
#jlhtv .categories a:nth-child(2n) { color: #333; }
#jlhtv .categories a:nth-child(2n+1) { color: #555; }
#jlhtv .categories a:first-child { color: #fff; }

#jlhtv .categories li:nth-child(1) { margin-left: 0em; }
#jlhtv .categories li:nth-child(2) { margin-left: 1em; }
#jlhtv .categories li:nth-child(3) { margin-left: 2em; }
#jlhtv .categories li:nth-child(4) { margin-left: 3em; }
#jlhtv .categories li:nth-child(5) { margin-left: 4em; }
#jlhtv .categories li:nth-child(6) { margin-left: 5em; }

*/

#jlhtv .testimony {
	width: 45%;
	float: right;
	text-align: center;
}

	#jlhtv .testimony .video {
		/* Visual bonus for Webkit users */
		-webkit-box-reflect: below 0 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255,255,255,0.3)));
		opacity: 1; /* for some reason Salient theme sets opacity:0 on all iframes */
	}

#jlhtv .categories h2, #jlhtv .testimony h2 {
	text-align: center;
	font-size: 2em;
	margin: 0.5em 0;
	padding: 0.5em 0;
}
