/* ----- The Basics (elements) ----- */
body {
	background: #fff;
	color: #b8bbab;
	font: 12px/1 normal Helvetica, Arial, sans-serif;
	overflow: hidden;
}

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

a:active {
	outline: none;
	color: #ef7e0e;
}

a:focus {
	-moz-outline-style: none;
}

h2 {
	letter-spacing:1px;
}

/* Fixes browser-resized image quality in IE */
img { -ms-interpolation-mode: bicubic; }


p {
	margin: 10px 0px;
	line-height: 120%;
}

/* ----- The Basics (classes) ----- */
.alt {
	left: -9999px;
	position: absolute;
}

.clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}


/* ----- Base Layout ----- */
div#window {
	/* bottom: 0; --Elena OUT */
/*	top: 65px;*/
	left: 0;
	top: 0;
	position: absolute;
}

div#window ul.hfeed {
	overflow: hidden;
	width: 9999%;
}

div#window li.hentry {
	float: left;
	position: relative;
}

div#window li.hentry div.entry-loadanime {
	z-index:-11; 
	position: absolute;
	margin-left: 200px;
	margin-top: 200px;
}

div#window li.hentry div.entry-content {
	padding-top: 65px;
}

div#window li.hentry h2.entry-title {
	padding: 30px 0 10px 15px;
	text-transform: uppercase;
	float: left;
}

div#window li.hentry div.title-image {
	float: left;
	padding-left: 25px;
	padding-top: 29px;
}

div#container {
	background-color: #fff;
	padding-right: 5px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 195px;
}

div#container h1#title {
	cursor: pointer;
}

div#container h3#title {
	cursor: pointer;
}

ul#view-navigation {
	display: none;
	padding-left: 7px;
}

ul#view-navigation li {
	margin-top: 2px;
}

ul#view-navigation li a {
	background: #babaae;
	color: #fff;
	display: block;
	font-size: 12px;
	padding: 8px 0;
	text-align: center;
	text-transform: uppercase;
	width: 184px;
	letter-spacing: 1px;
}


ul#view-navigation li a:hover {
	background: #ef7e0e;
}


ul#view-navigation li a.current {
	background: #ef7e0e;
	padding: 12px 0;
    line-spacing: 10px;
}

ul#view-navigation div.wrapper {
	display: none;
	margin-bottom: 2px;
	width: 185px;
}

ul#view-navigation ul.thumbnails li {
	float: left;
	margin: 2px 2px 0 0;
}

ul#view-navigation ul.thumbnails li a {
	background: none;
	display: inline;
	float: left;
	padding: 0;
	width: auto;
}

ul#view-navigation ul.thumbnails li a img {
	height: 35px;
	width: 35px;
}

div.wrapper p {
	background: url("../images/button-prev.gif") no-repeat 0 0;
	position: relative;
	height: 38px;
}

ul#view-navigation div.wrapper p a {
	background: none;
	height: 38px;
	outline: none;
	position: absolute;
	top: 0;
	width: 92px;
}

div.wrapper p a.prev {
	left: 0;
}

div.wrapper p a.next {
	right: 0;
}

ul#view-navigation div.wrapper p a.next:hover {
	background: url("../images/button-next.gif") no-repeat 0 0;
	width: 108px;
}

div#container h1 {
	background: url("../images/logo.gif") no-repeat 0 0;
	height: 22px;
	/* margin: 10px 0; */
	margin:10px 0 0 8px;
}

div#email {
	height: 32px;
	margin: 0 0 0 8px;
}

ul#navigation {
	margin-top: 9px;
}

ul#navigation li {
	float: left;
	margin: 0;
}

ul#navigation li:last-child {
	margin: 0;
}

ul#navigation li a {
	/* background-position: -8px 0; */
	background-repeat: no-repeat;
	display: block;
	height: 65px;
	width: 65px;
}

a#nav-view {
/*	background-image: url("../images/nav-view.gif"); */
}

a#nav-contact {
/*	background-image: url("../images/nav-contact.gif"); */
}

a#nav-about {
/*	background-image: url("../images/nav-about.gif"); */
}

/*
ul#navigation li a:hover {
	 background-position: 0 -50px;
}
*/
.growImage {
	position:relative;
	width:50px;
	left:8px;
	top:0px;
	cursor: pointer;
}

.growDiv {
	left: 0px;
	top: 0px;
	width:65px;
	height:65px;
	position:relative;
	cursor: pointer;
}

.transparent {
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    position: absolute;
	margin-left: 170px;
	top: 170px;
	border: 1px solid #999;
	background-color: #FFF;
	z-index: 100;
}

.graphic {
	margin: 20px;
}

.close {
	position:absolute;
	bottom: 8px;
	right: 8px;
}

.close-img {
	padding: 10px;
}

#contact {
	width: 490px;
	height: 490px;
}

#about {
	width: 600px;
	height: 330px;
}

.text {
	padding: 10px 30px;
}

#contact .text {
	padding: 5px 0px 0px 90px;
}

#about .text {
	padding: 0px 50px 0px 60px;
}
