@import url(http://fonts.googleapis.com/css?family=Arvo|Lobster);
html, body, ul, ol, li, form, fieldset, legend{
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'BYekan';
  src: url('fonts/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('fonts/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('fonts/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body {
	font-family: "BYekan",Arial,helvetica,sans-serif;
	color: #292d2f;
	background: url('bg.jpg');
	text-align: center;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.7);
	font-size: 12px;
	direction:rtl;
}

h2 {
	display: block;
	margin: 20px 0;
	font-size: 30px;
	font-family:"BYekan",Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.05), 1px 1px 0px #fff;
	color: #41474a;
	font-weight: normal;
	text-align:center;
}

a, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

:focus{
	outline: none;
} 

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;	
}

.info{
	text-align:center;
	margin-top:10px;
}

.info a:hover {
	text-decoration: underline;
}

.link {
	font-size: 16px;
	font-weight: normal;
	text-align:center;
}

#content{
	padding:10px;
	border:1px solid #e8e8e8;
	border-bottom:3px solid #e8e8e8;
	border-top: none;
	border-radius:4px;	
	background:#fcfcfc;	
	margin:20px 0;
	text-align:right;
}

/*------- Notification Bar Tutorial-----*/
.note-bar{
	display:none;
	overflow: hidden;
	background: rgba(255, 88, 61, 0.4);
	height: 38px;
	border-bottom: 4px solid #fff;
	padding-right:30px;

}

.note-bar p {
	color: #FFFFFF;
	float: right;
	font-size: 12px;
	line-height: 36px;
	margin: 0 0 0 10px;
	padding: 0;
	text-shadow: none;

}

.close{
	margin: 8px 10px 0 0;
	margin-left:40px;
	float: left;
}

.open-button {
	padding-top: 10px;
	width: 30px;
	height:30px;
	background: rgba(255, 88, 61, 0.4);
	border: 4px solid #fff;
	border-top: 0px;
	position: fixed;
	top: 0;
	left: 30px;
	display: none;	
}
.open-button #showbar{
margin:0 5px;	
}