@font-face {
    font-family: 'wfont';
    src: url('font/nassim-regular.eot');
    src: url('font/nassim-regular.eot?#iefix') format('embedded-opentype'),
    url('font/nassim-regular.woff') format('woff'),
    url('font/nassim-regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'wfont-bold';
    src: url('font/nassim-bold.eot');
    src: url('font/nassim-bold.eot?#iefix') format('embedded-opentype'),
    url('font/nassim-bold.woff') format('woff'),
    url('font/nassim-bold.ttf')  format('truetype');
}
html {
    overflow-y: scroll;
}
body {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 15px;
    line-height: 28px;
    margin: 0; padding: 0;
    background: #000;
    color: #fff;
}
div, span,
a, a:link, a:hover, a:active, a:visited {
    outline: none;
}
a, a:link, a:visited {
    text-decoration: none;
}
a:hover, a:active {
    cursor: pointer;
}
.clear {
    clear: both;
}
p {
    text-align: justify;
}
h1, h2 {
    font-family: 'wfont-bold', Tahoma, Geneva, sans-serif;
    font-weight: normal;
    color: #ff0;
}
h2 {
    font-size: 32px;
}

.main {
    width: 1000px;
    margin: 0 auto;
    direction: rtl;
}
.navigation {
    margin: 50px 0 70px;
    padding-bottom: 10px;
    border-bottom: solid 2px #408080;
    position: relative;
}
.logo {
    display: block;
    width: 253px; height: 86px;
    background: url(images/boshra-logo.png) no-repeat center top;
    float: right;
}
.logo:hover {
    background-position: center bottom;
}
.logo-text {
    position: absolute;
    bottom: -35px; right: 0;
    font-family: 'wfont-bold', Tahoma, Geneva, sans-serif;
    font-size: 21px;
    color: #fff;
}
.logo-text:hover {
    color: #ff0;
}
.links {
    position: absolute;
    bottom: 5px; left: 0;
}
.links a {
    color: #fff;
    margin-right: 20px;
}
.links a:hover {
    color: #ff0;
}
.footer {
    margin: 20px 0 50px;
    padding-top: 5px;
    border-top: solid 2px #408080;
    text-align: center;
    font-size: 13px;
}

.magazine-boshra-ctn a {
    display: block; float: right;
    padding: 5px 10px 10px 10px;
    margin: 0 0 37px 37px;
    border: solid 1px #408080;
    background: #191919;
    text-align: center;
    line-height: 0;
}
.magazine-boshra-ctn a.last {
    margin-left: 0;
}
.magazine-boshra-ctn span,
.magazine-boshra-ctn small {
    display: inline-block;
    color: #fff;
    line-height: 24px;
}
.magazine-boshra-ctn small {
    font-size: 15px;
    margin-bottom: 7px;
}
.magazine-boshra-ctn a:hover {
    border-color: #ff0;
}

.magazine-view > div {
    padding-top: 10px;
}
.magazine-desc {
    position: relative;
    width: 48%; height: 283px;
    float: right;
    text-align: left;
}
.magazine-desc.for-kids {
    height: 200px;
}
.magazine-desc strong {
    color: #ff0;
}
.magazine-desc a {
    position: absolute;
    bottom: 0; left: 0;
    display: block;
    padding: 3px 10px 5px;
    margin-top: 190px;
    background: #ff0;
    color: #000;
    font-weight: bold;
}
.magazine-desc a:hover {
    background: #fff;
}
.magazine-desc a.no-link,
.magazine-desc a:hover.no-link {
    background: #ff0;
    cursor: default;
}
.magazine-cover-img {
    width: 48%;
    padding-right: 2%;
    float: left;
    text-align: right;
    border-right: solid 1px #ccc;
}