/*
Theme Name: TLC
Theme URI:
Description: Theme for the TLC Norway channel
Author: Øyvind Smestad
Author URI: http://ixd.no/
Version: 1.0
*/

/* Reset browser defaults */
@import "reset.css";

body {
	background: #e5ebed url('images/bg.png') repeat-x left top;
	font-family: "Arial Narrow", sans-serif;
	font-size: 100%; /* 16px */
	padding-bottom: 40px;
	color: #473e37;
}

input {
	font-family: "Arial Narrow", sans-serif;
	font-size: 100%;
}

p {
	line-height: 1.25;
}

#wrapper {
	background: url('images/bg-page.png') no-repeat center 110px;
}

.skip-link,
.hidden {
	display:none;
}

#header {
	width: 991px;
	height: 126px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

#branding a {
	overflow: hidden;
	text-indent: -9999px;
	position: absolute;
	background: url('images/logo.png') top left;
	width: 117px;
	height: 74px;
	left: 13px;
	top: 39px;
	padding: 0;
}

#header .menu {
	left: 225px;
	position: absolute;
	top: 30px;
}

#header .menu li {
	float: left;
	padding: 30px 15px;
	margin: 0 -15px;
}

#header .menu a {
	color: #80a5ae;
	text-decoration: none;
	padding: 0 15px;
	font-size: 1.1875em; /*19px*/
}

#header .menu .current_page_item a,
#header .menu a:hover {
	color: #7e0801;
}

#header .menu .current_page_item {
	background: url('images/main-menu-active.png') no-repeat center center;
}

#facebook,
#twitter {
	position: absolute;
	top: 58px;
}

#facebook {
	right: 38px;
}

#twitter {
	right: 10px;
}

.ad {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#content {
	width: 991px;
	margin: 0 auto 30px;
	overflow: hidden;
}

.sub-menu {
	width: 227px;
	float: left;
	margin-top: 10px;
	background: #e7edee url('images/menu-shadow.png') no-repeat 218px top;
	min-height: 419px;
}

.sub-menu li {
	width: 226px;
	padding: 1px 0;
	border-top: 1px solid #f7f9fa;
	border-bottom: 1px solid #d2ddde;
	border-left: 1px solid #e9eef0;
	float: left;
}

.sub-menu li.active {
	background: url('images/active-item.png') no-repeat top left;
	position: relative;
	width: 260px;
	height: 56px;
	margin-bottom: -4px;
	border: none;
}

.sub-menu a {
	float: left;
	width: 100%;
	color: #473e37;
	text-decoration: none;
}

.sub-menu .active a,
.sub-menu a:hover {
	color: #7e0801;
}

.sub-menu img {
	float: left;
}

.sub-menu span {
	clear: none;
	padding: 17px 0 16px 8px;
	float: left;
	font-size: 1.1875em; /*19px*/
}

.promos {
	float: left;
	margin: 0 4px;
	width: 749px;
}

.promos img {
	border: 1px solid #fff;
}

.programs {
	width: 705px;
	float: right;
	margin-right: 10px;
}

.programs .series {
	width: 211px;
	float: left;
	margin: 0 24px 10px 0;
}

.programs hr {
	clear: both;
	color: #d8e5e8;
	background-color: #d8e5e8;
	border: none;
	height: 1px;
	margin: 10px 0;
	display: block;
}

.programs h2 {
	margin-bottom: 10px;
}

.programs img {
	float: left;
	margin: 0 5px 5px 0;
}

.programs p {
	color: #7c7065;
}

#footer .mandag,
#footer .mandag .day_details {
	background-image: url('images/krim.png');
}

#footer .tirsdag,
#footer .tirsdag .day_details {
	background-image: url('images/menneskets-mysterier.png');
}

#footer .onsdag,
#footer .onsdag .day_details {
	background-image: url('images/familie.png');
}

#footer .torsdag,
#footer .torsdag .day_details {
	background-image: url('images/innsiden.png');
}

#footer .fredag,
#footer .fredag .day_details {
	background-image: url('images/uforklarlig.png');
}

#footer .lordag,
#footer .lordag .day_details {
	background-image: url('images/dokumentar.png');
}

#footer .sondag,
#footer .sondag .day_details {
	background-image: url('images/dokumentar.png');
}

#footer .mandag li.active {
	background-image: url('images/krim-dot.png');
}
#footer .tirsdag li.active {
	background-image: url('images/menneskets-mysterier-dot.png');
}
#footer .onsdag li.active {
	background-image: url('images/familie-dot.png');
}
#footer .torsdag li.active {
	background-image: url('images/innsiden-dot.png');
}
#footer .fredag li.active {
	background-image: url('images/uforklarlig-dot.png');
}
#footer .lordag li.active {
	background-image: url('images/dokumentar-dot.png');
}
#footer .sondag li.active {
	background-image: url('images/dokumentar-dot.png');
}

#footer .days,
#footer .day_details,
#footer .access {
	width: 991px;
	margin: 0 auto;
}

#footer .shadow {
	background: url('images/footer-shadows.png') no-repeat center top;
}

.days ul {
	margin:-30px 0;
	padding: 30px 0;
	z-index: 2;
	background: url('images/day-bg.png') repeat-x left center;
	overflow: auto;
	position: relative;
}

.days li {
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin: -30px;
	padding: 30px;
}

.days a {
	float: left;
	height: 52px;
	border-right: 1px solid #bccccd;
	border-left: 1px solid #fff;
	text-decoration: none;
	color: #473e37;
	padding: 0 25px;
}

.days a span {
	display: block;
	padding: 5px 0;
}

.days a small {
	color: #7c7065;
	display: block;
}

.days .active a,
.days .active a small {
	color: #fff;
}

.days .active a span {
	font-weight: bold;
}

.days a:hover,
.days a:hover small {
	color: #7e0801;
}

#week_highlights {
	background-position: left 40px;
	background-repeat: repeat-x;
}

.day_details {
	color: #fff;
	overflow: auto;
	position: relative;
	height: 237px;
	background-repeat: repeat-x;
}

.day_details .image {
	float: left;
	padding-right: 10px;
}

.day_details h2 {
	padding: 15px 0 5px;
	font-size: 1.625em; /*26px*/
	font-weight: normal;
}

.day_details .button {
	margin: 10px 22px 0 0;
}

.button {
	background: url('images/button-left.png') no-repeat left top;
	text-decoration: none;
	color: #473e37;
	float: right;
	margin-right: 12px;
}

.button span,
.button input {
	background: url('images/button-right.png') no-repeat right top;
	display: block;
	padding: 10px 15px 15px;
	margin-right: -12px;
	font-size: 1.1875em; /*19px*/
	border: none;
}

.button input {
	padding-top: 6px;
}

.small_button {
	background: url('images/small-button-left.png') no-repeat left top;
	text-decoration: none;
	color: #80a5ae;
	float: right;
	margin-right: 10px;
}

.small_button span {
	background: url('images/small-button-right.png') no-repeat right top;
	display: block;
	padding: 2px 10px 3px;
	margin-right: -10px;
}

.day_show_promo {
	left: 250px;
	position: absolute;
	top: 133px;
}

.day_show_promo li {
	width: 209px;
	float: left;
	padding: 3px 4px;
	background: url('images/show-bg.png') no-repeat left top;
}

.day_show_promo div {
	display: table;
	width: 100%;
}

.day_show_promo h3 {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
	padding-left: 8px;
	color: #473e37;
	font-size: 1.1875em; /*19px*/
	font-weight: normal;
}

.day_show_promo h4 {
	border-left: 1px solid #fff;
	padding-left: 5px;
	margin: 10px 0 0 26px;
	font-size: 1.1875em; /*19px*/
	font-weight: normal;
}

.access {
	position: relative;
	padding-top: 20px;
}

.access table {
	position: absolute;
	top: 20px;
	right: 15px;
}

.access th,
.access td {
	border-left: 1px solid #fff;
	text-align: left;
	padding: 3px 10px;
}

.access .first {
	border-left: none;
}

.access h2,
.access p {
	width: 210px;
	padding: 0 0 5px 20px;
}

.access h2 {
	font-size: 1.1875em; /*19px*/
	font-weight: normal;
}

.access p,
.access td {
	font-size: 0.875em; /*14px*/
	color: #7c7065;
}

.access th {
	font-size: 0.875em; /*14px*/
	font-weight: normal;
}

.access th h3 {
	font-size: 1.357em; /*19px*/
	font-weight: normal;
}

#content h1 {
	font-size: 2.875em; /*46px*/
	font-weight: normal;
	margin-bottom: 10px;
}

.next_show_container {
	float: right;
	width: 316px;
	margin: 10px -4px 0 0;
}

.next_show {
	background: url('images/call-out-top.png') no-repeat left top;
	padding: 16px;
}

.next_show h2 {
	padding-bottom: 6px;
}

.next_show_time {
	background: url('images/call-out-bottom.png') no-repeat left top;
	padding: 20px;
}

.promos .details {
	float: left;
	margin-left: 32px;
	width: 385px;
}

.schedule .sub-menu span {
	padding: 0;
}

.schedule .sub-menu .time,
.schedule .sub-menu .title {
	margin: 9px 9px 10px;
	font-size: 1em;
}

.schedule .sub-menu .date {
	color: #80a5ae;
	font-weight: bold;
	font-size: 1.1875em; /*19px*/
	width: 100%;
	text-align: center;
}

.schedule .sub-menu .month {
	color: #80a5ae;
	font-size: 0.875em; /*14px*/
	border-top: 1px solid #80a5ae;
	line-height: 0.5;
	clear: left;
}

.schedule .sub-menu .day {
	font-size: 1.1875em; /*19px*/
}

.schedule .sub-menu small {
	color: #7c7065;
	font-size: 0.875em; /*14px*/
	float: left;
	clear: left;
}

.schedule .sub-menu .active span,
.schedule .sub-menu .active small {
	color: #fff;
	border-color: #fff;
}

.schedule .sub-menu .active .day {
	color: #7E0801;
}

.schedule .programs li {
	border-top: 1px solid #e0eaec;
	font-size: 1.1875em; /*19px*/
}

.schedule .programs h2 {
	font-weight: normal;
	margin: 15px 0;
}

.schedule .programs h2 span {
	color: #7c7065;
}

.schedule .programs .time {
	padding-right: 10px;
}

/*form*/
form span.wpcf7-list-item {
	display: block;
	margin-left: 0;
}

form .button {
	float: left;
}

form p {
	margin-bottom: 0.5em;
	font-size: 1.1875em; /*19px*/
}
