/* by i@sepa.spb.ru
icq#7353535
-----------------------------------------------------------------------------*/
/*font load*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

@font-face {
	font-family: 'LetterGothicRegular';
	src: url('/res/letr45x-webfont.eot');
	src: local('Letter Gothic'), local('LetterGothic-Regular'), url('/res/letr45x-webfont.woff') format('woff'), url('/res/letr45x-webfont.ttf') format('truetype'), url('/res/letr45x-webfont.svg#webfonthUqjNhEU') format('svg');
  
}

/*CSS reset*/
* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	top: 0px;
	width: 100%;
	height: 100%;
    background-color: #000;
    background-image: url("/res/bg.jpg");
    background-repeat: repeat;
    font-family: Tahoma, Calibri, Arial, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
a {
	color:#222;
	text-decoration: none;
}
a:hover {
	color:#444;
	text-decoration: underline;
}
hr {	
	color: #CCC;
    height: 0;
	border: 0;
	border-bottom: 1px dashed #777;
}

/*layout*/
#box{
	width: 720px;
	height: 390px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -195px;
	margin-left: -360px;	
	background-color: #b9b9b9;
	background-image: url("/res/paper.jpg");
	background-repeat: repeat-x;
	border-right: 10px solid #0F0;
	/* css3 */
	border-radius: 5px; 
	box-shadow: 0 0 40px #000;	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	-khtml-box-shadow: 0 0 40px #000;	
}
#logo {
	margin: 30px;	
	float: left;
}
#right {
    left: 265px;
	width: 425px;
	height: 390px;
	height: 100%;
	font-family: "Arial Narrow";
	font-size: 25px;
	float: left;
	font-weight: 10;
}
#contacts {
	font-family: "Tahoma";
	position: absolute;
	bottom: 40px;
	font-size: 11px;
	display: block;
}
#flip {
	position: absolute;
	bottom: 5px;
	right: 1px;
}
#flip:hover {
	margin-bottom: -1px;
}

/*name*/
#right h2 {
	margin: 35px 0 -10px -3px;
	font-weight: normal; 
	font-style: normal; 
	line-height:normal;
	font-size: 54px;
	font-family: 'Open Sans Condensed','LetterGothicRegular';
	letter-spacing: -3px;
}
#right h2 b {font-weight: 900;}
#right h2:hover {text-shadow: #999 1px 1px 20px;}

/*skills*/
ul {margin-top: 20px;}
li {
	font-size: 20px;
	padding: 3px 0; 
	list-style: inside;
	list-style-type: none;
	cursor: default;
}
li span:hover {margin-left: 1px;}

/*details*/
.skills li em {
	text-align: right;
	top: 140px;
	left: 400px;
	width: 300px;
	height: 170px;
	position: absolute;
	font-style: normal;
	z-index: 2;
	display: none;
	font-family: Tahoma;
	font-size: 11px;
	color: #333; 
}

