/*  
Theme Name: yasiralsekhan
Theme URI: http://yasir.ws
Description: Based on Google Chrome Browser
Version: 1.2
Author: Sami Mansour
Author URI: http://samiman.net/
*/

html, body {
height: 100%;
}

a { color: #fff; text-decoration: none; }

input, textarea{
border: 0;
}

#form input {
	width:340px;
	height: 20px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#form input:hover, #form input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
}

#form textarea {
	width:400px;
	height: 100px;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
#form textarea:hover, #form textarea:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
#form  #submit-go {
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#form #submit-go:hover {
	cursor:pointer !important; cursor:hand;
}
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 50px 15px 0px;
	background-repeat: no-repeat;
	background-position: 98% center;
	direction: rtl;
}
.info {
	color: #00529B;
	background: #BDE5F8 url(../images/info.png);
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url(../images/success.png);
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url(../images/warning.png);
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url(../images/error.png);
}
.validation {
	color: #D63301;
	background-color: #FFCCBA;
	background-image: url(../images/validation.png);
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 0 -19px 0;
}

.logo{
	position: absolute;
	right:50px;
	top:20px;
	width:150px;
	height:108px;
}
.loginkey{
	position: relative;	
	margin: 0 auto;
	padding-top: 200px;
	width:216px;
	height:195px;
}
.welcomeinsite{
	position: absolute;
	left:50px;
	top:50px;
	width:399px;
	height:134px;
}
.mynewwork{
	margin: 0 auto;
	padding-top:20px;
	width:594px;
	height:520px;
}
.mynewcamera{
	position: absolute;
	top: 30%;
	left: 40%;
	background-image: url(../images/smallcamera.png);
	background-position: center;
	width:254px;
	height:259px;
}
.aboutme{
	margin: 20px auto;
	background-image: url(../images/old-papert.png);
	background-position: center;
	width:475px;
	height:511px;
}
.textaboutme{
	position: absolute;
	top: 70px;
	left: 36%;
	width: 330px;
	height: 400px;
}
.aboutmepic{
	position: absolute;
	top: 50px;
	left: 50px;
	background-image: url(../images/oldpaperp.png);
	background-position: center;
	width:225px;
	height:308px;
	text-align: center;
	vertical-align: middle;
}
.aboutmepic img{
	width:141px;
	height:217px;
	margin-right:-6px;
	padding-top: 40px;
	text-align: center;
	vertical-align: middle;
}
.gallery{
	margin: 20px auto;
	padding: 40px;
	text-align: center;
}
.gallery table{
	margin: 20px auto;
}
.showimage{
	margin: 80px 0px 80px 400px;
	background-color: #FFF;
	width: 600px;
	text-align: center;
}
.newlogo{
	position: relative;
	top: -30px;
	left: 3px;
	background-image: url(../images/newlogo.png);
	width: 69px;
	height: 70px;
}
.showimage img{
	vertical-align: middle;
	padding-top: 10px;
	width: 550px;
	text-align: center;
}
.leftcamera{
	position: absolute;
	top: 40;
	left: 50;
	background-image: url(../images/camera.png);
	width:397px;
	height:416px;
	z-index: -99999;
}
.contactcorner{
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/contactme-bg.png);
	width:661px;
	height:596px;
	z-index: -9999;
}
.contactpage{
	margin: 150px auto 0px auto;
	background: url(../images/contacmebook.png) no-repeat;
	width:455px;
	height:328px;
}
.contactform{
	padding: 60px;
	display: block;
}


.toolbar{
	position: fixed;
	bottom: 0px;
	height: 39px;
	width: 100%;
	background: url(../images/footer-bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #5a4036;
}
.leftside { float: left; }
.rightside { float: right; }
ul#english{ padding-top: 10px; }
ul#arabic{ padding-top: 5px; }
ul#english li {
	display: inline;
	padding: 5px;
}
ul#arabic li {
	display: inline;
	padding: 5px;
	color: #5a4036;
}
ul#english li a {
	font-size: 16px;
	text-decoration: none;
	color: #5a4036;
}
ul#arabic li a{
	font-size: 20px;
	text-decoration: none;
	color: #5a4036;
}
ul#english li a:hover{
	text-decoration: none;
}
ul#arabic li a:hover{
	text-decoration: none;
}



