/* Email Obfuscation */
.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.typeface-js{
	font-family: "Christopherhand";
}

a:link, a:hover, a:active, a:visited {
	color:#990000;
	text-decoration:none
	}

body{
    color:#fff;
	/*background:url("../img/metal022.jpg");*/
	background: #000 url("../img/cloth022.jpg");
	height:100%;
}
#sidebar{
	width:35px;
	position:absolute;
	left:0;
	top:0;
	min-height:500px;
	height:100%;
	
}

#container{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-350px;
	margin-top:-135px;
	border:8px solid #fff;
    height:270px;
    width:700px;
    border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background:rgba(0, 0, 0, 0.4);
	color:#000;
	box-shadow: 5px 7px 3px #666;
	-webkit-box-shadow: 5px 7px 3px #666;
	-moz-box-shadow: 5px 7px 3px #666;
}

	#content{
		margin:25px;
		position:relative;
	}
	    #project{
	    	font-size:2.8em;
			line-height:1em;
	    }
		#project img{
			float:left;
			margin:10px 15px 0 0;
		}
	    #content .replace {
	    	position:relative;
			width:700px;
			overflow:hidden;
	    }
		#contact{
			text-align:center;
			font-size:0.9em;
		}