
/*
Name:     TicTac
Avtor:   Robert Kovač
*/

body {
  margin: 0;
  padding: 0;
  font-family: Verdana, sans-serif;
  font-size: small;
  text-align: center;
  color: #333;
  background: #e0e0e0;
  }

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

abbr, acronym {
  cursor: help;
  font-style: normal;
  border-bottom: 1px dotted;
  }

code {
  color: #f63;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* unordered list style */

ul {
  list-style: none;
  margin: 0 0 20px 30px;
  padding: 0;
  }

li {
  list-style: none;
  padding-left: 14px;
  margin-bottom: 3px;
  background: url(tictac_orange.gif) no-repeat 0 6px;
  }

/* links */

a:link {
  color: #69c;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #693;
  }

a:active {
  color: #cc3333;
  text-decoration: none;
  }

/* ---( layout structure )---*/

#wrap {
  width: 847px;
  margin: 0 auto;
  text-align: left;
  background: url(tile.gif) repeat-y;
  }

#kjesem {
  float: right;
  width: 530px;
  margin: 10px 60px 0 0;
  padding: 0;
  line-height: 1.4em;
  color: #999;
  font-size: 80%;
  border-bottom: 1px solid #ddd;
}
#kjesem a:link {
  text-decoration: none;
  color: #999;
  }
#kjesem a:visited {
  text-decoration: none;
  color: #999;
  }
#kjesem a:hover {
  color: #693;
  }
#kjesem a:active {
  text-decoration: none;
  }



#content {
  margin-right: 80px; /* to avoid the BMH */
  }
#content h1 {
  margin-top: 0;
  font-size: 130%;
  color: #e82;
  letter-spacing: -1px;
}
#content h1:first-letter {
  font-size: 100%;
  /*color: red;
  /*color: black;*/
  background: #e6e6e6;
  border-bottom: 1px solid #69c;
  border-left: 1px solid #69c;
}



#main-content {
  float: right;
  width: 500px;
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 1.4em;
  }
  
#noviceslika {
  float: right;
  padding: 0px 0px 0px 10px;
}

#kazalo {
  float: right;
  width: 150px;
  font-size: 85%;
  line-height: 1.4em;
  color: #999;
  margin: 0 0 20px 20px;
  background: #eee url(sidebar_bg.gif) no-repeat 0 0;
  border: 1px solid #ccc;
  padding: 20px 10px 1em 15px;
}
#kazalo ul {
  margin: 0;
  }
#kazalo li {
  background: url(tictac_grey.gif) no-repeat 0 5px;
  }


#sidebar {
  margin: 0 606px 0 41px;
  padding: 20px 0 0 0;
  font-size: 85%;
  line-height: 1.4em;
  color: #999;
  background: url(sidebar_bg.gif) no-repeat 0 0;
  }


/* ---( glava )--- */

#glava {
  margin: 0;
  padding: 0;
  font-family: "Lucida Grande", "Trebuchet MS";
  background: #e0e0e0 url(top_div.gif) no-repeat top left;
  }

#glava h1 {
  margin: 0;
  padding: 45px 60px 50px 160px;
  font-size: 200%;
  color: #fff;
  text-shadow: #81A75B 2px 2px 2px;
  background: url(top_h1.gif) no-repeat bottom left;
  }

#glava h1 a {
  text-decoration: none;
  color: #fff;
  }

#glava h1 a:hover {
  color: #eee;
  }
  
#glava-menu {
  font-weight: bold;
  float: right;
  padding: 95px 60px 0 0;
  font-size: 110%;
  color: white;
}

#glava-menu a {
  text-decoration: none;
  color: white;
  text-shadow: #81A75B 2px 2px 2px;
}


/* ---( main column )--- */

h2.date-header {
  margin-top: 0;
  padding-left: 14px;
  font-size: 90%;
  color: #f93;
  background: url(date_icon.gif) no-repeat 0 50%;
  }

.post {
  margin: 0 0 1.5em 0;
  padding: 0 0 1.5em 14px;
  border-bottom: 1px solid #ddd;
  }

.post-footer {
  margin: 0;
  padding: 0 0 0 14px;
  font-size: 88%;

  color: #999;
  background: url(tictac_grey.gif) no-repeat 0 8px;
  }

.post img {
  padding: 6px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  }

/* comment styles */

#comments {
  padding-top: 10px;
  font-size: 85%;
  line-height: 1.5em;
  color: #666;
  background: #eee url(comments_curve.gif) no-repeat top left;
  }

#comments h4 {
  margin: 20px 0 15px 0;
  padding: 8px 0 0 40px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  background: url(bubbles.gif) no-repeat 10px 0;
  height: 29px !important; /* for most browsers */
  height /**/:37px; /* for IE5/Win */
  }

#comments ul {
  margin-left: 0;
  }

#comments li {
  background: none;
  padding-left: 0;
  }

.comment-body {
  padding: 0 10px 0 25px;
  background: url(tictac_orange.gif) no-repeat 10px 5px;
  }

.comment-body p {
  margin-bottom: 0;
  }

.comment-data {
  margin: 4px 0 0 0;
  padding: 0 10px 1em 60px;
  color: #999;
  border-bottom: 1px solid #ddd;
  background: url(comment_arrow.gif) no-repeat 44px 2px;
  }


.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* ---( sidebar )--- */

h2.sidebar-title {
  margin: 0 0 0 0;
  padding: 25px 0 0 50px;
  font-family: "Lucida Grande", "Trebuchet MS";
  font-size: 130%;
  color: #666;
  height: 32px;
  background: url(sidebar_icon.gif) no-repeat 20px 15px;
  height: 32px !important; /* for most browsers */
  height /**/:57px; /* for IE5/Win */
  }

#sidebar ul, #sidebar p {
  margin: 0;
  padding: 0px 20px 1em 30px;
  border-bottom: 1px solid #ddd;
  }

#sidebar li {
  background: url(tictac_green.gif) no-repeat 0 5px;
  }

/* profile block */

.profile-datablock {
  margin: 0;
  padding: 5px 20px 0 20px;
  }

.profile-datablock dd {
  margin: 0;
  padding: 0;
  }

.profile-img img {
  float: left;
  margin: 0 10px 0 0;
  padding: 4px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #c0c0c0;
  border-right: 1px solid #c0c0c0;
  background: #fff;
  }

#sidebar p.profile-link {
  padding-left: 36px;
  background: url(profile.gif) no-repeat 20px 4px;
  }

p#powered-by, #sidebar p.profile-textblock {
  margin-top: 1em;
  border: none;
  }

/* ---( footer )--- */

.clear { /* to fix IE6 padding-top issue */
  clear: both;
  height: 0;
  }

#footer {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 85%;
  color: #ddd;
  background: url(bottom_sill.gif) no-repeat bottom left;
  }

#footer p {
  margin: 0;
  padding: 20px 320px 20px 95px;
  background: url(bottom_sash.gif) no-repeat top left;
  }

table.spisek
{
  width: 100%;
  border-top: 1px solid #a0a0a0;
  /* border: solid 1px #a0a0a0; */
  background-color: #f4f7ff;
  font-size: 12px;
  margin: 0.5em 0px 0.5em 0px;
  border-collapse: collapse;
	border-spacing: 0px;
}
table.spisek tr
{
  border-bottom: 1px solid #a0a0a0;
}
table.spisek th, table.spisek tr td.naslov
{
  color: #660000;
  font-family: Verdana, sans-serif;
  /* background-color: #fbf1ae;*/
  text-align: left;
  vertical-align: bottom;
  /*border-bottom: 1px solid #a0a0a0;
	border-left: none;
	border-right: none;*/
  font-style: normal;
  font-weight: bold;
  padding: 0.2em 0.5em 0.2em 0.5em;
  margin: 0em;
}
table.spisek td
{
  vertical-align: top;
  align: left;
  padding: 0.1em 0.5em 0em 0.5em;
  margin: 0em;
}
table.spisek td.naziv
{
  font-size: 80%;
  width: 150px;
  font-weight: bold;
  text-transform: uppercase;  
}


