@import url(reset.css);

@font-face {
    font-family: 'BBCNassim';
    src: url('bbc-nassim-bold.eot');
    src: url('bbc-nassim-bold.eot?#iefix') format('embedded-opentype'),
         url('bbc-nassim-bold.woff') format('woff'),
         url('bbc-nassim-bold.ttf') format('truetype'),
         url('bbc-nassim-bold.svg#iransansz-webfont') format('svg');
    font-weight: bold;
    font-style: normal;
}

a{
    color: #222222;
    text-decoration: none;
}
.clear{
	width:100%;
	clear:both;
}
#print{
    width: 735px;
    margin: 40px auto;
    border: 1px solid #000000;
    border-radius: 7px;
    padding: 20px;
    font-family: 'BBCNassim';
}
#print .logo{
    float: right;
    margin: 0px 0 0 0;
	width:440px;
}
#print .logo img{
float:right;
}
#print .slogan{
font-size: 25px;
font-weight: bold;
color: #555;
float: right;
margin: 20px 10px 0px 0px;
width: 430px;
text-align: right;
}
#print .info{
/*     border: 1px solid #000000; */
    border-radius: 7px;
    padding: 10px;
  /*   float: left; */
    width: 270px;
    height: auto;
    direction: rtl;
    color: #555555;
    font-weight: bold;
    line-height: 27px;
}
#print .info .left{
    text-align: left;
    direction: ltr;
    font-weight: normal;
}
#print .info .time{
    float: left;
}
#print .doprint{
    margin: 10px 0 0 5px;
}
#print .loop{
    direction: rtl;
	border-top: solid 2px #E4E4E4;
	background: url(../images/print-bg.png) repeat-y center top;
}
#print .loop h2{
    font-size: 24px;
    font-weight: bold;
    color: #555555;
    text-align: right;
    margin: 5px 0 15px 0;
}
#print .loop h3{
    font-size: 15px;
    font-weight: bold;
    color: #777777;
    text-align: right;
}
#print .loop p{
    text-align: justify;
    font-weight: normal;
    color: #555;
    line-height: 25px;
}
#print .loop p img{
clear: both;
display: block;
margin: 10px auto;
padding: 10px 0px;
position: relative;
}
#print .author{
    float: left;
    font-weight: bold;
    color: #777777;
    margin-top: 45px;
}
#print .author img{
    margin-top: -5px;
    border-radius: 3px;
}
#print .below{
    font-weight: bold;
    color: #777777;
    float: right;
    margin-top: 30px;
    font-size: 14px;
    line-height: 20px;
	width: 90%;
}
#print .below a{
    color: #777777;
    text-decoration: none;
}
#print .below .b{
    color: #222222;
}
#print .cp{
    background: url(../images/line.png) no-repeat center top;
    text-align: center;
    padding-top: 20px;
    font-weight: bold;
    color: #555555;
    font-size: 14px;
    margin-top: 30px;
}