/*
Theme Name: TmailCNN
Theme URI: http://www.tamilcnn.com
Description: A custom wordpress theme for http://www.tamilcnn.com
Author: TamilCNN team.
Version: 1.1
*/

/*-----------------------------------------------------------------------------------*
/*Reset
/*-----------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
a img,
a {
    outline: 0;
    border: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after { content: "" }
blockquote,
q { quotes: """" }
.clear { clear: both }
.clearfix:after {
    display: block;
    visibility: hidden;
    content: ".";
    clear: both;
    text-indent: -9999px;
    height: 0;
}
.remove-margin { margin-right: 0 !important }
/*-----------------------------------------------------------------------------------*
/*Body, Common Classes &Structure
/*-----------------------------------------------------------------------------------*/
body {
    color: #333;
    font-family: Arial, serif;
    background-color: #D4D6D7;
    background-image: -webkit-gradient(radial,50% 500px,0,50% 500px,400,color-stop(0%,white),color-stop(50%,#F2F3F4),color-stop(100%,#D2D4D5));
    background-image: -webkit-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: -moz-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: -o-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: -ms-radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
    background-image: radial-gradient(center 500px,ellipse closest-side,white,#F2F3F4 200px,#D2D4D5 400px);
}
body{background: #000;}
::selection {
	background: #CA0002;
	color: white;
	text-shadow: none;
}
a {
    text-decoration: none;
    color: #2E70B1;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #d54e21;
}
blockquote{
	padding: 10px 10px 2px;
	background: #EEE;
	border: 1px solid #CCC;
	margin: 20px 0;
}
p {
	margin: 0 0 1em;
}
strong {
	font-weight: 700;
}
em {
	font-style: italic;
}
#wrap {
    width: 1070px;
    margin: -160px auto 0;
}
#wrap-home {
    width: 1070px;
    margin: 0 auto;
}
#main {
	padding:0;
}
#full-width-wrap{
	padding-bottom: 20px;
	background-color: #fff;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
#ob-full-width-wrap{
	background-color: #F2EDBC;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
/*-----------------------------------------------------------------------------------*
/*Headings
/*-----------------------------------------------------------------------------------*/
h1, h2, h3, h4 {
    color: #000;
    line-height: 1.5em;
    font-weight: normal;
}
h1 {
    font-size: 18px;
    line-height: 1.2em;
}
h2 { font-size: 16px }
h3 { font-size: 14px }
h4 { font-size: 13px }
h2, h3 {
    margin-top: 10px;
    margin-bottom: 5px;
}
h1 a, h2 a, h3 a, h4 a { color: #000 }
/*-----------------------------------------------------------------------------------*
/*Header
/*-----------------------------------------------------------------------------------*/
#topheader{
    background: #CA0002;
}
#header-wrapper{
	width: 100%;
	background: #CA0002;
	height: 280px;
}
#header-wrapper-home{
	width: 100%;
	background: #CA0002;
	height: 120px;
	margin-bottom: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px;
}
#header {
	width: 1070px;
	margin: 0 auto;
	padding: 0px;
    position: relative;
    height: 120px;
}
#logo {
    float: left;
    padding: 5px 0 0 0;
    width: 400px;
    height: 115px;
}
#banner{
	margin-top: 20px;
	width: 330px;
	float: left;
	margin-right: 10px;
}
#banner2{
	width: 330px;
	float: left;
	margin-top: 20px;
}
/*-----------------------------------------------------------------------------------*
/*    6.    Navigation
/*-----------------------------------------------------------------------------------*/
#navigation {
    height: 35px;
	padding: 0px;
	background: #000;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
#navigation a {
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    -ms-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
/*** ESSENTIAL Navigation Style ***/
.sf-menu,
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sf-menu { line-height: 1.0 }
.sf-menu ul {
    position: absolute;
    top: -999em;
    width: 10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li { width: 100% }
.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
    float: left;
    position: relative;
}
.sf-menu a {
    display: block;
    position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
    left: 0;
    top: 35px; /* match top ul list item height */
    z-index: 99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul { top: -999em }
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul { top: -999em }
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
    left: 10em; /* match ul width */
    top: 0;
}
/*** navigation skin ***/
.sf-menu {
    float: left;
}
.sf-menu a {
    color: #fff;
	line-height: 35px;
    padding: 0 15px;
    text-decoration: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
    color: #000;
    background: #fff;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.current-menu-item a {
    color: #000;
    background: #fff;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.sf-menu ul a{
	color: #fff;
	background: #000;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active {
	color: #000;
	background: #fff;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.sf-menu li ul {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
li.sfHover { }
.sf-menu li li { background: #000; }
.sf-menu li li li { background: #000 }
.sf-menu ul a {line-height: 35px; }
/*** arrows **/
.sf-menu a.sf-with-ul {
    min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
    position: absolute;
    display: block;
    right: .75em;
    width: 8px;
    height: 4px;
    text-indent: -999em;
    overflow: hidden;
    background: url('images/arrows-down.png');
}
a > .sf-sub-indicator {
    /* give all except IE6 the correct values */
    top: 1.3em;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
    background-position: -8px 0px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
    top: 1.2em;
    width: 4px;
    height: 7px;
    background: url('images/arrows-side.png');
}
.sf-menu ul a > .sf-sub-indicator { background-position: 0 0 }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
    background-position: -4px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
    margin: 0 !important;
    border-right: none !important;
    border-bottom: none !important;
    background: url('images/shadow.png') no-repeat bottom right;
    padding: 0px 3px 3px !important;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}
.sf-shadow ul ul { padding-left: 0 !important }
.sf-shadow ul.sf-shadow-off { background: transparent }

/*-----------------------------------------------------------------------------------*
/*newads
/*-----------------------------------------------------------------------------------*/
#newads{
	width: 980px;
	padding: 10px 45px;
	background: #f5f5f5;
}
#newads .newad{
	width: 240px;
	float: left;
	margin-right: 6px;
	float: left;
}
#newads .newad.cen{
	margin-right: 7px;
}
/*-----------------------------------------------------------------------------------*
/*Posts &Pages
/*-----------------------------------------------------------------------------------*/
#post-content {
    float: left;
    width: 690px;
    background: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    position: relative;
}
#post-content-inner{
	padding: 10px;
	width: 670px;
}
#breaking-title{
	width: 30px;
	float: left;
	height: 180px;
	margin-bottom: 10px;
	background: url(images/breaking-bg.png) no-repeat;
}
#breaking-news{
	width: 542px;
	float: right;
	min-height: 152px;
	margin-bottom: 10px;
	padding: 10px;
	border: 4px solid #CA0002;
	background: #f5f5f5;
}
#breaking-news h2{
	margin: 0;
	padding: 0;
}
#breaking-news .break-inner-content{
	width: 427px;
	float: right;
}
#post-content-inner #left{
	width: 340px;
	float: left;
}
#post-content-inner #left .post-entry{
	width: 340px;
}
#post-content-inner #left .post-entry-content{
	width: 265px;
}
#post-content-inner #right{
	width: 320px;
	float: right;
}
#post-content-inner #right #fimage{
	width: 320px;
	height: 350px;
	position: relative;
}
#post-content-inner #right #right-banner{
	width: 250px;
	height: 250px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#post-content-inner #right h2{
	font-size: 14px;
	color: #fff;
	background: rgba(161,3,3,0.8);
	padding: 5px;
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0;
	width: 310px;
}
#post-content-inner #right h2 a{
	color: #fff;
}
#big-banner{
	width: 1000px;
	text-align: center;
	background: #fff;
	height: 100px;
	margin-bottom: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	padding: 10px 35px;
}
#home-banner{
	padding-bottom: 5px;
}
#home-boxes{
	float: left;
	width: 690px;
	margin-top: 15px;
}
#home-boxes h2{
	margin-bottom: 4px;
	margin-top: 0;
}
#home-boxes h3{
	margin-top: 4px;
	padding-top: 3px;
	border-top: 1px solid #eee;
	margin-bottom: 0;
}
.home-box-full{
	width: 670px;
	background: #fff;
	float: left;
	padding: 0px 10px 85px;
	margin-bottom: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	position: relative;
}
.home-box-full h3{
	margin-bottom: 4px !important;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
	margin-top: 0 !important;
	padding-top: 0 !important;
	border-top: none !important;
}
.home-box-full .left{
	float: left;
	width: 330px;
}
.home-box-full .right{
	float: right;
	width: 330px;
}
.home-box-left, .home-box-right{
	width: 320px;
	background: #fff;
	float: left;
	padding: 0px 10px 85px;
	margin-bottom: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	position: relative;
}
.home-box-right{
	float: right;
}
.home-box-small{
	width: 320px;
	background: #fff;
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
.post-entry {
    width: 670px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EEE;
}
.single-entry {
	margin-bottom: 10px;
}
.single-entry img{
	max-width: 100%;
	height: auto;
	display: block;
}
.post-entry-featured-image {
    float: left;
    height: 60px;
    width: 60px;
    padding: 3px;
    border: 1px solid #D3D3D3;
}
.post-entry-featured-image-big{
	float: left;
	height: 100px;
	width: 100px;
	padding: 3px;
	border: 1px solid #D3D3D3;
}
.home-box-featured-image{
	width: 320px;
	height: auto;
    display: block;
}
.post-entry-content {
    float: right;
    width: 590px;
}
.post-entry-inner-content{
	float: right;
	width: 555px;
}
.post-entry-meta {
    padding: 10px 0;
	line-height: 15px;
    margin: 0 0 10px;
	border-bottom: 1px solid #EEE;
	font-size: 10px;
}
.post-entry-meta a { color: #929292 }
.post-entry-meta a:hover { color: #333 }
.post-entry-date-single {
	margin-bottom: 20px;
}
#post-content ul, ol {
    margin-left: 50px;
    margin-bottom: 10px;
}
#post-header {
    margin: 0 0 40px;
    font-size: 14px;
    color: #999;
}
#post-header h1{
	margin-bottom: 20px;
}
#post-header { margin-bottom: 40px }
#post-header p {
    margin: 0;
    padding: 0;
}
.post-entry h2 {
    line-height: 1.4em;
    margin: 0 0 6px !important;
    font-size: 16px;
}
.post-entry h2 a {
	text-decoration: none;
	margin-right: 10px;
}
.page-title {
	margin-bottom: 20px !important;
}
h1#archive-title{
	font-size: 20px;
	text-align: center;
	background: #CA0002;
	color: #ffffff;
	padding: 10px;
	margin: -10px;
}
.news-title{
	background: #CA0002;
	padding: 5px;
	margin-left: -10px;
	display: block;
	color: #fff;
	margin-bottom: 10px;
	margin-right: -10px;
	font-size: 16px;
}
.box-more{
	background: #CA0002;
	padding: 4px 5px 4px 15px;
	margin-right: -10px;
	float: right;
	color: #fff;
	margin-bottom: -10px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-left-radius: 15px;
	position: absolute;
	bottom: 0;
	right: 0;
	margin-right: 0;
	margin-bottom: 0;
}
.read-more{
	float: right;
	padding: 3px 6px;
	color: #fff;
	background: #CA0002;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.home-section-ad{
	position: absolute;
	bottom: 30px;
	left: 0;
	margin-left: 10px;
	height: 50px;
}
/*---opituary---*/
#ob-wrap ::selection{
	background: #fff;
	color: #000;
}
#ob-wrap{
	margin: 0;
	padding: 20px;
	background: #F2EDBC;
	color: #000;
}
#ob-wrap h1{
	font-size: 20px;
	color: #C51C30;
	padding: 10px 0 10px;
	border-bottom: 2px solid #C51C30;
}
#ob-wrap h1 span{
	font-size: 13px;
	margin-left: 20px;
}
#ob-wrap .photo{
	width: 290px;
	float: left;
	margin-top: 10px;
}
#ob-wrap .photo img{
	width: 290px;
	height: 200px;
	display: block;
}
#ob-wrap .detail{
	width: 650px;
	float: right;
	margin-top: 10px;
}
#ob-wrap .detail h2{
	margin-bottom: 0;
	color: #C51C30;
	width: 180px;
	margin-top: 20px;
	background: #222;
	padding: 5px 10px;
	font-size: 16px;
	border-bottom: 1px solid #C51C30;
}
#ob-wrap .detail .contact{
	width: 500px;
	background: #222;
	padding: 10px;
	margin-bottom: 20px;
	line-height: 2em;
}
#ob-wrap .detail .info{
	float: right;
}
#ob-page-wrap{
	margin: 0;
	padding: 20px;
	background: #F2EDBC;
	color: #fff;
	font-size: 11px;
}
#ob-page-wrap .ob-item{
	width: 290px;
	padding: 10px;
	margin-right: 15px;
	background: #F0D770;
	float: left;
	margin-bottom: 15px;
	color: #262B30;
}
#ob-page-wrap .ob-item a{
	color: #262B30;
}
#ob-page-wrap .ob-item h3{
	margin-top: 0;
	font-size: 15px;
	color: #262B30;
}
#ob-page-wrap .ob-item .detail{
	width: 290px;
	float: left;
}
#ob-page-wrap .ob-item .detail a{
	color: #fff;
}
#ob-page-wrap .ob-item .detail table{
	margin: 0;
	padding: 5px;
	background: #C51C30;
	width: 100%;
	color:#fff;
}
#ob-page-wrap .ob-item .detail .field{
	width: 30%;
	padding-bottom: 2px;
	padding-top: 2px;
}
#ob-page-wrap .ob-item .detail .value{
	width: 70%;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 3px;
	background: #444;
}
#ob-page-wrap .ob-item .photo{
	width: 290px;
	height: 200px;
}
#ob-page-wrap .ob-item .photo img{
	width: 290px;
	height: 200px;
	display: block;
}
#sidebar .ob-item{
	width: 370px;
	background: #222;
	margin-bottom: 5px;
	font-size: 11px;
	color: #fff;
}
#sidebar .ob-item .detail{}
#sidebar .ob-item .detail a{
	color: #fff;
}
#sidebar .ob-item .detail h3{
	font-size: 13px;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 3px;
	color: #fff;
	padding-left: 5px;
}
#sidebar .ob-item .detail table{
	margin: 0;
	padding: 5px;
	background: #333;
	width: 290px;
	float: left;
}
#sidebar .ob-item .detail .field{
	width: 10%;
	padding-bottom: 1px;
	padding-top: 1px;
}
#sidebar .ob-item .detail .value{
	width: 90%;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 3px;
	background: #444;
	color: #fff;
}
#sidebar .ob-item .detail .photo{
	width: 80px;
	float: right;
}
#sidebar .ob-item .detail .photo img{
	width: 80px;
	height: 100px;
}
/*-----------------contact page-------------------*/
#contact-form{
    width: 420px;
    float: right;
    margin-bottom: 20px;
}
#contact-form #left{
    width: 220px;
    float: left;
}
#contact-form #right{
    width: 200px;
    float: right;
}
#contact-form p{
    margin-bottom: 12px;
}
#contact-form p span{
	color: #CA0002;
}
#contact-form input[type="text"]{
    border:none;
    border:1px solid #000;
    font-size :14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 410px;
    padding: 5px;
    background: #f5f5f5;
}
#contact-form #right input[type="text"], #contact-form #left input[type="text"]{
    width:190px;
}
#contact-form textarea {
    position: relative;
    padding: 5px;
    background: #f5f5f5;
    border:1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 410px;
}
#contact-form input[type="submit"]{
    padding:8px 18px;
    background:#CA0002;
    color:#fff;
    float:right;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none;
}
#contact-form input[type="text"]:focus, #contact-form textarea:focus{
    background: #eee;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#contact-form input[type="submit"]:hover{
    background:#910303;
}
/*-----------------------------------------------------------------------------------*
/*Sidebar
/*-----------------------------------------------------------------------------------*/
#sidebar {
    float: right;
    width: 370px;
    background-color: #fff;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    -o-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}
#sidebar-inner{
	padding: 10px 10px 0;
}
.sidebar-box {
	margin-bottom: 10px;
}
.sidebar-home-box {
	margin: 0px;
	padding: 0px;
}
.sidebar-box h4 {
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #EEE;
    padding-bottom: 3px;
    margin: 0 0 4px;
    font-weight: bold;
}
.sidebar-box ul {
    list-style: none;
    margin: 0 0 10px;
}
.sidebar-box li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #eee;
}
#sidebar-left{
	width: 170px;
	padding-left:10px;
	padding-right: 5px;
	float: left;
}
#sidebar-right{
	width: 170px;
	padding-left: 5px;
	padding-right: 10px;
	float: right;
}
#home-dates{
	padding: 11px;
	width: 348px;
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 12px;
}
#home-dates ul{}
#home-dates li{
	list-style: none;
}
#home-dates li a{
	padding: 1px;
	background: #f5f5f5;
	text-align: center;
	width: 112px;
	border: 1px solid #000;
	float: left;
	color: #000;
}
#home-dates li.bage a{
	width: 344px;
}
#home-dates li a:hover{
	background: #CCC;
}
.tvshow{

}
.tvshow img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 80px;
	height: 50px;
}
/*-----------------------------------------------------------------------------------*
/*Related Posts
/*-----------------------------------------------------------------------------------*/
#related-posts {
	border-top: 1px dashed #DFDFDF;
    margin: 10px 0 0;
    padding-top: 10px;
    color: #868686;
}
.related-post {
	margin-bottom: 20px;
	margin-right: 30px;
	float: left;
}
.related-posts-thumbnail {
    display: block;
    width: 285px;
    height: 150px;
    position: relative;
}
.related-posts-thumbnail img {
    height: 150px;
    width: 285px;
}
.related-posts-content {
    float: right;
    width: 520px;
}
#related-posts h3 {
	margin: 0 0 20px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}
#related-posts h4 {
	font-size: 12px;
	font-weight: normal;
	width: 275px;
	padding: 5px;
	color: #fff;
	background: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
}
/*-----------------------------------------------------------------------------------*
/*Comments
/*-----------------------------------------------------------------------------------*/
#comments {}
#commentsbox { border-top: 1px solid #EEE; margin-top: 20px }
#commentsbox ol,
#commentsbox ul {
    list-style: none;
    margin-left: 0 !important;
}
#commentsbox li { margin-bottom: 20px }
.children {
    list-style: none;
    margin: 20px 0 0;
    text-indent: 0;
}
.children li.depth-2 { margin: 0 0 0px 20px }
.children li.depth-3 { margin: 0 0 0px 20px }
.children li.depth-4 { margin: 0 0 0px 20px }
.children li.depth-5 { margin: 0 0 0px 20px }
.comment-body {
    background: #FFF;
    position: relative;
    padding: 20px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.comment-author {
    font-size: 14px;
    color: #000;
    line-height: 1em;
}
.says { display: none }
.comment-meta{
	margin-bottom: 8px;
}
.comment-meta a {
    font-size: 10px;
    font-style: italic;
    color: #666;
	border-bottom: 1px dotted #CCC;
}
.comment-reply-link {
	font-size: 12px;
}
.cancel-comment-reply a {
    color: #F00 !important;
    line-height: 20px;
    height: 20px;
}
#respond { margin: 40px 0 15px }
#comments-respond {
    margin: 0 0 10px;
    padding: 0;
    clear: both;
}
#commentform label {
    display: block;
    font-size: 11px;
}
#commentform input {
    margin-bottom: 10px;
    width: 40%;
}
#commentform textarea {
    margin: 5px 0;
    display: block;
    width: 70%;
}
#commentform input, #commentform textarea {
    background: #FFF;
    position: relative;
    padding: 5px;
    border: 1px solid #E3E3E3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#commentform input:focus,
#commentform textarea:focus {
    -moz-box-shadow: 3px 3px 0px #EEE;
    -webkit-box-shadow: 3px 3px 0px #EEE;
    box-shadow: 3px 3px 0px #EEE;
}
#commentSubmit {
    width: 100px !important;
    margin-top: -10px;
    cursor: pointer;
    color: #fff;
    border: none !important;
	height: 30px;
	line-height: 20px;
    background: #CA0002 !important;
}
#commentSubmit:hover { background: #910303 !important;}
/*-----------------------------------------------------------------------------------*
/*Pagination
/*-----------------------------------------------------------------------------------*/
.pagination {
    position: relative;
    line-height: 30px;
    height: 30px;
    margin: 20px 0;
    font-size: 10px;
}
.page-count{
	height: 20px;
    line-height: 20px;
	float: left;
	margin-right: 10px;
	color: #666;
}
.pagination span, .pagination a {
    height: 20px;
    line-height: 20px;
    display: block;
    float: left;
    margin-right: 4px;
    padding: 0 8px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #CA0002;
}
.pagination a:hover, .pagination .current {
     background: #910303;
}
/*-----------------------------------------------------------------------------------*
/* Footer
/*-----------------------------------------------------------------------------------*/
#footer-widgets{
	width: 936px;
	padding: 20px 0;
	margin: 10px auto 0;
	border-top: 6px solid #CA0002;
	color: #383636;
}
.footer-widget {
    width: 292px;
    padding: 10px 0;
    margin-right: 30px;
	margin-bottom: 30px;
    float: left;
}
.footer-widget a{
	color: #333;
}
.footer-widget a:hover{
	color: #d54e21;
}
.footer-widget ul{
	list-style: none;
}
.footer-widget li{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.footer-widget h4{
	margin-bottom: 20px;
	margin-top: 0px;
	font-size: 14px;
	color: #2D2D2D;
}
#copyright {
	position: relative;
	width: 940px;
	padding: 10px;
	color: #383636;
	margin: 0 auto;
    text-align: center;
    font-size: 10px;
}
/*-----------------------------------------------------------------------------------*
/*Search Bar
/*-----------------------------------------------------------------------------------*/
#searchbar {
    display: block;
    position: relative;
    width: 250px;
}
#search {
    position: relative;
    width: 213px;
    padding: 5px 30px 5px 5px;
    outline: none;
    border: 1px solid #CCC;
    background: #F7F7F7;
}
#search:focus {
    background: #EEE;
    text-shadow: 1px 1px 1px #FFF;
}
#searchsubmit {
    position: absolute;
    right: 7px;
    top: 7px;
    background: url(images/search.png) no-repeat;
    text-indent: -9999px;
    border: none;
    outline: none;
    width: 15px;
    height: 15px;
}
/*-----------------------------------------------------------------------------------*
/*WordPress Styles
/*-----------------------------------------------------------------------------------*/
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin: 10px 0 10px 10px;
}
.alignleft {
    float: left;
    margin: 10px 10px 10px 0;
}
.floatleft { float: left }
.floatright { float: right }
.textcenter { text-align: center }
.textright { text-align: right }
.textleft { text-align: left }
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 0;
    margin: 10px;
}
.wp-caption img {
    margin: 0;
	padding: 0;
	max-width: 100%;
	height: auto;
    border: 0 none;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
#wmp_widget-2 a{
	color: #990000 !important;
}
#wmp-widget-2 a:hover{
	color: #CA0002 !important;
}
.home-box-featured-image img{
    width: 320px;
    height: auto;
    display: block;
}

/* New Css */

#post-content-inner #left .post-entry {
	position: relative;
}

#post-content-inner #left .post-entry .exclusive {
	position: absolute;
	top: -10px;
	right: 0;
}

.home-banner-top-left {
	width: 295px;
	height: 75px;
	float: left;
}

.home-banner-top-right {
	width: 295px;
	height: 75px;
	float: right;
}

#left-new-ad {
	width: 120px;
	height: 600px;
	display: block;
	position: fixed;
	left: -660px;
	margin-left: 50%;
	top: 120px;
}

#right-new-ad {
	width: 120px;
	height: 600px;
	display: block;
	position: fixed;
	left: 540px;
	margin-left: 50%;
	top: 120px;
}

#home-banner {
	width: 600px;
	height: 75px;
	display: block;
}

#sidebar #featured-news, #sidebar #video-news {
	background: #eee;
	padding: 10px 10px 0;
	margin-bottom: 10px;
}

#sidebar #featured-news h2, #sidebar #video-news h2 {
	font-size: 15px;
	color: #fff;
	background: #CA0002;
	padding: 5px 10px;
	margin: -10px -10px 10px;
}

#featured-news .featured-news-item, #sidebar #video-news .featured-news-item {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD;
}

#featured-news .featured-image-thumb, #sidebar #video-news .featured-image-thumb {
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

#sidebar .widget_wmp_widget {
	padding: 10px 5px 0;
	background: #f5f5f5;
}

#sidebar .widget_wmp_widget h4 {
	font-size: 15px;
	color: #fff;
	background: #CA0002;
	padding: 5px 10px;
	margin: -10px -5px 5px;
}

#sidebar .widget_wmp_widget li {
	border-bottom: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
}

#sidebar .widget_wmp_widget li:last-child {
	border-bottom: 0;
}

#sidebar .widget_wmp_widget li a {
	color: #333;
	padding: 5px;
	display: block;
}

#sidebar .widget_wmp_widget li a:hover {
	color: #fff !important;
	background: #333;
}

#sidebar .co-item {
	width: 370px;
	background: #005000;
	margin-bottom: 5px;
	font-size: 11px;
	color: #fff;
}

#sidebar .co-item .detail table {
	margin: 0;
	padding: 5px;
	background: #007000;
	width: 290px;
	float: left;
}

#sidebar .co-item .detail .field {
	width: 10%;
	padding-bottom: 1px;
	padding-top: 1px;
}

#sidebar .co-item .detail .value {
	width: 90%;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 3px;
	background: #006000;
	color: #fff;
}

#sidebar .co-item .detail .photo {
	width: 80px;
	float: right;
}

#sidebar .co-item .detail h3 {
	font-size: 13px;
	margin-top: 0;
	padding-top: 3px;
	margin-bottom: 3px;
	color: #fff;
	padding-left: 5px;
}

#sidebar .co-item .detail a {
	color: #fff;
}

.page-id-135254 .wpcf7-form {
	margin-top: 40px;
}

.page-id-135254 .wpcf7 input[type="text"] {
	width: 250px;
}

.page-id-135254 .wpcf7 textarea {
	width: 100%;
	margin-top: 5px;
}

.page-id-135254 .wpcf7-form p {
	margin: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

.page-id-135254 .wpcf7-submit {
	margin-top: -5px;
}

.page-id-135254 div.wpcf7-validation-errors, .page-id-135254 .wpcf7-not-valid-tip {
	text-shadow: none;
	border: transparent !important;
	background: #f9cd00;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px !important;
	font-weight: bold;
	color: #9C6533;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.4);
	text-align: center;
	margin: 0 !important;
}

.page-id-135254 div.wpcf7-validation-errors {
	width: 95%;
	padding: 10px 5px !important;
}

.page-id-135254 .wpcf7-not-valid-tip {
	display: block;
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF780 !important;
	font-size: 12px !important;
	margin-top: 8px !important;
	width: 40% !important;
}

.page-id-135254 span.wpcf7-not-valid-tip {
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 11px;
	background: #ff5454 !important;
	border-color: #ff5454;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-id-135254 .wpcf7-mail-sent-ok {
	text-align: center;
	text-shadow: none;
	padding: 10px;
	font-size: 11px;
	background: #59a80f !important;
	border-color: #59a80f;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.page-id-135254 .wpcf7-submit {
	background: #CA0002;
	padding: 4px 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	color: #FFF;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: 21px;
}

.page-id-135254 #post-content-inner ul {
	font-size: 10px;
	margin-left: 30px;
}

.page-id-135254 #post-content-inner li {
	margin-bottom: 10px;
}

.page-id-135254 #post-content-inner .page-title {
	text-align: center;
	margin-top: 20px;
}

.sidebar-video-box {
	text-align: center;
}

.sidebar-video-box img {
	display: block;
	background: #222;
	margin: 0 auto 5px;
}

.wp-polls-ul {
	margin: 0 !important;
}


#homeob .co-item {
	width: 320px;
	background: #005000;
	margin-bottom: 5px;
	font-size: 11px;
	color: #fff;
}
#homeob .co-item .detail table {
	margin: 0;
	padding: 5px;
	background: #007000;
	width: 240px;
	float: left;
}
#homeob .co-item .detail .field {
	width: 10%;
	padding-bottom: 1px;
	padding-top: 1px;
}
#homeob .co-item .detail .value {
	width: 90%;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 3px;
	background: #006000;
	color: #fff;
}
#homeob .co-item .detail .photo {
	width: 80px;
	float: right;
}
#homeob .co-item .detail h3 {
	font-size: 13px;
	margin-top: 0;
	padding-top: 3px;
	margin-bottom: 3px;
	color: #fff;
	padding-left: 5px;
}
#homeob .co-item .detail a {
	color: #fff;
}
#homeob .ob-item{
	width: 320px;
	background: #222;
	margin-bottom: 5px;
	font-size: 11px;
	color: #fff;
}
#homeob .ob-item .detail{}
#homeob .ob-item .detail a{
	color: #fff;
}
#homeob .ob-item .detail h3{
	font-size: 13px;
	margin-top: 0px;
	padding-top: 3px;
	margin-bottom: 3px;
	color: #fff;
	padding-left: 5px;
}
#homeob .ob-item .detail table{
	margin: 0;
	padding: 5px;
	background: #333;
	width: 240px;
	float: left;
}
#homeob .ob-item .detail .field{
	width: 10%;
	padding-bottom: 1px;
	padding-top: 1px;
}
#homeob .ob-item .detail .value{
	width: 90%;
	padding-bottom: 1px;
	padding-top: 1px;
	padding-left: 3px;
	background: #444;
	color: #fff;
}
#homeob .ob-item .detail .photo{
	width: 80px;
	float: right;
}
#homeob .ob-item .detail .photo img{
	width: 80px;
	height: 100px;
}
#homeob{
    margin-top: 10px;
}
