/* @Author: bist script (www.20script.ir) */
@import url(reset.css);
body {
	background:url(../images/body_bg.jpg) repeat 0 0;
}
#main {
	width:435px;
	height:387px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-270px;
	margin-top:-193px;
	background:url(../images/main.jpg) no-repeat top right;
}
#bouncing-logo {
	position:absolute;
	width:65px;
	height:65px;
	bottom:30px;
	left:0;
}
#main h1 {
    font-size:640px;
    color:#FF9999;
    margin: 70px 0 50px 0;
	text-indent:-9000px;
}
ul#nav {
	list-style:none;
	position:absolute;
	bottom:90px;
	right:0;
	width:80px;
	margin:0;
	padding:0;
}
ul#nav li {
	height:24px;
	padding:0;
	margin:0;
	padding-right:12px;
	float:left;
	background:url(../images/nav_bullet.gif) no-repeat center right;
	text-align:left;
}
ul#nav li a {
	background:url(../images/menu_items.gif) no-repeat;
	display:block;
	height:24px;
	float:left;
}
ul#nav li a span{display:none}
ul#nav li#photoblog a {width:65px; background-position:-116px 0}
ul#nav li#resume a {width:44px; background-position:-70px 0}
ul#nav li#contact a {width:69px; background-position:0 0}
ul#nav li#photoblog a:hover {width:65px; background-position:-116px -24px}
ul#nav li#resume a:hover {width:44px; background-position:-70px -24px}
ul#nav li#contact a:hover {width:69px; background-position:0 -24px}
a#contact {
	display:block;
	position:absolute;
	bottom:20px;
	right:40px;
	width:95px;
	height:30px;
	text-indent:-9000px;
	background:url(../images/contact.gif) no-repeat 0 0;
	outline:none;
}
a#contact:hover {
	background-position:0 -30px;
}
a#contact.done, a#contact.done:hover {
	background:	url(../images/thanks.gif) no-repeat 0 0;
}
a#cv {
	display:block;
	position:absolute;
	bottom:20px;
	left:90px;
	width:107px;
	height:30px;
	text-indent:-9000px;
	background:url(../images/cv.gif) no-repeat 0 0;
	outline:none;
}
a#cv:hover {
	background-position:0 -30px;
}
div#form {
	width:320px;
	height:325px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-180px;
	margin-top:-220px;
	background:url(../images/form_bg.gif) no-repeat 0 0;
	padding:10px;
	display:none;
}
div#form p {
	color:#9A9A9A;
	direction:rtl;
	text-align:center;
}
.red { color:#f00;}
.fa {
	direction:rtl;
	text-align:right;
}
div#form div.entry {
	clear:both;
	padding:10px 0;
}
div#form div.entry label{
	float:right;
	width:55px;
	color:#fff;
	text-align:left;
	direction:rtl;
	margin-left:5px;
}
div#form div.entry input, div#form div.entry textarea {
	float:right;
	border:none;
	background:#fff;
	color:#666;
	height:16px;
	padding:5px;
	width:60%;
	font:11px Tahoma;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
div#form div.entry textarea {
	height:150px;
}
div.buttons {
	clear:both;
	text-align:center;
	padding:10px 60px 10px 0;
	color:#fff;	
	overflow:hidden;
	height:30px;
}
a#send {
	display:block;
	float:right;
	width:60px;
	height:29px;
	background:	url(../images/send.gif) no-repeat 0 0;
	margin-left:10px;
	outline:none;
}
a#send:hover {
	background-position:0 -29px;
}
a#cancel {
	display:block;
	float:right;
	width:60px;
	height:29px;
	background:	url(../images/cancel.gif) no-repeat 0 0;
	margin-left:40px;
	outline:none;	
}
a#cancel:hover {
	background-position:0 -29px;
}
div#box {
	visibility: hidden;
	top:0;
	left:0;
	position: absolute;
	background: #000;
	width:100%;
}
div#status {
	clear:both;
	height:20px;
	width:300px;
	margin:0 auto;
	color:#FFF;
	text-align:center;
	direction:rtl;
}
div#loading {
	visibility:hidden;
	float:right;
	width:16px;
	height:16px;
	background:	url(../images/ajax-loader.gif) no-repeat 0 0;
	margin-top:5px;
	margin-left:6px;

}
div#logo {
	width:54px;
	height:24px;
	background:url(../images/logo.gif) no-repeat 0 0;
	position:absolute;
	top:0;
	left:0;
	cursor:pointer;
}
div#shadow {
	width:65px;
	height:24px;
	background:url(../images/shadow.png) no-repeat 0 0;
	position:absolute;
	bottom:0;
	left:0;
	
}