/*  This template was created by Mantis-a [http://www.mantisa.cz/]. For more templates visit Free website templates [http://www.mantisatemplates.com/]. */



/* CSS Document */


/* General */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	font-size: 62.5%;
}

body {
	height: 100%;
	text-align: center;
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	background-color: #ACCEF3;
	min-width: 850px;
	padding-bottom: 80px; /* Simulates margin-bottom for wrapper in IE */
}

a:link, a:visited {
	color: #00598D;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
}

.cleaner {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
}

.noscreen {
	display: none;
}


/* Paragraphs, headings, ... */

p {
	line-height: 1.5;
	margin-bottom: 7px;
}

p.text-content:first-letter {
	font-size: 1.4em;
	font-weight: bold;
	line-height: 0.9;
	color: #202020;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font: 2.6em  Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px 40px;
	border-bottom: 1px solid #4C8CA6;
	width: 55%;
	padding: 15px 0 5px 0;
}

h1 a:link, h1 a:visited {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

h2 {
	font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #FFFFFF;
	padding-left: 14px;
	margin: 12px 0 0 40px;
}

h3 {
	color: #00598D;
	font: 1.7em Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	background: url('../images/h3-bg.gif') no-repeat 0 50%;
	padding-left: 35px;
	margin: 18px 0 10px 0;
}

h4 {
	font-size: 1em;
	background-color: #005E85;
	color: #FFFFFF;
	letter-spacing: 1px;
	border: 2px solid #FFFFFF;
	margin-top: 7px;
	padding: 6px 10px;
}

ul {
	list-style-type: none; 
}


/* Site wrapper */

#wrapper {
	width: 980px;
	margin: 0 auto 80px auto;
	position: relative;
	background-color: #FFFFFF;
	display: table; /* margin-bottom for FF   (?) */
	text-align: left;
	overflow: hidden;
}


/* Header */

#header {
	margin: 0 auto;
	height: auto;
	min-height: 140px;
	position: relative;
	background: url('../images/lektire.jpg');
	border-top: 4px solid #003042;
}

#header_sastavi {
	margin: 0 auto;
	height: auto;
	min-height: 140px;
	position: relative;
	background: url('../images/sastavi.jpg');
	border-top: 4px solid #003042;
}

#header-arrow {
	position: absolute;
	top: 0;
	right: 50px;
	background: url('../images/header-arrow.gif') no-repeat 0 0;
	width: 148px;
	height: 105px;
}

#about {
	position:absolute;
	top:20px;
	right:15px;
	width:350px;	
}

#about p {
	color:white;	
}

/* Menu */

#menu {
	width: 980px;
	margin: 0 auto;
	background: #4A4A4A url('../images/menu-bg.gif') repeat-x 0 0;
}

#menu ul {
	float: left;
	width: 450px;
	height: 33px;
}

#menu ul li {
	display: inline-block;
	list-style-type: none;
}

#menu li.first a {
	margin-left: 1.6em;
	display: inline;
}

#menu li a {
	float: left;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 33px;
	margin: 0 0.5em;
	padding: 0 1em;
}

#menu li a:hover {
	text-decoration: underline;
}

#menu li a.active {
	font-weight: bold;
	color: #B1EEFF;
}

#q {
	border: 1px solid black;
	height: 20px;
}

.cleaning-box { 
	min-height: 1px;
}

.cleaning-box:after {
	display: block; 
	clear: both; 
	visibility: hidden; 
	height: 0; 
	font-size: 0; 
	content: ' ';
}

.hidden { /* Skip menu */
	position: absolute;
	top: -10000px;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


/* Content boxes */

#content-box {
	width: 100%;
	margin: 0 auto;
	color: #151515;
	position: relative;
}

#content-box-in {
	width: 100%;
}

.content-box-left {
	float: left;
	width: 795px;
	margin-bottom: 4em;
}

.content-box-right {
	float: right;
	width: 180px;
	margin-bottom: 4em;
	/*background-color: #DBF3FF;*/
}

#column-right-bottom {
	background: #DBF3FF url('../images/column-right-bottom.gif') no-repeat 0 0;
	width: 180px;
	height: 20px;
}

.content-box-leftcol {
	float: left;
	width: 180px;
	margin-bottom: 4em;
}

.content-box-left-in {
	margin: 0.4em 1.7em 0 2em;
}

.gallery {
margin-top: 18px;
}

.gallery a img, .gallery a:visited img {
margin: 0 11px 16px 0;
border: 4px solid #EEEEEE;
}

.gallery a:hover img {
border: 4px solid #74BDDC;
}

.content-box-right-in {
margin: 0.4em 1.6em 0 0.8em;
}

dt {
font-size: 0.9em;
font-weight: bold;
}

dd {
line-height: 1.4;
margin-bottom: 12px;
}

dd.heading, dd.heading a, dd.heading a:visited {
margin-bottom: 1px;
/* color: #D15900; */
color:#00598D;
font-weight: bold;
}

address {
line-height: 1.5;
margin-bottom: 7px;
}


/* Footer */

#footer {
background-color: #00587D;
color: white;
width: 980px;
height: 34px;
font-size: 0.9em;
border-bottom: 2px solid #003042;
}

#footer a, #footer a:visited {
font-weight: normal;
color: white;
}

#footer p.left {
	width: 500px;
	display: inline;
	margin-bottom: 0;
	line-height: 30px;
}

#footer p.right {
	display: inline;
	margin-bottom: 0;
	line-height: 30px;
}

#footer a.b, #footer a.b a:visited {
font-weight: bold !important;
}

#footer p.left {
float: left;
text-align: left;
margin-left: 15px;
}

#footer p.right {
float: right;
text-align: right;
margin-right: 15px;
}

.content-box-right-ad {
	width:300px;
	height:250px;
	margin: 20px 0;
}

.ad_160 {
	width:160px;
	height:600px;
}

.ad_460 {
	width: 100%;
	height:60px;
	margin: 20px auto 0 auto;	
}

.ad_728 {
	width: 100%;
}

.ad_300 {
	width:300px;
	height:250px;
}

h1.main_title {
	border:0;
	margin-left:0;
	font-size:2.0em;	
}

/* LEKTIRA LIST */

.navigation {
 float:left;
 width:100%;
 padding-top:5px;
}

.navigationline {
  padding: 2px 0px;
}

.navlink {
  text-align: center;
  display: inline;
  color: #00598D;	
  font-size: 8pt;
  font-weight : bold;
  padding-left: 4px;
  padding-right: 4px;
}

.navlink#current {
  border: solid 1px;
}

.navlink a {
	font-size: 8pt;
	font-weight : bold;
	cursor:pointer;
}

.navlink a:hover {
	text-decoration:underline;	
}

#divtableknjige {
	margin-top:12px;
	clear:both;
	padding-bottom:10px;
	border-bottom:1px solid #005E85;
}

#divtableknjige table {
	font-size:10pt;
	text-align:left;
	width:100%;
}

#divtableknjige table td {
	padding:4px;
}

#divtableknjige table td.datum_col {
	width: 150px;
}

#divtableknjige table td a {
	font-size:13px;	
}

th.header {
    background-color: #005E85;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 1em;
    letter-spacing: 1px;
    margin-top: 7px;
    padding: 6px 10px;	
}

.see_more {	
	float:right;
	clear:both;
	padding:15px 0;
	font-size:14px;
	cursor:pointer;
}

.see_more:hover {
	text-decoration:none;
}

/* LEKTIRA PAGE */
#book_image_wrap {
	float:left;
	width:150px;
	padding-right:10px;
}

#book_text_wrap {
	width:750px;
	text-align:justify;
	word-wrap: break-word;	
}

#book_text_wrap p {
	text-align:justify;
	font-size:10pt;
	margin:0;
	line-height:1.2;
}

#book_rating_wrap {
	float:left;
	clear:both;
	width:100%;
	margin-top:10px;
	position:relative;
}

#rating_inner_wrap {
	float:left;
	clear:both;
	margin:10px 5px;
}

#vote_text {
	float:left;
	font-size:8pt;
	margin:1px 0 0 5px;
}

#share_wrap {
	float:left;
	clear:both;
	width:100%;
}

#share_wrap_inner {
	width:505px;
	margin-top:10px;
}

#share_bookmark_wrap {
	clear:both;
	width:300px;	
}

#book_share_wrap {
	margin-top:0px;	
}

#book_share_wrap input {
	width:350px;
	margin: 5px 0;
	border: 1px solid black;
}

#book_share_wrap span {
	position:relative;
	top:7px;	
}

.bottom_options_wrap {
	float:left;
	clear:both;
	width:100%;	
	margin-top:10px;
	padding:10px 0;
}

.bottom_options_wrap .contentpane {
	width:520px;
	padding: 12px 25px 0;
}

#book_footer_title {
	float:right;
	margin:2px 4px 0 0;
}

/* RATING */

.rating {
	cursor: pointer;
	margin: 2em;
	clear: both;
	display: block;
}

.rating:after {
	content: '.';
	display: block;
	height: 0;
	width: 0;
	clear: both;
	visibility: hidden;
}

.cancel,
.star {
	float: left;
	width: 17px;
	height: 15px;
	overflow: hidden;
	text-indent: -999em;
	cursor: pointer;
}

.star-left,
.star-right {
  width: 8px;
}

.cancel,
.cancel a {background: url(../images/delete.gif) no-repeat 0 -16px;}

.star,
.star a {background: url(../images/star2.png) no-repeat 0 0px;}

.star-left,
.star-left a {background: url(../images/star-left.gif) no-repeat 0 0px;}

.star-right,
.star-right a {background: url(../images/star-right.gif) no-repeat 0 0px;}
	
.cancel a,
.star a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: 0 0px;
}

div.rating div.on a {
	background: url(../images/star.png) no-repeat 0 0px;
}

div.rating div.hover a,
div.rating div a:hover {
	background: url(../images/star.png) no-repeat 0 0px;
}

#vote_text {
 float: right;
 font-size: 8pt;
 margin: 1px 0 0 5px; 
}

#sharebox {
	float: left;
	margin-right: 5px;
	position: absolute;
	/* background: #005E85; */
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:177px;
}

#sharebox .wdt {
	float: left;
	clear: left;
	padding: 5px;
}

#sharebox div.text {
    color: #FFFFFF;
    font: bold 14px Verdana;
    margin: 10px auto;
    letter-spacing:1px;
    text-align:center;
}

#sharebox div.image {
	width:160px;
	margin:0 auto;
	overflow: hidden;
}

#sharebox .fb-like-box {
	width: 160px !important;
	margin-top: 5px;
}

#sharebox .fb-like-box > span {
	width: 160px !important;
}

#menu ul li a.selectnav { 
	display: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
}

#menu ul li a.selectnav:hover {
	color: #00598D;
	text-decoration: none;
}

.responsive_menu {
	position: absolute;
	width: 100%;
	z-index: 9999;
	top: -200px;
}

.responsive_menu ul li a {
	background: #000;
	display: block;
	color: #fff;
	height: 29px;
	line-height: 29px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: solid 2px #333;
}

.responsive_menu ul li a:hover {
	background: #00598D;
	text-decoration: none;
}

.responsive_menu_close {
	width: 40px;
	height: 40px;
	margin: 0 auto;
	background: #000 url(../images/menu_arrow.png) no-repeat center;
	cursor: pointer;
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
}

#letter_dropdown {
	display: none;
	width: 300px;
	height: 30px;
}

@media screen and (max-width:1000px) {

	body {
		min-width: 0;
	}
	
	h1 {
		width: 380px;
	}
	
	h1.main_title {
		width: auto;
		text-align: left;
	}

	#wrapper {
		width: 100%;
		display: block;
	}
		
	#menu {
		width: 100%;
	}
	
	#footer {
		width: 100%;
	}
	
	.content-box-left {
		width: 80%;
	}
}

@media screen and (max-width:950px) {
	
	.content-box-left {
		width: 100%;
	}
	
	.content-box-left-in {
		margin: 0 10px;
	}
	
	.content-box-right { display: none; }

	#book_text_wrap {
		width: 100%;
	}
}

@media screen and (max-width:815px) {
	
	h1 {
		text-align: center;
		margin: 0 auto;
		padding-top: 8px;
	}
	
	h2 {
		width: 380px;
		margin: 12px auto 0 auto;
		text-align: center;
		padding-left: 0;
	}
	
	#about {
		position: static;
		width: 100%;
		padding-top: 12px;
		padding-bottom: 5px;
		text-align: center;
	}
	
	#about p {
		padding: 0 10px;
	}
	
	#menu ul {
		width: 73px;
	}
	
	#menu li a {
		display: none;
	}
	
	#menu li.first a {
		display: none;
	}
	
	.selectnav {
		display: block !important;
	}
	
}

@media screen and (max-width:630px) {
	
	#footer p.right { display: none; }
	
	.letter_nav { display: none; }
	
	#letter_dropdown { display: block;}
	
	#book_share_wrap { display: none; }
	
}

@media screen and (max-width:535px) {
	
	#about { display: none; }
	
	#header {
		min-height: 0;
		padding-bottom: 15px;
	}
	
}

@media screen and (max-width:460px) {
	
	#q {
		width: 120px;
	}
	
	#divtableknjige table th.datum_col {display: none; }
	#divtableknjige table td.datum_col {display: none; }
	
	.ad_728 {
		position:relative;
		left:-10px;
	}
	
	.ad_460 {
		position:relative;
		left:-10px;
	}
	
	.bottom_options_wrap a { display: none; }
}

@media screen and (max-width:400px) {
	
	#header {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	h1 { width: 100%; }
	
	h2 { width: 100%; }
	
}

@media screen and (max-width:400px) {
	
	#letter_dropdown { width: 100%; }	

}