/*  == == == == == == == == == == == == == == == == == == == == == == ==

    Theme Name: Boubakr Nour's Theme
    Theme URI: http://www.aboubaker.info/
    Description: This theme was created and developed by: Boubakr Nour
    Version: 2.5
    Author: Boubakr Nour
    Author URI: http://www.aboubaker.info/
    .
        .All Right Reserved.
    .
    == == == == == == == == == == == == == == == == == == == == == == == */


/* == == == CSS == == == */
         /* --- */
body {
    background: #d9d9d9;
    text-align: right;
}
    
a:link,a:active,a:visited {
    text-decoration: none;
    outline: none;
    color: #3cb9ea;
}
    
    a:hover { 
        color: #000;
        text-decoration: underline;
    }

img.centered,img.aligncenter {
    padding: 2px; 
    margin: 5px auto; 
    border: 2px solid #000;
}

img.alignright { 
    padding: 2px;
    margin: 5px 0 5px 5px;
    float: right;
    border: 2px solid #000;
}

img.alignleft { 
    padding: 2px; 
    margin: 5px 5px 5px 0;
    float: left;
    border: 2px solid #000;
}

img.thumb {
    float: left;
    padding: 2px;
    margin: 0 10px 2px 0;
    border: 2px solid #000;
}
        
.clear{ clear:both; }

/* == == == Wrapper == == == */
         /* ------- */
#wrapper { 
    width : 895px;
    margin: 5px auto;
    padding: 15px 10px 5px 10px;
    background: #f9f8f8;
    font: 10pt Tahoma;
    color: #555252;
}

/* == == == Header == == == */
         /* ------ */
.header {
    width: 871px;
    height: 169px;
    background: url(img/header.gif);
    margin: 10px auto;
    position: relative;
}
    
    .logo {
        width: 277px;
        height: 126px;
        position: absolute;
        top: 0;
        right: 10px;
    }
    
    #twitter {
        width: 120px;
        height: 150px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

    #tweets {
        width: 170px;
        height: 115px;
        position: absolute;
        overflow: auto;
        font: 11px Tahoma;
        text-align: right;
        line-height: 1.5;
        top: 30px;
        left: 130px;
    }
    
    #nav {
        width: 866px;
        height: 30px;
        position: absolute;
        top: 10px;
        right: 80px;
        margin-bottom: 5px;
    }   
    
        .nav li {
            display: inline;
            padding: 0 15px;
            font: 18px Arial;
            text-align: center;
        }
            
            .nav li a:hover {
                background:#38b6e8;
                height: 30px;
                border: 1px;
            }

/* == == == Container == == == */
         /* --------- */
#container {
    width: 890px;
    overflow: hidden;
    height: 100%; /* IE 6*/
}
    
.narrowcolumn {
    width: 573px;
    margin: 0;
    float: right;
}

    .post h2 a {
        width: 523px;
        height: 53px;
        font: 18pt Arial;
        text-align: right;
        line-height: 58px;
        color: #FFF;
        background: url(img/post-title.gif);
        float: right;
        padding-right: 50px;
    }

    .post-meta {
        width: 573px;
        color: #5F5E5E;
        padding-right: 50px;}

    .entry{ 
        width: 555px;
        padding: 7px;
    }
    
    .more-link {
        width: 30%;
        padding: 4px;
        margin-top: 5px;
        margin-bottom: 10px;
        display: block;
        background: #3ab8e9;
        border: 1px solid #2298c7;
        text-align: center;
        font-weight: bold;
        color: white;
        float: left;
    }
   
    .more-link:hover{ color:#ededef; }

    .post p{
        text-align: justify;
        line-height: 1.5;
        padding: 0;
        margin-bottom: 1.2em;
    }

    .entry blockquote {
        margin: 15px;
        padding: 10px;
        border-right: 5px solid #ddd;
        color: #777;
    }
    
html>body .entry ul {
    margin-left: 0px;
    padding: 0 30px 0 0;
    list-style: none;
    padding-left: 10px;
    text-indent: -10px;
}
    
    html>body .entry li {
        margin: 7px 0 8px 10px;
    }

.entry ol, .entry ul { 
    padding: 0 50px 20px 0;
    margin: 0;
}

.entry ol li {
    padding-bottom: 2px;
    list-style-type: decimal-leading-zero;
}

.entry ul li {
    padding-bottom: 2px;
    padding-right: 2px;
    list-style-type: circle;
}

.entry h1 { font-size:33px; margin: 16px 0; }

.entry h2 { font-size:28px; margin: 14px 0; }
 
.entry h3 { font-size:24px; margin: 12px 0; }
 
.entry h4 { font-size:20px; margin: 8px 0; }
 
.entry h5 { font-size:16px; margin: 6px 0; }
 
.entry h6 { font-size:13px; margin: 4px 0; }
 
.entry h1, .entry  h2, .entry h3, .entry h4, .entry h5, .entry h6 { font-family: Arial, Verdana, Sans-Serif;  }

#about_author h3 {
    font: 20px 'Times New Roman';
    padding: 7px;
    color: #2393c0;
}

#about_author {
    width: 550px;
    background: #F0F0F0;
    border: 1px solid #d2d2d2;
    color: #5f5e5e;
    overflow: hidden;
    padding: 5px;
    margin: 5px 10px 30px 5px;
}
    
.author_avatar {
    float: left;
    background: #fff;
    padding: 4px;
    margin-right: 8px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.social img { margin: 2px; }

.social img:hover{ margin: 2px; }

/* == == == Side Bar == == == */
         /* -------- */
.sidebar{
    width: 298px;
    margin: auto;
    float: left;
}
    
    .search-box {
        float: right;
        margin-right: 20px;
        margin-bottom: 10px;
    }
    
    .widget { padding: 5px;}
        
        .widget h2 {
            width: 298px;
            height: 53px;
            background: url(img/sidebar-title.gif);
            float: left;
            font: 18pt Arial;
            text-align: center;
            line-height: 52px;
            color: #FFF;
        }
            
        .widget ul {
            width: 265px;
            margin-right: 10px;
        }       
            
        .widget li {
            border-bottom: 1px dotted #a2a2a2;
            padding: 10px;
            font-size: 13px;
            font-family: Tahoma;
        }
        
        .widget li:last-child {
            border-bottom: none;
        }

        .widget li a {
            color: #6a6a6a;
            text-decoration: none;
        }

        .widget li a:hover {
            color: #057ec3;
        }

/* == == == Comments == == == */
         /* -------- */
#comments,#respond h3{
    font: bold 14pt Arial;
    color: #48c0ef;
    text-align: center;
    margin: 10px;
}

#commentform {
    width: 550px;
    background: #fff;
    border: 1px solid #a2a2a2;
    font-family: Tahoma;
    font-size: 12px;
    color: #6a6a6a;
    float: right;
    padding: 10px;
    margin: 5px 10px 30px 5px;
}

textarea ,input{
    color: #000;
    font:12px Tahoma;
    margin-bottom:7px;
    padding: 5px 5px;
    background: #f8f8f8;
    border: 1px solid #d2d2d2;
}
    
    #commentform textarea { width: 95%; }
    
    #commentform input{ width: 200px;}

    #commentform p { margin: 5px 0;}

.commentlist li .avatar { 
    float: right;
    border: 1px solid #eee;
    padding: 2px;
    background: #fff;
    margin-left:5px;
}
    
    .commentlist cite, .commentlist cite a { font: bold 12pt arial; }
    
    .commentlist p {
        line-height: 1.5;
        margin: 0 40px 5px 0;
    }
        
    .commentlist { text-align: justify; }
        
    .commentlist li {
        border: 1px solid #ccc;
        margin: 10px;
        padding: 7px;
        list-style: none;
    }
        
    .commentlist li ul li { 
        margin-left: 10px; 
        margin-right: 20px;
    }
        
.alt { padding: 10px; }
    
.children { padding: 0; }

.nocomments { text-align: center; }
    
.commentmetadata {
    margin: 0;
    display: block;
    text-align:left;
    font-size:90%;
    margin-bottom:28px;
}
    
.says { display:none; }
    
.thread-alt , .thread-even .alt { background-color: #f8f8f8; }
    
.thread-alt .odd, .thread-even{ background-color: #FFF; }
    
.even, .alt { border-right: 1px solid #ddd; }
    
.bypostauthor , .thread-alt .bypostauthor , .thread-even .bypostauthor { border: 2px solid #36b5e7 !important; }

.bypostauthor { background: url(img/auther.png) no-repeat 11px 71px !important; }

/* == == == Footer == == == */
         /* ------ */
#footer {
    width: 871px;
    height: 58px;
    clear: both;
    background: url(img/footer.gif) no-repeat; 
    overflow: hidden;
    margin: 0 auto;
}

/* == == == Cold Form == == == */
         /* ------- */
div#coldform {
    margin: 11px 0; 
    padding-right: 20px; 
    width: 420px;
}
    
div#coldform fieldset { 
    border: 0 none; 
    display: block; 
    clear: both;
}

div#coldform legend.hide {display: none;}

div#coldform label.label {
    font-size: 1.1em;
    display: block;
    margin: 5px 0;
    padding-top: 5px;
    width: 177px;
    clear: right;
    float: right;
}
    
div#coldform label.label2 {
    color:#888888;
    display:block;
    padding-bottom:10px;
    float:right;
    clear:right;
}
    
div#coldform input.input {
    border: 1px solid #7B7B7B;
    background: #FFF;
    padding: 3px 3px;
    margin-top: 10px;
    margin-right: 10px;
    display: block;
    width: 200px;
    color: #000;
    clear: left;
    float: left;
}
    
div#coldform textarea#coldform_message {
    border: 1px solid #7B7B7B;
    background: #FFF;
    padding: 1px 3px;
    margin-top: 10px;
    margin-right: 0px;
    display: block;
    width: 420px;
    color: #000;
    clear: right;
    float: right;
}
    
div#coldform input.submit {
    border: 1px solid #7B7B7B;
    margin: 7px 10px 10px 0;
    background: #FFF;
    cursor: pointer;
    display: block;
    padding: 3px;
    width: 120px;
    color: #000;
    clear: right;
    float: right;
}
    
div#coldform input.check {
    display:block;
    margin: 0;
    padding-bottom: 5px;
    width:37px;
    float:right;
    clear:right;
}