/*@font-face {
    font-family: 'TrajanProBold';
    src: url('trajanpro-bold-webfont.eot');
    src: url('trajanpro-bold-webfont.woff') format('woff'), url('trajanpro-bold-webfont.ttf') format('truetype'), url('trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'JameelNoori';
    src: url('fonts/Jameel-Noori-Nastaleeq.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TrajanProRegular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.woff') format('woff'), url('trajanpro-regular-webfont.ttf') format('truetype'), url('trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
/*   //// Changes for admin css start \\\\\\     */
.login_page_info{
    color: #a3895b;
}
label.login_page_info{
    float: right;
    text-align: right;
    font-size: 15px;
}
input[type='text'], input[type='password'], input[type='date']{
    width:96%; 
    height:15px;
    padding: 5px;
    border-radius: 5px;
}
#bs_data_table { table-layout: fixed !important; }
td select{
    width:99%; 
    height:32px;
    padding: 5px;
    border-radius: 5px;
}
.dataTables_filter{
        float: right !important;
        padding-right: 5px !important;
}
textarea{
    width:96%; 
    padding: 5px;
    border-radius: 5px;
}
.login_button{
    padding: 10px 15px;
    float: left;
    background-color: #625626;
    border-radius: 3px;
    color: #c3ab6d;
    margin-top: 20px;
    border: none;
}
.login_button:hover{
    background-color: #524525;
    cursor: pointer;
}
.top_right_button{
  float: right;
  padding: 6px;
  color: #000;
  background-color: #a3895b;
  margin-right: 14px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none !important;
  font-size: 12px;
}
.top_right_button:hover{
  color: #000;
  background-color: #c3ab6d;
}
.actions_th{
    width: 102px;
    text-align: center;
}
.delete_button{
    color: red;
}
.delete_button:hover{
    color: red;
}
.entry{
    min-height: 555px;
}
/*   //// Changes for admin css end \\\\\\     */
body {
    margin: 0;
    padding: 0;
    background:url(/images/bg3.png) no-repeat top center fixed;
    background-size: 2780px 100%;
    background-color: #75634f;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    }
h1, h2, h3 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    color: #023848;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 2.4em;
}
h3 {
    font-size: 1.6em;
}
p, ul, ol {
    margin-top: 0;
    line-height: 180%;
}
ul, ol {
}
a {
    text-decoration: none;
    color: #23238E;
}
a:hover 
{
    color: #FFA50F;
}
#wrapper {
    /*background: url(/images/logo.png) fixed top center;
    background-repeat: no-repeat;*/
    width:1120px;
    margin:auto;
    overflow:visible;
}
#container
{
    width: 980px;
    margin: 0 auto;
    padding: 0;
}
/* Header */
#header {
    width: 100%;
    height: 174px;
    margin: 0 auto;
    padding: 0px;
    background: url(/images/header.jpg) no-repeat left top;
    background-size: 100% 100%;
}
.topbg
{
    width:100%;
    margin:0 auto;
    background:rgba(0,0,0,0.2);
    padding: 10px 0 0 0;
}
.topbg h1
{
    color: #c3ab6d;
    text-shadow:  0px -5px 35px rgba(195,171,109,0.9);
    font-family: 'TrajanProBold';
    text-align: center;
    font-size:21px;
}
/* Logo */
#logo {
    float: right;
    margin: 0;
    padding: 0;
    color: #000000;
}
#logo h1, #logo p {
    margin: 0;
    padding: 0;
}
#logo h1 {
    float: left;
    padding-top: 223px;
    letter-spacing: -1px;
    text-align: right;
    text-transform:capitalize;
    font-size: 3.8em;
}
#logo p {
    float: left;
    margin: 0;
    padding: 250px 0 0 10px;
    font: normal 14px Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #FFFFFF;
} 
#logo a {
    border: none;
    background: none;
    text-decoration: none;
    color: #FFFFFF;
}
/* Search */
#search {
    float: right;
    width: 280px;
    height: 60px;
    padding: 20px 0px 0px 0px;
    background: #E2E2E2;
    border-bottom: 4px solid #FFFFFF;
}
#search form {
    height: 41px;
    margin: 0;
    padding: 10px 0 0 20px;
}
#search fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
#search-text {
    width: 170px;
    padding: 6px 5px 2px 5px;
    border: 1px solid #DEDEDE;
    background: #FFFFFF;
    text-transform: lowercase;
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #5D781D;
}
#search-submit {
    width: 50px;
    height: 22px;
    border: none;
    background: #B9B9B9;
    color: #000000;
}
/* Menu */
#menu {
    width: 980px;
    height: 55px;
    margin: 0 auto;
    padding: 0;
}
#menu ul {
    margin: 0;
    padding: 50px 0px 0px 0px;
    list-style: none;
    line-height: normal;
}
#menu li {
    float: left;
}
#menu a {
    display: block;
    width: 130px;
    height: 30px;
    margin-right: 1px;
    padding: 9px 0px 0px 0px;
    background: #242424;
    /*background: url(images/img02.gif) no-repeat left top;*/
    text-decoration: none;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #787878;/*#023848;*/
    border: none;
}
/*#menu a:hover, #menu */
#menu .current_page_item a {
    padding-left: 0;
}
/* Page */
#page {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0px 0px 0px;
    background-color:#FFFFFF;
}
#page-bgtop {
}
#page-bgbtm {
}
/* Content */
#content {
    float: right;
    width: 883px;
    padding-right:5px;
    padding-top:10px;
    padding-left:3px;
}
.post {
    background: url(/images/img07.gif) no-repeat left 50px;
    margin-bottom: 15px;
}
.post-bgtop {
}
.post-bgbtm {
}
.post .title {
    height: 38px;
    margin-bottom: 10px;
    padding: 15px 0 0 0px;
    letter-spacing: -.5px;
    color: #000000;
}
.post .title a {
    color: #023848;
    border: none;
}
.post .meta {
    margin-bottom: 30px;
    padding: 5px 0px 15px 0px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.post .meta .date {
    float: left;
}
.post .meta .posted {
    float: right;
}
.post .meta a {
}
.post .entry {
    padding: 0px;
    background-color:#fff;
    width:99.8%;
    border:1px solid #cccccc;
    }
.post .entry ul, 
{
    text-transform:capitalize;
}
.audioLinks
{
    font-size:13px;
    color:#000000;
    padding-left:5px;
}
.audioLinkRows
{
    text-transform:capitalize;
    width:300px;
}
.audioLink1stPage
{
    text-transform:capitalize;
}
.trEven
{
    background-color: #dcdcdc;
}
.tr_head{
    background-color: #c5ab7d;
}
.tr_head th{
    padding: 3px;
}
td{
    padding: 2px;
    text-align: left;
}
.pageAnchor
{
    text-align:left;
}
.links {
    padding-top: 20px;
    font-size: 12px;
    font-weight: bold;
}
/* SmalBox */
.smallBox_Container
{
    margin-bottom:20px;
    width:241px;
    height:auto;
}
.smallBox_Container .viewMore
{
    margin-left:163px;
}
.smallBox_Container li
{
    list-style:none;
    margin-bottom:5px;
    list-style-image:url(/images/bullet.png);
}
.smallBox_Container object
{
}
.smallBox_Content
{
    /*background: url(images/lectures_column_repeat.jpg) repeat-y top left;*/
    background-color: #FAECC3;
    padding: 10px px 0px 0px;
    /*border:1px solid  #84144C;/*#AB9E7B; /*#EAF0F1; /*#0F1322;*/
    color:#000066;
    border-top:none;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    list-style-image:url(/images/bullet.png);
    padding-bottom:1px;
}
.smallBox_Content ul
{
    padding-left: 25px;
}
.smallBox_Bottom
{
    background: url(/images/lectures_column_bottom.jpg) no-repeat;
    height:5px;
}
.smallBox_Top_Women
{
    background: url(/images/womens_lectures_tab.jpg) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
.smallBox_Top_Hajjumrah
{
    background: url(/images/hajjumrah.gif) no-repeat;
    height:37px;
    width:245px;
    margin-left:-2px;
}
.smallBox_Top_Audios
{
    background: url(/images/recent-audios_03.png) no-repeat;
    height:35px;
    width:241px;
}
.smallBox_Top_Recent
{
    background: url(/images/recent_lectures_tab.jpg) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:37px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
.smallBox_Top_English
{
    background: url(/images/english_lectures_tab.jpg) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
.smallBox_Top_Hajjlecture
{
    background: url(/images/hajj_lectures_tab.jpg) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
.smallBox_Top_Ranazan
{
    background: url(/images/ramazan_lecture_series_tab.gif);
    text-decoration: none;
    height:37px;
width:245px;
    margin-left: -2px;
}
.smallBox_Top_Naat
{
    background: url(/images/kalaame_muhabbar_tab.jpg) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
/* LargeBox */
.largeBox_Container
{
    margin-bottom:20px;
    float:right;
    width:332px;
    height:auto;
}
.largeBox_Container li
{
    list-style:none;
}
.largeBox_Top
{
    background: url(/images/news_updates_tab.jpg) no-repeat;
    /*background-color:#EAF0F1;*/
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    height:40px;
}
.podcast
{
    width:80px; 
    height:25px; 
    margin-bottom:10px;
    /*float:right; */
    background:url(/images/podcast.png) no-repeat;
}
.largeBox_Content
{
   /* background: url(images/news_updates_clmn_repeat.jpg) repeat-y top left;*/
    background-color: #FAECC3;
    padding:20px;
    padding-top:10px;
    border-top:none;
    text-decoration: none;
    font-family: calibri;
    font-size: 14px;
    color:#000;
}
.largeBox_Bottom
{
    background: url(/images/news_updates_column_bottom.jpg) no-repeat;
    height:5px;
}
/* Sidebar */
.sidebar_Container
{
    padding:10px 0 0 5px;
    width: 218px;
    height:100%;
    float:left;
}
#sidebar
{
    height:100%;
    margin: 0px;
    padding: 5px 0px 13px 10px;
    color: #787878;
    background: url(/images/cat_column_repeat.jpg) repeat-y top left;
}
.sidebar_Top
{
    background: url(/images/categories_tab.jpg) no-repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:37px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
#sidebar ul li {
    list-style: none;
    line-height: 30px;
    border-bottom: 1px dashed #D1D1D1;
    margin: 0px 0px;
    border-left: none;
}
.subMenu a
{
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left:15px;
    line-height: 10px;
    border-bottom: 1px dashed #D1D1D1;
    margin: 0px 0px;
    /*list-style-image:url(images/Arrow-right-icon.png);*/
}
#sidebar a 
{
    font-size:16px;
    border: none;
    color:#4486C7;
}
#sidebar a:hover, .current_page_item {
    text-decoration: none;  
    color:#FFA50F;
}
#sidebar li li span {
    display: block;
    margin-top: -20px;
    padding: 0;
    font-size: 11px;
    font-style: italic;
}
#sidebar h2 {
    height: 38px;
    padding-left: 30px;
    letter-spacing: -.5px;
    font-size: 1.8em;
}
#sidebar p {
    margin: 0 0px;
    padding: 0px 30px 20px 30px;
    text-align: justify;
}
#sidebar a {
    border: none;
    color:#000000;
}
#sidebar a:hover {
    /*text-decoration: underline;*/
    color: #00b1f4;
}
/* Calendar */
#calendar {
}
#calendar_wrap {
    padding: 20px;
}
#calendar table {
    width: 100%;
}
#calendar tbody td {
    text-align: center;
}
#calendar #next {
    text-align: right;
}
/* Footer */
#footer {
    height: 46px;
width: 100%;
    margin: 0 auto;
    padding: auto;
    border-top: 1px solid #DEDEDE;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/images/footer_repeat.jpg) repeat-x;
}
#footer p {
    margin: 0;
    padding-top: 20px;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    color: #A0A0A0;
}
#footer a {
    color: #8A8A8A;
}
.nav-style{
font-family: 'TrajanProBold';
font-size:15px;
font-weight:normal;
color:#ffffff;
margin:auto;
}
.nav-style a{
color:#ffffff;
}
.categories-bottom{
width:214px;
height:56px;
background-image:url(/images/cat_column_bottom.jpg);
background-repeat:no-repeat;
vertical-align:top;
}
.subscription-heading{
font-size:15px;
font-family:Calibri;
font-weight:bold;
color:#000;
}
.live-lecture-text{
font-family: 'TrajanProBold';
font-size:20px;
color:#000;
text-align:center;
}
.inner-page-header{
width: 100%;;
height:33px;
background-image:url(/images/inner-page-header.jpg);
background-size: 883px 50px;
background-repeat:no-repeat;
vertical-align:top;
padding-top:2px;
padding-left:10px;
}
.inner-hajjumrah-header{
width:594px;
height:36px;
background-image:url(/images/inner-hajjumrah.gif);
background-repeat:no-repeat;
vertical-align:top;
padding-top:7px;
padding-left:10px;
margin-left:-8px;
}
.inner-page-heading{
width:auto;
height:auto;
float: left;
font-family: 'TrajanProBold';
font-size:20px;
padding-top:4px;
color:#000;
}
.inner-page-text{
width:auto;
height:auto;
font-family:Calibri;
font-size:16px;
color:#000000;
}
/*
.menu_nav{
margin:0;
padding:0;
}
.menu_nav {
margin:0;
padding:5px 20px;
height: 50px;
}
.menu_nav ul {
list-style:none;
}
.menu_nav ul li {
margin:0;
padding:0 16px 0 0;
float:left;
}
.menu_nav ul li a {
display:block;
margin:0;
padding:4px 0;
color:#ffffff;
text-decoration:none;
font-size:16px;
font-family:calibri;
}
*/
#menu-top {
width:900px;
height:auto;
}
#menu-top ul {
  font-family: Arial, Verdana;
  font-size: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu-top ul li {
  display: block;
  position: relative;
  float: left;
}
#menu-top li ul { display: none; }
#menu-top ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  padding: 3px 15px 3px 15px;
  margin-left: 1px;
  white-space: nowrap;
}
#menu-top ul li a:hover { background: none; }
#menu-top li:hover ul {
  display: block;
  position: absolute;
  background:none;
}
#menu-top li:hover li {
  float: none;
  font-size: 12px;
}
#menu-top li:hover a { background: #000; }
#menu-top li:hover li a:hover { background: #8a8a8a; }
.separator-golden{
width:851px;
height:4px;
background-image:url(/images/line.png);
background-repeat:no-repeat;
vertical-align:top;
margin:auto;
}
.separator-golden2{
width:641px;
height:4px;
background-image:url(/images/line2.png);
background-repeat:no-repeat;
vertical-align:top;
margin:auto;
}
#menu-top2 ul {
 }
#menu-top2 ul li {display:inline;}
#menu-top2 li.style1 {  
width: auto;  
background-position:right;
background-repeat:no-repeat;
list-style-image:url(/images/bullet.jpg);
} 
#menu-top2 a 
{
font-size:16px;
font-family:"Trajan Pro";
font-stretch:extra-expanded;
text-align: left;
text-decoration:none; 
color: #ffffff;
margin:25px;
}
/*Tool Tip */
.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
width:300px;
height:auto;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
.subscribe-head
{
    background: url(/images/subscribe.jpg) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height:40px;
}
#divMenu {font-family:arial,helvetica; font-size:10pt; font-weight:bold;}
#divMenu span{font-family:arial,helvetica; font-size:10pt; font-weight:bold;}
#divMenu object{font-family:arial,helvetica; font-size:10pt; font-weight:bold; padding-bottom:60px; }
.smallBox_Top_Tazkiya
{
    background: url(/images/tazkiya-header.png) repeat;
    background-color: #EAF0F1;
    text-decoration: none;
    text-align: center;
    line-height:40px;
    color:#000;
    font-family: 'TrajanProBold';
    font-size: 15px;
    height:40px;
font-weight: bold;
}
