/*
This file is applied ONLY to MoLtv DESKTOP
This file is applied IN ADDITION TO Nonzero Desktop (nz-desktop/style.css)
*/


/* =OVERALL FONT */

body { font-family: 'Open Sans', sans-serif; }
h1 { font-family: "Arial Narrow", "Open Sans Condensed", sans-serif; letter-spacing: 0.5px; }


/* =COLORS */

header,
footer,
h3.box-title
	{ background-color: #3A6DB3; }

h3.program-slug
	{ background-color: #3c6cb9; }


/* =HEADER & FOOTER */

header a,
header a:visited,
header a:hover,
header h2,
footer a,
footer a:visited,
footer a:hover,
footer p {
	color: white;
	font-weight: normal;
}

header a:active,
footer a:active {
	color: lightblue;
}

header h2 a:hover,
footer li a:hover {
	border-bottom: 1px solid white;
}

header h2 a:hover {
	padding-bottom: 0;
}

footer ul li a:hover {
	padding-bottom: 1px;
}

footer ul li {
	border-left: 1px solid white;
}

#searchform #search-icon {
	background: url("https://s3.amazonaws.com/graphics.nonzero/search-white.png") no-repeat;
}


/* =BULLETS */

.topics-or-blurb-area ul li:before,
#links ul li:before,
#page ul li:before,
#morevideo-box ul li:before,
#morevideo #middlecolumn ul li:before {
	line-height: 1.4em;
	/*font-size: 1.3em;*/
}

#page ul li:before {
	line-height: 1.2em;
}


/* =BOXES */

h3.box-title, h3.program-slug {
	color: white;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.follow-box h3.box-title {
	color: black;
	font-weight: bold;
}
#news-box h2 {
	color: #0F53AD;
	font-family: "Arial Narrow", "Open Sans Condensed", sans-serif;
	letter-spacing: 0.5px;
}


/* =FEATURES */

#big-feature h1 {
	font-size: 1.7em;
}
.feature h1 {
	margin-bottom: 2px;
	font-size: 1.1em;
}
.feature h2 {
	font-size: 0.8em;
	line-height: 1.3em;
}


/* =TOPICS */

#videopage .topic-list ul li {
	margin-top: 0.2em;
}

.duration {
	font-size: 0.85em;
}

