/**
  * Aber naturlich!
  *
  * Ja, ok ... prebili ste se do CSS fajla... Uau, zdaj ste pa 1337
  * A sem lahk vaš prijatelj?
 **/

html, body 
{ 
  height: 100%; 
  margin: 0; 
  padding: 0; 
  font-family: Verdana; 
  font-size: 0.95em; 
}

#bg 
{
  position: fixed; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}

#content 
{ 
  position: relative; 
  z-index: 1; 
  width: 100%; 
  height: 98%; 

}
#title 
{ 
  position: absolute; 
  top: 21%; 
  left: 34%; 
  font-size: 1.5em; 
  font-weight: bold; 

}
#title2 
{ 
  position: absolute; 
  top: 24%; 
  left: 30%; 
  font-size: 1.0em; 
  font-weight: bold; 
}

#arhive 
{ 
  position: absolute; 
  top: 1%; 
  left: 60%; 
  height: 30%; 
  width: 15%; 
  overflow: hidden; 
}
#arhive blockquote 
{ 
  margin-top: -1%; 
  margin-left: 5%; 
  margin-right: 3%; 
  font-size: 0.8em; 
}

#uparrow
{
  position: absolute;
  top: 1%;
  left: 59%;
}
#downarrow
{
  position: absolute;
  top: 30%;
  left: 59.5%;
}

#uparrow img { border: 0px solid #000000; }
#downarrow img { border: 0px solid #000000; }

#kategorije 
{ 
  position: absolute; 
  top: 1%; 
  left: 74%;
  height: 30%; 
  width: 15%; 
  overflow: hidden; 
}
#kategorije blockquote 
{ 
  margin-top: -1%; 
  margin-left: 5%; 
  margin-right: 3%; 
  font-size: 0.8em; 
}

#scrollbar_container .title 
{ 
  font-size: 1.5em;
  color: #222222; 
  border-bottom: 1px dotted #000000; 
}
#scrollbar_container p { margin-top: 0em; }
#scrollbar_container .title a
{
  color: #000000;
  text-decoration: none;
}
#scrollbar_container .title a:hover { color: #444444;}
#scrollbar_container 
{  
  position: absolute; 
  top: 35%; 
  left: 12%; 
  font-size: 0.9em; 
  margin-right: 10%; 
  height: 60%; 
  width: 75%;
} 

#scrollbar_track 
{  
  position: absolute;  
  top: 0;  
  height: 100%;  
  width: 10px;  
  background-color: transparent;  
  cursor: move;  
} 
   
#scrollbar_handle 
{  
  width: 10px;  
  background-color: #444444;  
  cursor: move;  
  opacity: 0.4;  
 /* zoom: 1;
  filter: alpha(opacity = 40);*/
} 
   
#scrollbar_content 
{  
  overflow: hidden;
  margin-left: 15px;  
  width: 100%;  
  height: 100%;  
}  
#scrollbar_content a img { text-decoration: none; }
#scrollbar_content a 
{
  color: #0000FF;
  text-decoration: underline;
}
#scrollbar_content a:hover
{
  color: #555555;
  text-decoration: none;
}
  
#pages 
{
  font-size: 0.8em; 
  position: absolute;
  top: 98%;
  left: 12%;  
}

/** Malo hekisa :) **/
#copyright
{
  font-size: 0.7em;
  position: absolute;
  top: 98%;
  width: 100%;
  text-align: right;
  right: 10%;
}

#buttonrss
{
  position: absolute; 
  cursor: pointer; 
  width: 4%; 
  top: 9%; 
  left: 12%; 
 /* zoom: 1;
  filter: alpha(opacity = 0);*/
  height: 6%; 
  opacity: 0; 
  font-size: 10em;
  overflow: hidden;
}

#buttonme
{
  position: absolute; 
  cursor: pointer; 
  width: 9%; 
  top: 10%; 
  left: 17%; 
  height: 4.5%; 
  opacity: 0; 
  /*zoom: 1;
  filter: alpha(opacity = 0);*/
  font-size: 10em;
  overflow: hidden;
}

#buttoncode
{
  position: absolute; 
  cursor: pointer; 
  width: 7%; 
  top: 10%; 
  left: 28%; 
  height: 4.5%; 
/*  zoom: 1;
  filter: alpha(opacity = 0);*/
  opacity: 0; 
  font-size: 10em;
  overflow: hidden;
}

#buttonpgp
{
  position: absolute; 
  cursor: pointer; 
  width: 5%; 
  top: 10%; 
  left: 36%; 
  height: 4.5%; 
  /*zoom: 1;
  filter: alpha(opacity = 0);*/
  opacity: 0; 
  font-size: 10em;
  overflow: hidden;
}

a
{
  color: #000000;
  text-decoration: none;
}
a:hover { color: #444444;}

#comments a
{
  color: #000000;
  text-decoration: none;
}
#comments a:hover { color: #444444;}

input,textarea 
{
  opacity: 0.5; 
 /* zoom: 1;
  filter: alpha(opacity = 50);*/
  font-family: Verdana;
  font-size: 0.9em; 
}
#captcha { opacity: 0.5; }

.title_2 
{
  font-size: 0.5em;
  width: 100%;
  text-align: right;
  margin-top: -2.5em;
}
