/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: https://arcsin.se

Feel free to use and modify but please provide credits.

mmirovic comments:
------------------
Responsive design breakpoints:
610+ px - desktop version
<610 px - mobile site, small logo, no side nav, compressed menu

#############################################################*/


/* standard elements */

/*
* {
	margin: 0;
	padding: 0;
}
*/

p.fixed {
    height: 80px;
}

/* Google maps display */
#map { 	width: 95%; 
		height: 480px;
}

@media (max-width: 610px) {
#map { height: 350px; }
}


html {
	height: 100%;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	/* background: #fff url(https://bf2685.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/bg.gif) repeat-x; */
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
	height: 100%;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code, ul {
	font-size: 1.2em;
	padding-top: 1.2em;
}

ul ul{
	padding-top: 1em;
    font-size: 1.0em;
	padding-bottom: 1.0em;
}

dl.new {
	font-size: 1.2em;
	padding-bottom: 1em;
	padding-top: 0em;
}
dl {
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
}
dt { 
	float: left; 
	clear: left; 
	width: 100px; 
	text-align: right; 
	font-weight: bold; 
	color: #f70;
} 
/* dt:after { content: ":"; } */
dd { 
	margin: 0 0 0 110px; 
	padding: 0 0 0.5em 0; 
}
emph {
	color: #f70;
	font-weight: bold;
}
emph2 {
	color: #f70;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 1.5em;
	margin-bottom: 4px;
}
h2 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

/* anchor has to be moved for 100px due to header on the top */
.anchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
 }

code {
	background: url(https://c55fd9.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
cite {
	background: url(https://bc1757.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */

.float_right {
  float: right;
  margin-left: 10px;
  border: 0px;
  max-width: 50%;
}
.float_left {
  float: left;
  margin-right: 30px;
  border: 0px;
  max-width: 50%;
}
.container {
	position: relative;
	/* background: url(https://eac51c.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/topleft.gif) no-repeat; */
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}


.header {
	height: 92px;
	position: fixed;
	top: 0px;
	background: #fff url(https://bf2685.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/bg.gif) repeat-x;
	width: 100%;
	z-index: 10;
}

.bground{
	position: fixed;
	top: 0px;
	left: 0px;
}

/* title */
.title {
	/* float: left; */
	padding: 2px 0px 0px 50px;
	/* display: none; */
	height: 49px;
	overflow: hidden;
	z-index: 1;
	position: relative;
}


#logo { display: block; }
#logo_mob { display: none; }


@media (max-width: 610px) {
  #logo { display: none; }
  #logo_mob { display: block; }
  .title { padding-left: 45px; }
}

.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
}

.menu a {
	position: absolute;
	left: 40px;
	top: 58px;
	transition: 0.5s;
	display: none;
	font: bold 15px "Trebuchet MS",sans-serif;
	color: #FFF;
	text-decoration: none;
	overflow: hidden;
	padding: 4px 6px;
	z-index: 1;
  }

/*
.menu a:hover {
	background-color: #4A91C3;
}
*/

/* navigation */
.navigation {
	position: absolute;
	left: 40px;
	top: 59px;
	overflow: hidden;
	white-space: nowrap;
	z-index: 1;
}

.navigation a {
	color: #FFF;
	float: left;
	font: bold 13px "Trebuchet MS",sans-serif;
	/* margin-top: 56px; */
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	padding: 6px 12px;
}

.navigation a:hover {background-color: #4a91c3}

@media (max-width: 610px) {
    
  .navigation {
	top: 87px;
	width: 0;
	transition: 0.3s;
	background-color: #4A91C3;
  }
  
  .navigation a {
	float: none;
	text-align: left;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
  }

  .navigation a:hover {
	color: #0066cc;
	background-color: #e0e0e0;
  }

  .menu a {
	display: block;
  }

}

 
/* main */
.main {
	/* background: #FFF url(https://b6002f.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/bgmain.gif) no-repeat; */
	clear: both;
	padding: 12px 10px 0px 52px;
	margin-top: 92px;
}

@media (max-width: 610px) {
	.main { padding-left: 40px; }
}


/* main left */
.sidenav {
	float: left;
	width: 24%;
}

@media (max-width: 610px) {
	.sidenav { display: none; }
}

.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav p {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;	
}

.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(https://185bd0.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/nav_li.gif) no-repeat;
}
/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}

@media (max-width: 610px) {
	.content {width: 100%;}
}


.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content ul {
	padding-top: 1em; 
}
.content li {
	list-style: url(https://eee7ec.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/li.png);
	margin-left: 18px;
	padding-bottom: 0.5em;
}

/* search form */
.styled {
	border: 3px double #c0c0c0;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.push {
	height: 70px;
}

.push2 {
	height: 15px;
}

.footer {
	background: #0094D6 url(https://5e5b7c.claudeassets.com/20250215220145im_/https://www.drmirovic.com/img/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 1.1em;
	line-height: 40px;
	text-align: center;
}

.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/*
     FILE ARCHIVED ON 05:52:20 Jan 13, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:20:40 Jun 17, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.37
  exclusion.robots: 0.032
  exclusion.robots.policy: 0.025
  esindex: 0.007
  cdx.remote: 7.955
  LoadShardBlock: 365.467 (3)
  PetaboxLoader3.resolve: 325.612 (4)
  PetaboxLoader3.datanode: 106.465 (4)
  load_resource: 119.341
*/