﻿
/*SocialNetworks*/
/********************************************************/
.fb
{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left top;
}

    .fb:hover
    {
        background: url(../images/sociables-icons.jpg) no-repeat left -28px;
    }

.twtr
{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -56px;
}

    .twtr:hover
    {
        background: url(../images/sociables-icons.jpg) no-repeat left -84px;
    }

.lkdn
{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -112px;
}

    .lkdn:hover
    {
        background: url(../images/sociables-icons.jpg) no-repeat left -140px;
    }

.youtb
{
    width: 28px;
    height: 28px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(../images/sociables-icons.jpg) no-repeat left -168px;
}

    .youtb:hover
    {
        background: url(../images/sociables-icons.jpg) no-repeat left bottom;
    } 


/********************************************************/


.mytextbox {
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 3px; 
    border: 1px solid #848484; 
    outline:0; 
    height:30px; 
    width: 250px;
    font-family:Tahoma;
    font-size:8pt;
   background: #F2F5FD;
    
     
    margin-right:5px;
}

    .textboxem:hover, .textboxem:focus {
        border-color: #a8a7a7;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.mybutton  {
    padding: 10px 15px;
background: #4B8ABE;
color: rgb(242, 255, 57);
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 10px;
border: solid 2px #E0B317;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
transition-duration: 0.2s;
cursor: pointer;
width: 115px;
font: 13px 'web_yekan';

}


    .mybutton:hover, .buttonem:focus {
        border: solid 2px rgba(255, 224, 9, 0.28); 
        text-decoration: none;
        color:white;
       
    }

    .mybutton:active {
        -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
        background: #005ca9;
        border: solid 1px #203E5F;
    }

    .mytblUser {
    background:#f0f0f0;
    float:right;
    margin:20px;
    clear:both;
    box-shadow: 0 0.5px 0 0 #ffffff inset, 0 1px 2px 0 #B3B3B3;
}
    .mytblUser tr th {
        background:#099edc;
        text-align:center;
        color:white;
        font:bold 9pt tahoma;
        height:35px;

        background: #258dc8; /* Old browsers */
background: -moz-linear-gradient(top,  #258dc8 0%, #258dc8 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#258dc8), color-stop(100%,#258dc8)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #258dc8 0%,#258dc8 100%); /* IE10+ */
background: linear-gradient(to bottom,  #258dc8 0%,#258dc8 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#258dc8', endColorstr='#258dc8',GradientType=0 ); /* IE6-9 */

    }
    .mytblUser tr td {
        padding:5px;
        background:white;
        padding:5px;
    }



.farsifont {
     font: normal 18px/38px BKoodakBold,tahoma !important;
}


.nazartext {
     font: normal 10px/29px BKoodakBold,tahoma;
overflow: hidden;
display: block;
padding: 12px;
}


.dimotbl {
    margin:0px auto;
    direction:rtl;
}

.Archive {    
padding: 140px 510px 0 0;
text-shadow: 1px 6px 5px #000;
font: normal 16px/29px BKoodakBold,tahoma;
font: 20px 'BMahsa';
}

    .Archive a {
        color: #c19935;

    }



    /********** مربوط به شبکه های اجتماعی ***********/

    ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
  list-style: none;
float: right;
width: 45px;
}

.share-title {
   margin-bottom: 15px;
   color: rgb(224, 179, 23);

}

.share-main {
    float:left;
}
/******************************************************/