@charset "utf-8";

@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/DroidKufi-Regular.eot);
  src: url(fonts/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Regular.woff2) format('woff2'),
       url(fonts/DroidKufi-Regular.woff) format('woff'),
       url(fonts/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/DroidKufi-Bold.eot);
  src: url(fonts/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(fonts/DroidKufi-Bold.woff2) format('woff2'),
       url(fonts/DroidKufi-Bold.woff) format('woff'),
       url(fonts/DroidKufi-Bold.ttf) format('truetype');
}

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	direction:rtl;
}

body {
	/*font-family:Tahoma, Helvetica, Arial;*/
	font-family: 'Droid Arabic Kufi', Tahoma, Helvetica;
	font-size: 12px;
	color: #000;
	text-align: center;
	background:#0d0703 url(../../images/site_files/asefmakool_bg.jpg) center top no-repeat;
}

strong {
	font-weight:bold;
}

#wrapper {
	width:100%;
	height:100%;
}

a:visited , a:link {
	color: #000; 
	text-decoration: none;
}
a:hover {
	color:#C00;
	text-decoration:none;
}

ul,li {
	list-style:none;
}

select,input {
	font-size: 11px;
	font-family: 'Droid Arabic Kufi';
	color: #563D00;
	height: 21px;
	background-color: #fff;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}  /* for IE/Mac */

html[xmlns] .clearfix {
	display: block;
}

.noborder {
	border:none;
}

.red {
	color:#F00;
}

.hint {
	color:#F00;
	font-family:Tahoma;
	font-size:12px;
	font-weight:normal;
}

/* content */

#icons {
	position:absolute;
	right:0;
	top:130px;
}

#icons li {
	margin-bottom:3px;
}

#icons a {
	padding:15px 16px 16px 15px;
	display:block;
}

#home {
	background:url(../../images/site_files/ico_home.gif) no-repeat 0 0;
}

#home:hover {
	background:url(../../images/site_files/ico_home.gif) no-repeat 0 -31px;
}

#english {
	background:url(../../images/site_files/ico_english.gif) no-repeat 0 0;
}

#english:hover {
	background:url(../../images/site_files/ico_english.gif) no-repeat 0 -31px;
}

#hebro {
	background:url(../../images/site_files/ico_hebro.gif) no-repeat 0 0;
}

#hebro:hover {
	background:url(../../images/site_files/ico_hebro.gif) no-repeat 0 -31px;
}

#info {
	background:url(../../images/site_files/ico_i.gif) no-repeat 0 0;
}

#info:hover {
	background:url(../../images/site_files/ico_i.gif) no-repeat 0 -31px;
}

#contact {
	background:url(../../images/site_files/ico_maillist.gif) no-repeat 0 0;
}

#contact:hover {
	background:url(../../images/site_files/ico_maillist.gif) no-repeat 0 -31px;
}

#twitteri {
	background:url(../../images/site_files/twitterl.png) no-repeat 0 0;
}

#twitteri:hover {
	background:url(../../images/site_files/twitterl.png) no-repeat 0 -31px;
}

#rssi {
	background:url(../../images/site_files/rss.png) no-repeat 0 0;
}

#rssi:hover {
	background:url(../../images/site_files/rss.png) no-repeat 0 -31px;
}

/* ************************************* */
#maillist {
	position:absolute;
	top:207px;
	right:-154px;
	width:185px;
	z-index:10000;
}

#maillistlabel {
	float:left;
	background:url(../../images/site_files/ico_maillist.png) no-repeat 0 0;
	height:85px;
	width:31px;
	cursor:pointer;
}

#maillistlabel:hover {
	background:url(../../images/site_files/ico_maillist.png) no-repeat 0 -85px;
}

#maillistcontent {
	background:#f0dbba;
	height:85px;
}

#maillisttxtbox input {
	height:25px;
	padding-right:5px;
	width:130px;
	margin-top:15px;
	border:solid 1px #c5ab86;
	color:#c5ab86;
}

#maillistsubmit input {
	width:50px;
	height:25px;
	margin-top:5px;
}

#container {
	width:870px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
}

#content {
	width:807px;
	margin: 0 auto;
	position:relative;
	padding-top:50px;
}

#linksr {
	position:absolute;
	top:135px;
	right:-60px;
	font-weight:bold;
	font-size:13px;
}

#linksr li {
	margin-top:10px;
	color:#696057;
	text-align:center;
    width: 300px;
}

#linksr li a {
	color:#fff;
}

#twscroll {
	margin-right:175px;
	width:637px;
	height:550px;
	line-height:22px;
	font-size:13px;
	overflow:hidden;
	direction:ltr;
}

#twscroll .jspVerticalBar {
	left:2px !important;
	right:auto !important;
}

.twitem {
	direction:rtl;
	min-height:92px;
	padding:15px;
	border-bottom:solid 2px #e5e5e5;
	width:560px;
	margin:0 auto;
    background: #fff;
}

.twitem:hover {
	background:#F7F7F7;
}

.twright {
	width:44px;
	float:right;
}

.twleft {
	width:505px;
	float:left;
}

.twright img {
	width:44px;
	height:44px;
}

.speaker {
	height:44px;
	line-height:44px;
}

.speaker h4 {
	float:right;
	font-weight:bold;
	font-size:15px;
}

.tweet {
	font-size:13px;
	line-height:30px;
	text-align:right;
}

/* footer */
#footer {
	margin-top:15px;
	text-align:center;
}

#links {
	color:#fff;
	font-size:11px;
}

#links ul {
	margin-right:14px;
	text-align:center;
}

#links li {
	display:inline-block;
	height:23px;
	padding-left:7px;
}

#links a {
	color:#fff;
	font-weight:bold;
}

#links a:hover {
	color:#FF9;
}

#push {
	height:25px;
}

#copyright {
	height: 20px;
	background:#000;
	color:#4a4a4a;
	line-height:20px;
	width:100%;
	font-weight:bold;
	font-size:10px;
	margin-top:3px;
}


.hide {
	display:none;
}

.noop {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Netscape */
	-moz-opacity: 0;
	/* Safari 1.x */
	-khtml-opacity: 0;
	/* Good browsers */
	opacity: 0;
}

p {
    padding: 10px 0;
}