/*
    Lusia Popenko Style Sheet
    by Victor Onyshchenko
    victor@2xomedia.com
*/

html {
	background-color: #333;
    overflow: -moz-scrollbars-vertical;
}

body, div, ul, li, h1, h2, h3, p, img, dl, dt, dd {
	margin: 0;
	padding: 0;
}

body {
	padding-top: 23px;
    font: 13px/1.231 "Times New Roman", "Times Roman", serif;
    color: #cb850c;
	*font-size: small;
	*font: x-small;
	text-align: center;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
}

img { border: 0 }

em {
	font-style: normal;
	font-weight: normal;
}

li { list-style: none }

a:focus, a:hover, a:active {
    outline:none;
}

a {
    color: #FCBF16;
}

#wrapper {
    position: relative;
    width: 1000px;
    height: 725px;
    margin: 0 auto;
    text-align: left;
    background: url(/images/bk-home.jpg) no-repeat 0 0;
}

/*     Header     */

img#lusia-logo {
    position: absolute;
    top: 42px;
    left: 41px;
}

.ru img#lusia-logo { left: 34px; }

ul#nav {
    position: absolute;
    top: 31px;
    right: 16px;
}

#nav li { float: left; }

#nav a {
    display: block;
    margin-right: 25px;
    height: 14px;
    font-weight: bold;
    text-indent: -9999px;
}

#nav a.about {
    width: 103px;
    background: url(/images/nav/about.png) no-repeat 0 0;
}

.ru #nav a.about {
    width: 86px;
    background: url(/images/nav/about-rus.png) no-repeat 0 0;
}

#nav a.galleries {
    width: 56px;
    background: url(/images/nav/galleries.png) no-repeat 0 0;
}

.ru #nav a.galleries {
    width: 53px;
    background: url(/images/nav/galleries-rus.png) no-repeat 0 0;
}

#nav a.press {
    width: 21px;
    background: url(/images/nav/bio.png) no-repeat 0 0;
}

.ru #nav a.press {
    width: 72px;
    background: url(/images/nav/bio-rus.png) no-repeat 0 0;
}

#nav a.contact {
    width: 58px;
    background: url(/images/nav/contact.png) no-repeat 0 0;
}

.ru #nav a.contact {
    width: 42px;
    background: url(/images/nav/contact-rus.png) no-repeat 0 0;
}

.caps {
    margin: 0 1px 0 8px;
    font-weight: bold;
    font-size: 138.5%;
}

#switch {
    position: absolute;
    display: block;
    color: #999;
    top: -15px;
    right: 44px; 
    font-size: 85%;
}

/*     Footer     */

#sfront {
    position: absolute;
    font-size: 93%;
    color: #999;
    bottom: 0;
    right: 44px; 
}

#sfront a { color: #999 }

/*     About     */

.about #wrapper { background: url(/images/bk-about.jpg) no-repeat 0 0; }

.about h1 {
    position: absolute;
    display: block;
    width: 103px;
    height: 12px;
    top: 185px;
    left: 42px;
    background: url(/images/h1-about.png) no-repeat 0 0;
    text-indent: -9999px;
}

.about.ru h1 {
    width: 88px;
    height: 15px;
    top: 184px;
    left: 42px;
    background: url(/images/h1-about-rus.png) no-repeat 0 0;
}

.about #text {
    position: absolute;
    width: 560px;
    height: 510px;
    top: 89px;
    left: 375px;
    padding: 3px 20px 20px 0;
    overflow: auto;
}

.about #wrapper div p {
    margin-bottom: 14px;
    color: #960;
}

.about img#lusia-photo {
    position: absolute;
    top: 238px;
    left: 66px;
}

/*     Home     */

.home #wrapper { background: url(/images/bk-home.jpg) no-repeat 0 0; }

.home h1 {
    position: absolute;
    display: block;
    width: 39px;
    height: 12px;
    top: 176px;
    left: 42px;
    background: url(/images/h1-home.png) no-repeat 0 0;
    text-indent: -9999px;
}

.home.ru h1 {
    width: 121px;
    height: 17px;
    top: 173px;
    background: url(/images/h1-home-rus.png) no-repeat 0 0;
}

.home #text {
    position: absolute;
    width: 280px;
    height: 400px;
    top: 211px;
    left: 42px;
}

.home #wrapper div p {
    margin-bottom: 12px;
    color: #960;
}

.home #painting {
    position: absolute;
    top: 155px;
    left: 349px;
}

/*     Gallery     */

.gallery #wrapper { background: url(/images/bk-pic.jpg) no-repeat 0 0; }

.gallery h1 {
    position: absolute;
    top: 173px;
    left: 42px;
}

.gallery h2 {
    position: absolute;
    top: 630px;
    left: 385px;
}

#thumb-wrap {
    position: absolute;
    width: 319px;
    height: 448px;
    top: 205px;
    left: 42px;
    overflow: auto;
}

#thumb-wrap div {
	float: left;
	width: 140px;
	height: 140px;
	margin: 0 10px 10px 0;
	text-align: center;
	background: url(/images/bk-thumb.png) no-repeat 0 0;
}

#thumb-wrap div.last {
    margin-right: 0;
}

#thumb-wrap div.sel { background: url(/images/bk-thumb-active.png) no-repeat 0 0; }

#big {
    position: absolute;
    width: 568px;
    height: 566px;
    top: 54px;
    left: 385px;
    text-align: center;
    vertical-align: middle;
}

a#prev, a#next {
    position: absolute;
    display: block;
    width: 67px;
    height: 17px;
    top: 656px;
    text-indent: -9999px;
}

a#prev {
    left: 532px;
    background: url(/images/a-prev.png) no-repeat 0 0;
}

a#next {
    left: 773px;
    background: url(/images/a-next.png) no-repeat 0 0;
}

a#enlarge {
    position: absolute;
    display: block;
    width: 59px;
    height: 15px;
    top: 631px;
    left: 896px;
    background: url(/images/enlarge-eng.png) no-repeat 0 0;
    text-indent: -9999px;
}

.ru a#enlarge {
    width: 79px;
    left: 876px;
    background: url(/images/enlarge-rus.png) no-repeat 0 0;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
    position: absolute;
    top: 100px;
    left: 400px;
    border: 1px solid #BBB;
    border-bottom-width: 0;
    line-height: 14px;
    text-align: center;
    z-index: 100;
    background-color: #fafafa;
    width: 100px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
}

.dropmenudiv a {
    width: auto;
    display: block;
    border-bottom: 1px solid #BBB;
    padding: 2px 0;
    text-decoration: none;
    color: #cb850c;
}

* html .dropmenudiv a {
    width: 100%;
}

.dropmenudiv a:hover {
    background-color: #F0F0F0;
}

#error {
    position: absolute;
    width: 600px;
    top: 154px;
    left: 350px;
}

#error h2 {
    font-size: 138.5%;
    font-weight: bold;
    margin-bottom: 15px;
}

/*     Admin     */

.admin #wrapper { background: url(/images/blank.jpg) no-repeat 0 0; }

#adm {
    position: absolute;
    width: 600px;
    height: 510px;
    top: 170px;
    left: 70px;
    padding: 3px 20px 20px 0;
}

#panel {
    width: 882px;
    margin: 10px auto;
    padding: 5px;
    color: #fff;
    border: 1px solid #eee;
    overflow: hidden;
}

#panel a { color: #fff }

.edit { font-size: 9px }