@import url(myfonts.css);

body{
    background: url(../img/bg.jpg);
}

.header{
    background-image: url(../img/header.jpg);
    background-repeat:  no-repeat;
    background-size: cover;
    background-position: right;
    margin-bottom: 10px;
    border-radius: 5px;
    height:140px;
}

.date{
    color:white;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.5);
    padding: 6px 5px;
}

.news ul{
    list-style: none;
    padding-right: 1px;
    margin: 0;
}

.news ul li{
    border-bottom: 1px dashed #D6D6D6;
    padding:5px 8px 5px 5px;
}

.news ul li:last-child{
    border-bottom: none;
    padding-bottom: 8px;
}

.news ul li a{
    display: block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.news ul li a:hover,.news ul li:hover{
    color:#cc0000;
    background: #F8F8F8;
}

.news ul li a:before {
    content: url(../img/arrow.png);
    margin-left: 5px;
    margin-right: 1px;
}

.box{
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: inset 0 0 12px #e0e0e0;
    margin-bottom: 7px;
}

.footer {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 5px;
    box-shadow: inset 0 0 12px #e0e0e0;
    border-top: 3px solid #900;
}

.box h3{
    margin: 5px auto 10px auto;
    padding: 3px 10px;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.3);
    color: #CC0000;
}

/*=================================
        Elements
==================================*/
.f13{
    font-size: 13px;
}
.f15{
    font-size: 15px;
}
.f17{
    font-size: 17px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.pointer{
    cursor: pointer;
}
.Yekan{
    font-family: BYekan;
}