/*
   //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   // (c) 2009 Made in E.Muravjev Studio
   // http://emuravjev.ru
   // mailto:mail@emuravjev.ru
   // -----------------------------------
   // CSS written by Arthur Rusakov
   //~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
*/

/*
+----------------------------------------
| Global settings
+----------------------------------------
*/

body {
	font-family: Arial;
	font-size: 0.7em;
	margin:0;
	padding:0;
	text-transform: uppercase;
}

a:link,
a:active,
a:visited {
	color: #000000;
}

a:hover {
  color: #ff0036;
}

img {
	border:0;
}

.content-x {
	padding-left: 4%;
	padding-right: 4%;
	padding-top: 3%;
	padding-bottom:3%;
}

.lang-switcher {
	color: #aba6a6;
}

.lang-switcher a{
	color: #aba6a6;
}

.nav-item {
	margin-right: 3%;
}

.nav-fix,
.header-text-aligner {
	padding-left:2.1em;
}

.nav-fix,
.nav {
	padding-top: 2.0em;
}

/*
+----------------------------------------
| Portfolio page
+----------------------------------------
*/

.portfolio-list-hd {
	background: url(images/portfolio-header-bg.png) repeat-x;
	width: 100%;
	height: 10px;
}

.author-copyright {
	clear:both;
}

.best-friends {
	float: right;
	margin-left: 3%;
}

.quickOpen{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	display: none;
	z-index: 100;
	}

.quickBg{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 100%; 
	visibility: hidden;
	z-index: 90;
	background: #000000;
 	opacity: 0.7;
 	filter:Alpha(Opacity='70');
	}

#t1	{
	border-collapse:collapse;
	position: absolute;
	}

div#wn	{ 
    position: relative; 
    width:100%;
    height:800px;
    overflow: hidden;	
}

/*    #wn #t1 a img {
        height: 300px;
        border: 1px solid red;
    }*/

div#scrollbar { 
    position:relative; 
    width:100%;
    height:18px;
    display:block; /* display:none initially */
}

div#track { 
    position:absolute; 
    left:0px; 
    top:0px;
    width:100%;
    height:18px; 
    background: url(images/scroller-bg.png) repeat-x;
}

div#dragBar {
    position:absolute; 
    left:0px; 
    top:0px;
	height: 18px;
    background: #000000 url(images/nav.png) no-repeat center;
    cursor:pointer;
  }  
div#le_ft { position:absolute; left:0; top:0; }  
div#rig_ht { position:absolute; right:0; top:0;  }

/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 

/*
+----------------------------------------
| About page
+----------------------------------------
*/

.about-author {
	margin-top: 2%;
	width: 100%;
	clear:both;
    margin-bottom: 3.5em;	
}

.about-author h1 {
	font-size: 1.3em;
	font-family: Arial;
	font-weight:normal;
}

.about-author p {
	text-transform: none;
	font-size: 1.2em;
	width: 80%;
	margin-bottom: 2%;
	margin-top:0;
}

.community-links {
	text-transform: none;
	font-style: italic;
	font-size: 1.2em;
	line-height:1.5em;
}

.community-links span {
	margin-left: 0.6em;
}

.author-front-photo {
	float:left;
	height: 600px;
	width: 288px;
	/*margin-right: 3.0em;*/
	background: url("images/photo.jpg");
    cursor: url("images/hand.cur"), url("images/hand.gif"), move;
}

.jovanny-lemonad {
	position:absolute;
	top: -158px;
	z-index:-1;
}