/*
Theme Name: TVGuide
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/




#nav,
.social-networks,
.add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
	height: 100%;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	margin: 0;
	padding: 0;
	max-height: 1000000px;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 14px;
}

html,
body,
div,
span,
applet,
embed,
object,
iframe,
frameset,
p,
q,
blockquote,
sub,
sup,
a,
abbr,
acronym,
font,
img,
small,
center,
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
big,
u,
ins,
i,
cite,
em,
var,
dfn,
address,
s,
strike,
del,
dl,
dt,
dd,
ol,
ul,
li,
pre,
code,
kbd,
samp,
tt,
fieldset,
legend,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	border: 0;
	background: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

label {
	display: none;
}

body {
	color: #000;
	font: 16px/22px Arial, Helvetica, sans-serif;
	background: #fff;
	overflow-y: scroll;
	min-width: 1003px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	height: 100%;
}

a {
	text-decoration: none;
	color: #666;
	-webkit-transition: .2s .2s ease;
	transition: .2s .2s ease;
	outline: none;
}

a:hover {
	color: #ee1c25;
}

img {
	max-width: 100%;
	height: auto;
}

video,
iframe,
object,
embed {
	max-width: 100%;
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #000;
	vertical-align: middle;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding: 6px 10px;
	height: 28px;
	background: #fff;
	color: #c3c3c3;
	-webkit-appearance: none;
	border-radius: 0;
	border: 1px solid #c8c6c6;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #7d7878;
}

label {
	vertical-align: middle;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	background: #ed1d25;
	color: #fff;
	border: none;
	padding: 0 5px;
	height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	border-radius: 0;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: .8;
}

input[type="search"] {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}

input[type="search"]::-webkit-search-decoration {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong,
th {
	font-weight: bold;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 170%;
	line-height: 120%;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 90%;
}

i,
cite,
em,
var,
dfn,
address {
	font-style: italic;
}

u,
ins {
	text-decoration: underline;
}

s,
strike,
del {
	text-decoration: line-through;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote {
	border-left: 4px solid #ccc;
	padding-left: 10px;
	margin-left: 14px;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border-collapse: collapse;
	border-spacing: 0;
}

th,
td {
	border: 1px solid #ccc;
	padding: 3px 7px;
	text-align: left;
	vertical-align: top;
}

th {
	border-color: #999;
	text-align: center;
	vertical-align: middle;
}

ul {
	margin-left: 1px;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul > li {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: 4px;
	font-weight: bold;
}

pre {
	max-width: 100%;
	overflow: auto;
}

.widget {
	margin-bottom: 14px;
	overflow: hidden;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 100%;
	height: 28px;
}

.comment-form textarea,
.comment-form input[type="text"],
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 300px;
}

.post-password-form input[type="password"],
.search-form input[type="search"] {
	width: 150px;
}

.commentlist {
	margin: 0 0 14px;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist-item .commentlist-item {
	padding: 0 0 0 3em;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 14px;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 14px 4px 0;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	padding: 7px 10px 6px;
	overflow: auto;
	margin: 0;
	width: 300px !important;
	height: 120px;
	min-height: 120px;
}

.search-form input[type="text"],
.search-form input[type="search"] {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	padding: 8px 40px 8px 15px;
	height: 31px;
	background: #1c2023;
	border: 1px solid #171b1f;
	border-radius: 15px;
	text-transform: uppercase;
}

.search-form button[type="submit"] {
	position: absolute;
	right: 11px;
	top: 0;
	height: 100%;
	border: none;
	background: none;
}

.search-form button[type="submit"]:hover {
	opacity: .8;
}

.input-holder {
	position: relative;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation {
	color: #24272c;
	font-weight: bold;
	overflow: hidden;
	margin: 0 0 14px;
	padding: 0 19%;
}

.navigation a {
	color: #24272c;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
}

.navigation a .active a,
.navigation a:hover {
	color: #000;
}

.navigation .next,
.navigation .prev {
	float: left;
}

.navigation .next.active a,
.navigation .prev.active a {
	color: #24272c;
}

.navigation .prev {
	float: right;
}

.wp-caption {
	max-width: 98%;
	clear: both;
	border: 1px solid #ccc;
	padding: 5px;
}

.wp-caption img {
	vertical-align: top;
}

.wp-caption p {
	margin: 10px 0 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar table td {
	text-align: center !important;
}

div.aligncenter {
	margin: 0 auto 14px;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 14px 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 14px;
}

#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	overflow: hidden;
}

.w1 {
	padding-bottom: 292px; /* footer height + distance between footer and content */
}

#header {
	position: relative;
	background: #24272c;
	overflow: hidden;
	height: 161px;
}

#header .search-form {
	float: left;
	width: 300px;
	margin: 8px 0 0;
}

.logo {
	position: absolute;
	left: 11px;
	top: 3px;
	width: 164px;
	height: 149px;
}

.logo a {
	display: block;
	height: 100%;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.top-box {
	border-bottom: 1px solid #1c2124;
	padding: 2px 185px 0 194px;
	overflow: hidden;
}

.advert-box {
	float: right;
	display: block;
}

.advert-box img {
	vertical-align: top;
}

.menu {
	width: 100%;
	padding: 0 0 0 190px;
	margin: 0;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.menu li {
	float: left;
}

.menu a {
	display: block;
	padding: 18px 0 19px;
	color: #fbfbfb;
	transition: all 0s ease;
	-webkit-transition: all 0s ease;
}

.menu a:hover {
	color: #fff;
}

.menu .text {
	white-space: nowrap;
}

.menu .text:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.menu .text span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

#nav,
.social-networks {
	float: left;
}

#nav li,
.social-networks li {
	list-style: none outside;
}

#nav {
	width: 100%;
}

.social-networks {
	width: 60%;
	border-left: 1px solid #1b2023;
}

.icon-box {
	white-space: nowrap;
}

.icon-box:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.icon {
	vertical-align: middle;
	display: inline-block;
	white-space: normal;
	margin: 0;
	background: url(images/sprite.png?x=3) no-repeat;
}

.icon.subscribe {
	background-position: -2px -22px;
	width: 42px;
	height: 41px;
}

.menu a:hover .icon.subscribe {
	background-position: 0 -83px;
}

.icon.cover {
	background-position: -59px -22px;
	width: 43px;
	height: 38px;
}

.menu a:hover .icon.cover {
	background-position: -58px -83px;
}

.icon.service {
	background-position: -120px -23px;
	width: 47px;
	height: 35px;
}

.menu a:hover .icon.service {
	background-position: -120px -83px;
}

.icon.tv {
	background-position: -193px -15px;
	width: 47px;
	height: 43px;
}

.menu a:hover .icon.tv {
	background-position: -192px -83px;
}

.icon.facebook {
	background-position: -261px -23px;
	width: 26px;
	height: 43px;
}

.menu a:hover .icon.facebook {
	background-position: -260px -83px;
}

.icon.twitter {
	background-position: -303px -22px;
	width: 46px;
	height: 41px;
}

.menu a:hover .icon.twitter {
	background-position: -303px -83px;
}

.icon.instagram {
	background-position: -364px -23px;
	width: 42px;
	height: 42px;
}

.menu a:hover .icon.instagram {
	background-position: -364px -83px;
}

.icon.youtube {
	background-position: -420px -22px;
	width: 42px;
	height: 45px;
}

.menu a:hover .icon.youtube {
	background-position: -420px -83px;
}

.icon.pinterest {
	background-position: -478px -18px;
	width: 49px;
	height: 49px;
}

.menu a:hover .icon.pinterest {
	background-position: -483px -83px;
}

.icon.tvnews {
	background-position: -538px -18px;
	width: 49px;
	height: 49px;
}

.menu a:hover .icon.tvnews {
	background-position: -538px -79px;
}

.icon.gift {
	background-position: -600px -18px;
	width: 49px;
	height: 49px;
}

.menu a:hover .icon.gift {
	background-position: -600px -76px;
}

ul#nav li {
	width: 10% !important;
}

.icon.search {
	margin: 0;
	vertical-align: top;
	background-position: 0 0;
	width: 17px;
	height: 17px;
}

#main {
	max-width: 940px;
	margin: 0 auto;
	padding: 22px 0 55px;
	overflow: hidden;
}

#main .list,
#main .widget ul {
	padding: 0;
	margin: 0;
}

#main .list li,
#main .widget ul li {
	position: relative;
	padding: 0 0 0 7px;
	list-style: none outside;
}

#main .list li:before,
#main .widget ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #000;
}

#content {
	width: 100%;
	float: left;
}

#content .content-holder {
	margin: 0 320px 0 0;
}

#content .banner-box {
	margin-bottom: 11px;
	overflow: hidden;
}

.post-block {
	overflow: hidden;
}

.post {
	overflow: hidden;
}

.post .area {
	overflow: hidden;
}

.post:last-child {
	margin-bottom: 48px;
}

.post .holder {
	overflow: hidden;
}

.post .img-box {
	float: left;
	margin: -1px 0 11px;
}

.post .img-box img {
	vertical-align: top;
	border: 1px solid black;
}

.post.single-post {
	margin-bottom: 40px;
}

.post.single-post header {
	margin-bottom: 31px;
	overflow: hidden;
}

.post.single-post header .box {
	overflow: hidden;
}

.post.single-post .title-box {
	margin-bottom: 7px;
}

.post.single-post h1 {
	margin-bottom: 14px;
}

.post.single-post .img-box {
	float: none;
	text-align: center;
	margin: 0 0 38px;
}

.post.single-post .text-area {
	margin-bottom: 11px;
	overflow: hidden;
}

.post.single-post p {
	margin: 0 0 18px;
}

.post .addthis_toolbox {
	float: right;
	max-width: 60%;
}

.post .stButton span span {
	height: 22px;
}

.post .text {
	padding-bottom: 10px;
	overflow: hidden;
}

.post .text-box {
	padding: 7px 0 0 10px;
	overflow: hidden;
}

.post h1 {
	font-size: 36px;
	line-height: 39px;
	font-weight: bold;
	color: #24272c;
	margin: 0 0 3px;
}

.post h1 a {
	color: #24272c;
}

.post h1 a:hover {
	color: #ee1c25;
}

.post .title {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 2px;
	padding: 3px 5px;
	font-size: 13px;
	line-height: 16px;
	color: #000;
	background: #d4d4d4;
}

.post ul {
	padding-left: 11px !important;
	font-size: 13px;
	line-height: 17px;
}

.post p {
	margin: 0 0 4px;
}

.post .photographer {
	display: block;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding-right: 15px;
}

.title-box {
	display: block;
	padding: 2px 5px;
	background: #24272c;
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
}

.arrow {
	display: inline-block;
	vertical-align: top;
	width: 0;
	height: 0;
	margin: 2px 5px 0 0;
	border-style: solid;
	border-width: 7px 10px 7px 0;
	border-color: transparent #c4c2c2 transparent transparent;
}

.arrow.right {
	border-width: 7px 0 7px 10px;
	margin: 2px 0 0 5px;
	border-color: transparent transparent transparent #c4c2c2;
}

.navigation .active .arrow.right,
.navigation a:hover .arrow.right {
	border-color: transparent transparent transparent #ed1c24;
}

.navigation .active .arrow,
.navigation a:hover .arrow {
	border-color: transparent #ed1c24 transparent transparent;
}

.recent-block {
	padding: 18px 0 0;
	margin: 0 -25px 0 0;
	overflow: hidden;
}

.recent-block .box {
	float: left;
	margin: 0 10px 0 0;
}

#sidebar {
	float: right;
	width: 300px;
	margin: 0 0 0 -300px;
}

#sidebar .widget {
	border: 1px solid #c8c7c7;
	padding: 7px 10px;
	margin-bottom: 13px;
	overflow: hidden;
}

#sidebar .banner-box {
	margin-bottom: 20px;
	padding: 0;
	border: none;
	overflow: hidden;
}

#sidebar .banner-box img {
	display: block;
	width: 100%;
}

#sidebar h3 {
	font-size: 15px;
	line-height: 19px;
	color: #24272c;
	margin: 0 0 10px;
}

#sidebar .facebook-widget,
#sidebar .twitter-widget {
	border: none;
	padding: 0;
	overflow: hidden;
}

#sidebar .timeline-header {
	padding: 5px;
}

#sidebar .logotype-box {
	overflow: hidden;
}

#sidebar .logotype-list {
	margin: 0 -27px 3px 0 !important;
	padding: 0 0 0 8px;
}

#sidebar .logotype-list li {
	display: inline-block;
	vertical-align: middle;
	list-style: none outside;
	margin: 0 31px 12px 0 !important;
}

#sidebar .logotype-list li:before {
	display: none !important;
}

.var-narrow .timeline-header .summary {
	font-size: 12px;
}

.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
	width: 203px;
	margin-right: 7px;
}

#footer {
	position: relative;
	width: 100%;
	height: 292px;
	margin-top: -292px;
	color: #c4c2c2;
	font-size: 11px;
	line-height: 11px;
	text-align: center;
	background: #24272c;
}

#footer .logo {
	display: block;
	margin: 0 auto 15px;
	width: 191px;
	height: 173px;
	position: relative;
}

#footer .holder {
	margin-bottom: 18px;
	overflow: hidden;
}

#footer p {
	margin: 0 0 10px;
}

.f1 {
	max-width: 940px;
	margin: 0 auto;
	padding: 25px 0 0;
	overflow: hidden;
}

.add-nav {
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
}

.add-nav li {
	display: inline-block;
	list-style: none outside;
}

.add-nav li + li:before {
	content: "|";
	display: inline-block;
	margin: 0 6px 0 3px;
	color: #c4c2c2;
}

.add-nav a {
	color: #c4c2c2;
}

.add-nav a:hover {
	color: #ee1c25;
}

.comp-link {
	color: #c4c2c2;
}

.comp-link:hover {
	color: #ee1c25;
}

#menu-item-137 div.text {
	color: #fffb38;	
	
}
#menu-item-35 {
	margin-top: -8px;	
}

.widget h2 {
	font-size: 130%;
}

.osano-cm-widget { display: none; }

@media only screen and (max-width: 767px) {
	.commentlist-item .commentlist-item {
		padding: 0;
	}
}
#menu-item-2877 > a > div.text > span
{
	font-size:15px;
	color:#fbfbfb;
	padding-top:.5em;
	text-transform:none;
	line-height: 1.2;
}
