/* Script Author: www.saptarang.org
Description: Navigation Drop Down Menu using jquery and css.
Date: 20 August 2011. */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
    /* background: transparent; */
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    /* background: transparent; */
    /* margin: 0; */
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

a:focus,
input:focus {
    outline: none;
}

.clear {
    clear: both;
}

#menu-wrapper {
    display: block;
    width: 976px;
    line-height: 41px;
    margin: 0 auto;

    /* background:#333 url(assets/site/images/menu-bg.png) repeat-x 0px 0px scroll; */
}

#menu-wrapper ul {
    margin-left: 7px;
    display: block;
    list-style: none;
}

#menu-wrapper li {
    display: block;
    position: relative;
    float: left;
    font-size: 15px;
    margin-top: 12px;
}

#menu-wrapper li a:link,
#menu-wrapper li a:visited {
    display: inline-block;
    padding: 0px 10px 0px 10px;
    color: #000;
    font-weight: normal;
    text-align: center;
    text-shadow: 0px 0px 0px #000000;

    /* text-shadow:#000 0px 1px 0px; */
}

#menu-wrapper li a:hover,
#menu-wrapper li.current_page_item a,
#menu-wrapper li:hover a {
    /* background:url(assets/site/images/menu-bg.png) repeat-x 0px -35px scroll; */
    padding: 0px 10px 0px 10px;
    color: #FFF;
    text-shadow: #fff 0px 0px 0px;
}

#menu-wrapper li.current-page-ancestor a,
#menu-wrapper li.current-menu-parent a {
    color: #FFF;
}

#menu-wrapper li a:focus,
#menu-wrapper li a:active {
    background: url(assets/site/images/menu-bg.html) repeat-x 0px -70px scroll;
    color: #FFF;

    /* text-shadow:#000 0px 1px 0px; */
    /* border:#4b4b4d 1px solid;
	border-style:none solid none solid; */
    /* padding:7px 14px; */
}

.haschild>a {
    background-image: url(assets/site/images/submenu-arrow.html)!important;
    background-position: right center!important;
    background-repeat: no-repeat!important;
}

/* -------------  Submenu  --------- */
#menu-wrapper li ul {
    position: absolute;
    border: #dadcdf 1px solid;
    border-style: none solid solid solid;
    left: 0px;
    top: 41px;
    display: none;
    z-index: 10000;
}

#menu-wrapper ul li ul.sub-menu li {
    width: 180px;
    display: block;
    font-size: 15px;
    line-height: 31px;
}

#menu-wrapper ul li ul.sub-menu li a,
#menu-wrapper ul li ul.sub-menu li:hover li a {
    background: #ececec;
    color: #333;

    /* text-shadow:#fff 0px 1px 0px; */
    border-bottom: #f9f9f9 1px solid;
    display: block;
    text-align: left;
}

#menu-wrapper ul li ul.sub-menu li li a:hover,
#menu-wrapper ul li ul.sub-menu li:hover a {
    background: #f5863c;
    color: #fff;

    /* text-shadow:#000 0px 1px 0px; */
}

.alignleft {
    display: inline;
    float: left !important;
    margin-right: 1.225em !important;
}

.alignright {
    display: inline;
    float: right !important;
    margin-left: 1.225em !important;
    margin-right: 1px  !important;
}

.aligncenter {
    clear: both !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: none !important;
}

.videoicon {
    background: url("assets/site/images/240x121.html") no-repeat scroll -8px 34px transparent;
    cursor: pointer;
    height: 121px;
    position: absolute;
    width: 190px;
    z-index: 1;
}

.audioicon {
    background: url("assets/site/images/1372939317_audio-volume-high.html") no-repeat scroll 86px 46px transparent;
    cursor: pointer;
    height: 121px;
    position: absolute;
    width: 190px;
    z-index: 1;
}

.evenpost {
    background: #EFEFEF;
}

.oddpost td,
.evenpost td {
    padding: 2px;
}

.tableheader {
    background: #D6D6D6;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.form-wrapper {
    width: 250px;

    /* padding: 2px;
    background: #444;
    background: rgba(0,0,0,.2);
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0,0,0,.4) inset, 0 1px 0 rgba(255,255,255,.2); */
    float: right;
    margin-bottom: 14px;
}

/* Form text input */
.form-wrapper input {
    width: 166px;
    height: 31px;

    /* padding: 9px 5px; */
    float: left;
    font: normal 12px 'lucida sans', 'trebuchet MS', 'Tahoma';
    border: 0;
    background: #F5F5F5;
    border-radius: 3px 0 0 3px;
}

.form-wrapper input:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

.form-wrapper input::-webkit-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-moz-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

.form-wrapper input:-ms-input-placeholder {
    color: #999;
    font-weight: normal;
    font-style: italic;
}

/* Form submit button */
.form-wrapper button {
    overflow: visible;
    position: relative;
    float: right;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 84px;
    font: normal 16px/29px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #f27929;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

.form-wrapper button:hover {
    background: #f27929;
}

.form-wrapper button:active,
.form-wrapper button:focus {
    background: #f27929;
    outline: 0;
}

.form-wrapper button:before {
    /* left arrow */
    content: '';
    position: absolute;
    border-width: 8px 8px 8px 0;
    border-style: solid solid solid none;
    border-color: transparent #f27929 transparent;
    top: 8px;
    left: -6px;
}

.form-wrapper button:hover:before {
    border-right-color: #f27929;
}

.form-wrapper button:focus:before,
.form-wrapper button:active:before {
    border-right-color: #f59759;
}

.form-wrapper button::-moz-focus-inner {
    /* remove extra button spacing for Mozilla Firefox */
    border: 0;
    padding: 0;
}

.videoarchive {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
}

div.videofilter {
    margin: 1px;
    border: 1px solid #CCC;
    padding: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

form.videoform input[type="submit"],
form.videoform input[type="reset"],
form.videoform button[type="reset"] {
    overflow: visible;
    border: 0;
    padding: 0;
    cursor: pointer;
    height: 30px;
    width: 84px;
    font: normal 16px/29px 'lucida sans', 'trebuchet MS', 'Tahoma';
    color: #fff;
    text-transform: uppercase;
    background: #f27929;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0 ,0, .3);
}

li.category_publication {
    list-style: none;
    color: #569631;
    font-size: 16px;
}

.category_publication ul li {
    margin-left: 21px;
}

.formsearch {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 12px;
}

table.gridtable {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #EFEFEF;
    border-collapse: collapse;
}

table.gridtable th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #EFEFEF;
    background-color: #dedede;
    font-size: 15px;
    text-align: left;
}

table.gridtable td {
    border-width: 1px;
    padding: 2px;
    border-style: solid;
    border-color: #EFEFEF;
    vertical-align: middle;
    font-size: 14px;
}

#TB_ajaxContent {
    padding: 2px 20px 15px !important;
}

.entry-content a {
    color: #2518B5;
}

.entry-content a:hover {
    text-decoration: underline;
    color: #569631;
}

.prokasonaaudio-visualright a,
.rightbookarchive a,
.bangladeshdetails a,
table.eventarchive a,
.entry-content h1.post-title a {
    color: #E96C19;
}

.prokasonaaudio-visualright a:hover,
.bangladeshdetails a:hover,
.rightbookarchive a:hover,
.table.eventarchive a:hover,
.entry-content h1.post-title a:hover {
    color: #525252;
    text-decoration: none;
}

a.detailshover:hover {
    color: #569631;
    text-decoration: none;
}

a.detailshover {
    color: #2518B5;
    text-decoration: none;
}

.prokasonaaudio-visualright {
    float: left;
    width: 470px;
    height: auto;
}

.prokasonaaudio-visualleft {
    float: left;
    width: 210px;
    height: auto;
}

.imagestitle {
    color: #E96C19;
    text-decoration: none !important;
}

a .imagestitle:hover {
    color: #525252;
    text-decoration: none !important;
}

div.bangladeshdetails h3 {
    font-size: 16px;
}

.bottom-leftright ul li span a.thickbox img {
    margin: 0 5px 0 0\9 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .bottom-leftright ul li span a.thickbox img {
        margin: 0 5px 0 0 !important;
    }
}

abbr {
    border-bottom: 1px dotted black;
}
