﻿@import url(http://fonts.googleapis.com/css?family=Fauna+One|Oxygen:400,700,300);
body {
    background: #efeff0 url('/Content/Styles/Images/Mid_topNav.jpg') repeat-x;
    font: 12px 'Fauna One', serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Fauna One', serif
}
.ui-widget {
    direction: ltr;
    font-family: 'Fauna One', serif;
    font-size: 12px;
}
.s-logoandback {
    width: 282px;
    height: 252px;
    /*display: none;*/
    background: url('/Content/Styles/Images/Small-LogoAndBackEN.jpg');
    z-index: -1;
}

.logoandback {
    overflow: visible;
    padding-bottom: 110px;
}

.logo {
    background: rgba(0, 0, 0, 0) url("/Content/Styles/Images/Small-LogoAndBackEN.jpg") no-repeat scroll right top;
    float: right;
    height: 252px;
    position: absolute;
    right: 0;
    width: 282px;
}

nav {
    padding-top: 29px;
    /*height: 20px;
    display: none;*/
    transition: top ease .5s;
}

    nav a, nav span {
        font: 12px tahoma;
        color: #534f3f;
        text-decoration: none;
        padding: 1px;
        text-shadow: 1.5px 1.5px 0 #f5f5f5;
    }

    nav .navbar-collapse a {
        text-shadow: none;
        font-weight: bold;
    }

    nav .navbar-collapse li {
        text-align: right;
    }

    nav a:hover {
        color: #0c5469;
        text-decoration: none;
    }

div.navLine {
    /*background: rgba(0, 0, 0, 0) url("/Content/Styles/Images/Mid-navLine.png") no-repeat scroll 0 0;
    border: 0 solid red;
    /*display: none;*/
    /*height: 2px;
    position: absolute;
    top: 51px;
    transition: all 0.5s ease 0s;
    width: 100%;*/
    height: 2px;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("/Content/Styles/Images/Mid-navLine.png") no-repeat bottom left;
}

.login {
    margin-top: 30px;
}

    .login a {
        color: #0c5469;
        font: bold 11px tahoma;
        text-decoration: none;
        transition: all 0.5s ease 0s;
        margin-right: 8px;
    }

.adminonly {
    display: none;
}

.float-none {
    float: none !important;
}

/*#################### Article View*/
aside {
    border-right: 1px solid;
    border-color: #0000ff #cfd9dd #0000ff #0000ff;
}

article, aside, section {
    direction: ltr;
}

article {
    padding: 28px 20px;
}

    article header {
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        padding-bottom: 5px;
    }

        article header h1 {
            color: #C23D3D;
            float: left;
            font-family: 'Fauna One', serif;
            font-weight:bold;
            font-size: 15.76pt;
            line-height: 15.76pt;
            padding: 0px;
            margin: 0px;
        }

        article header span.p-icon {
            float: right;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -105px -22px;
            width: 16px;
            height: 16px;
            margin-left: 5px;
        }

        article header a, article header span {
            float: right;
            text-shadow: none;
            font: 11px tahoma;
            margin: 5px;
            padding: 2px;
            text-decoration: none;
            color: #0b5d75;
        }

            article header a.current {
                color: white;
                background: #0b5d75;
            }

    article #pageText {
        color: #454546;
        font-family: 'Fauna One', serif;
        font-size: 14px;
        line-height: 35px;
        margin-top: 8px;
        text-align: justify;
    }

        article #pageText h3.mid-title {
            color: #C23D3D;
            padding: 15px 0 8px;
            font: bold 13px 'Droid Arabic Naskh';
        }

        article #pageText a {
            /*color: #0b5d75;*/
            text-decoration: none;
        }

            article #pageText a:hover {
                color: #c23d3d;
            }

a.NewSite, a.tahoor, a.kotob {
    color: #0F82A4;
}

a.FutureLink, a.FutureLink:hover {
    color: #454546 !important;
}

article #subtitles {
    height: auto;
}

    article #subtitles ul {
        list-style-image: url('');
        list-style: circle;
        color: #0b5d75;
        padding: 8px 10px;
        padding-right: 40px;
    }

    article #subtitles a {
        font: 11px 'Droid Arabic Naskh';
        color: #0b5d75;
        text-decoration: none;
        transition: ease-in-out all .3s;
    }

        article #subtitles a:hover {
            color: #C23D3D;
        }

article #Sources {
    margin-top: 60px;
}

    article #Sources h2, article #Tags h2 {
        font-family: 'Fauna One', serif;
        color: #486275;
        border-bottom: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        margin-bottom: 10px;
        font-size: 13px;
    }

        article #Sources h2 span {
            float: left;
            width: 16px;
            height: 25px;
            background: red;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -5px -42px;
            margin-left: 5px;
            margin-right: 15px;
        }

    article #Sources h3 {
        font: 12px 'Droid Arabic Naskh';
        color: #454546;
    }

        article #Sources h3 span {
            float: left;
            width: 7px;
            height: 7px;
            background: red;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -126px -25px;
            margin: 5px 10px 0 0;
        }

article #Tags {
    margin-top: 20px;
}

    /*article #Tags h2 {
            font-size: 17px;
            font-family: 'Adobe';
            color: #486275;
            border-bottom: 1px solid #b0c4ca;
            box-shadow: 0 1px 0 #FFFFFF;
            margin-bottom: 10px;
        }*/

    article #Tags h2 span {
        float: left;
        width: 22px;
        height: 24px;
        background: red;
        background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -28px -42px;
        margin-left: 5px;
        margin-right: 15px;
    }

    article #Tags a, #KList a {
        float: right;
        padding: 5px;
        font-family: 'Fauna One', serif;
        font-size: 10px;
        background-color: #ECECED;
        border: 1px solid #b0c4ca;
        box-shadow: 0 1px 0 #FFFFFF;
        margin: 5px;
        text-decoration: none;
        color: #486275;
        border-radius: 5px;
        transition: ease-in-out all .3s;
    }

        article #Tags a:hover, #KList a:hover {
            background: #486275;
            color: white;
        }

article #ArticleTool {
        margin: 0px auto;
        margin-top: 15px;
        width: 655px;
        height: 40px;
        background: url("Images/ArticleTool_back.jpg") no-repeat;
    }

        article #ArticleTool a {
            font-family: 'Fauna One', serif;
            font-size:11px;
            color: whitesmoke;
            float: right;
            text-decoration: none;
            margin-top: 13px;
        }

            article #ArticleTool a.comments {
                /*margin-right: 45px;*/
                width: 35px;
            }

                article #ArticleTool a.comments span {
                    display: block;
                    /*float: right;*/
                    width: 50px;
                }

            article #ArticleTool a.share {
                margin-right: 82px;
            }

            article #ArticleTool a.send {
                margin-right: 88px;
            }

            article #ArticleTool a.print {
                margin-right: 45px;
            }

            article #ArticleTool a.ask {
                margin-right: 44px;
            }

            article #ArticleTool a.fav {
                margin-right: 55px;
            }

.artLister {
    margin-bottom: 40px;
}

    .artLister#RelatedArticle {
        margin-top: 20px;
    }

    .artLister h2 {
        border-bottom: 1px solid #B0C4CA;
        box-shadow: 0 1px 0 #FFFFFF;
        color: #486275;
        font-weight: bold;
        font-family: 'Fauna One', serif;
        font-size: 11px;
        margin-bottom: 10px;
        line-height: 22px;
    }

        .artLister h2 span {
            float: right;
            width: 16px;
            height: 16px;
            background: red;
            background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -56px -46px;
            margin-left: 5px;
            margin-right: 15px;
        }

    .artLister ul {
        list-style-image: url("/Content/Styles/Images/ListItem.png");
        margin-right: 0px;
        padding: 0 20px;
    }

        .artLister ul h3 {
            padding: 0px;
            margin: 0px;
        }

            .artLister ul h3 a, .artLister ul a {
                color: #454546;
                font: bold 12px 'Fauna One';
                line-height:20px;
                text-decoration: none;
                transition: all ease-in-out .2s;
            }

                .artLister ul h3 a:hover, .artLister ul a:hover {
                    color: #C23D3D;
                }

#LastVisited > h2 > span {
    background-position: -76px -46px;
    width: 18px;
}

#SearchIn > h2 > span {
    background-position: -22px -22px;
}

#FeedBack > h2 > span {
    background-position: -64px -22px;
}

#RelatedArticleByKeyword h2 span {
    background-position: -100px -42px;
    height: 25px;
    width: 23px;
}

#TahoorShop.start div.shopitem {
    padding: 10px 25px 10px 10px;
    font-size: 11px;
    display: none;
}

#TahoorShop img.sample {
    float: right;
    margin: 5px 0 100px 5px;
}

#TahoorShop p.sample {
    font: 12px tahoma;
    text-align: justify;
}

#TahoorShop h3.sample {
    font: bold 12px 'Droid Arabic Naskh';
    color: #818937;
}

#TahoorShop a.sample {
    font-family: 'Fauna One', serif;
    color: #818937;
    display: block;
    text-align: left;
    text-decoration: none;
}

.listCom .c-header {
    background: #0B5D75;
    color: #EFEFF0;
    border-radius: 5px;
    padding: 2px 4px;
    margin-bottom: 5px;
}

.listCom .c-body {
    padding: 4px;
    font-size: 10px;
}

.listCom .c-response {
    background: #EDE9D0;
    border-radius: 5px 5px 5px 5px;
    margin-right: 30px;
    padding: 5px 10px;
    margin-top: 5px;
}

.sendCom {
    margin-top: 10px;
}

    .sendCom label, .sendPage label {
        display: block;
        color: #0b5d75;
    }

    .sendCom input, .sendPage input, .addFav #f-grpName {
        background: none repeat scroll 0 0 #ECECED;
        border: 1px solid #0B5D75;
        border-radius: 5px 5px 5px 5px;
        color: #3B3E47;
        font-size: 11px !important;
        padding: 3px;
    }

    .sendCom textarea, .sendPage textarea, .Ask textarea {
        background: none repeat scroll 0 0 #ECECED;
        border: 1px solid #0B5D75;
        border-radius: 5px 5px 5px 5px;
        color: #3B3E47;
        font-size: 11px !important;
        height: 100px;
        padding: 8px;
        width: 300px;
    }

.sendPage textarea {
    width: 80%;
    height: 50px;
}

.sendPage textarea, .sendCom .button, .sendPage .button, .addFav .button, .ask .button {
    display: block;
    margin-top: 10px;
}

.sendPage #s-mails input {
    margin-top: 5px;
    direction: ltr;
}

.sendPage #s-mails a {
    float: left;
    text-decoration: none;
    font: bold 11px verdana;
    color: #0c5469;
    margin-top: 10px;
}

.addFav {
    position: relative;
}

    .addFav h3, .Ask h3 {
        color: #C23D3D;
        padding: 5px 0;
    }

    .addFav option {
        padding: 2px;
    }

    .addFav #f-addGrp {
        margin-top: 5px;
        padding: 3px;
    }

    .addFav #f-grpName {
        width: 100%;
    }

.ajaxload {
    display: none;
    width: 20px;
    height: 20px;
    background: url('/Content/Styles/Images/ajax34.gif');
}

.ajaxloadshow {
    width: 20px;
    height: 20px;
    background: url('/Content/Styles/Images/ajax34.gif');
}

.addFav .ajaxload, .Ask .ajaxload {
    position: absolute;
    top: 0px;
    left: 0px;
}

.listCom .ajaxload {
    display: block;
}

.ask-info, .ask-history {
    display: none;
}

.Share a {
    text-decoration: none;
    margin: 12px;
    float: right;
}
/* ############################# */
#searchformsamll .searchin {
    border: none;
    width: 200px;
    background-color: #dbdbcf;
    border-radius: 5px;
    padding: 7px;
    margin-right: 20px;
    line-height: 16px;
}

#searchformsamll a {
    width: 20px;
    height: 20px;
    background: url("/Content/Styles/Images/Titles.png") no-repeat scroll -18px -20px;
    display: block;
    float: left;
    margin: 5px;
}

header .alfabet, header .panelMenu {
    position: absolute;
    right: 185px;
    top: 139px;
    width: 100%;
}

.dropdown-menu > li > ul {
    right: 0;
}


.content-wrapper {
    margin-top: 20px;
    height: 37px;
   
    background: url('/Content/Styles/Images/fp_botNav.jpg') repeat-x;
}
.copyright img {
    
    margin-top: -10px;
}
.alfabet .dropdown-menu li {
    float: right;
    width: 30px;
    height: 30px;
    padding: 0;

    text-align: center;
}
.alfabet .dropdown-menu > li > a {
    display: block;
     padding: 0 ;
    clear: both;
    font-weight: normal;
    /* line-height: 1.42857143; */
    line-height:normal;
    color: #ECECED;
    white-space: nowrap;
    margin:2px;
}