/* 
    Document   : style
    Created on : Aug 13, 2013, 3:56:36 PM
    Author     : amin
    Description:
        Purpose of the stylesheet follows.
*/
@font-face {
	font-family: 'Ham3D';
	src: url('../fonts/BYekan.eot'); /* IE9 Compat Modes */
	src: url('../fonts/BYekan.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	     url('../fonts/BYekan.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/BYekan.ttf')  format('truetype'), /* Safari, Android, iOS */
	     url('../fonts/BYekan.svg#svgFontName') format('svg'); /* Legacy iOS */
}

*{font-family: 'Ham3D';}

a{cursor: pointer; text-decoration: none; color: #fff}
body{
    margin:0; padding:0px; width:100%;
    font-family: 'Ham3D';
    font-size: 12px;
    background-color: #EDF0F5;
    font-family: 'Ham3D';
}
.post { 
    width: 705px;
    height: auto;
    border-right: 3px #ccc solid;
    border-top: 1px #ccc solid;
    background-color: #fff;
    margin-bottom: 10px;
    margin-right: 30px;
    padding: 5px;
    font-family: 'Ham3D';
    text-align: right;
    direction: rtl;
    float: right
}

.post p{
    font-family: 'Ham3D';
    font-size: 11px;
}
.post .id{
    color: red;
    float: right;
}
.post .postedit{
    color: #3B5998;
    float: left;
    font-size: 12px;
}
.post .postsave{
    color: #3B5998;
    float: left;
    font-size: 12px;
}
.post .postdelete{
    color: #3B5998;
    float: left;
    font-size: 12px;
}
.commentdelete{
    color: #3B5998;
    float: left;
    font-size: 12px;
}
input.comment{
    background-color: #fff;
    border: #ccc 1px solid;
    height: 17px;
}
input#comment{
    background-color: #fff;
    border: #ccc 1px solid;
    height: 19px;
}

.commentdiv{
    width: 695px;
    height: auto;
    background-color: #EDF0F5 ;
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    font-family: 'Ham3D';
    font-size: 11px;
    text-align: right;
    direction: rtl
    
}

.commentdiv .commentedit{
    color: #3B5998;
    float: left;
    font-size: 12px;
}
.commentdiv .commentsave{
    color: #3B5998;
    float: left;
    font-size: 12px;
}
.commentdiv .commentdelete{
    color: #3B5998;
    float: left;
    font-size: 12px;
}

.like, .unlike, .date, .access, .dislike{
    font-family: 'Ham3D';
    font-size: 11px;
    color: #3B5998;
    text-align: left;
}

.header{
    background-color: #4B66a0;
    width: 1240px;
    height: 40px;
    margin: 0;
    top: 0;
    padding: 20px ;
    padding-bottom: 0;
    padding-top: 0;
    position: fixed;
    text-align: right;
    float: right;
    font-family: 'Ham3D';
    
}

span.title{
    font-size: 22px;
    width: auto;
    color: #fff;
    font-weight: bold;
    font-family: 'Ham3D';
    margin: 10px;
    background: none;
    border: none;
    float: right
    
}

span.username , .sender{
    font-size: 11px;
    color: #3B5998;
    font-weight: bold;
    font-family: 'Ham3D';
    margin-left: 5px;
    
}

#sendPost{
    margin-right: 30px;
    float: right;
    text-align: right
    
}

.people_list{
    position: absolute;
    width: 780px;
    height: auto;
    margin: 50px;
    border: 1px #ccc solid;
    background-color: #fff;
    font-family: 'Ham3D';
    color: #000;
    float: left;
    clear: both
}

#target{
    position: absolute;
    width: 1200px;
    height: auto;
    margin: 50px;
    font-family: 'Ham3D';
    color: #000;
    float: left;
    clear: both
}

.sign_in  input{
    width: 200px;
    height: 30px;
    font-family: 'Ham3D';
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;

}

.sign_in  button{
    width: 200px;
    height: 30px;
    font-family: 'Ham3D';
    color: #fff;
    background-color: #4B66a0;
    border: 1px solid #ccc;

}

.title{
    width: 100%;
    height: auto;
    margin: 0px;
    border-bottom: 1px #ccc solid;
    border-top: 1px #ccc solid;
    background-color: #eee;
    font-family: 'Ham3D';
    color: #ccc;
    float: right;
    
}

.title h2{
    padding-right: 10px;
}
.friend_list{
    width: 455px;
    height:  auto;
    border: 1px #ccc solid;
    background-color: #fff;
    margin: 15px;
    margin-left: 30px;
    padding: 0px;
    font-family: 'Ham3D';
    float: left;
    margin-top: 35px;
    text-align: right;
    direction: rtl
}


.people{
    width: 340px;
    height: 50px;
    margin: 13px;
    border: 1px #ccc solid;
    background-color: #fff;
    float: left;
    padding: 10px
}

.friend{
    width: 340px;
    height: auto;
    margin: 0px;
    float: left;
    padding: 5px
}

.request{
    width: 340px;
    height: 50px;
    margin: 13px;
    float: left;
    padding: 5px
}

.people img{
    
}

.people span{
    
}

.people .addbtn {
    float: right;
    margin-top: 15px
}
.friends_icon{
    background-image: url(../img/friends.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 5px;
    color: red;
    font-size: 14px;
    font-family: 'Ham3D';
    font-weight: bold;
    float: right;
}

.notification{
    background-image: url(../img/notification.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 20px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 5px;
    color: red;
    font-size: 14px;
    font-family: 'Ham3D';
    font-weight: bold;
    float: right
}

.notificationList { 
    width: 455px;
    height:  auto;
    border: 1px #ccc solid;
    background-color: #fff;
    margin: 15px;
    margin-left: 30px;
    padding: 0px;
    font-family: 'Ham3D';
    float: left;
    margin-top: 35px;
    text-align: right;
    direction: rtl
}

.mutual_count {
    color: #aaa;
}

#content{
    position: absolute;
    width: auto;
    height: auto;
    margin: 50px;
    font-family: 'Ham3D';
    color: #000;
    float: left;
    clear: both
}



#target  input{
    width: 200px;
    height: 30px;
    font-family: 'Ham3D';
    color: #000;
    background-color: #fff;
    border: 1px solid #ccc;

}

#target  button{
    width: 200px;
    height: 30px;
    font-family: 'Ham3D';
    color: #fff;
    background-color: #4B66a0;
    border: 1px solid #ccc;

}


.header_page{
    width: 1280px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Ham3D';
    color: #fff;
    background-color: cadetblue;
    direction: rtl;
    text-align: right;
    margin-top: -5px
}

.header_page span.name{
    font-size: 44px;
}

.header_page span.description{
    font-size: 20px;
    margin-right: 150px;
}