@font-face{
font-family:"yekan";
font-style:normal;
font-weight:400;
src:url(../fonts/BYekan.eot?#) format('eot'),
url(../fonts/BYekan.woff) format("woff"),
url(../fonts/BYekan.ttf) format('truetype');
}

@font-face{
font-family:'Droid-Naskh';
font-style:normal;
font-weight:400;
src:url('../fonts/DroidNaskh-Regular.woff') format('woff')
}

@charset "utf-8";

body {
margin: 0;
padding: 0;
font-family: tahoma;
}
#flink {
	background-color:#ffffff;
	width:100%;
/*	height:9000px;*/
}

#linkheader {
background-color: #0b5424;
bottom: 0;
position: fixed;
width: 100%;
z-index: 1000;
height: auto;
top: auto;
right: auto;
left: 0;
padding: 0;
box-shadow: none;
border-radius: 0;
border-top: 3px solid #ff7800;
}
.headerlink-logo {
background-image: url(../images/logo-link.png);
background-repeat: no-repeat;
width: 52px;
height: 25px;
background-position: right bottom;
position: absolute;
bottom: 2px;
right: 30px;
}
.close {
background-color: #f00;
display: inline-block;
float: left;
width: 27px;
height: 27px;
color: #fff;
text-align: center;
font-size: 20px;
line-height: 27px;
font-weight: bold;
cursor: pointer;
}
#linkheader h1 {
font-size: 12px;
display: inline-block;
color: #fff;
float: right;
margin: 5px 120px 0 0;
font-weight: bold;
font-family: tahoma;
}
#linkheader .summary {
font-size:0;
}
.message {
}
.tabs {
display:none;
}
.not-front .region-content {
margin-top: 0px;
}