@charset "UTF-8";

.LatestPosts .main{
    margin: 7px 7px 7px 7px;
}
.LatestPosts h3 a { font: normal 0.65em yekan;
    margin-top: 0; margin-bottom: 5px; }
.LatestPosts h3 > a { padding: 0;}
.LatestPosts h3{ line-height: 0.9em; text-align: center;}
.LatestPosts p { margin: 0; font-size: 0.85em; }

.slideWrapper{
    /*direction: ltr; */
    position: relative;
    /* max-width:500px; */
}

.lSSlideOuter{
    border-right: 1px dotted;
    padding-right:10px;
    margin:20px 10px 0 0;
}

.slideWrapper .posts{
    /*direction: rtl; */
    margin: 0 40px 0 40px;
}
.slideWrapper .btn {
    margin: 0 40px 0 40px;
}

.slideWrapper .ribbon {
    font-family: b_persian_gulfregular,yekan,Tahoma;
    /* direction: rtl; */
    font-size: 2em;
    color: #6c6c6c;
}

.LatestPosts .navbar-inner {
    background: none;
    border: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

@media (max-width: 1024px){
    .slideWrapper .posts{
        margin: 0 10px 0 10px;
    }
   .LatestPosts h3 a { font-size:0.6em}
    .LatestPosts p { margin: 0; font-size: 0.83em; }
}