@charset "utf-8";
/* CSS Document */

body {
//	background: #D0E4E8;
        background: #9accfc;
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Georgia", "Book Antiqua", Palatino, serif;
	font-size: 100%;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector.*/ 
	padding: 0 0 1em 2em;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	text-align:center;
        line-height: 130%; 
}
h1{
    border-bottom: thin solid white;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */

a:link {
	color:#414958;
	text-decoration: none; // unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification 
}
a:visited {
	color: #4E5869;
	text-decoration: none;
}
a:hover, a:active, a:focus { // this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. 
	text-decoration: underline;
        background-color: #D6F5FF;
}

/* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
.container {
	width: 80%;
	max-width: 1260px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
}

/* ~~ This is the layout
*/
.content {
	padding: 10px 0;
}
.content ul, .content ol { 
	 
}
.content li{
	
}
#top{
	margin-bottom:1em;
}
#logo{
	width:472px;
	height:96px;
	margin:0 auto;
}
#logo a:hover, 
#logo a:active, 
#logo a:focus {
        background: none;
}
#main_menu{
	list-style:none;
	text-align:center;
	margin-top:1em;
}
#main_menu li{
	display:inline-block;
	padding:0.4em 1em;
	border:thin solid white;
	margin:0 0.3em;
}
#main_menu li:hover{
	background:#FFF;
}
#main_menu li a{
	text-decoration:none;
}
#volume_titul{
	
}
#volume_titul h2{
        margin-top:1em;
}

.fltrt {
	float: right;
	margin: 0 0 1em 1.5em;
}
.fltlft {
	float: left;
	margin: 0 1.5em 1em 0;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#num_p li{
	margin:10px 0 0 40px;
}

figcaption {
	font-size: 0.9em;
	font-style: italic;
	color: #333;
}
figure{
	text-align:center;
	border: thin solid #FFF;
	padding:0.3em;
}
.rubrika{
	font-size:1.2em;
	color:#1E90FF;
}
.autor{
	color:#483D8B;
	font-style:italic;
}
.pater{
	font-size:1.1em;
	font-weight:bold;
	color:#3366CC;
}
.header{
	font-size:2em;
	font-weight:bold;
	color:#3366CC;
}
.source_lit{
	font-size:0.75em;
}
.source_lit li{
	margin-left:30px;
}
.lid{
	font-size:0.9em;
	color:#2E5981;
	padding-left:50px;
}
.poems{
	margin-left:20%;
}
.block_volume{
	display:inline-block;
	vertical-align:top;
	margin:0 1em 1em 0;
}
.year{
	border-bottom:medium solid #FFF;
	margin-top:1em;
	font-size:1.7em;
	color:#447AD5;
	text-align:center;
}
.volume{
	font-size:12px;
}
.number{
	font-family:Tahoma, Verdana, Arial sans-serif;
	font-size:1em;
	font-weigh:bold;
	color:black;
	width:80px;
}
.small{
    font-size: 0.85em;
}
.comment{
    font-size:0.8em;
    color:#666666;
    text-align: center;
}
#main{
    border:thin solid white;
    padding:2em 3em;
    background: #abd6ff;
}
#main p{
    text-align: justify;
}
.block_3{
    display:inline-block;
    vertical-align: top;
    border-left: 10px solid #cbe5fe;
    padding: 0 1em;
    width:28%;
}
.column_left,
.column_right{
    display:inline-block;
    vertical-align: top;
}
.column_left{
    width:20%;
    padding-right: 1em;
}
.column_right{
    width:70%;
    border-left:thin solid white;
    padding-left: 2em;
}
.cont_autor{
    font-style: italic;
    font-size:0.9em;
    color:#06e;
}
#navigation{
    font-size: 0.8em;
}
#next_art,
#prev_art{
    position: fixed;
    width:60px;
    height:60px;
    top:10px;
    background: url("../img_sys/next_prev_arrows.png") no-repeat;
    opacity: 0.4;
}
#prev_art{
    left:10px;
    background-position: left;
}
#next_art{
    right:10px;
    background-position: right;
}
#prev_art:hover,
#next_art:hover{
    opacity: 1;
}
#left_column{
    width:30%;
    display:inline-block;
    vertical-align: top;
}
#right_column{
    width:50%;
    margin-left:5%;
    border-left:thin solid white;
    padding-left:5%;
    display:inline-block;
    vertical-align: top;
}
hr{
	border-color:white;
	}
.arhiv_file{
	font-size:0.75em;
	margin-bottom:1em;	
}
.quote {
	font-weight: bold;
	text-align: justify;
	margin-left: 500px;
	font-size: 14px;
}
.title_text {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.sign {
	font-style: italic;
	text-align: right;
}
.sign_left {
	font-style: italic;
	text-align: left;
}

.sign_bold {
	font-weight: bold;
	text-align: right;
}
.table_net {
border-collapse="collapse";
}
.table_frame {
border: 1px solid #000000 ;
}
.text_bi {
	font-style: italic;
	font-weight: bold;
}
.sign_center {
	text-align: center;
	font-style: italic;
}
.text_bi_right {
	font-style: italic;
	font-weight: bold;
	text-align: right;
}
