/* Start: common code */
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Arial, Helvetica;
    background: #fff;
    color: #000;
}

* {
    /*border:none;*/
    /*outline:none;*/
}


/* End: common code */

table {
    padding: 3px;
}

.wraper {
    margin: 0 auto;
    max-width: 100%;
    display: block;
    border: 1px solid #FFFFFF;
    box-shadow: 2px 0px 23px 13px #5E3926;
}


/* Start: Header */

header {
    width: 100%;
    display: table;
    background-color: #542b16;
    float: left;
}

.header_left {
    float: left;
    margin-top: 25px;
    width: 20%;
}

.header_left img {
    padding: 10px;
}

.header_right {
    float: right;
    width: 75%;
    margin-top: 20px;
}

.header_right .donate {
    width: 100%;
}

.header_right .donate button {
    height: 30px;
    margin-left: 5px;
    margin-top: 10px;
    width: 124px;
    background: none;
    cursor: pointer;
    border: none;
}

.header_right .donate button img {
    width: 100%;
}

.hdr-bottom {
    display: table;
    width: 95%;
    float: left;
}

.hdr-bottom span {
    float: right;
    color: #542B16;
    font-family: impact;
    font-size: 55pt;
}

.hdr-bottom span img {
    width: 100%;
}

nav {
    width: 98.7%;
    float: left;
    display: table;
    padding: 2px 2px 2px 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top: 2px solid #2c2b26;
    background: #59a0de;
    margin-top: 10px;
    /* Old browsers */
    background: -moz-linear-gradient(top, #66402d 0%, #4d2815 50%, #391909 51%, #2d1001 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #66402d), color-stop(50%, #4d2815), color-stop(51%, #391909), color-stop(100%, #2d1001));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66402d 0%, #4d2815 50%, #391909 51%, #2d1001 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66402d 0%, #4d2815 50%, #391909 51%, #2d1001 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66402d 0%, #4d2815 50%, #391909 51%, #2d1001 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #66402d 0%, #4d2815 50%, #391909 51%, #2d1001 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66402d', endColorstr='#2d1001', GradientType=0);
    /* IE6-9 */
}

#menu-toggle {
    display: none;
}

nav ul {
    font-family: verdana, Arial, Helvetica !important;
    font-size: 12px !important;
    margin: 0;
    padding: 0;
    list-style: none;
}

nav ul li {
    float: left;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 0 20px;
    line-height: 35px;
    display: block;
    margin-right: 10px;
    border: 1px solid #f5f5f5;
}

nav ul li a:hover,
.active {
    background: #825741;
    /* Old browsers */
    background: -moz-linear-gradient(top, #a1dbff 0%, #d1eeff 50%, #a1dbff 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1dbff), color-stop(50%, #d1eeff), color-stop(100%, #a1dbff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #66402d 0%, #4d2815 50%, #2d1001 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #66402d 0%, #4d2815 50%, #2d1001 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #66402d 0%, #4d2815 50%, #2d1001 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #66402d 0%, #4d2815 50%, #2d1001 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#66402d', endColorstr='#2d1001', GradientType=0);
    /* IE6-9 */
    color: #FFFFFF;
}

nav label {
    display: none;
}


/* End: Header */


/* start submenu */

nav ul ul {
    font-family: verdana, Arial, Helvetica !important;
    font-size: 12px !important;
    position: absolute;
    background: #542B16;
    display: none;
    z-index: 100;
}

nav ul ul li {
    float: none;
}

nav ul ul a {
    margin-right: 0;
}

nav ul li:hover ul {
    display: block;
}

nav ul ul ul {
    left: 100%;
    margin-top: -35px;
    display: none !important;
    position: absolute;
    z-index: 900;
}

nav ul ul li:hover ul {
    display: block !important;
}


/* End submenu */

@media (max-width: 749px) {
    /* start submenu */
    nav ul ul {
        font-family: verdana, Arial, Helvetica !important;
        font-size: 12px !important;
        position: relative;
        margin-left: 10px;
    }
    nav ul ul ul {
        left: 0;
        margin-top: 0;
        display: none !important;
        position: relative;
        z-index: 900;
    }
    nav ul ul li:hover ul {
        display: block !important;
    }
    /* End submenu */
}


/* Start: Bredcum */

section.bredcum {
    font-family: verdana, Arial, Helvetica !important;
    font-size: 12px !important;
    width: 100%;
    display: table;
    margin-top: 20px;
}

section.bredcum ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    margin-left: 180px;
    ;
}

section.bredcum ul li {
    background: url("images/bre-bg.png") no-repeat scroll right 5px center rgba(0, 0, 0, 0);
    display: block;
    float: left;
    font-size: 12px;
    line-height: 34px;
    padding-right: 16px;
}

section.bredcum ul li:last-child {
    background: none;
}

section.bredcum ul li a {
    color: #321304;
}


/* End: Bredcum */


/* Start: Content Area */

.singlecontentbox {
    /*background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 1px 3px #85B8D7;*/
    margin: 0px auto;
    width: 100%;
}

.singlecontentbox .inner_content {
    width: 94%;
	margin: 0 auto;
}

.inner_content h1 {
    font-size: 18px;
}

.inner_content .p {
    font-size: 12 !important;
    letter-spacing: normal !important;
    line-height: 1.9em !important;
    text-align: justify !important;
    width: 98% !important;
}

.inner_content li.image {
    list-style: none outside none;
    margin: 20px 0 5px;
}

.inner_content li.text {
    font-size: 12 !important;
    letter-spacing: normal;
    line-height: 1.9em;
    text-align: justify;
    width: 98%;
}

.inner_content .arabic_big {
    font-size: 18px !important;
}

.inner_content li.gap20 {
    height: 20px;
    list-style: none outside none;
}


/* End: Content Area */


/* Start: Footer */

footer {
    width: 100%;
    display: table;
    font-size: 12px;
    margin-top: 50px;
}

footer .ftr-top,
footer .copyright {
    width: 100%;
    text-align: center;
}

footer ul {
    font-family: verdana, Arial, Helvetica !important;
    font-size: 12px !important;
    margin: 0 auto 10px;
    padding: 0;
    list-style: none;
    display: table;
}

footer ul li {
    float: left;
}

footer ul li a {
    color: #542B16;
    padding: 0 10px;
    text-decoration: none;
}

footer ul li a:hover {
    color: #FF6666;
}

footer ul li a {
    border-right: 1px solid #8613f4;
}

footer ul li:last-child a {
    border-right: none;
}

footer .copyright {
    margin-bottom: 20px;
}


/* End: Footer */


/* Start: Main */

div[role=main] {
    width: 100%;
    display: table;
    margin-top: 30px;
}

div[role=main] .title {
    width: 100%;
    text-align: center;
}

div[role=main] .title h1 {
    font-size: 28px;
    font-weight: normal;
    color: #2e1308;
    font-family: 'impact';
}

div[role=main] .title h3 {
    font-size: 20px;
    font-weight: normal;
    color: #2e1308;
    font-family: 'Georgia';
}

div[role=main] .content {
    width: 80%;
    padding: 0 10%;
}

.content-left,
.content-right {
    float: left;
    width: 100%;
    margin: 20px 0;
    display: table;
    background-image: url(images/mainconbg.png);
}

.content-right {
    float: left;
}

.content-left h3,
.content-right h3 {
    text-align: center;
    font-family: "arial black";
    text-transform: uppercase;
    font-size: 18pt;
    color: #2e1308;
}

.content-left .arabic-box,
.content-right .quran-box {
    /*border: 3px solid #000000;*/
    display: block;
    min-height: 220px;
    /*padding: 7%;*/
    width: 100%;
    background-color: #baa397;
}

.arabic-box table,
.quran-box table {
    width: 100%;
    padding: 20px;
}

.arabic-box table,
.quran-box table tr {
    line-height: 40px;
    height: 40px;
    font-family: 'ubuntu', sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.arabic-box table a,
.quran-box table a {
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 5px;
    background-color: #5A3522;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.arabic-box table a:hover,
.quran-box table a:hover {
    background-color: #FCBF9F;
    color: #2E1308;
}

.bottom {
    width: 55%;
    border: 3px solid #000;
    display: table;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    line-height: 1.5;
}


/* start: leftbar */

aside.leftbar {
    display: block;
    width: 25%;
    float: left;
}

.item-box {
    width: 88%;
    padding: 0 10px;
    display: block;
    float: left;
    margin-bottom: 20px;
    background-color: #BAA397;
}
.item-box h3 {
    color: #542B16;
    text-transform: uppercase;
    font-family: 'ubuntu', sans-serif;
    font-size: 18px;
}

.surah-name {
    width: 100%;
    float: left;
    display: block;
}

.surah-name select {
    cursor: pointer;
    background-color: #5A3421;
    color: #FFFFFF;
    font-family: 'ubuntu', sans-serif;
    margin-bottom: 10px;
    border-radius: 15px;
}
.surah-name select option {
    padding: 10px;
}

.language-name {
    display: block;
    width: 89%;
    padding: 10px;
    float: left;
    background-color: #5A3421;
    margin: 0 0 15px 0;
    border-radius: 15px;
}

.language-name h4 {
    margin: 0;
    color: #FFFFFF;
    font-weight: bold;
    font-family: 'ubuntu', sans-serif;
    font-size: 15px;
    padding-bottom: 5px;
}

.select-row {
    display: block;
    float: left;
    width: 100%;
    padding: 5px 0;
}

.language-scroll {
    height: 190px;
    margin-top: 2px;
    overflow-y: auto;
}
.checkbox-name {
    color: #FFFFFF;
    font-family: 'ubuntu', sans-serif;
}
.lang-check {
    margin: 2px 10px 0 0;
    float: left;
}
/* end: leftbar */

/* start: article */
article.quran-article-body {
    display: block;
    width: 73%;
    float: left;
    background-color: #F8E3D8;
    margin-left: 2%;
}

.article-content {
    padding: 0 15px 20px 15px;
    display: block;
}

/* start: surah title */
.surah-title {
    display: block;
    float: left;
    width: 100%;
}
.surah-title h1 {
    font-family: 'ubuntu', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    color: #542B16;
}
.surah-title h1 span.arabic-font {
    font-family: 'Droid Arabic Naskh', serif;
}
.verses-no {
    font-family: 'roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
    color: #542B16;
}
/*end: surah title*/

/* start: verses */
.verses {
    display: block;
    float: left;
}
.verses-content {
    padding: 10px;
    color: #FFFFFF;
    background-color: #5A3421;
    border-radius: 10px;
}

.verses .verses-arabic {
    font-size: 20px;
    font-family: 'Droid Arabic Naskh', serif;
    margin-bottom: 20px;
    text-align: right;
}
.verses .verses-englishlang {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px;
}
.verses .verses-tafsir {
    font-size: 15px;
    margin-bottom: 20px;
    margin-top: 20px;
}
/* end: verses */

/* end: article */


/* End: Main */


/* Start: Responsive Css */

@media (max-width: 749px) {
    /* start: header */
    header {
        position: relative;
    }
    .hdr-bottom span {
        font-size: 25pt;
    }
    .header_left {
        width: 100%;
    }
    .header_right {
        margin-top: 20px;
        width: 70%;
    }
    .header_right .donate {
        position: absolute;
        top: 0;
        right: 0;
        width: auto;
    }
    .header_right .donate button {}
    /* End: header */
    /* Start: Nav */
    nav {
        width: 95.7%;
    }
    nav label {
        cursor: pointer;
        color: white;
        padding: 10px;
        border-radius: 4px;
        display: block;
    }
    #menu-toggle {
        display: none;
    }
    #menu-toggle:checked + ul {
        display: block;
    }
    nav ul {
        font-family: verdana, Arial, Helvetica !important;
        font-size: 12px !important;
        display: none;
    }
    nav ul li {
        float: none;
    }
    /* End: Nav */
    /* Start: Main */
    section.bredcum ul {
        font-family: verdana, Arial, Helvetica !important;
        font-size: 12px !important;
        margin-left: 20px;
        padding: 0;
    }
    section.bredcum ul li a {
        font-size: 11px;
    }
    div[role="main"] .title h1 {
        font-size: 22px;
    }
    div[role="main"] .title h3 {
        font-size: 17px;
    }
    .content-left h3,
    .content-right h3 {
        font-weight: normal;
    }
    .arabic-box table a,
    .quran-box table a {
        font-size: 10px;
    }
    .bottom {
        font-size: 12px;
    }
    .content-left .arabic-box,
    .content-right .quran-box {}
    .content-left,
    .content-right {
        display: table;
        float: none;
        margin: 20px auto;
        width: 80%;
    }
    div[role="main"] .content {
        padding: 0 0;
        width: 100%;
    }
    
    aside.leftbar {
        width: 70%;
    }
    article.quran-article-body {
        width: 100%;
    }
    
    /* End: Main */
    /*Start: footer*/
    footer ul li {
        float: none;
        line-height: 1.5;
    }
    footer .ftr-top,
    footer .copyright {
        font-size: 9px;
    }
    footer ul {
        margin: 10px auto 15px;
    }
    footer ul li a {
        border-right: none;
        font-size: 9px;
        border-bottom: 1px solid #8613F4;
    }
    /*end: footer*/
}


/* End: Responsive Css */

.odd {
    background-color: #fffff0;
}

.even {
    background-color: #faf0e6;
}

/*start: header menu*/
.menu{
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.menu li{
    float: left;
}
.menu li a{
    text-align: center;
    padding: 15px 30px;
    display: block;
    background: #321304;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    
}
.menu li a:hover{
    background: #DECC00;
}
.menu li a .icon{
    margin-bottom: 5px;
}
/*end: header menu*/