/* 
Design & Develop By HamedR @ winter 2013
hamedr.blog.ir | Tak_theme@yahoo.com 
*/

@font-face {
  font-family: 'BYekan';
  src: url('font/BYekan.eot?#') format('eot'),  /* IE6–8 */
       url('font/BYekan.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
       url('font/BYekan.ttf') format('truetype');  /* Saf3—5, Chrome4+, FF3.5, Opera 10+ */
}

body{background:url(image/bg.jpg) repeat; margin:0px auto;}

#header{
	direction:rtl;
	margin-bottom:70px;
	text-align:center;
}
h1{
	font-family:"BYekan";
	font-size:25px;
	color:#FF0;
	text-shadow:0px 1px 1px #000;
	background-color:rgba(153,153,153,0.5);
	border-radius:5px;
	display:inline;
	padding:3px;
}
h1 a{color:#ff0;}

a, a:visited {text-decoration:none;}
a:hover { opacity:0.5; border-radius:5px;}

#main{
	margin:0px auto;
	width:800px;
	height:270px;
	background-color:#F3F3F3;
	padding:10px;
	border-radius:10px;
	box-shadow:1px 1px 2px #000;
}

#decode{
	float:right;
	padding:10px;
	margin:10px;
	background-color:#E6F2FF;
	border:1px solid #8AC5FF;
	border-radius:10px;
}
#decode-menu{
	font-family:"BYekan";
	font-size:13px;
	color:#fff;
	background-color:#09F;
	display:inline;
	border-radius:5px;
	padding:2px 3px;
	float:right;
	position:relative;
	top:-22px;
	text-shadow:0px 1px 1px #000;
}

#encode{
	float:right;
	padding:10px;
	margin:10px;
	background-color:#FFD9D9;
	border:1px solid #FF9B9B;
	border-radius:10px;
}

#encode-menu{
	font-family:"BYekan";
	font-size:13px;
	color:#fff;
	background-color:#FF3C3C;
	display:inline;
	border-radius:5px;
	padding:2px 3px;
	float:right;
	position:relative;
	top:-22px;
	text-shadow:0px 1px 1px #000;
}

#bottom{
	width:800px;
	margin:0px auto 20px auto;
}

#codex{
	padding:10px;
	margin:10px;
	background-color:#FFC;
	border:1px solid #FCDD01 ;
	border-radius:10px;
	position:relative;
	top:15px;
	width:450px;
	float:right;
	font-family:"BYekan";
	font-size:13px;
	direction:rtl;
	text-align:right;
}

#codex-menu{
	font-family:"BYekan";
	font-size:13px;
	color:#fff;
	background-color:#FC0;
	display:inline;
	border-radius:5px;
	padding:2px 3px;
	float:right;
	margin-top:-23px;
	text-shadow:0px 1px 1px #000;
}

#footer{
	padding:10px;
	margin:10px;
	background-color:#F0FFF0;
	border:1px solid #00C400 ;
	border-radius:10px;
	position:relative;
	top:15px;
	width:250px;
	float:right;
	font-family:"BYekan";
	font-size:13px;
	direction:rtl;
	text-align:right;
}

#footer-menu{
	font-family:"BYekan";
	font-size:13px;
	color:#fff;
	background-color:#00C400;
	display:inline;
	border-radius:5px;
	padding:2px 3px;
	float:right;
	margin-top:-23px;
	text-shadow:0px 1px 1px #000;
}
#footer li {
	list-style-type:none;
	display:inline;
	padding-right:5px;
}

#sub-dec ,#sub-enc{
	font-family:"BYekan";
	font-size:13px;
	position:relative;
	left:130px;
}

#decoded, #encoded{
	text-align:center;
	margin:0px auto;
}
#decoded p, #encoded p{
	font-family:"BYekan";
	font-size:23px;
	color:#0C0;
	text-shadow:0px 1px 1px #000;
	direction:rtl;
}
