@charset "utf-8";
/* CSS Document */
/*html {overflow-y: scroll;}*/

body{
	margin:0px;
	padding:0px;
	background-color:#181818;
	font-family:Verdana;
	font-size:12px;
	color:#999;
}
img{
	border:0px;
}
.mainColor{
	color:#cc0;
}
a{
color:#fff;
}
a:hover{
text-decoration:none;
}
.tekst{
text-indent:10px;
}
ul{
	list-style:none;
	padding:0;
	margin:0;
}
/* PAGE OVERALL */
#header{
	width:100%;
	position:fixed;
	height:55px;
	background:#770 url(img/logo-header.jpg) no-repeat 285px 20px;
	z-index:100;
	color:#181818;
	padding: 5px 0 5px 40px;
	border-bottom:#222 solid 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header img{
	float:left;
}
#header-footer{
	position:absolute;
	bottom:0;
	right:43px;
	margin:0 0 3px 3px;
	font-size:10px;
	color:#333;
}
#header-footer a{
	color:#aaa;
}
h1, h2, h3, h4{
	margin:0;
	padding: 0 0 0 280px;
}
h1{
	font-size:18px;
}
h2{
	font-size:14px;
}
h3{
	font-size:11px;
	padding-top:2px;
}
h4{
	font-size:10px;
	position:relative;
	top:6px;
	background-color:#181818;
	padding-top:3px;
}
#anchor {
	position:relative;
	top:-90px;
}
.anchor-period{
	position:relative;
	top:-110px;
}
#content{
	position: absolute;
	width:600px;
	left:320px;
	text-align:left;
	margin-top:90px;
	z-index:1;
	padding-bottom:15px;
}
/* ARTICLES */
.article{
	margin-bottom:15px;
	width:600px;
}
.article hr{
	margin:7px;
	height:1px;
	background:#444;
	border:none;
}
.article-header{
	border-top:#333 solid 1px;
}
.article-selected{
	border-top:#fff solid 1px;
}
a.article-title{
	display:block;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#aaa;
	position:relative;
	top:-18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-position:right;
	background-repeat:no-repeat;
}
a.article-title:hover{
	color:#fff;
	background-color:#333;
}
.article-selected a.article-title{
	color:#fff;
}
.article-selected a.article-title:hover{
	background:none;
}
.work-count{
	font-size:10px;
	font-family:Verdana;
	padding:2px;
	display:inline-block;
	border-left:#333 solid 1px;
	border-bottom:#333 solid 1px;
}
.article-author-info{
	height:100px;
	position:relative;
	border-bottom:#333 solid 1pxx;
	top:-5px;
}
.author-bio{
	position:absolute;
	top:0px;
	left:225px;
	height:100px;
	width:375px;
	overflow:auto;
}
.article-content{
	padding-bottom:15px;
	margin-bottom:30px;
	border-bottom:#fff solid 1px;
}
/* ARCHIVE GALLERY */
.archive{
	margin-bottom:15px;
	width:600px;
	position:relative;
}
.archive-description{
	height:150px;
	overflow-y:scroll;
	position:relative;
}
.archive-works{
	height:250px;
	overflow:auto;
	position:relative;
}
.archive-works table{
	border-spacing:10px;
}
.archive-works table td{
	vertical-align:top;
	padding:0;
	margin:=;
}
.archive-work{
	position:relative;
}
.archive-work-description{
	background:url(img/background_black_75.png);
	height:10px;
	width:auto;
	left:0;
	right:0;
	overflow:hidden;
	position:absolute;
	bottom:-15px;
	display:block;
	padding:3px;
	font-size:10px;
}
.archive-work a{
	color:#aaa;
}
.archive-work .work-title{
	color:#fff;
	font-weight:bold;
}
.archive-work:hover .archive-work-description{
	height:auto;
}
/* WORKS */
.work-container{
	position:relative;
}
.work-image{
	width:200px;
	height:200px;
	overflow:auto;
}
.work-details{
	position:absolute;
	height:200px;
	width:380px;
	top:0;
	left:220px;
	font-size:0.75em;
	overflow:auto;
}
.work-details .caption{
	font-weight:bold;
	color:#aa0;
	color:#fff;
	width:60px;
	display:inline-block;
}
/* FURNITURE MENU */
.furniture-container{
	color:#333;
	font-size:10px;
}
.furniture-container a{
	color:#333;
	font-size:12px;
}
.furniture-selected{
	color:#fff;
	font-size:12px;
}
a.furniture-sub{
	font-size:10px;
	color:#333;
}
/* SELECTED AUTHORS */
.selected-authors-table{
	border-spacing:10px;
}
.selected-authors-table td{
	vertical-align:top;
}
.selected-authors{
	padding:10px;
	border:#181818 solid 1px;
}
.selected-authors:hover{
	background-color:#333;
	border:#3a3a3a solid 1px;
}
.selected-authors a{
	text-decoration:none;
	font-weight:bold;
}
.selected-work-count{
	font-size:10px;
	color:#777;
}
/* MENI PERIODA */
h4 a{
	color:#777;
	text-decoration:overline;
}