@charset "utf-8";
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style-type:none;
}

body{
	margin:0;
	color:#232323;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
        background: none #fafafa;
}

#topheader{
	height:1em;
}
/*------------------------------------------------body_area--------------------*/
#body_area{
	width:90%;
	min-height:820px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #444; 
	text-decoration: none;
	float: none;
	padding-top: 52px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#body_area a{
	color: #555; 
	text-decoration: none;
}
#body_area a:hover{
	text-decoration: underline;
}
.left {
	margin: 0px;
	float: left;
	min-height: 820px;
	width: 153px;
	padding: 0;
	overflow:hidden;
}
.left_menu_area {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 410px;
	width: 153px;
}
.left_menutop {
	background-image: url(../images/menu_top.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 1px;
	width: 153px;
}
.left_menu {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #386060;
	text-decoration: none;
	background-image: url(../images/menu_active.png);
	background-repeat: no-repeat;
	margin: 0px;
	float: left;
	height: 20px;
	width: 138px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.left_menu:hover {
	color: #da2a2a;
	background-image: url(../images/menu_hover.png);
}
.comments_link {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #9ca27e;
        margin-bottom: 7px;
}
.midarea {
	margin: 0px;
	float: left;
	min-height: 820px;
	width: 503px;
	padding: 0 5px 0 70px;
	margin-top: -20px;
}
.head {
	font-family: Georgia;
	color: #444;
	text-decoration: none;
}
.body_textarea {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #3c6f75;
	text-decoration: none;
	margin: 0px;
	float: left;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
        line-height: 1.8em;
}/*
ul.view_list{
	list-style-image: url("../images/bhajan_list.png");
}*/
.right {
	margin: 0px;
	padding: 0px;
	float: left;
	min-height: 820px;
	width: 305px;
}
#fotter{
	width:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #c5a873;
	text-decoration: none;
	padding: 0px;
	float: left;
	height: 123px;
	background-image: url(../images/fotter.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: scroll;
}
#bottom_footer{
        width: 1004px;
        margin: auto;
}
.bhajan_list {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #3c6f75;
	text-decoration: none;
	line-height: 30px;
}
.bhajan_list:hover {
	text-decoration: underline;
}
.IndexMediaImage{
    float: left;
    border: 5px solid transparent;
    -webkit-box-shadow: 0px 0px 2px  #555;
    -moz-box-shadow: 0px 0px 2px  #555;
    box-shadow: 0px 0px 2px  #555;

    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 120px;
    height: 90px;
}
.IndexMediaImage:hover
{
    float: left;
    border: 5px solid #fff;
    -webkit-box-shadow: 1px 1px 8px #aaa;
    -moz-box-shadow: 1px 1px 8px #aaa;
    box-shadow: 1px 1px 8px #aaa;

    margin-left: -1px;
    margin-top: -1px;
}
.IndexMediaImage img{
    border: 0;
}
.IndexBhajanTitle{
    padding-left: 150px;
}
.IndexBhajanWithMedia{
    clear: both;
    height: 105px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    line-height: 1.5;

    -webkit-box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;

    -moz-border-radius: 5px;
    border-radius: 5px;
}
.IndexBhajanWithMedia:hover{
    background: #def2f3;
    cursor: pointer;
}
.fbl{
    margin-top: 5px;
}
.fbl .addthis_default_style{
    float: right;
    display: inline;
    width: 200px;
}/*
.view_div div{
    margin: 10px;
    margin-left: 20px;
    float: left;
    cursor: pointer;
}
*/
.more_view_tiles
{
    display: none;
    clear: both;
    height: 15px;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ddd;

    -webkit-box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;

    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.more_view_tiles:hover
{
    background: #def2f3;
}
.more_view_list
{
    display: none;
    clear: both;
    width: 170px;
    height: 24px;
    margin: 50px 0 0 0;
    padding: 6px 0 4px 0;
    border: 0px;

    -webkit-box-shadow: 1px 1px 3px #888;
    -moz-box-shadow: 1px 1px 3px #888;
    box-shadow: 1px 1px 3px #888;

    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.more_view_list:hover{
    background: #def2f3;
}

#sticky_social{
    position: fixed;
    right: 0;
    top: 200px;
}

.confirmation{
    border: 4px double #46B4FF;
    border-radius: 10px 10px 10px 10px;
    clear: both;
    margin: 2em;
    padding: 4em;
    font-size: 1.2em;
    font-weight: normal;
    color: #666;
    background: #fff url("../images/check_ok.png") 7% 15% no-repeat;

}
.instructions{
    color: #3C6F75;
    font-family: Arial,sans-serif;
    font-size: 1.3em;
    font-weight: normal;
}

.instructions h4{
    color: #D0910B;
    padding-top: 1.5em;
    font-size: 1.2em;
    font-family: Arial,sans-serif;
    font-weight: normal;
}
.instructions .image_padding{
    padding: 5px;
    border:  1px solid #ddd;
    background-color: #fff;
    width: 714px;
}
#error_msg{
    color: #f11;
    font-family: Arial,sans-serif;
    font-weight: normal;
}
#success_msg{
    color: #181;
    font-family: Arial,sans-serif;
    font-weight: normal;
}
.right_links a{
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-transform: none;
	color: #386060;
	text-decoration: none;
    line-height: 20px;
}
.right_links a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}
.right_links_head {
	font-family: Georgia;
	font-size: 2em;
	font-weight: normal;
	color: #d0910b;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.link_block{
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    margin-right: 10px;
}
.popular_sort{
    margin-top: 8px;
    color: #555;
    font-weight: normal;
}

.popular_sort li{
    display: inline;
    margin-left: 0.5em;
}
.popular_sort a{
    text-decoration: none;
    color: #bbb;
}
.popular_sort a:hover{
    text-decoration: underline;
    color: #3C6F75;
}
.div_download
{
    margin: 1.5em 0;
    clear: left;
}
.div_download a
{
    color: #D0910B;
    text-decoration: none;
}
.div_download a:hover
{
    color: #3C6F75;
    text-decoration: underline;
}
#see_more .see_more_container{
    float: left;
    padding: 4px;
    margin: 8px;
    border: 1px solid #ddd;

    -webkit-box-shadow: 3px 3px 5px #888;
    -moz-box-shadow: 3px 3px 5px #888;
    box-shadow: 3px 3px 5px #888;

    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    width: 140px;
}
#see_more img{
    width: 140px;
    height: 105px;
}
#see_more .see_more_overlay{
    width: 140px;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
}
#see_more a{
    text-decoration: none;
}
#frm_add_bhajan{
    font-size: 2em;
}
.bhajan_meta{
   margin: 1em 0em;
}
.bhajan_meta .key{
    color: #D0910B;
    width: 2.2em;
    display: inline-block;
}
.bhajan_meta .value{
    display: inline-block;
}

.bhajan_meta .value a{
    color: #3c6f75;
    text-decoration: none;
}
.bhajan_meta .value a:hover{
    color: #3c6f75;
    text-decoration: underline;
}
.bhajan_meta .value:before{
    content: " : "
}
.desktop_footer_ad{
    float: left;
    width: 730px;
    height: 92px;
    margin: 10px 0 0 90px;
}



.form_table
{
	border-collapse: collapse;
	color:#666;
	font-family:Cambria,"Bell MT",sans-serif,arial;
	font-size: 1.3em;
	margin: auto;
}
.form_table th{
	vertical-align: middle;
}
.form_table td{
	padding-bottom: 10px;
	padding-left: 15px;
	vertical-align: middle;
        height: 2.5em;
}
.form_table tr{
}
.form_table select{
	width: 100%;
}
.form_table input, .form_table select, .form_table select option, .txbx, .form_table textarea {
	color: #333;
	width: 100%;
	height: 3em;
        padding: 6px;
        
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
        box-sizing:border-box;
}
.form_table textarea
{
    font-family: Arial;
    font-size: 1.3em;
    line-height: 1.8em;
}
.div_data{
	margin: auto;
}
.data_table{
	border-collapse: collapse;
	font-family:Cambria,"Bell MT",sans-serif,arial;
	font-size: 1em;
        width: 100%;
	text-align: right;
        font-weight: normal;
}
.data_table th{
	text-align: right;
	background-color: #ccc ;
        color: #555;
}
.data_table td, .data_table td th{
	text-align: right;
	padding: 0.2em 0.5em;
	vertical-align: middle;
	border: 1px solid #ccc;
}
.data_table a{
	color: #3c6f75;
        text-decoration: none;
        width: 100%;
        display: block;
}
.data_table tr:hover{
    background-color: #ddd;
}
.data_table td:hover a{
   text-decoration: underline;
}
.data_footer{
    font-size: 1.2em;
    margin: auto;
    margin-top: 5px;
    text-decoration: none;
    background: #f6f6ff;
}
.div_mid{
    font-size:1.2em;
    text-align:center;
    color:black;
    margin-bottom:5px;
}
.description{
    height: 10em;
}
.keywords{
    height: 5em;
}
#index_page_ul li{
    margin: 1em;
    list-style: circle;
}
.button{
    
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    
    
    color: #444 !important;
    border: 1px solid #999;
    background-color: #f0f0f0;
    border-radius: 4px;
    transition: 0.3s;
}
a.button:link{
    text-decoration: none !important;
}
.button:hover{
    color: #555 !important;
    border: 1px solid #aaa;
    background-color: #e0e0e0;
}

form div.form_row{
    width: 90%;
    margin-bottom:20px;
    color: #666;
}
form div.form_row input, form div.form_row select, form div.form_row textarea{
    width: 100%;
    padding: 4px 5px;
    color: #333;
    margin-top: 3px
}
form div.form_row textarea{
    min-height: 200px;
}
#bhajan{
    min-height: 300px;
}
.bhajan-text{
    font-size: 1em !important;
}

.yt-thumb-small{
  width: 120px;
  height: 67px;
  overflow: hidden;
  object-fit: cover;
}

.dt-paging button.fg-button{
    margin: 0 .25em !important;
    background: rgb(217,217,217);
    background: linear-gradient(0deg, rgba(200,200,200,1) 0%, rgba(230,230,230,1) 100%) !important;
    padding: 0.25em .725em !important;
    border: 1px solid #888 !important;
    border-radius: 8px !important;
}

.data-table tr{
    vertical-align: middle;
}