@charset UTF-8;
/*@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,600,700);
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600,700);*/
@import url('https://fonts.googleapis.com/css?family=Meera+Inimai');


/* Style Index * /

#0 Reset
#1 Layout Structure
#2 Main header
#3 Main menu
#4 Content styling
#5 Comments
#6 Photo gallery
#7 Sidebar styling
#8 Footer

# Thinaboomi Blue - darkred
# Orange - #b96318
# Yellow - #ffcc00

/* #0 Reset */

@font-face {
    font-family: 'entypo';
    src: url('../fonticons/entypo.svg#entypo') format('svg');
    src: url('../fonticons/entypo.eot?#iefix') format('embedded-opentype'),
         url('../fonticons/entypo.svg#entypo') format('svg'),
         url('../fonticons/entypo.woff') format('woff'),
         url('../fonticons/entypo.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size: 11px;
	font-family: "Latha", Arial, sans-serif;
	/*font-family: 'Meera Inimai', Latha, Arial, sans-serif;*/
	margin: 0;
	padding: 0;
	color: #363635;
	background: #f0efef;
	line-height: 140%;
}


/* #1 Layout Structure */

a {
	color: #000;
	text-decoration: none;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

h1 {
	font-size: 29px;
	font-weight: 600;
}

h2 {
	font-size: 20px;
	line-height: 25px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

h1, h2, h3,
h4, h5, h6 {
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 15px;
}

h1 a, h2 a, h3 a,
h4 a, h5 a, h6 a {
	color: #000;
}

.widget h1, .widget h2, .widget h3,
.widget h4, .widget h5, .widget h6 {
	font-weight: normal;
}

hr {
	height: 1px;
	display: block;
	border: 0px;
	border-bottom: 1px dotted #c0bfbf;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:hover {
	color:darkred;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

.clear-float {
	clear:both;
}

.icon-text {
	display: inline-block!important;
	font-weight: normal!important;
	font-family: 'Entypo', sans-serif!important;
}

.h-comment {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	vertical-align: baseline;
	font-size: 90%;
	font-weight: bold;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.h-comment:before {
	display: inline-block;
	content: '\E718';
	font-family: 'Entypo';
	font-size: 0;
	padding-right: 4px;
	margin-bottom: -5px;
	position: relative;
	width: 17px !important;
    height: 18px !important;
    background: url("../images/icons2.png") no-repeat -86px -13px !important;
    z-index:9999;
    vertical-align: middle;
    
}

.meta-date {
	display: inline-block;
	padding-left: 8px;
	position: relative;
	vertical-align: baseline;
	font-size: 85%;
	font-weight: bold;
	color: #979797;
}

.meta-date:before {
	display: inline-block;
	content: '\1F554';
	font-family: 'Entypo';
	font-size: 90%;
	padding-right: 4px;
	margin-bottom: -4px;
	position: relative;
}

.wrapper {
	width: 1220px;
	margin: 0px auto;
	position: relative;
}

.boxed:not(.active) {
	background: transparent!important;
	min-width: 1220px;
}

.active.boxed {
	width: 1230px;
	margin: 0px auto;
	background: #f0efef;
	box-shadow: 0 0px 10px rgba(0,0,0,0.2);
	padding: 0px;
	min-height: 100%;
	min-width: 1220px;
}

.left {
	float: left;
}

.right {
	float: right;
}


/* #2 Main header */

.header {
	/*background-color: darkred;*/
	background-color: #ffffff;
	color: #fff;
	/*box-shadow: inset 0px -140px 200px -50px rgba(0,0,0,0.15);*/
}

.header a {
	color: #fff;
}

.header .header-menu a:hover {
	text-decoration: underline;
}

.header > .wrapper {
	padding: 30px 0px;
	background: transparent!important;
	position: relative;
}

.header .wrapper {
	background: inherit;
}

.header .header-logo {
	float: left;
	display: inline;
	margin-left: 12px;
}

.header .header-logo h1 {
	display: block;
	font-size: 48px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 50px;
}

.header .header-addons {
	float: right;
	display: inline;
	margin-right: 0px;
	text-align: right;
	margin-top: -7px;
}

.header .wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.header .header-menu {
	display: inline;
	float: left;
	margin-left: 20px;
	width: 33%;
}

.header .header-menu ul {
	display: block;
	margin-bottom: 7px;
	margin-top: -3px;
}

.header .header-menu ul:after {
	display: block;
	content: '';
	clear: both;
}

.header .header-menu p {
	line-height: 130%;
	font-size: 12px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

.header .header-menu ul li {
	font-size: 13px;
	display: block;
	float: left;
	padding-right: 16px;
	position: relative;
}

.header .header-menu ul li:last-child:after {
	display: none;
}

.header .header-menu ul li:after {
	display: block;
	content: '';
	height: 15px;
	width: 1px;
	background: #fff;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	position: absolute;
	right: 7px;
	top: 2px;
}

.header .header-menu ul li a {
	font-weight: bold;
}

.header .header-menu ul li a:hover {
	color: #fff;
}

.header .header-addons .header-weather {
	display: block;
	margin-bottom: 10px;
	margin-top: -4px;
	line-height: 100%;
	vertical-align: baseline;
}

.header .header-addons .header-weather .report {
	display: inline-block;
	font-size: 26px;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 100%;
}

.header .header-addons .header-weather .city small {
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.header .header-addons .header-weather .city {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 100%;
	text-align: left;
}

.header .header-addons .header-weather img {
	display: inline-block;
	vertical-align: baseline;
	margin: 0px 3px -2px 3px;
}

.header .header-addons .header-search {
	display: block;
	text-align: right;
	position: relative;
}
.header #search-block-form {
	margin-top:16px;
}
.search-input {
	display: inline-block;
	padding: 8px 36px 8px 12px;
	border-radius: 2px;
	border: 0px;
	z-index: 1;
	position: relative;
	-webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.2);
	/*width: 200px !important;*/
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.search-input:focus {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.search-form {
	position:relative;
}

#searchsubmit,
#search-block-form .search-button, 
#search-block-form .form-submit,
.search-form input.form-submit {
	display: block;
	position: absolute;
	z-index: 2;
	top: 10px;
	right: 0px;
	border: 0px;
	background: url(../images/icon-search.png) no-repeat center;
	cursor: pointer;
	overflow: hidden;
	color: transparent;
	font-size: 0;
	width: 34px;
}
.search-form input.form-submit {
	top:22px;
}
h2.search-results {
	line-height: 30px;
    margin-top: 40px;
    margin-bottom:40px;
}
#searchsubmit {
	height: 30px;
	top: auto;
	bottom: 0px;
}
.search-results li {
    margin-bottom: 3em;
}

.widget {
	position: relative;
}

.widget label.screen-reader-text {
	display: none;
}

.widget input.search {
	width: 100%;
}


/* #3 Main menu */

.main-menu {
	display: block;
	background: inherit;
	border-top: 1px solid rgba(0,0,0,0.15);
}

.main-menu .the-menu {
	display: block;
	font-size: 0;
	background: inherit;
}

.main-menu .the-menu:after {
	display: block;
	content: '';
	clear: both;
}

.main-menu .the-menu li {
	display: block;
	background: darkred;
	font-size: 11px;
	float: left;
}

.main-menu .the-menu.transition-active > li {
	perspective:600px;
	-moz-perspective:600px;
	-o-perspective:600px;
	-webkit-perspective:600px;
	perspective-origin:100% 100%;
	-moz-perspective-origin:100% 100%;
	-o-perspective-origin:100% 100%;
	-webkit-perspective-origin:100% 100%;
	position: relative;
	z-index: 10;
}

.main-menu .the-menu.transition-active > li > ul {
	display: block;
	transform:rotateX(-90deg);
	-moz-transform:rotateX(-90deg);
	-o-transform:rotateX(-90deg);
	-webkit-transform:rotateX(-90deg);
	transform-origin:0 0 0;
	-moz-transform-origin:0 0 0;
	-o-transform-origin:0 0 0;
	-webkit-transform-origin:0 0 0;
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
	-webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-moz-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-ms-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	-o-transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.main-menu .the-menu.transition-active > li:hover > ul {
	transform:rotateX(0);
	-moz-transform:rotateX(0);
	-o-transform:rotateX(0);
	-webkit-transform:rotateX(0);
	transition-delay:.2s;
	-moz-transition-delay:.2s;
	-o-transition-delay:.2s;
	-webkit-transition-delay:.2s;
}

.main-menu .the-menu li:hover a {
	background: rgba(0,0,0,0.15);
	position: relative;
	color: #fff;
}

.main-menu .the-menu li a {
	display: block;
	padding: 14px 10px;
	font-weight: normal;
	text-transform: uppercase;
}

.main-menu .the-menu > li > a {
	position: relative;
	z-index: 200;
	background: inherit;
}

.main-menu .the-menu li a span {
	padding-right: 12px;
	position: relative;
}

.main-menu .the-menu li a span:after {
	font-family: 'Entypo';
	content: '\25BE';
	font-weight: normal;
	position: absolute;
	right: 0px;
	top: 1px;
}

.main-menu .the-menu li:hover > ul {
	display: block;
}

.main-menu .the-menu li ul {
	display: none;
	position: absolute;
	z-index: 100;
	background: inherit;
	width: 240px;
}

.main-menu .the-menu li ul li {
	display: block;
	position: relative;
	font-size: 12px;
	float: none;
}

.main-menu .the-menu li ul li:hover > a {
	background: rgba(0,0,0,0.2);
}

.main-menu .the-menu li ul li a span {
	display: block;
}

.main-menu .the-menu li ul li a span:after {
	content: '\25B8';
	top: 0px;
}

.main-menu .the-menu li ul ul {
	left: 240px;
	top: 0px;
	display: none;
}



.secondary-menu {
	display: block;
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.secondary-menu ul {
	display: block;
	font-size: 0;
}

.secondary-menu ul:after {
	display: block;
	content: '';
	clear: both;
}

.secondary-menu ul li {
	display: block;
	background: inherit;
	font-size: 12px;
	float: left;
}

.secondary-menu ul li:hover a {
	background: rgba(0,0,0,0.06);
}

.secondary-menu ul li a {
	display: block;
	padding: 13px 11px;
	color: #3d3d3d;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Titillium Web', sans-serif;
}


/* #4 Content styling */

.content {
	display: block;
	padding: 20px 0px 35px 0px;
	/*background: #f0efef;*/
	background: #ffffff;
	min-height: 630px;
}

.ad-banner {
	display: block;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
}
.not-front .ad-banner {
	margin-bottom:0;
}
.ad-link {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #cacaca;
	text-align: center;
}

.ad-link.top {
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Safari and Chrome */
	position: absolute;
	top: 35px;
	left: 175px;
}

.ad-link span {
	display: inline-block;
	padding: 0px 4px;
	margin-top: 2px;
}

.ad-banner .ad-link:hover {
	color: #232323;
}

.breaking-news {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	/*box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.04);*/
	border:1px solid #f0efef;
	position: relative;
	overflow: hidden;
}

.breaking-news:after {
	display: block;
	content: '';
	position: absolute;
	width: 20px;
	background: inherit;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 10;
	box-shadow: -10px 0px 20px #fff;
}

.breaking-news .the-title {
	display: block;
	position: relative;
	float: left;
	background: #ffcc00 !important;
	color: #000;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	padding: 10px 13px;
	z-index: 6;
}

.breaking-news ul {
	position: absolute;
	z-index: 5;
}

.breaking-news ul:after {
	display: block;
	content: '';
	clear: both;
}

.breaking-news .slide_container {
	height: 32px!important;
}

.breaking-news ul li {
	display: block;
	float: left;
	font-weight: 400;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 6px 0px 0px 0px;
	position: relative;
	line-height:21px;
}

.breaking-news ul li:after {
	display: block;
	position: absolute;
	content: '\25CF';
	font-family: 'Entypo';
	font-size: 8px;
	top: 0px;
	right: -4px;
	color: #c9c9c9;
}

.breaking-news ul li:last-child:after {
	display: none;
}

.breaking-news ul li a {
	display: block;
	padding-left: 13px;
	padding-right: 10px;
}

.main-content {
	display: block;
	margin-left:0 !important;
	width:100%;
}

.main-content .main-page {
	display: block;
	width:74.4681%;
}

.list-title {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid darkred;
	color: darkred;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 600;
}

.article-list {
	margin-left: 0px;
	margin-bottom: 10px;
}

.article-list li {
	list-style: disc;
	margin-left: 16px;
	margin-bottom: 6px;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 6px;
}

.more {
	font-size: 12px;
	color: #6b6b6b;
	text-align: center;
	display: block;
	border: 1px solid #dbdbdb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 4px 0px;
	font-weight: bold;
	background: #f9f9f9;
	box-shadow: inset 0px -20px 20px -20px rgba(0,0,0,0.1);
}

.more:hover {
	background: #fff;
	color: #232323;
}

.more:active {
	box-shadow: none;
}

.banner {
	display: block;
	text-align: center;
	padding: 10px 0px;
}

.banner:first-child {
	padding-top: 0px;
}

.double-block .widget .social-bar a {
	width: 22.6%!important;
}

.wide-banner img,
.banner img {
	max-width: 100%;
	height: auto;
}

.article-block {
	display: block;
}

.article-block li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.bottom-article-block li.first-item {
	list-style:none !important;
	margin-left:0px !important;
}
.bottom-article-block li {
	list-style:outside;
	list-style-type:disc !important;
	border-bottom: none !important;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-left:13px;
}
.bottom-article-block h1, .bottom-article-block h4 {
	font-weight:normal;
	font-size:12px;
	line-height:19px;
	margin-bottom:0;
}

.article-block li:last-child, .bottom-article-block li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
}

.article-block .article-photo, .bottom-article-block .article-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.article-block .article-content {
	display: block;
	margin-left: 70px;
}
.bottom-article-block .article-content {
	display: block;
	margin-left: 75px;
}

.article-block .article-content:after, .bottom-article-block .article-content:after {
	display: block;
	content: '';
	clear: both;
}
.bottom-article-block li a{
	line-height: 21px;
}

.article-block-big .article-content h1,
.article-block-big .article-content h2,
.article-block-big .article-content h3,
.article-block-big .article-content h4,
.article-block .article-content h1,
.article-block .article-content h2,
.article-block .article-content h3,
.article-block .article-content h4 {
	font-weight: normal;
}

.article-block-big .meta,
.article-block .meta {
	display: block;
	font-size: 12px;
}

.article-block-big .meta a,
.article-block .meta a {
	color: #8b8b8b;
}

.meta .icon-text {
	display: inline-block;
	padding-right: 5px;
}

.block-title {
	display: block;
	margin-bottom: 10px;
	background: darkred;
	color: #fff;
	padding: 12px 13px 15px;
}

.block-title h2, .block-title h2 a {
	text-decoration: underline;
	font-size: 20px;
	color: #fff;
	margin-bottom: 0px;
	font-weight: normal;
}

.block-title a {
	color: #fff;
	font-size: 12px;
}
.block-title a.right {
	margin-top:5px;
	font-size:9px;
}
.block-title a:hover {
	color:#fff;
}

.block-title .right-archive-link a.right {
	font-size:9px;
}

/* Bottom Block - அரசியல் archive bottom block styles */
.bottom-block-title {
	display: block;
	margin-bottom: 0px;
	background: #fff;
	color: #000;
	padding: 12px 13px 5px 0px;
	border-top:5px solid darkred;
}

.bottom-block-title h2, .bottom-block-title h2 a {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top:5px;
}

.bottom-block-title a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-size: 12px;
}

.bottom-block-title a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	color: #b96318;
}
.bottom-block-title .right-archive-link a.right {
	font-size:9px;
}


/* Mini panels Bottom Block - அரசியல் archive bottom block styles */

#block-panels-mini-other-category-latest-stories-st .pane-title{
	display: block;
	margin-bottom: 0px;
	background: #fff;
	color: #000;
	padding: 12px 13px 5px 0px;
	border-top:5px solid darkred;
}

#block-panels-mini-other-category-latest-stories-st h2.pane-title, #block-panels-mini-other-category-latest-stories-st h2.pane-title a {
	text-transform: uppercase;
	font-size: 16px;
	color: #000;
	margin-bottom: 0px;
	font-weight: normal;
	margin-top:5px;
}

#block-panels-mini-other-category-latest-stories-st h2.pane-title a {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
	font-size: 12px;
}

#block-panels-mini-other-category-latest-stories-st h2.pane-title a:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	color: #b96318;
}
#block-panels-mini-other-category-latest-stories-st h2.pane-title .right-archive-link a.right {
	font-size:9px;
}



.article-block-big {
	display: block;
	width: 110%;
	font-size: 0;
}

.article-block-big li {
	font-size: 13px;
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
	width: 189px;
	/*box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.2);*/
}

.article-block-big li .article-photo img,
.article-block-big li .article-photo {
	display: block;
	/*width: 200px;*/
	height: auto;
}

.article-block-big li .article-content {
	/*background: #f9f9f9;
	padding: 10px 12px;
	margin-top: -1px;*/
	padding-top: 15px;
}

.article-block-big .article-content h1, 
.article-block-big .article-content h2,
.article-block-big .article-content h3,  
.article-block-big .article-content h4 {
	font-size: 12px;
	margin-bottom: 5px;
	line-height: 20px;
}

.meta .tag {
	display: inline-block;
	background: #ca2020;
	line-height: 16px;
	padding: 0px 5px;
	font-size: 9px;
	font-weight: normal;
	color: #fff;
	text-transform: uppercase;
	vertical-align: top;
	margin-left: 5px;
	margin-top: 3px;
}

.wide-article {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0bfbf;
}

.wide-article .article-photo {
	display: block;
	float: left;
}

.wide-article .article-content {
	display: block;
	margin-left: 170px;
}

.wide-article .article-content h1, 
.wide-article .article-content h2, 
.wide-article .article-content h3, 
.wide-article .article-content h4 {
	font-weight: 600;
	margin-bottom: 8px;
	font-size:14px;
	line-height:21px;
}

.featured-archived-story .article-content h1, .featured-archived-story .article-content h2 {
	font-weight: 600;
	margin: 10px 0 8px;
	font-size:14px;
	line-height:21px;
}
.article-block-big h2 .meta,
.article-block-big h3 .meta,
.article-block-big h4 .meta,
.article-block-big h5 .meta,
.article-block-big h6 .meta,
.article-block h2 .meta,
.article-block h3 .meta,
.article-block h4 .meta,
.article-block h5 .meta,
.article-block h6 .meta,
.wide-article h2 .meta ,
.wide-article h3 .meta ,
.wide-article h4 .meta ,
.wide-article h5 .meta ,
.wide-article h6 .meta {
	display: inline;
}

.wide-article .meta {
	display: block;
	font-size: 12px;
	color: #8b8b8b;
	margin-bottom: 6px;
}

.wide-article .meta a {
	color: #8b8b8b;
}

.wide-article .article-content:after {
	display: block;
	content: '';
	clear: both;
}

.featured-block .article-photo a,
.article-photo {
	display: block;
}

.featured-block {
	display: block;
	position: relative;
}

.featured-block .article-content {
	
/*
	background: rgba(0,0,0,0.6);
	position: absolute;
	z-index: 1;
	color: #fff;
	width: 100%;
	left: 0px;
	bottom: 0px;
*/			
	
}

.main-sidebar .featured-block .article-content {
	bottom: 10px;
}

.main-sidebar .featured-block .article-content .meta a {
	color: #fff;
}

.featured-block .article-content a {
	color:gold;
	text-shadow: 1px 1px 2px black, 0 0 5px black, 0 0 5px black;
	font-size: 22px;
	font-weight:bold;
}

.featured-block .article-content h2 {
	margin: 10px 15px;
	font-size: 18px;
	font-weight: 600;
}

.featured-block .article-content h1, .featured-block .article-content h3 {
	margin: 10px 15px;
	font-size: 22px;
	line-height:31px;
}
.featured-block .article-content .category a { 
	color: #800000;
    text-shadow: 1px 1px 2px yellow, 0 0 2px yellow, 0 0 5px yellow;
}

.featured-block .article-content .meta {
	margin: -5px 15px 10px 15px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.featured-block .article-content .category {
	margin:10px 15px;
	display:block;
}

.article-big {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #c0bfbf;
}

.article-big .article-photo {
	display: block;
	float: left;
}

.article-big .article-content {
	display: block;
	margin-left: 225px;
}

.article-big .article-content h2 {
	margin-bottom: 7px;
}

.article-big .article-content:after {
	display: block;
	content: '';
	clear: both;
}

.article-big .article-content .meta:not(:last-child) > span,
.article-big .article-content .meta:not(:last-child) > a {
	color: #8b8b8b;
	margin-right: 10px;
}

.article-big .article-content .meta:not(:last-child) {
	display: block;
	margin-bottom: 8px;
	font-size: 12px;
	color: #8b8b8b;
}

.article-big .article-content p {
	display: block;
	margin-bottom: 8px;
}

.article-big .article-content h2 {
	font-size: 19px;
	font-weight: 600;
}
.page-category .article-big .article-content h2,
.page-taxonomy .article-big .article-content h2 { 
	font-size:14px !important;
	font-weight: normal !important;
	line-height: 22px;
}

.page-category .article-big .article-content p,
.page-taxonomy .article-big .article-content p {
	font-size:12px !important;
	font-weight: normal !important;
	line-height: 22px;
}

.article-big .article-content .more {
	display: inline-block;
	padding-left: 12px;
	padding-right: 12px;
}

.article-big .article-content .more .icon-text {
	display: inline-block;
	padding-left: 5px;
}


.pagination {
	display: block;
	margin: 20px auto 30px auto;
	text-align: center;
	padding:30px;
}

.pagination .page-numbers {
	background: #d4d3d3;
	display: inline-block;
	line-height: 150%;
	padding: 2px 7px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	color: #505050;
	text-transform: capitalize; 	
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	color: #fff;
	background: #929292;
}

.pagination .page-numbers .icon-text.right {
	display: inline-block;
	padding-left: 5px;
}

.pagination .page-numbers .icon-text.left {
	display: inline-block;
	padding-right: 5px;
}

.article-big.no-image .article-content {
	margin-left: 0px;
}

.block-content.archive {
	display: block;
	width: 102%;
}

.block-content.archive:after {
	display: block;
	clear: both;
	content: '';
}

.block-content.archive > .block {
	display: block;
	width: 232px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}/*

.block-content.archive > .block:nth-child(5n) {
	margin-right: 0px;
}*/


.article-title {
	display: block;
	margin-bottom: 10px;
	background: #f8f7f7;
	padding: 15px;
	border-top: 3px solid #c1c1c1;
	position: relative;
}

.article-title:after {
	display: block;
	content: '';
	clear: both;
}

.article-title h1 {
	display: block;
	margin-bottom: 20px;
	line-height: 100%;
	font-weight:normal;
	font-size:24px;
	line-height: 36px;
}

.article-title .author {
	display: block;
	margin-right: 300px;
}

.article-title .author .hover-effect {
	margin-right: 10px;
}

.article-title .author img {
	width: 30px;
	height: 30px;
}

.article-title .author .a-content {
	display: block;
}

.article-title .author .a-content > span {
	display: block;
	font-size: 15px;
	line-height: 15px;
	color: #6b6b6b;
	margin-right: 10px;
}

.article-title .author .a-content > span .tag {
	font-size: 8px;
	line-height: 16px;
}

.body-content {
	padding:30px 0 10px;
}
#body-content p{
	font-size: 13px;
}
strong {
	font-weight:bold;
}
.node-article #body-content img {
	padding: 0 10px;
	border: 1px solid gray;
    margin: 0 10px;
}
#caption {
	font-size: 14px;
    padding: 10px 0;
    text-align: left;	
    color:purple;
    line-height:23px;
    
}
.caption-marker {
	background-image: url('../images/zoom_icons.png');
	background-position: -269px -10px;
    float: left;
    height: 30px;
    margin: 0 10px 0 0;
    width: 12px;
}

/* CARTOON BLOCK */

.cartoons-block .article-block li {
	border:0px none;
	float:left;
	margin-bottom:10px;
	padding-bottom:0;
}
.cartoons-block .article-block li.last-item {
	margin-bottom:0px;
}
.cartoons-block .article-block .article-photo {
	margin-top: 0px;
}
.feature-cartoon {
	margin-left:0 !important;
	width:59.5% !important;
}

/* PHOTO GALLERY BLOCK */

ul.photo-gallery {
	display:block;
}
ul.photo-gallery li {
	float:left;
	padding:2% 4.5%;
}
ul.photo-gallery li h2 {
	margin-top: 15px;
	font-size:12px;
	line-height:20px;
}

/* SHARE BLOCK */
.article-title .share-block .share-article h4, .article-title .article-tags h4  {
	line-height:30px;
}
.article-title .article-tags h4 { 
	margin-right: 15px;
}
.article-title .share-block {
	display: block;
	height: 100%;
	width: 270px;
	padding-left: 15px;
}
.st_facebook, .st_twitter, .st_pinterest, .st_googleplus, .st_email {
	float:left;
}
.stButton {
	float:left;
	margin-top: -6px;
    padding-bottom: 8px;
    padding-left: 25px !important;
    padding-right: 32px !important;
}
.stButton .chicklets {
    display: inline-block;
    font-family: Verdana,Helvetica,sans-serif;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    white-space: nowrap;
    width: 26px !important;
    height: 26px !important;
    background: url("../images/circle-social-icons1.png") no-repeat !important;
    text-indent: -9999px;
}
	
.stButton .facebook {
    background-position: -112px -2px !important;
}
.stButton .twitter {
    background-position: -4px -2px !important;
}
.stButton .pinterest {
    background-position: -59px -2px !important;
}
.stButton .googleplus {
    background-position: -165px -2px !important;
}
span.stButton span.email {
	background-position: -139px -2px !important;
}
.share-block-story {
	margin-top: 50px;
	margin-bottom:50px;
    padding: 20px 0 10px;
	/*border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;*/
}


.article-title .share-block .icon-text {
    margin-top:0px;
}
.article-title .share-block a.small-button {
    padding: 10px 11px 8px;
    font-size:12px;
}

.article-title .share-block:not(.single):before {
	display: block;
	position: absolute;
	right: 300px;
	top: 0px;
	background: transparent;
	width: 1px;
	height: 100%;
	content: '';
	border-right: 1px dotted #c1c1c1;
}

.article-title .share-block > div {
	display: block;
	margin-bottom: 8px;
}

.article-title .share-block > div:last-child {
	margin-bottom: 0px;
}

.stwrapper {
	visibility:hidden !important;
}



a.small-button {
	display: inline-block;
	padding: 4px 11px;
	margin-right: 2px;
	background: darkred;
	color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
}

.small-button:hover {
	color: #fff;
	background: #232323;
}

a.custom-soc {
	display: inline-block;
	background: transparent;
	color: #232323;
	width: 22px;
	height: 22px;
	font-size: 11px;
	line-height: 23px;
	box-shadow: 0px 0px 0px 1px #232323;
	border-radius: 50%;
	-moz-border-radius: 50%;
	text-align: center;
	margin-right: 4px;
}

a.custom-soc:hover {
	background: #232323;
	color: #fff;
}

.share-article {
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.share-article span {
	display: block;
	line-height: 100%;
	font-size: 10px;
	color: #6b6b6b;
	font-weight: bold;
	padding-bottom: 3px;
	margin-top: -1px;
}

.share-article strong {
	display: block;
	line-height: 100%;
	font-size: 12px;
}

.article-tags {
	display: block;
	margin-top: 0px;
	margin-right: 300px;
	font-size: 12px;
	vertical-align: baseline;
	line-height: 120%;
	margin-bottom: -4px;
}

.article-tags strong {
	vertical-align: baseline;
	line-height: 120%;
	margin-right: 10px;
}

.article-tags a {
	vertical-align: baseline;
	line-height: 120%;
}

.main-articles {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.main-articles .article-photo {
    display: block;
    float: left;
    margin-right: 10px;
}
.main-articles .article-body {
	/*margin-left: 105px;*/
}
.main-articles .article-body p{
	line-height: 19px;
	margin-bottom:0;
}
.wide-article .article-body p{
	line-height: 19px;
	margin-bottom:0;
}
.featured-archived-story .article-body p{
	line-height: 19px;
	margin-bottom:0;
}
.main-articles .article-content {
	margin-bottom:15px;
}
.main-articles .article-content h1, .main-articles .article-content h2 {
	font-size:16px;
	font-weight:normal;
	margin-bottom:5px;
}
.main-articles .article-content h1 a, .main-articles .article-content h2 a {
	color: darkred;
	letter-spacing: 1px;
	line-height:26px;
}

.article-content .category a {
	color:#8b8b8b;
	letter-spacing:1px;
	font-size:10px;
	margin-bottom:5px;
	display: block;
}
.wide-article .article-content .category a {
	margin-bottom:10px;
}

.node p {
	line-height: 21px;
}
.related-articles {
	margin-top:10px;
}
.related-articles a {
	line-height: 21px;
}

/* Last week agenda & Interesting facts */
.last-week-agenda-block {
	padding-top: 20px;
}
.last-week-agenda-block .category {
	background: #000;
	padding:10px 16px 10px;
}
.last-week-agenda-block .category a, .interesting-facts .category a{
	color: #fff;
	font-size:16px;
	margin-bottom:0;
}
.last-week-agenda-block .article-photo, .interesting-facts .article-photo {
	position:relative;
}
.last-week-agenda-block .overlay-content {
	position:absolute;
	bottom:0;
	padding:10px;
	background:#fff;
}


.last-week-agenda-block .article-content, .interesting-facts .article-content{
	margin-bottom:2.12766% !important;
}
.last-week-agenda-block .overlay-content.color-mix-0 { background:#218C8D; }
.last-week-agenda-block .overlay-content.color-mix-1 { background:#6CCECB; }
.last-week-agenda-block .overlay-content.color-mix-2 { background:#F9E559; }
.last-week-agenda-block .overlay-content.color-mix-3 { background:#EF7126; }
.last-week-agenda-block .overlay-content.color-mix-4 { background:#473E3F; }
.last-week-agenda-block .overlay-content.color-mix-5 { background:#E6772E; }
.last-week-agenda-block .overlay-content.color-mix-6 { background:#F2C249; }
.last-week-agenda-block .overlay-content.color-mix-7 { background:#8EDC9D; }
.last-week-agenda-block .overlay-content.color-mix-8 { background:#4DB3B3; }
.last-week-agenda-block .overlay-content.color-mix-9 { background:#E64A45; }
.last-week-agenda-block .overlay-content.color-mix-10 { background:#3D4C53; }
.last-week-agenda-block .overlay-content.color-mix-11 { background:#462066; }
.last-week-agenda-block .overlay-content.color-mix-12 { background:#FFB85F; }

.last-week-agenda-block .overlay-content.color-mix-0 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-1 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-2 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-3 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-4 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-5 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-6 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-7 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-8 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-9 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-10 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-11 h2 a { color:#fff; }
.last-week-agenda-block .overlay-content.color-mix-12 h2 a { color:#fff; }


.last-week-agenda-block .overlay-content h2, .interesting-facts .overlay-content h2{ 
	font-size: 12px;
	line-height:21px;
}
.last-week-agenda-block .article-body p, .interesting-facts .article-body p{
	font-size:10px;
}

/* Interesting Facts Block - sila suvarasiyamana thagavalgal */

#mixedContent {
	/*width:100%;*/
	/*height: 330px;*/
	width: 100%;
	/*height: 444px;*/
	position: relative;
}
.interesting-facts-view .view-content .views-row {
	height:550px;
	padding-bottom: 25px !important;
	padding-right: 0px !important;
}
#mixedContent .contentBox, 
.interesting-facts-view .view-content .views-row {
	position: relative;
	float: left;
	display: block;
	width: 285px;
/*	height: 308px;
	width: 200px;
	border: solid 1px #ccc;*/
	padding: 0 10px 0 0;
	margin: 0px 5px;
	/* If you don't want the images in the scroller to be selectable, try the following
	   block of code. It's just a nice feature that prevent the images from
	   accidentally becoming selected/inverted when the user interacts with the scroller. */
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#mixedContent .contentBox img {
	/*margin-bottom: 10px;*/
}

#mixedContent .contentBox p,
.interesting-facts-view .view-content .views-field-body p {
	font-size: 10px;
}

.interesting-facts-block .interesting-facts .category > h5::before, 
.interesting-facts-view .view-content .views-field-field-tags > h5::before {
	background: rgba(0, 0, 0, 0) url("../images/icons2.png") no-repeat scroll -173px 0 !important;
    content: "";
    display: inline-block;
    height: 22px;
    margin: -4px 10px -5px 0px;
    width: 32px;
}
.interesting-facts .category,
.interesting-facts-view .view-content .views-field-field-tags {
	background: #000;
	padding:10px 8px 10px;
}
.interesting-facts-block .interesting-facts .overlay-content h2 a,
.interesting-facts-view .view-content .views-field-title h2 a {
	color:#007849; /* Green */
	font-size: 14px;
	font-weight:normal;
	line-height: 20px;
}
.interesting-facts .overlay-content {
	padding:10px;
	background:#fff;
}
.interesting-facts-view .view-content .views-field-title {
	padding:10px 0 0 0;
}

.slick-slider .slick-prev {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
	left: -40px;
	*/
	
	font-size: 0;
	padding-right: 4px;
	margin-bottom: -5px;
	left:0;
	top:40%;
	width: 78px !important;
    height: 77px !important;
    background: url("../images/icons2.png") no-repeat 0px -194px !important;
    z-index:9999;
    vertical-align: middle;
}

.slick-slider .slick-next {
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	right: -40px;*/
	
	
	/*
	display: inline-block;
	content: '\E718';
	font-family: 'Entypo';
	
	*/
	font-size: 0;
	padding-right: 4px;
	margin-bottom: -5px;
	right:0;
	top:40%;
	width: 78px !important;
    height: 77px !important;
    background: url("../images/icons2.png") no-repeat -77px -194px !important;
    z-index:9999;
    vertical-align: middle;
}
.slick-dots li button:before
{
    font-size: 50px !important;
}
.interesting-facts-block .block-title {
	background-color: #ffcc00; /* Yellow */
}
.interesting-facts-block .block-title h2, 
.interesting-facts-block .block-title h2 a {
	color:#000;
}
.interesting-facts .category h5,
.interesting-facts-view .view-content .views-field-field-tags h5
{
	color: #fff;
	font-size:13px;
	margin-bottom:0;
	font-weight:normal;
}

/* Interesting Facts View Block - sila suvarasiyamana thagavalgal */

.interesting-facts-view 

/* #5 Comments */


.comment-block {
	display: block;
	margin-bottom: 25px;
}

.comment-block .commment-content {
	display: block;
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	position: relative;
}

.comment-block .commment-content .user-avatar {
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	margin-right: 15px;
	margin-top: 3px;
}

.comment-block .commment-content .user-avatar img {
	width: 60px;
	height: 60px;
}

.comment-block .commment-content .user-nick {
	display: block;
	margin-left: 75px;
	color: #232323;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}

.comment-block .commment-content .user-nick .marker {
	font-size: 10px;
	display: inline-block;
	padding: 2px 4px;
	background: #232323;
	color: #fff;
	line-height: 100%;
	margin: 3px 0px 0px 10px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	cursor: default;
}

.comment-block .commment-content .user-nick a {
	color: #232323;
}

.comment-block .commment-content .user-nick a:hover {
	text-decoration: underline;
}

.comment-block .commment-content .time-stamp {
	position: absolute;
	top: 0px;
	right: 0px;
	color: #b8b8b8;
	font-size: 11px;
}

.comment-block .commment-content .comment-text {
	display: block;
	margin-left: 75px;
	padding-bottom: 8px;
	margin-bottom: -13px;
}

.comment-block .commment-content .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 75px;
	display: block;
}

.comment-block .commment-content .icon-link:hover {
	color: #232323;
	/*text-decoration: underline;*/
}

.comment-block .commment-content .icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
}


.comment-block > ol > li ul li .commment-content {
	display: block;
	background: #e8e8e8;
	margin-top: -15px;
	padding-top: 15px;
	padding-left: 75px;
	padding-right: 15px;
}

.comment-block > ol > li > ul {
	position: relative;
}

.comment-block > ol > li > ul:before {
	display: block;
	background: #f0efef;
	content: '';
	position: absolute;
	top: -3px;
	left: 90px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 10;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.comment-block > ol > li ul li .commment-content .user-avatar,
.comment-block > ol > li ul li .commment-content .user-avatar img {
	width: 40px;
	height: 40px;
}

.comment-block > ol > li ul li .commment-content .icon-link,
.comment-block > ol > li ul li .commment-content .comment-text,
.comment-block > ol > li ul li .commment-content .user-nick {
	margin-left: 55px;
}

.comment-block > ol > li ul li .commment-content .time-stamp {
	top: 15px;
	right: 15px;
}

#writecomment {
	display: block;
	width: 100%;
	max-width: 360px;
	margin: 20px auto;
}

#writecomment p {
	display: block;
	position: relative;
}

#writecomment p textarea,
#writecomment p input[type=text],
input.form-text,
textarea.form-textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 8px 10px;
	display: block;
	background: #fff;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	font-family: 'Arial';
	border-radius: 2px;
	-moz-border-radius: 2px;
}

#writecomment p textarea:focus,
#writecomment p input[type=text]:focus,
input.form-text:focus,
textarea.form-textarea:focus {
	border: 1px solid #bababa;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.05);
}

#writecomment p textarea {
	height: 100px;
}

#writecomment p label {
	display: block;
	position: absolute;
	left: -120px;
	white-space: nowrap;
	line-height: 30px;
	width: 100px;
	text-align: right;
	top: 2px;
	color: #6b6b6b;
}

p .required {
	display: inline-block;
	font-weight: bold;
	font-size: 18px;
	color: #cf680d;
	margin-left: 5px;
	margin-top: 2px;
}

#writecomment p .error-msg,
#writecomment .form-item .error-msg {
	display: block;
	background: #a12717;
	color: #fff;
	padding: 8px 10px;
	border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
}

#writecomment p textarea.error,
#writecomment p input[type=text].error,
#writecomment .form-item textarea.error,
#writecomment .form-item input[type=text].error {
	border: 1px solid #a12717;
	border-radius: 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px;
}


.no-comment-block {
	display: block;
	width: 360px;
	margin: 35px auto 30px auto;
}

.no-comment-block p {
	display: block;
	margin-left: 70px;
	font-size: 12px;
	padding-bottom: 10px;
}

.no-comment-block .big-icon {
	display: block;
	float: left;
	font-size: 44px;
	color: #232323;
	line-height: 56px;
}

.no-comment-block b {
	display: block;
	margin-left: 70px;
	font-weight: bold;
	font-size: 22px;
	color: #232323;
	line-height: 150%;
	padding-bottom: 4px;
}

.no-comment-block .icon-link {
	margin-left: 70px;
}

.no-comment-block .icon-link {
	color: #767676;
	font-size: 11px;
	font-weight: bold;
	margin-left: 70px;
}

.no-comment-block .icon-link:hover {
	color: #232323;
	text-decoration: underline;
}

.no-comment-block .icon-link .icon-text {
	display: inline-block;
	padding-right: 6px;
}

#translControl,#translControl1  {
	width:50px; float:left; margin: 10px 0 10px;
}
.transControlLabel {
	width:300px; margin: 15px 0 10px; float:left
}

/* Comment captcha */

.fieldset-legend {
	display:none;
}


/* Send Mail */

#print-mail-form .form-submit {
	margin-right: 10px;
}

/* Horoscope */

ul.horoscope {
	display:inline;
}
ul.horoscope li {
    display: inline-block;
    width: 41px !important;
    height: 42px !important;
    margin-bottom:10px;
    margin-left:0px;
}
ul.horoscope li a {
	text-indent:-9999px;
    padding-left: 0px !important;
    padding-right: 0px !important;
    display:block;
    text-indent:-9999px;
    height:40px;
    width:42px;
    background: url("../images/horoscopes1.png") no-repeat !important;
}
ul.horoscope li a.taurus-rishibum {
    background-position: -122px -2px !important;
}
ul.horoscope li a.leo-simmam {
    background-position: -205px -2px !important;
}
ul.horoscope li a.sagittarius-thanusu {
    background-position: -81px -42px !important;
}
ul.horoscope li a.capricorn-magaram {
    background-position: -40px -2px !important;
}
ul.horoscope li a.virgo-kanni {
    background-position: -204px -42px !important;
}
ul.horoscope li a.aries-mesham {
    background-position: -163px -42px !important;
}
ul.horoscope li a.gemini-mithunum {
    background-position: -164px -2px !important;
}
ul.horoscope li a.libra-thulam {
    background-position: 1px -42px !important;
}
ul.horoscope li a.aquarius-kumbam {
    background-position: 1px -2px !important;
}
ul.horoscope li a.cancer-kadagam {
    background-position: -81px -2px !important;
}
ul.horoscope li a.scorpio-viruchagam {
    background-position: -122px -42px !important;
}
ul.horoscope li a.pisces-meenam {
    background-position: -40px -42px !important;
}
.story-block {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-top: medium none;
    margin: 0;
    overflow: hidden;
    padding: 7px;
    position: relative;
}
.horoscopes .story-block .heading {
    color: #07416C;
    margin: 4px 0 0 52px;
}
.story-block .heading {
    border-bottom: medium none;
    font-weight: bold;
    font-size:16px;
    line-height: 21px;
    letter-spacing: 0;
    margin: 0 0 3px;
    overflow: hidden;
}
.horoscopes .story-block .date-range {
    color: #707070;
    font-size: 11px;
    font-weight: bold;
    margin: -1px 0 0 52px;
    padding: 0;
    line-height: 21px;
}

.horoscopes .story-block.aquarius-kumbam .horoscope-sign {
    background-position: 0 -132px;
}
.horoscopes .story-block.taurus-rishibum .horoscope-sign {
    background-position: -122px -2px !important;
}
.horoscopes .story-block.leo-simmam .horoscope-sign  {
    background-position: -205px -2px !important;
}
.horoscopes .story-block.sagittarius-thanusu .horoscope-sign {
    background-position: -81px -42px !important;
}
.horoscopes .story-block.capricorn-magaram .horoscope-sign {
    background-position: -40px -2px !important;
}
.horoscopes .story-block.virgo-kanni .horoscope-sign {
    background-position: -204px -42px !important;
}
.horoscopes .story-block.aries-mesham .horoscope-sign {
    background-position: -163px -42px !important;
}
.horoscopes .story-block.gemini-mithunum .horoscope-sign {
    background-position: -164px -2px !important;
}
.horoscopes .story-block.libra-thulam .horoscope-sign {
    background-position: 1px -42px !important;
}
.horoscopes .story-block.aquarius-kumbam .horoscope-sign {
    background-position: 1px -2px !important;
}
.horoscopes .story-block.cancer-kadagam .horoscope-sign {
    background-position: -81px -2px !important;
}
.horoscopes .story-block.scorpio-viruchagam .horoscope-sign {
    background-position: -122px -42px !important;
}
.horoscopes .story-block.pisces-meenam .horoscope-sign {
    background-position: -40px -42px !important;
}
.horoscope-sprite, 
.horoscopes .story-block.aries-mesham .horoscope-sign, 
.horoscopes .story-block.aquarius-kumbam .horoscope-sign, 
.horoscopes .story-block.cancer-kadagam .horoscope-sign, 
.horoscopes .story-block.capricorn-magaram .horoscope-sign, 
.horoscopes .story-block.gemini-mithunum .horoscope-sign, 
.horoscopes .story-block.leo-simmam .horoscope-sign, 
.horoscopes .story-block.libra-thulam .horoscope-sign, 
.horoscopes .story-block.pisces-meenam .horoscope-sign, 
.horoscopes .story-block.sagittarius-thanusu .horoscope-sign, 
.horoscopes .story-block.scorpio-viruchagam .horoscope-sign, 
.horoscopes .story-block.taurus-rishibum .horoscope-sign, 
.horoscopes .story-block.virgo-kanni .horoscope-sign {
    background: url("../images/horoscopes1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.horoscopes .story-block .horoscope-sign {
    height: 40px;
    left: 5px;
    position: absolute;
    text-indent: -9999px;
    top: 10px;
    width: 41px;
}
.horoscopes .story-block .field-type-text-long {
	margin: 20px 0;
	line-height: 21px;
}

/* SELECT element */

.prettyfied-select {
  height: 33px;
  display: inline-block;
  min-width: 200px;
  position: relative;
  background: #eee;
}

.prettyfied-select .prettyfied-select-box,
.prettyfied-select .dropDown {
  font-size: 11px;
  font-weight: bold;
  color: #444;
}

.prettyfied-select .prettyfied-select-box {
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 33px;
  cursor: pointer;
  background-image:url('../images/arrow.png');
  background-position: right 9px;
  background-repeat: no-repeat;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.prettyfied-select .prettyfied-select-box span {
  padding-left: 8px;
}

.prettyfied-select .dropDown {
  position: absolute;
  z-index: 999;
  top: 32px;
  left: 0px;
  min-width: 200px;
  padding: 0;
  list-style-type: none;
  margin: 0;
  border: 1px solid;
  border-top: 0;
  background: #eee;
  border-radius: 0 0 2px 2px;
}

.prettyfied-select .prettyfied-select-box:hover,
.prettyfied-select .prettyfied-select-box.expanded,
.prettyfied-select .dropDown {
  border-color: #a4a4a4;
}

.prettyfied-select .dropDown.is-hidden {
  border-color: #ccc;
  box-shadow: none;
}

.prettyfied-select .dropDown li {
  display: block;
  line-height: 16px;
  padding: 8px 0 8px 8px;
  cursor: pointer;
}

.prettyfied-select .dropDown li.hover {
  background: #e5e5e5;
}

.prettyfied-select .dropDown li img {
  float: left;
  margin-right: 5px;
}
.prettyfied-select .dropDown li i {
  display: block;
  margin: 0 0 0 21px;
  font-weight: normal;
}


/* #6 Photo gallery */

.photo-gallery-grid {
	display: block;
	width: 100%;
}

.photo-gallery-grid:after {
	display: block;
	content: '';
	clear: both;
}

.photo-gallery-grid .photo-gallery-block {
	display: block;
	width: 235px;
	background: #fff;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.photo-gallery-block .gallery-content {
	display: block;
}

.photo-gallery-block .gallery-content h3 {
	margin-bottom: 10px;
	font-size: 12px;
    line-height: 25px;
    font-weight:normal;
}

.overflow-fix {
	display: block;
	overflow: hidden;
}

.filter-block {
	display: block;
	padding-top: 5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #cfcfcf;
}

.filter-block strong {
	display: inline-block;
	color: #929292;
	line-height: 23px;
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 12px;
}

.filter-block a {
	display: inline-block;
	background: #929292;
	color: #fff;
	line-height: 23px;
	padding: 5px 10px 0;
	font-size: 12px;
	font-weight: bold;
	border-radius: 2px;
	-moz-border-radius: 2px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.filter-block a:hover,
.filter-block a.active {
	background: #232323;
	color: #fff;
}

.photo-gallery-full {
	display: block;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 0px 2px 1px rgba(0,0,0,0.2);
}

.the-image {
	display: block;
	padding: 15px 0;
	position: relative;
	text-align: center;
}

.the-image .photo-controls {
	display: block;
	position: absolute;
	top: 50%;
	font-size: 40px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.4);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 40px;
	margin-top: -20px;
	z-index: 4;
	background: url("../images/icons2.png") no-repeat !important;
	height: 76px;
	width:78px;
	text-indent:-9999px;
}
.the-image .photo-controls.left{
	background-position: 0px -195px !important;
}
.the-image .photo-controls.right{
	background-position: -79px -195px !important;
}

.the-image .photo-controls:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}

.the-image .photo-controls.left {
	left: 4%;
}

.the-image .photo-controls.right {
	right: 4%;
}

.photo-gallery-thumbs {
	display: block;
	margin: 0px 15px;
	padding-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
}

.photo-gallery-thumbs a {
	display: inline-block;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
}

.photo-gallery-thumbs a.active:hover .cover i,
.photo-gallery-thumbs a.active .cover i {
	box-shadow: inset 0px 0px 0px 6px darkred; /* BLUE */
}

/* E-paper - digital edition */
.digital-edition-full {
	box-shadow:none !important;
}
.digital-edition-thumbs {
	margin: 10px 0 !important;
}
.digital-edition-thumbs a {
	display:block !important;
	width:160px !important;
	height:auto !important;
	margin:0 auto;
}
.digital-edition-thumbs a .page-no { 
	background:#ffffff;
	text-align:center;
	padding:10px 0;
}
.digital-edition-menu .menu-wrapper {
	margin: 30px auto;
	width:50%;
}
.digital-edition-menu span {
	font-size:14px;
	font-weight:bold;
	line-height:23px;
}

.today-paper-block {
	padding-top:0 !important;
}
.today-paper-block p {
	text-align:center;
	
}

/* #7 Sidebar styling */

.main-sidebar {
	display: block;
	/*width: 300px;*/
	width: 23.4043%;
}
.main-sidebar.right {
	float:right;
}

.main-sidebar .widget {
	display: block;
	margin-bottom: 20px;
}

.main-sidebar .widget > div {
	display: block;
	padding-bottom: 10px;
	margin: 0px 0 10px;
}
.front #sidebar-second .region-block-content, .front #sidebar-second {
	padding-top:6px;
}
#sidebar-second .region-block-content, #sidebar-second {
	padding-top:12px;
}
.widget > h3 {
	display: block;
	background: darkred; /* BLUE */
	text-transform: uppercase;
	font-size: 15px;
	color: #fff;
	padding: 12px 13px 15px 0;
	margin-bottom: 10px;
	font-weight: normal;
	line-height:22px;
}

.widget .comment-content h3 {
	margin-bottom: 6px;
}

.widget .social-bar {
	display: block;
	width: 100%;
	margin-bottom: 10px;
}

.widget .social-bar:after {
	display: block;
	content: '';
	clear: both;
}

.widget .social-bar a {
	display: block;
	float: left;
	width: 62px;
	text-align: center;
	margin-right: 8px;
}

.widget .social-bar a:nth-child(4n+0) {
	margin-right: 0px;
}

.widget .social-bar a i {
	display: block;
	margin-bottom: 1px;
	font-style: normal;
	background: rgba(0,0,0,0.1);
	padding: 12px 0px 8px;
	font-size: 11px;
	font-weight: bold;
	color: #232323;
	margin-left: 0px;
}

.widget .social-bar a:hover i {
	background: rgba(0,0,0,0.15);
}

.widget .social-bar a span {
	display: block;
	color: #fff;
	padding: 5px 0px 1px;
	font-size: 11px;
	font-weight: bold;
}

.widget .social-bar a span.political {
	background: none;
	color: #000;
}
.widget .social-bar a span.facebook {
	background: none;
	color: #000;
}

.widget .social-bar a span.twitter {
	background: none;
	color: #000;
}

.widget .social-bar a span.google {
	background: none;
	color: #000;
}

.widget .social-bar a span.linkedin {
	background: none;
	color: #000;
}

/* Follow Us design - 2 */

.widget .social-bar.style-2 a {
	text-indent: -9999px;
	width: 29px;
}
.widget .social-bar.style-2 a span {
	background: url("../images/circle-social-icons-new1.png") no-repeat !important;
	width: 26px !important;
    height: 20px !important;
    background: none;
}	


.widget .social-bar.style-2 a span.facebook {
	
	background-position: -112px -29px !important;
}

.widget .social-bar a span.twitter {
	background-position: -4px -30px !important;
}

.widget .social-bar a span.google {
	background-position: -165px -30px !important;
}

.widget .social-bar a span.linkedin {
	background-position: -86px -29px !important;
}

.widget .widget-articles {
	display: block;
}

.widget .widget-articles li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .widget-articles li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget li:after,
.widget .widget-articles:after {
	display: block;
	content: '';
	clear: both;
}

.widget .widget-articles .article-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.widget .widget-articles .article-content {
	display: block;
	margin-left: 70px;
}

.widget .widget-articles .no-image .article-content {
	margin-left: 0px;
}

.article-block .article-content h1,
.widget .widget-articles .article-content h1,
.widget .comment-content h1,
.article-block .article-content h4,
.widget .widget-articles .article-content h4,
.widget .comment-content h4{
	margin-bottom: 4px;
	font-size: 12px;
	line-height:21px;
}

.widget .widget-articles .meta {
	display: block;
	font-size: 12px;
}

.widget .widget-articles .meta a {
	color: #8b8b8b;
}

.widget .widget-articles .meta a:hover {
	color: #232323;
}

.meta .icon-text {
	display: inline-block;
	padding-right: 5px;
}

.widget .comment-photo {
	display: block;
	float: left;
	margin-top: 3px;
}

.widget .comment-content {
	display: block;
	margin-left: 60px;
}

.widget .widget-comments li {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .widget-comments li:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.widget .widget-comments p {
	margin-bottom: 6px;
}

.widget .meta {
	display: block;
	font-size: 12px;
	color: #8b8b8b;
}

.widget .meta a {
	color: darkred;
}

.widget .meta a:hover {
	color: #232323;
}

#sidebar-second .widget > h3, 
.category-top-right .widget > h3, 
.last-week-agenda .widget > h3 {
	background:#ffffff;
	color:darkred; /* BLUE */
	border-top:5px solid darkred; /* BLUE */
	border-bottom:1px solid darkred; /* BLUE */
}
#sidebar-second .widget .right-arrow,
.last-week-agenda .widget .right-arrow{
	height:40px;
    width:42px;
    
}
#sidebar-second .widget > h3:after, 
.category-top-right .widget > h3:after,
.last-week-agenda .widget > h3:after {
    background: url("../images/icons2.png") no-repeat 0 0 !important;
    content: "";
    display: inline-block;
    height: 22px;
    margin: -4px 10px -5px 12px;
    width: 23px;
}
.category-top-right .widget {
	border-bottom:0px none !important;
}
.category-top-right ol {
	padding-top:12px;
}

.category-top-right ol li {
	list-style: decimal;
	font-size:18px;
	color:darkred;
	padding-left:10px;
	margin-left:20px;
}
.category-top-right li h2 {
	font-size:12px;
	line-height:20px;
}
.category-top-left .article-content p { 
	font-size:12px;
	line-height:20px;
}
	

.tagcloud a,
.tag-cloud a,
.tagclouds-term a{
	display: inline-block;
	font-size: 10px!important;
	background: #929292;
	color: #fff;
	font-weight: normal;
	padding: 7px 7px 3px;
	margin: 0px 5px 5px 0px;
}

.tagcloud a:hover,
.tag-cloud a:hover,
.tagclouds-term a:hover {
	background: #232323;
	color: #fff;
}


.content input[type=text] {
	display: block;
	background: #fff;
	padding: 6px 13px;
	font-size: 13px;
	border: 1px solid #d3d3d3;
	font-family: 'Arial';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content input[type=text]:focus {
	border: 1px solid #bababa;
}

.widget p {
	margin-bottom: 10px;
}

.widget .subscribe-block {
	display: block;
	margin: 20px auto;
	width: 230px;
}

.widget .subscribe-block input[type=text] {
	width: 100%;
}

.gallery-widget {
	display: block;
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.widget .gallery-widget:last-child {
	border-bottom: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.gallery-widget .gallery-photo {
	display: block;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.gallery-widget .gallery-photo > a {
	display: block;
	position: absolute;
}

.gallery-widget .gallery-photo ul {
	position: relative;
	display: block;
	width: 100%;
	height: 190px;
	white-space: nowrap;
	font-size: 0;
}

.gallery-widget .gallery-photo ul li {
	font-size: 13px;
	white-space: nowrap;
	display: inline-block;
}

.gallery-widget .gallery-photo > a {
	display: block;
	position: absolute;
	z-index: 3;
	background: transparent;
	width: 40px;
	text-align: center;
	height: 190px;
	font-size: 27px;
	line-height: 190px;
	top: 0px;
	color: #fff;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.6);
}

.gallery-widget .gallery-photo > a:hover {
	background: rgba(0,0,0,0.5);
}

.gallery-widget:hover .gallery-photo > a.slide-left {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;*/
	left: 0px;
}

.gallery-widget:hover .gallery-photo > a.slide-right {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;*/
	right: 0px;
	
	

	
	
}

.gallery-widget .gallery-photo > a.slide-left {
	/*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	
	left: -40px;
	*/
	
	font-size: 0;
	padding-right: 4px;
	margin-bottom: -5px;
	left:0;
	top:40%;
	width: 19px !important;
    height: 35px !important;
    background: url("../images/icons2.png") no-repeat -122px 0px !important;
    z-index:9999;
    vertical-align: middle;
}

.gallery-widget .gallery-photo > a.slide-right {
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	right: -40px;*/
	
	
	/*
	display: inline-block;
	content: '\E718';
	font-family: 'Entypo';
	
	*/
	font-size: 0;
	padding-right: 4px;
	margin-bottom: -5px;
	right:0;
	top:40%;
	width: 19px !important;
    height: 35px !important;
    background: url("../images/icons2.png") no-repeat -155px 0px !important;
    z-index:9999;
    vertical-align: middle;
}

.gallery-widget h4 {
	font-size: 17px;
	font-weight: normal;
}

.hover-effect {
	display: inline-block;
	/*background-color: darkred;*/
	background-color: #fff;
	overflow: hidden;
}

.hover-effect .cover {
	display: block;
	position: relative;
	color: #fff;
}

.hover-effect .cover img {
	/*
	position: relative;
	z-index: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	width:100%;
	*/
}

div[rel='hover-parent']:hover a.hover-effect .cover img,
a.hover-effect:hover .cover img {
	/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	opacity: 0.3;
	-webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    */
}

.hover-effect .cover i {
	z-index: 1;
	display: block;
	position: absolute;
	font-style: normal;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.2);
}

div[rel='hover-parent']:hover a.hover-effect .cover i,
a.hover-effect:hover .cover i {
	box-shadow: none;
}

a.hover-effect .cover i:before {
	display: block;
	position: absolute;
	z-index: 2;
	font-family: 'Entypo';
	content: '\1F517';
	height: 50px;
	width: 50px;
	line-height: 50px;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	text-align: center;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}
/*
div[rel='hover-parent']:hover a.hover-effect .cover i:before,
a.hover-effect:hover .cover i:before {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
*/
#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar caption {
	font-size: 17px;
	padding: 5px 0px 15px 0px;
	font-weight: bold;
	font-family: 'Source Sans Pro', sans-serif;
}

#wp-calendar thead th {
	background: rgba(0,0,0,0.1);
	line-height: 35px;
}

#wp-calendar td a {
	font-weight: bold;
	display: block;
	text-align: center;
	background: rgba(0,0,0,0.05);
	color: #232323;
}

#wp-calendar td a:hover {
	background: rgba(0,0,0,0.1);
}

#wp-calendar td#today {
	background: darkred;
	color: #fff;
}

#wp-calendar td#today a {
	color: #fff;
	background: transparent;
}

#wp-calendar td#today a:hover {
	color: #fff;
	background: rgba(0,0,0,0.1);
}

#wp-calendar td {
	line-height: 35px;
}

.double-block {
	display: block;
	width: 100%;
}

.single-block .content-block {
	display: block;
	float: none;
	width: 890px;
}

.double-block .content-block {
	display: block;
	/*width: 345px;*/
	width: 57.4468%;
	padding-top:12px;
}
#sidebar-first {
	width:40.4255%;
}
.featured-archived-story {
	width: 345px;
	float: left;
	margin-left:0;
}
.category-top-left .featured-archived-story {
	width: 100%;
}
.double-block .content-block.right {
	/*margin-left: 20px;*/
}

.double-block .content-block.main {
	display: block;
	/*width: 535px;*/
	padding-top:12px;
}
.main-page-bottom {
	display: block; 
	width: 900px;
}
.main-page .block {
	display: block;
	margin-bottom: 20px;
}

.double-block .content-block .widget {
	display: block;
	margin-bottom: 10px;
}

.double-block .content-block .widget .featured-block .meta a {
	color: #fff;
}

.double-block .content-block .widget .meta a {
	color: #8b8b8b;
}

.list-title {
	font-weight: 600!important;
}

/* Category page */
/*
.page-category .double-block .content-block, .page-taxonomy .double-block .content-block {
	width: 250px;
}
.page-category .double-block .content-block.main, .page-taxonomy .double-block .content-block.main {
	width: 630px;
}
*/
.no-sidebars .double-block .content-block {
	width:100%;
}
.no-sidebars .main-content .main-page {
	width:100%;
}

/* #8 Footer */

.footer {
	margin-top: 0px;
	display: block;
	color: #a0a0a0;
	/*background: #f0efef;*/
	background: #ffffff;*/
}

.footer p {
	font-size: 11px;

}

.footer .wrapper {
	border-top: 3px solid #c1c1c1;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .wrapper:after {
	display: block;
	content: '';
	clear: both;
}

.footer ul {
	display: block;
	line-height: 33px;
	vertical-align: middle;
}

.footer ul li {
	display: block;
	float: left;
	margin-left: 20px;
	position: relative;
}

.footer ul li:after {
	display: block;
	
	position: absolute;
	top: 0px;
	right: -10px;
}

.footer ul li:last-child:after {
	display: none;
}

.footer ul li a {
	display: block;
	line-height:10px;
}

.footer a.orange-themes {
	display: inline-block;
	vertical-align: bottom;
	/*background: url(../images/orange-themes.png) no-repeat center center;*/
	color: transparent;
	overflow: hidden;
	text-indent: -200px;
	width: 93px;
}

.footer .logo-footer {
	display: block;
	float: left;
	margin-right: 20px;
	line-height: 33px;
	vertical-align: middle;
}

.footer .logo-footer img {
	display: inline-block;
	vertical-align: middle;
}


.error-search {
	display: block;
	width: 200px;
	margin: 40px auto;
	position: relative;
}

.error-search .search-input {
	display: block;
	width: 200px;
	border: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	box-shadow: none;
}

.big-error-sign {
	display: block;
	width: 400px;
	max-width: 100%;
	margin: 20px auto;
	text-align: center;
}

.big-error-sign h2 {
	display: block;
	font-size: 120px;
	line-height: 140%;
	color: #474747;
}

.big-error-sign strong {
	display: block;
	margin-bottom: 35px;
	font-size: 35px;
	line-height: 105%;
	font-family: 'Titillium Web', sans-serif;
	color: #474747;
}

.big-error-sign span {
	display: block;
	margin-bottom: 25px;
	font-size: 17px;
	line-height: 120%;
	color: #a3a3a3;
}

.article-bottom-block-content {
	margin-bottom: 20px !important;
}
.article-bottom, .last-week-agenda {
	margin-left:0 !important;
}
.article-bottom .paragraph-row .column3 {
	/*width: 300px;
	margin-left: 5px;*/
}


.block-content {
	overflow: hidden;
	/*background: #fcfcfc;*/
	padding: 15px 0;
	margin-top: -5px;
	/*box-shadow: 0 1px 1px rgba(0,0,0,0.08);*/
	margin-bottom: 20px;
}

.themenumobile {
	display: none;
}

.mobile-menu {
	display: none!important;
}





/* Additional Styles */

.lightbox hr {
	margin: 20px 0px;
}

.lightbox p,
.lightbox span,
.lightbox h2,
.lightbox h3 {
	color: #232323;
	text-shadow: none;
}

.lightbox .loading-box {
	padding:50px 0px;
	line-height: 24px;
}

.startlightbox  {
	overflow: hidden;
}

.startlightbox .lightbox {
	display:block;
}

.lightbox {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    text-align:center;
	z-index:1000;
	display:none;
	overflow-y:scroll!important;
}

.lightbox .main-black-block {
	box-shadow:none;
	background:#212121;
	color:#ccc;
	font-size: 11.5px;
	line-height: 20px;
	font-weight: 300;
	padding-bottom: 5px;
	color:#8a8a8a;
}

.lightbox .lightcontent .light-close span, .lightbox .lightcontent-loading .light-close span {
	font-family: 'Entypo';
	font-size:14px;
	display:inline-block;
	margin-top:-2px;
	margin-right:6px;
	color: inherit;
}

.lightbox .lightcontent .light-close:hover, .lightbox .lightcontent-loading .light-close:hover {
	color:#db2727;
}

.lightbox .lightcontent .light-close:active, .lightbox .lightcontent-loading .light-close:active {
	color:#b01e1e;
}

.lightbox .lightcontent .light-close, .lightbox .lightcontent-loading .light-close {
	display:block;
	right:0px;
	top:-30px;
	font-family: Arial;
	position:absolute;
	font-size:12px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
}

.lightbox .lightcontent, .lightbox .lightcontent-loading {
	background:#f4f4f4;
	width:1200px;
	max-width: 100%;
	margin:100px auto 70px auto;
	position:relative;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.5);
	text-align:left;
}

.lightbox .light-title {
	display:block;
	position:absolute;
	top:-33px;
	color:#fff;
	text-shadow:0 1px 3px rgba(0,0,0,0.6);
	height:23px;
	width:780px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap; 
}

.lightbox .gallery-thumbs {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	width: 95%;
}

.lightbox .thacontent {
	padding: 0px 25px 20px 25px;
}

.loading-box {
	display:block;
	text-align:center;
}

.loading-box .loading-image {
	display:block;
	text-align:center;
	padding-top:20px;
}

.lightbox .carousel-left {
	left:8px;
}

.lightbox .carousel-right {
	right:8px;
}

.lightbox blockquote {
	padding-bottom:30px;
}

.lightbox .article-main-content {
	padding: 0px 55px;
	width: auto;
}

.loading-message {
	display: block;
	background: #f0f0f0;
	padding: 10px 15px;
	font-size: 11px;
	line-height: 140%;
}

.loading-message img {
	display: block;
	float: left;
	width: 34px;
	padding-right: 15px;
}

.main-content-split .loading-message img {
	display: none;
}

.loading-message:before {
	display: block;
	content: '';
	clear: both;
}

.loading-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.ls-fullwidth .ls-nav-prev, .ls-fullwidth .ls-nav-next {
	z-index: 20;
}

.ls-fullwidth .ls-nav-next {
	right: 50px!important;
}

.ls-fullwidth .ls-nav-prev {
	left: 50px!important;
}


.lightbox .big-photo-block .the-image {
	box-shadow: none;
	text-align: center;
	padding-top: 10px;
	background-color: transparent;
}

.lightbox .big-photo-block .the-image img {
	max-width: 98%;
}

.lightbox .big-photo-block .the-thumbs {
	margin-left: 1%;
	margin-right: 1%;
	overflow: hidden;
}

.lightbox .lightbox-content {
	display: block;
	padding: 0px 2% 8px 2%;
}

.the-image img {
	/*max-width: 100%;*/
}

.lightbox .photo-gallery-full {
	box-shadow: none;
}

.info-message {
	display: block;
	background: #f4ebda;
	font-size: 11px;
	line-height: 140%;
	color: #8b755e;
	padding: 10px 10px;
}

.info-message p {
	display: block;
	margin-bottom: 0px;
}

.info-message b {
	font-size: 18px;
	display: block;
	padding-bottom: 4px;
}

.main-content-split .info-message span.icon-text {
	display: none;
}

.main-content-split .info-message b {
	font-size: 16px;
}

.info-message span.icon-text {
	display: block;
	float: left;
	font-size: 32px;
	height: 30px;
	padding-top: 10px;
	padding-right: 12px;
}

.info-message.success {
	background: #589f19;
	color: #fff;
}

.info-message.fail {
	background: #9f2919;
	color: #fff;
}



.article-big .article-content .meta > span.tag {
	color: #fff;
}

.pagination .page-numbers.dots {
	background: transparent;
	color: #232323;
}

.double-block .gallery-widget .gallery-photo > a,
.double-block .gallery-widget .gallery-photo ul {
	height: 158px;
	line-height: 158px;
}

.gallery-widget .gallery-photo img {
	width: 100%;
}

.double-block .widget {
	border-bottom: 1px dotted #c0bfbf;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.double-block .widget .banner {
	padding-bottom: 0px;
}

.widget .menu {
	display: block;
}

.widget .menu li {
	display: block;
}

.widget .menu li a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 0px solid transparent;
}

.widget .menu li:last-child a {
	border-bottom: 0px;
}

.widget .menu li a:hover {
	background: #e2e2e2;
	color: #232323;
	border-left: 10px solid transparent;
}


.single-block .article-block-big li {
	padding-right: 15px;
}

.header,
.main-menu {
	position: relative;
	z-index: 6;
}

.main-menu.sticky {
	padding: 0px!important;
}

.main-menu.sticky:before {
	display: block;
	background-color: inherit;
	content: '';
	position: fixed;
	height: inherit;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: 0;
}

.admin-bar .main-menu.sticky:before {
	top: 28px;
}

.form-item input.error, .form-item textarea.error, .form-item select.error{
	border-width:1px;
}

/**
 * Weather
 */
.header .header-addons .header-weather img{
	width:30px;
}
.weather_wrapper {
    overflow:hidden;
    background-color:#FFF;
    border:1px solid #e2e2e2;
    border-radius:3px;
    position: relative;
}

/* Header */

.weather_head {
    width:100%;  /* Resize the head container - min width suggested 280px */
    height:155px;
    float:left;
    background-color:#ffffff; 
    border-radius: 3px 3px 0px 0px;
}

.weather_head_top {
    width:100%; /* Resize the Location & Search container - min width suggested 280px */
    float:left;
}

.weather_head_location {
    float:left;
    width:70%;

}

.weather_head_location p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:14px;
    font-weight:bold;
    color:#000;
    margin-left:7px;
    margin-top:5px;
    line-height:20px;
}

.weather_head_location span {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    color:#000;
    margin-left:7px;
}

.weather_head_search {
    float:right;
}

.weather_head_search a {
    float:right;
    width:26px;
    height:27px;
    background-image:url(../images/icon-search.png);
    background-position:center;
    background-repeat:no-repeat;
    text-indent:-9999px;
    margin-right:7px;
    margin-top:8px;
    border:1px solid #ffffff;
    border-radius:3px;
}

.weather_head_search a:hover {
    border:1px solid #000;
    border-radius:3px;
}

.social-links-top {
	width:100%;
	text-align: center !important;
}

.social-links-top .facebook,
.social-links-top .googleplus,
.social-links-top .twitter { 
	 display: inline;
}
.social-links-top .googleplus div {
	display: inline !important;
}

/* Header End */

/* Today Forecast */

.weather_head_today_forecast_wrapper {
    width:100%; 
    float:left;
    overflow:hidden;
    margin-top:12px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.weather_head_today_forecast {
    width:235px;
    margin:0 auto;
    overflow: hidden;
}

.weather_head_today_forecast_icon {
    float:left;
}

.weather_head_today_forecast_icon div {
    width:58px;
    height:56px;
    margin-left: 24px;
    margin-top: 5px;
}

.weather_head_today_forecast_icon div.n-a {
    background-image:url("../images/weather/medium_icons_black/no_info.png");
}
.weather_head_today_forecast_icon div.sunny {
    background-image:url("../images/weather/medium_icons_black/sunny.png");
}
.weather_head_today_forecast_icon div.cloudy {
    background-image:url("../images/weather/medium_icons_black/cloudy.png");
}
.weather_head_today_forecast_icon div.fog {
    background-image:url("../images/weather/medium_icons_black/fog.png");
}
.weather_head_today_forecast_icon div.partlycloudy {
    background-image:url("../images/weather/medium_icons_black/partlycloudy.png");
}
.weather_head_today_forecast_icon div.rainy {
    background-image:url("../images/weather/medium_icons_black/rainy.png");
}
.weather_head_today_forecast_icon div.sleet {
    background-image:url("../images/weather/medium_icons_black/sleet.png");
}
.weather_head_today_forecast_icon div.snowly {
    background-image:url("../images/weather/medium_icons_black/snowy.png");
}
.weather_head_today_forecast_icon div.thunder {
    background-image:url("../images/weather/medium_icons_black/thunder.png");
}

.weather_head_today_forecast_digit {
    float:left;
}

.weather_head_today_forecast_digit p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:40px;
    color:#000;
    font-weight:bold;
    line-height:70px;
    width:122px;
    text-align:center;
}

.weather_head_today_wind_direction {
    float:left;
    margin-top:20px;
    margin-left:15px;
}

.weather_head_today_wind_direction p {
    background-image:url(../images/weather/wind_pos.png);
    background-repeat:no-repeat;
    background-position:left;
    text-indent:30px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    color:#000;
    line-height:30px;
    width:120px;
}

.weather_head_today_wind_speed {
    float:right;
    margin-top:20px;
    margin-right:15px;
}

.weather_head_today_wind_speed p {
    background-image:url(../images/weather/wind_speed.png);
    background-repeat:no-repeat;
    background-position:left;
    text-indent:35px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    text-transform:uppercase;
    color:#000;
    line-height:30px;

}

.weather_weekly_forecast_wrapper {
    width:100%;
    float:left;
    margin-bottom:0px;
    
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.weather_weekly_forecast_day.odd {
    width:100%;
    height:43px;
    background-color:#ebebeb;
    float:left;
    margin-top:1px;

}

.weather_weekly_forecast_day.even {
    width:100%;
    height:43px;
    background-color:#f5f5f5;
    float:left;
    margin-top:1px;

}


.weather_weekly_forecast_date {
    float:left;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#818181;
    line-height:43px;
    text-indent:10px;
    width:120px;

}

.weather_weekly_forecast_deg {
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#818181;
    line-height:43px;
    text-align:center;
    text-indent: 10px;
    float:right;
    padding-right:10px;
}

.weather_weekly_forecast_icon {
    width:30px;
    margin-top:6px;
    float:left;
}

.weather_weekly_forecast_icon div {
    width:30px;
    height:30px;
}
.weather_weekly_forecast_icon div.n-a {
    background-image:url("../images/weather/small_icons/no_info.png");
}
.weather_weekly_forecast_icon div.sunny {
    background-image:url("../images/weather/small_icons/sunny.png");
}
.weather_weekly_forecast_icon div.cloudy {
    background-image:url("../images/weather/small_icons/cloudy.png");
}
.weather_weekly_forecast_icon div.fog {
    background-image:url("../images/weather/small_icons/fog.png");
}
.weather_weekly_forecast_icon div.partlycloudy {
    background-image:url("../images/weather/small_icons/partlycloudy.png");
}
.weather_weekly_forecast_icon div.rainy {
    background-image:url("../images/weather/small_icons/rainy.png");
}
.weather_weekly_forecast_icon div.sleet {
    background-image:url("../images/weather/small_icons/sleet.png");
}
.weather_weekly_forecast_icon div.snowly {
    background-image:url("../images/weather/small_icons/snowly.png");
}
.weather_weekly_forecast_icon div.thunder {
    background-image:url("../images/weather/small_icons/thunder.png");
}

.weather_wrapper .accordion > div {
	box-shadow: none;
	padding:0;
}
.weather_wrapper .accordion > div.active > div {
	border-top:none !important;
	margin-top:0 !important;
}
.weather_wrapper .accordion {
	display:inline-block;
	width:100%;
	margin-bottom:0;
}
.weather_wrapper .accordion > div > a {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	color: darkred;
}
.weather_wrapper .accordion > div > a:before {
	background: none;
}

.weather_wrapper .accordion > div > a:after {
	background: none;
}

/* Today Forecast End */

.weather_forecast_source {
    float:right;
    height:15px;
}

.weather_forecast_source p {
    font-family:Arial, Helvetica, sans-serif;
    font-size:10px;
    color:#b1b1b1;
    line-height:15px;
    margin-right:5px;
}

.weather_forecast_source a {
    text-decoration:none;
    color:#b1b1b1;
}

.weather_forecast_source a:hover {
    color:#ec4444
}

/* Search Bar */

.weather_search_bar {
    background-image: url("../images/icon-search.png") 0 0 no-repeat;
    position: absolute;
    top:35px;
    right:15px;
    width:260px;
    height:52px;
    display: none;
}

.weather_search_bar input {
    width:220px;
    height:30px;
    border:0;
    float:left;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-top:14px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    color:#969191;
}

.weather_search_bar a.searchButton {
    width:24px;
    height:24px;
    border-radius: 2px;
    border: 1px solid #000;
    background-color:#fff;
    float:right;
    margin-top:16px;
    margin-right: 10px;
    background-image: url("../images/weather/search_button.png");
    background-position: center;
    background-repeat: no-repeat;
}

/* Digital Edition */

.image_preloader {
	background-image: url('../images/preloader.gif');
}	
.smooth_zoom_preloader {
	background-image: url('../images/preloader.gif');
}	
.smooth_zoom_icons {
	background-image: url('../images/zoom_icons.png');
}
.grabbable {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

 /* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active { 
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}


/* Film / Movie review */

.film-details {
	margin:15px 0;
}

/* Tables */

table {
	margin:0px;padding:0px;
	width:100%;
	
	border:1px solid #dbdbdb;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:10px 0;
	padding:0px;
}
table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}
table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}
table tr:hover td{
	
}
table tr:nth-child(odd){  }
table tr:nth-child(even)    { background-color:#ffffff; }
table td{
	vertical-align:middle;
	border:1px solid #dbdbdb;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px !important;
	font-size:17px !important;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}
table tr:last-child td{
	border-width:0px 1px 0px 0px;
}
table tr td:last-child{
	border-width:0px 0px 1px 0px;
}
table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
table tr:first-child td, table tr th{
	/*
	background:-o-linear-gradient(bottom, darkred 5%, darkred 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, darkred), color-stop(1, darkred) );
	background:-moz-linear-gradient( center top, darkred 5%, darkred 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="darkred", endColorstr="darkred");	background: -o-linear-gradient(top,darkred,4582c3);

	background-color:darkred;
	*/
	border:0px solid #dbdbdb;
	/*text-align:center;*/
	border-width:0px 0px 1px 1px;
	font-size:17px !important;
	font-family:Arial;
	/*font-weight:bold;
	color:#ffffff;*/
	line-height: 26px;
}
table tr:first-child:hover td{
	/*
	background:-o-linear-gradient(bottom, darkred 5%, darkred 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, darkred), color-stop(1, darkred) );
	background:-moz-linear-gradient( center top, darkred 5%, darkred 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="darkred", endColorstr="darkred");	background: -o-linear-gradient(top,darkred,4582c3);
	
	background-color:darkred;
	*/
}
table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
table td div span {
	font-size:15px !important;
}

/**
 * Top 3 articles like banner
 */
.top-story-banner .article-column, .special-articles .article-column{
	float:left;
	margin-right:1%;
}
.top-story-banner .article-column.fill-col2{
	margin-right:0;
}
.top-story-banner .article-column.fill-col0 .wide-article .article-content{
	background-color:#b5ad5c;
}
.top-story-banner .article-column.fill-col1 .wide-article .article-content{
	background-color:#ee5921;
}
.top-story-banner .article-column.fill-col2 .wide-article .article-content{
	background-color:#3d82ab;
}
.top-story-banner .article-column .wide-article {
	border-bottom:none;
}
.top-story-banner .article-column .wide-article .article-content {	
	height:90px;
	padding:5px;
	text-align:left;
}
.top-story-banner .article-column .wide-article .article-content .category a, 
.top-story-banner .article-column .wide-article .article-content h3 a {
	color: #ffffff;
}
.top-story-banner .article-column .wide-article .article-content h3 {
	font-weight: normal;
	font-size: 11px;
}
.top-story-banner .article-column .wide-article .article-content .category a {
	background: url("../images/left-triangle.png") 0 0 no-repeat;
    padding-left:19px;
    padding-top:2px;
    width:15px;
    height:13px;
}

.paragraph-row .top-story-banner .column4 {
	width:32.6%;
}

.top-story-banner .article-column .wide-article .article-content {
	margin-left: 108px;
}

/* Ad block */

.content-adblock .block-content .front-content-ad-banner{
	text-align:left !important;
}
.content-adblock .block-content .front-content-ad-banner img {
	width:auto;
}
.content-adblock .block-content .front-content-ad-banner a {
	margin: 0 5% 0 4%;
	text-align:left;
}

/* Top Ad block */


.ad-banner h2 {
	display: block;
	margin-bottom: 10px;
	background: #ffd700; /* Dark Yellow */
	color: #fff;
	padding: 23px 13px 15px;
}

.ad-banner h2.title, .ad-banner h2.title a {
	text-decoration: underline;
	font-size: 20px;
	color: #000;
	margin-bottom: 0px;
	font-weight: normal;
}

.flash-news table tr:first-child td, .flash-news table tr th{ 
	background: none;
	color: #000;
}

.flash-news-results table tr:first-child td, .flash-news-results table tr th{ 
	background: none;
	color: #000;
}

/* Photo gallery grid */

.photo-gallery-grid table {
	border:none;
}
.photo-gallery-grid table tr:nth-child(2n+1) {
	background-color:#ffffff;
}
.photo-gallery-grid table tr:first-child td, .photo-gallery-grid table tr th {
	background:none;
	border-color: #ffffff;
	border-width: 0 0 0 0;
}
.photo-gallery-grid table td {
	border-color: #ffffff;
}
.photo-gallery-grid table tr:first-child td h3, .photo-gallery-grid table tr th h3, .photo-gallery-grid table td h3 {
	font-size:12px;
}

/* Photo gallery Unformatted list */

.photo-gallery-grid .views-row {
	float: left;
	margin: 0 1%;
    width: 30.5%;
    height:220px;
}
.photo-gallery-grid .gallery-content h3{
	font-size:12px;
}
.photo-gallery-grid .gallery-photo {
    margin: 0;
}

/* Font size increase / decrease */

#fontlinks {
	text-align: right;
	margin: 10px;
}
#incfont {
	background-color: #ffd700; /* Dark Yellow */
    background-image: -moz-linear-gradient(center top , #ffd700, #ffd700);
    color: black;
    font-size: 24px;
}
#decfont {
    background-color: #ffd700; /* Dark Yellow */
    background-image: -moz-linear-gradient(center top , #ffd700, #ffd700);
    color: black;
    font-size: 24px;
}

/* Date time */
.tamil-time {
	text-align: center; 
	margin-top: 2px;
	font-size:10px;
}


/* Search Results */

.search-results h3.title a {
	color: #1a0dab;
	font-weight: normal;
}

/* District News in Tab */

.district-news .block-title {
	background-color: #800000;
}
.district-news ul.quicktabs-tabs.quicktabs-style-navlist {
	width: 13%;
}
.district-news .quicktabs_main.quicktabs-style-navlist {
	width: 84%;
}
.district-news ul.quicktabs-tabs.quicktabs-style-navlist li a {
	height: 15px;
}
.district-news ul.quicktabs-tabs.quicktabs-style-navlist li.active {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.district-news .quicktabs_main.quicktabs-style-navlist {
	border: 1px solid #ccc;
}

.district-news ul.quicktabs-tabs.quicktabs-style-navlist li a {
	padding: 10px;
}
.district-news .quicktabs_main.quicktabs-style-navlist {
	min-height:270px;
}
.district-news .quicktabs_main.quicktabs-style-navlist {
	background: #fff;
}
.district-news ul.quicktabs-tabs.quicktabs-style-navlist li.active {
	background: #fff;
}

.district-news div.quicktabs-tabs {
    border-bottom: 1px solid #ccc;
    float: left;
    font-size: 1em;
    line-height: 1;
    margin: 0 -100% -1px 0;
    padding: 0;
    width: 240px;
}
.district-news div.quicktabs-wrapper ul li.vertical-tab-button a {
    display: block;
    padding: 10px;
}
.district-news div.quicktabs-wrapper {
  background: #fff url(../images/fc.png) repeat-y 0 0; /* LTR */
  margin: 10px 0;
  position: relative;
}
.district-news div.quicktabs-wrapper ul li a:hover,
.district-news div.quicktabs-wrapper ul li a:focus {
  text-decoration: none;
  outline: 0;
}
.district-news div.quicktabs-wrapper ul li.active a,
.district-news div.quicktabs-wrapper ul li.active a:hover,
.district-news div.quicktabs-wrapper ul li.active a:focus,
.district-news div.quicktabs-wrapper ul li.active a:active {
  background: #fff;
  border-right-color: #fff; /* LTR */
  border-top: 1px solid #ccc;
  border-left: 4px solid #800000;
}
.district-news div.quicktabs-wrapper ul li.first.active a,
.district-news div.quicktabs-wrapper ul li.first.active a:hover {
  border-top: 0;
}
.district-news div.quicktabs-wrapper ul li.active a:focus strong {
  text-decoration: underline;
}

.quicktabs-style-navlist .quicktabs-tabpage  {

}
.quicktabs-style-navlist .quicktabs-tabpage  ul { 
	margin-left: 10px;
}
.quicktabs-style-navlist .quicktabs-tabpage  ul li {
    color: darkred;
    font-size: 12px;
    list-style: outside none decimal;
    margin: 10px 10px 20px;
    padding-left: 10px;
}
.quicktabs-style-navlist .quicktabs-tabpage  ul li a { 
	line-height: 15px;
}
.quicktabs-style-navlist .quicktabs-tabpage  ul li .field-category a{
	color: red;
}
/* these apply to auto-completing form fields */
/*
html.js input.form-autocomplete {
  background-image: url(path-to-your/loader.gif); 
  background-position: 100% 0px; 
  background-repeat: no-repeat;
}
html.js input.throbbing {
  background-position: 100% -20px; 
}
*/
 
/* these apply to all ajax progresses */
.district-news .ajax-progress {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.district-news .throbber {
  background: transparent url("../images/ajax-loader.gif") no-repeat 0px 0px;
  float: left;
  height: 16px; 
  width: 16px; 
  margin-left: 67px;
  
}


/****************************************/
/* Daily Calendar Table */
.daily-calendar-table .dc-table {
	/*border: 1px solid #f4f4f4;
	border-radius: 10px;*/
	margin: 30px auto 10px;
	padding: 8px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
}
.daily-calendar-table .dc-label-title {
	background-color: #f8f8f8;
	border-radius: 10px;
	color: #333333;
	font-size: 14px;
	font-weight: 700;
	margin: 0;
	padding: 20px 15px;
	text-transform: uppercase;
}
.daily-calendar-table .dc-value {
	font-size: 40px;
	padding: 15px;
}
.dc-value .price-duration {
	font-size: 24px;
}
.daily-calendar-table small {
	font-size: 75%;
}
.daily-calendar-table .dc-row {
	border-top: 1px solid #f4f4f4;
	color: #a7aaad;
	font-size: 16px;
	padding: 15px;
}
.dc-row i {
	font-size: 14px;
	line-height: 1;
	margin: 0 5px;
}
.daily-calendar-table .dc-row a {
	color: #a7aaad;
	font-size: 16px;
}
.daily-calendar-table .dc-row .left-element {
	float: left;
	width: 38%;
	line-height:20px;
	color:brown;
}
.daily-calendar-table .dc-row a:hover, .daily-calendar-table .dc-row a:focus {
	text-decoration: none;
}
.daily-calendar-table .dc-row-bottom {
	/*border-top: 1px solid #f4f4f4;*/
	border-radius: 10px 10px 0 0;
	background-color: #d9d9d9;
	padding: 20px 15px;
}
.daily-calendar-table .more-info a {
	color: #000;
	font-size: 11px;
	text-align: center;
}
.daily-calendar-table .dc-row.more-info {
	text-align: center;
}
.daily-calendar-table .featured .dc-number {
	font-weight: 700;
	color: maroon;
}
.daily-calendar-table .dc-table.featured {
	overflow: hidden;
	position: relative;
}
.dc-rows {
	background-color: #ededed;
}
.btn-theme {
	/*border: 1px solid;*/
	text-decoration: underline;
	border-radius: 10px;
	color: maroon;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	padding: 6px;
	text-transform: uppercase;
	transition: all 0.2s ease-in-out 0s;
}
.dc-table.featured .btn-theme, .dc-table:hover .btn-theme {
	/*background-color: transparent;*/
}
.btn-theme:hover, .btn-theme:focus {
	/*background-color: transparent;*/
	text-decoration: none;
}
.price-bottom .dc-row {
	border-bottom: 1px solid #f4f4f4;
	border-top: 0 none;
}	

.dc-table.featured, .dc-table:hover{
	border-color: rgba(170, 67, 95, 0.7);
}    	
.dc-table.featured .dc-label-title, .dc-table .dc-row a:hover, .dc-table .dc-row a:focus, .dc-table .dc-row:hover i, .dc-table .dc-value, .btn-theme:hover, .dc-style .dc-table.featured .top-icon {
	color: rgba(170, 67, 95, 0.7);
}

.dc-table.featured .btn-theme, .dc-table:hover .btn-theme, .dc-style .dc-table.featured .top-icon, .dc-table:hover .top-icon {
	border-color: rgba(170, 67, 95, 0.7);
	color: maroon;
}
.btn-theme {
	/*background-color: rgba(170, 67, 95, 0.7);*/
	/*border-color: rgba(170, 67, 95, 0.7);*/
}
.btn-theme:hover {
	/*border-color: rgba(170, 67, 95, 0.7);*/
	color: maroon;
}
.dc-table:hover .btn-theme:hover {
	/*background-color: rgba(170, 67, 95, 0.7);*/
	color: brown;
}

.dc-style .dc-table {
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.dc-style .dc-table.featured {
	overflow: visible;
}
.top-icon {
	background-color: #ffffff;
	border: 1px solid #f4f4f4;
	border-radius: 50%;
	display: inline-block;
	font-size: 50px;
	height: 120px;
	left: 0;
	line-height: 2.2;
	margin: auto;
	position: absolute;
	right: 0;
	top: -60px;
	transition: all 0.2s ease-in-out 0s;
	width: 120px;
	z-index: 1;
}
.dc-style .dc-header {
	background-color: #ededed;
	padding: 0;
	line-height:27px;
}
.dc-style .dc-label-title {
	background-color: rgba(0, 0, 0, 0);
	padding: 0 15px;
}
.dc-style .dc-table.featured {
	/*box-shadow: 20px 0 10px -10px rgba(0, 0, 0, 0.15), -20px 0 10px -10px rgba(0, 0, 0, 0.15);*/
	overflow: visible;
	padding: 0;
	top: 0px;
}
.maroon-color {
	color: maroon !important;
}
.daily-calendar-table .dc-row {
	border-top: 1px solid lightskyblue;
	color: #5a5a5a;
	font-size: 11px;
	padding: 5px;
	text-align:left;
}





/****************************************/
/* Daily Events */

.view-daily-events-block {
	margin: 15px 0;
}
.view-daily-events-block .views-field-field-image {
	margin: 0 0 10px;
}
.view-daily-events-block ul li {
	list-style: inside none disc;
}

/****************************************/
/* Bottom Strip */


/* Smartphones (portrait and landscape) --  --  --  --  -- - */

	@media screen and (min-width: 304px) and (max-width: 667px) {
		
		/* This is all Strip CSS */
		
		.bottom-strip .strip { 
			display:none;
		}
		
	}
	/* Smartphones (landscape) --  --  --  --  -- - */
	
	@media screen and (min-width: 321px) {
		/* Styles */
	}
	/* Smartphones (portrait) --  --  --  --  -- - */
	
	@media screen and (max-width: 320px) {
		/* Styles */
	}
	/* iPads (portrait and landscape) --  --  --  --  -- - */
	
	@media screen
	and (min-width: 668px)
	and (max-width: 1223px) {
		/* Styles */
		
		.bottom-strip .strip {
			
			width: 100%;
			height: auto;
			position: relative;
			display: block;
			width: 100%;
			margin: 0 auto;
			position: fixed;
			bottom: 0;
			z-index: 999;
		}
		
	}
	/* iPads (landscape) --  --  --  --  -- - */
	
	@media screen and (min-width: 668px) and (max-width: 1223px) and (orientation: landscape) {

		/* Title Paragraph */
		
		.bottom-strip p.title {
			text-align: left;
		}
	}
	/* iPads (portrait) --  --  --  --  -- - */
	
	@media screen and (min-width: 668px) and (max-width: 1223px) and (orientation: portrait) {
		/* Styles */
	}
	/* Desktops and laptops --  --  --  --  -- - */
	
	@media screen and (min-width: 1224px) {
		
		/* Styles */
		/* First Strip Code begin */
		
		.bottom-strip .strip {
			
			width: 100%;
			height: auto;
			position: relative;
			display: block;
			width: 100%;
			margin: 0 auto;
			position: fixed;
			
			bottom: 0;
			z-index: 999;
		}

	}

.bottom-strip .strip {
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 -2px 13px rgba(0, 0, 0, 0.2);
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10000;
}
.bottom-strip li a {
	border-right: 2px solid #eee;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	
	overflow: hidden;
	padding: 7px 10px 0;
	text-decoration: none;
	width: 25%;
	float:left;
	color: #000;
}
.bottom-strip li span.cnt {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	font-size: 22px;
}
.bottom-strip li span.title {
	display: table-cell;
	height: 40px;
	vertical-align: middle;
	font-size: 11px;
}
.bottom-strip li .cnt {
	font-size: 22px;
	font-weight: bold;
	padding: 0 10px 0 0;
	position: relative;
	top: 7px;
	vertical-align: top;
}

.bottom-strip ul {
	height:50px;
	margin: 0 auto;
	padding: 0;
}
.bottom-strip li {
	display: inline;
	border-top: 5px solid #eee;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.bottom-strip li a {
	
}
.bottom-strip li a:hover {
	border-top: 5px solid darkred;
}

/* Scroll To Top button css */
#scroll {
    position:fixed;
    right:10px;
    bottom:50px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:maroon;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/* BlockQuote Styling for Political Quotes */
/*
#block-views-test-blockquote-block {
	width:49%;
	float:left;
}
#block-views-test-blockquote-block .block-content{ 
	
}
*/
.quote-slider {
	width:400px;
}
.mb-wrap {
    margin: 20px auto;
    /*padding: 20px;*/
    position: relative;
    width: 100%;
}
.quote-slider li.views-row{
	width:400px;
}
.mb-style-1 {
	/*
	margin-top: 100px;
	padding-top: 100px;
	width: 400px;

	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
	border-top: 10px solid #fff;
	*/
}

.mb-style-1 .mb-thumb img{
	display: block;
	width: 180px;
	/*height: 180px;*/
	border: 10px solid rgba(255,255,255,0.5);
	/*border-radius: 50%;*/
	position: relative;
	left: 50%;
	/*top: -29%;*/
	margin: 0 0 0 -90px;
	/*background: url(images/Dartagnan-musketeers.jpg) no-repeat center center;*/
	box-shadow: 
		inset 1px 1px 4px rgba(0,0,0,0.5),
		0 2px 3px rgba(0,0,0,0.6);
}
.mb-style-1 blockquote  {
	border-bottom: 1px solid rgba(0,0,0,0.5);
	margin: 0 0 20px 0;
	padding: 10px 10px 20px 10px;
	border-left: none;
    color: indigo;
    display: block;
    font-style: italic;
    position: relative;
}
.mb-style-1 blockquote a {
	font-style: italic;
	font-size: 19px;
	color: indigo;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	font-weight: bold;
	text-align: center;
	line-height: 27px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
}

.mb-style-1 .mb-attribution {
	text-align: right;
}

.mb-style-1 .mb-author{
	text-transform: uppercase;
	font-weight: bold;
    text-shadow: 1px 1px 2px yellow, 0 0 2px yellow, 0 0 5px yellow;
}
.mb-style-1 .mb-author a{
	color: #800000;
	font-size: 16px;
}
.mb-style-1 blockquote a::before {
    color: rgb(188, 147, 200);
    content: "“";
    font-family: serif;
    font-size: 175px;
    font-style: normal;
    font-weight: 700;
    left: 0px;
    position: absolute;
    text-shadow: 7px 14px 10px rgba(0, 0, 0, 0.1);
    top: 0px;
    font-family: "Vijaya","Latha",serif;
}
/* Panel Styles */
.pane-title {
	font-weight: bold;
    text-shadow: 1px 1px 2px yellow, 0 0 2px yellow, 0 0 5px yellow;
    text-transform: uppercase;
    color:teal;
    text-decoration: underline;
}


.view-job-news-articles .views-row {
	border-bottom: 1px dashed;
    margin: 20px 0;
    padding: 10px 0;
}
.view-e-paper .views-field-field-image img {
	width:auto !important;
}
.h5p-iframe-wrapper {
	width:100%;
}

.toolbar .toolbarButton, .Button{
    background:url(../images/download.png) no-repeat;
    cursor:pointer;
    border:none;
    width:230px;
    height:56px;
    text-indent: -9999px;
}

.field .field-label {
    font-weight: bold;
    font-size: 15px !important;
    margin: 15px 0 !important;
}

.node-samayal p {
	font-size:16px !important;
	line-height: 21px !important;
}