@charset "windows-1250";
/* CSS Document */


* { outline:none; }
img { border:none; }
img#com { position:absolute;
	width: 90px;
	height: 110px;
	left: 60px;
	z-index:1;
	top: 140px;
    display: block;
    
	background-repeat:no-repeat;
    margin: 0 auto;
	}
img#arg { position:absolute;
	
	width: 180px;
	height: 45px;
	left: 15px;
	z-index:1;
	top: 570px;
    display: block;
    
	background-repeat:no-repeat;
    margin: 0 auto;
    margin:1px;
    clear: right;
	}
img#sar { position:absolute;
	
	width: 180px;
	height: 45px;
	left: 15px;
	z-index:1;
	top: 450px;
    display: block;
    
	background-repeat:no-repeat;
    margin: 0 auto;
    margin:1px;
    clear: right;
	}

body {
	margin:0;
	padding: 0px 0px 40px 0px;
	background-color:#000;
	color:#EEE;
	font-family:'lucida sans unicode', 'lucida grande', Arial, Helvetica, Sans-Serif;
}
#container {
	font-size:small;
	position:relative;
	width:100%;
	
}
#container2 {
	font-size:small;
	position:relative;
	width:800px;
	margin:0 auto;
}

/* BANNER */

#banner {
	height:40px;
	width:1024px;
	margin: 0 auto 0 0px;
	float: left;
	padding-left: 5px;
	padding-top: 10px;
	clear: right;
}
#banner h1 {
	margin:0;
	padding:0;
	font-size:120%;
	line-height:40px;
	text-align:left;
	
	}
#banner h1 a:link, #banner h1 a:visited {
	color:#888;
	text-decoration:none;
}

/* SLIDERS */


#details {
	left:-400px;
	top:120px;
	z-index:30;
	position:absolute;
	width:450px;
	height: auto;
}
a#info {
	background-image:url(../images/info.gif);
	background-position:top right;
	height:40px;
	display:block;
	text-indent:-9999px;
	
}
#notes {
	background-color:#252525;
	width:350px;
	margin:0 50px;
}

a#toggleCats {
	display:block;
	background-image:url(../images/browse.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
	text-indent:-9999px;
	
}
#catmenu {
	position:absolute;
	width:400px;
	left:-350px;
	z-index:20;
	top:80px;
	height: auto;
	
	
}
#catmenu #catlist {
	margin:0 50px;
	background-color:#252525;
	padding:0;
	font-size:100%;
	overflow:auto;
}
#catmenu ul, #catmenu h3 {
	margin:0;
	padding:5px 15px;
}
#catmenu ul li {
	display:inline;
	}
#catmenu ul li a:link, #catmenu ul li a:visited {
	display:block;
	padding:2px 0px;
	color:#999;
	text-decoration:none;
}
#catmenu ul li a:hover {
	background-color:#444;
	color:#FFF;
}
#comments {
	position:absolute;
	z-index:40;
	top:160px;
	left:-400px;
	width:450px;
	height: auto;
}
a#toggleComments {
	display:block;
	height:40px;
	background-image:url(../images/comments.gif);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
	line-height:35px;
	font-size:90%;
	text-decoration:none;
	color:#333;
	padding-right:20px;
}

#commentList {
	width:350px;
	margin:0 50px;
	background-color:#252525;
	overflow:auto;
}
#commentList ul {
	list-style:none;
	margin:0;
	padding:0;
}
#commentList ul li {
	padding:5px 15px;
	border-bottom:1px solid #666;
	}
	
#about {
	position:absolute;
	z-index:50;
	top:200px;
	left:-450px;
	width:500px;
	height: auto;
	
}	
a#aboutLink {
	display:block;
	background-image:url(../images/about.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:40px;
	text-indent:-9999px;	
	
}	
#aboutWrapper {
	margin:0 50px;
	width:400px;
	background-color:#333;
	overflow:auto;
}	
.content {
	padding:10px 20px;
	line-height:160%;
}	
	
.controls {
	position:relative;
	height:40px;
}
a.close:link, a.close:visited {
	display:block;
	width:40px;
	height:40px;
	background-image:url(../images/close.gif);
	position:absolute;
	z-index:100;
	top:0px;
	left:0px;
	text-indent:-9999px;
}
/* COMMENT FORM */

input.formfield, textarea {
	width:250px;
	padding:3px;
	background-color:#333;
	color:#DDD;
	border:1px solid #666;
	}
input.formfield:focus, textarea:focus {
	color:#FFF;
	background-color:#494949;
}

/* PHOTO */

#photoWrapper {
	position:relative;
	margin:0 auto;
	
	
	
}

img#photo {
	padding: 10px
	
}
#previous, #next {
	width:49.9%;
	display:block;
	z-index:10;
	position:absolute;
	top:0px;
	background-image:url(../images/clear.gif);
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-9999px;
}
#previous:link, #previous:visited {
	left:0px;
}
#previous:hover {
	background-image:url(../images/previous.gif);
	}
#next:link, #next:visited {
	right:0px;
}
#next:hover {
	background-image:url(../images/next.gif);
	}

/* BROWSE */

	
#browseWrapper {
	width:800px;
	margin::0 auto;
}

/* PAGES */

#pages a:link, #pages a:visited {
	display:block;
	padding:2px;
	background-color:#333;
	border:1px solid #222;
	margin:0 2px 2px 0;
	color:#999;
	text-decoration:none;
	float:left;
}

/* THUMBNAILS */

#thumbs {
	clear:both;
	}
#browseWrapper #thumbs a:link, #browseWrapper #thumbs a:visited {
	display:block;
	float:left;
	margin:0 5px 5px 0;
}
#thumbrow {
	margin:20px auto;
	
	text-align:center;
}
#thumbrow a:link, #thumbrow a:visited {
	padding:0 3px;
}

/* LINKS */ 

.content a:link, .content a:visited {
	color:#EEE;
	text-decoration:none;
	border-bottom:1px solid #999;
}
.content a:hover {
	color:#FFF;
	border-bottom:1px solid #BBB;
}
/* FOOTER */
#footer {
	font-size:10px;
	text-align:center;
}

.slika a:link, .slika a:visited {
	color:#EEE;
	text-decoration:none;
	border-bottom:none;
}
.slika a:hover {
	color:#FFF;
	border-bottom:none;
}

/* TEXT FORMATTING */

p, h2, h3 {
	margin:1em 0;
	}

#toggleText {
	text-align: left;
	padding-left: 200px;
}

#twitter {
	position:absolute;
	width: 40px;
	height: 38px;
	left: 5px;
	/*z-index:20;*/
	top: 275px;
display:inline;
margin:0;
padding:0;
background: transparent   no-repeat;

	}

a#twitter:hover{
background:  url(../images/twitter_hover.png) no-repeat;
background-position: -40px;

}

#twitter span {

}

a#twitter {

display: block;
		width: 40px;
		height: 38px;
		background-image: url(../images/twitter.png);
		background-repeat: no-repeat;
		


}

a#button1 {
	position:absolute;
	width: 40px;
	height: 38px;
	left: 5px;
	z-index:60;
	top: 270px;
    display: block;
    background-image: url(../images/twitter.jpg);
	background-repeat:no-repeat;
    margin: 0 auto;
	cursor:pointer;
}
a#button1:hover {
	position:absolute;
	width: 40px;
	height: 38px;
	left: 5px;
	z-index:100;
	top: 270px;
    background-image: url(../images/twitter_hover.jpg);
	background-repeat:no-repeat;
	
}
a .alt { display: none;
cursor:pointer;
	text-indent: -9999px;}
	
	#zsfb {
	position:absolute;
	z-index:1;
	top:280px;
	left:5px;
	width:150px;
	height:300px;
	height: auto;
	font-size:9px;
	margin-right:-10px
	
}
#zsfb a:link, #zsfb a:visited, #zsfb a:hover{
	text-decoration:none;
	color:#EEE;

}


#zfmb {

	position:absolute;
	top:780px;
	left:520px;
	width:150px;
	height:300px;
	height: auto;
	font-size:9px;
	

}
.cornerpeel {position: relative;}
.cornerpeel img {
  width: 110px;
  height: 110px;
  z-index: 101;
  position: absolute;
  right: 0;
  top: 0;
}
.cornerpeel .message {
  width: 110px;
  height: 110px;
  position: absolute;
  z-index: 100;
  right: 0;
  top: 0;
  background: #fffcf9 url(http://mihac.info/mihac/templates/minima/images/mihacWall.jpg) no-repeat right top;
  text-indent: -9999px;
}