/*
 * General Elements Styles
 */
@import url(http://fonts.googleapis.com/css?family=Oswald:300,400);

* {
	margin: 0;
	padding: 0;
}
header, footer, article, section, figure, nav, aside {
	display: block;
}
body {
    color: #000;
    font-family: "Lohit Kannada",Tunga,Arial,Helvetica,sans-serif;
}
a {
	text-decoration: none;
	outline: none;
}
img {
	border: 0 none;
	max-width: 100%;
}
ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*Header Style*/

#headerLeft{
	float: left;
	width: 280px;
}	

#headerRight{
	float: right;
	width: 708px;
}

#headerSearch{
float: left;
width: 420px;
}

#headerLanguage{
	float: right;
	
}

#headerPromotionText{
	clear: both;
	margin-top: 10px;
	color: #0066cc;
    font: bold 15px/21px verdana;
    text-align: center;
}

#headerPromotionText a {
    color: #0066cc;
}

.headerTopAd{
	width: 988px;
	text-align: center;
	clear: both;
	margin-top: 10px;
}

.googleSearch{
	width: 300px;
	margin: 10px auto 0;
}

.languagesHeader {
    background: none repeat scroll 0 0 #f6f6f6;
    border: 1px solid #cac8c8;
    clear: both;
    font-size: 13px;
    margin-top: 15px;
}
.languagesHeader a {
    border-right: 1px solid #cac8c8;
    color: #000;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}
.languagesHeader a.last {
    border-right: 0 none;
}

#headerMain {
    margin: 0 auto;
    width: 1000px;
    background: #fff;
    position:relative;
}

#header {
	padding: 10px 0;
}
#header-left {
	float: left;
	position: relative;
}
#logo {
	float: right;
	width: 220px;
	height: 87px;
}
#header-right {
	float: right;
}
.menu {
	float: left;
	background: #e10405;
	position: relative;
	margin-top: 20px;
	margin-right: 10px;
}
.languages {
	clear: both;
	font-size: 13px;
	background: none repeat scroll 0 0 #F6F6F6;
    border: 1px solid #CAC8C8;
    margin-top: 30px;
}
.languages a {
	border-right: 1px solid #CAC8C8;
    color: #000000;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 5px;
}
.languages a.last {
	border-right: 0 none;
}

.header-ad {
	margin-bottom: 5px;
}


.headerTextPromo {
    color: #0066CC;
    font: 15px/21px verdana;
    float: left;
    font-weight: bold;
    width: 390px;
    text-align: center;
}
.headerTextPromo a {
    color: #0066CC;
}
.google-search {
	float: right;
	width: 220px;
}


/*
 * Primary Navigation Styles
 */
.menu a {
	display: inline-block;
	width: 32px;
	height: 18px;
	background: url(/images/menu.png) no-repeat 0 0;
	margin: 5px 5px 7px 5px;
}
.menu a:after {
	content: "MENU";
	position: absolute;
	bottom: 5px;
	left: 7px;
	right: 0;
	font-size: 9px;
	color: #fff;
	font-family: Arial;
}
#headerMain .navigation {
	background: #000;
	height: 50px;
	clear: both;
	padding: 0;
}
#headerMain .navigation ul, #headerMain .navigation ul li {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#headerMain .navigation ul li a.submenu {
	color: #fff;
	font-size: 16px;
	padding: 10px 14px;
	float: left;
	font-family: 'oswald', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.navigation ul li a.home {
    background: url(/images/boldsky-sprite1.png) no-repeat -74px -36px;
    width: 25px;
    height: 20px;
    text-indent: -9999px;
    margin: 10px 4px;
    padding: 0!important;
}
.navigation ul li a.photos {
    background: url(/images/boldsky-sprite1.png) no-repeat -99px -36px;
    width: 30px;
    height: 24px;
    text-indent: -9999px;
    margin: 10px 4px;
    padding: 0!important;
}
.navigation ul li a.videos {
    background: url(/images/boldsky-sprite1.png) no-repeat -129px -36px;
    width: 26px;
    height: 24px;
    text-indent: -9999px;
    margin: 10px 4px;
    padding: 0!important;
}

.navigationHome{float: left; padding: 15px 10px 10px 10px;}
.primary-links {
	position: absolute;
	top: 65px;
	left: 0;
	width: 200px;
	font-size: 13px;
	background: #333;
	display: none;
	z-index: 99999;
}
.primary-links ul, .primary-links ul li {
	padding: 0;
	margin: 0;
	list-style-type:none;
}
.primary-links ul li a {
	color: #fff;
	display: block;
	padding: 8px;
	border-bottom: 1px solid #ccc;
}
.primary-links ul li a:hover {
	background: #444;
}



/* super menu navigationHeader */
#oneindiaLinksMain {
	width: 988px;
	height: 20px;
	background: url(/img/topMenuBgStrip.jpg) repeat-x left top;
	margin: 0 auto;
}
#oneindiaLinks {
	width: 988px;
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	font-family: Arial;
	margin: 0 auto;
}
#oneindiaLinks a {
	color: #fff;
	line-height: 17px;
	float: left;
	text-decoration: none;
	padding: 0 11px;
}
#oneindiaLinks a.oneindia {
	background: url(/img/oneIcon.png) no-repeat left center;
	padding-left: 40px;
}
#oneindiaLinks span {
	float: left;
	line-height: 17px;
}
#oneindiaLinks a span {
	float: none;
	line-height: 17px;
}
#oneindiaLinks a.active {
	background: url(/img/topMenuActiveBgStrip.png) repeat-x left 1px;
}
.dividing_span_line {
	float: left;
	padding-top: 4px;
}
/* super menu navigationHeader */

/*Header Style*/



/*
 * Footer Styles
 */

#news-footer {
    background: none repeat scroll 0 0 #ffffff;
    border-top: 1px solid #acacac;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 10px 0;
    text-align: center;
}
.news-footer-links.bottomline {
    border-bottom: 1px solid #aaaaaa;
    margin-bottom: 5px;
    padding-bottom: 20px;
}
.news-footer-links {
    padding: 5px 0;
}
.news-footer-links a {
    color: #000000 !important;
    padding: 0 4px;
}
.copyright {
    padding: 5px 0;
}
.copyright a {
    color: #000 !important;
}



/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/


.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}


.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/*For  Facebook Promotion in the Article By Raja */
.mobilePromotionBlock {
background: #edeef3;
margin: 10px 0;
clear: both;
}
.mobilePromoImg {
float: left;
width: 180px;
height: 57px;
}
.mobilePromoText {
margin-left: 220px;
font-size: 14px;
color: #000;
padding: 5px 10px;
}
.mobilePromoText span.colorblue {
color: #0066cc;
float: none;
margin: 0;
}
.mobilePromoText div {
padding-bottom: 5px;
}
.mobilePromoText div span {
float: left;
margin-right: 10px;
margin-top: 5px;
}
a.mobileAppIcons {
text-indent: -9999px;
width: 30px;
height: 29px;
float: left;
margin-left: 5px;
}
a.mobileAppIcons.android {
background: url(https://www.oiscripts.com/images/social.png) no-repeat -96px 0;
}
a.mobileAppIcons.ios {
background: url(https://www.oiscripts.com/images/social.png) no-repeat -128px 0;
}
.mobile_content_text{
      padding-bottom: 10px;
} 

/*For  Facebook Promotion in the Article By Raja */

#inread1_26817 table, #inread1_26817 table td { border:none; padding:0; }



/* For Facebook and Twitter promotion between image and content in article pages by RAJA */

.share-actions {
      bottom: 0;
      float: right;
      padding-right: 50px;
}
.share-actions a {
      width: 19px;
      height: 18px;
      display: inline-block;
      text-indent: -9999px;
}
.share-actions a.fb-share {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat 0 0;
}
.share-actions a.tw-share {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat -19px 0;
}
.share-actions a.fb-share:hover {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat 0 -18px;
}
.share-actions a.tw-share:hover {
      background: url(https://www.oiscripts.com/images/social-share.png) no-repeat -19px -18px;
} 
/* Footer Style*/


/*For Social Share*/
#share{
	clear: both;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
    padding: 5px 0;
    width: 665px;
    }
    
    	#shareBottom{
	clear: both;
	border: 1px solid #dbdbdb;
	background-color: #f0f0f0;
    padding: 5px 0;
    width: 665px;
    }
    
.sprite { background: url('/images/social-sprite.png') no-repeat;} 
.sprite.fshare {background-position: 0 0px;} 
.sprite.tweet {background-position: -121px 0px;} 
.sprite.gplus {background-position: -242px 0px;} 
.sprite.comments {background-position: -363px 0px;}
.sprite.mail {background-position: -484px 0px;}
.shareClear{clear: both;} 


a.sprite {
    color: #fff!important;
    float: left;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    width: 121px;
    height: 30px;
    display: block;
    margin:0 6px;
    text-decoration: none;
}

.shareTitleBottom{
	font-size:14px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 13px;
	padding-bottom: 5px;
	color:#ef5821!important;
}

.shareTitle{
	font-size:13px;
	font-weight: bold;
	font-family: Arial;
	padding-left: 10px;
	line-height: 13px;
	padding-bottom: 3px;
}
	
/*For Social Share*/


.searchText {
    clear: both;
    color: #000000;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 16px;
}
.newsletter_form {
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 300px;
}
.newsletter_form_name {
    float: left;
    padding-left: 0;
    padding-top: 0;
}
.newsletter_form_submit {
    float: left;
    padding: 2px 0 0 2px;
    text-align: center;
}
.newsletterTextbox {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #948f8f;
    color: #666666;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 13px;
    margin-right: 5px;
    padding: 5px;
    width: 196px;
}
