/*
Theme Name: TOS
Theme URI: 
Description: WordPress theme for TOS</a>.
Version: 1
Author: Aleksandra Jovanic
Author URI: http://klikeri.org/

*/


body {
  font: normal 12px Arial,Verdana,Helvetica,sans-serif;
  background: #f5f5f5;
  color: #000;
  margin: 0;
}

a {
  text-decoration:none;
  color: #999;
  border:0px;
}

a:hover {
  color:#000;
  text-decoration:none;
}

h2 {
  margin:-4px 0px 0px 20px;
  padding:0px 0px 8px 0px;
  font-size:18px;
  font-weight:100;
}

h2 a {
  color:#000;
}

h4 {
  font-size:15px;
}



#main_back {
  background-color: #f5f5f5;
  background-position: center top;
  background-repeat: no-repeat;
  background-image: none;
  margin-bottom:50px;
}

#page_shadow {
  text-align: left;
  margin: 30px auto 0px auto;
  padding: 0px 0px 0px 6px;
  width: 908px;
  background-image:url(images/left_shadow.png); 
}

#top_shadow {
  position:relative;
  left:-5px;
  top:0px;
  height:6px;
  width:100%;
  background:#f5f5f5 url(images/top_shadow.png) repeat top left;
  padding:0px;
  margin:0px;
}
#bottom_shadow {
  position:relative;
  left:-5px;
  height:6px;
  background:#f5f5f5 url(images/bottom_shadow.png) repeat top left;
  padding:0px;
  margin:0px;
}

div#pageContent {
  background: #FFFFFF;
  padding-bottom: 10px;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  width: 860px;

}

#copyright {
  text-align: left;
  margin: 0px auto;
  width: 900px;
  padding-left:20px;
  }
  
#banners {
  text-align: left;
  margin: 0px auto;
  width: 900px;
  padding-top:20px;

  }  

 #header {
  height: 83px;
  background:#fc0;
 }
 
 
 ul#header_links_top {
   text-align:right;
   width:660x;
   font-size: 9px;
   color:#999;
   padding:0px;
 }

#header_links_top li{
   list-style:none;
   display: inline;
   padding: 0px 0px 0px 0px;
   margin-left:5px;
  }

 
ul#header_links_bottom {
 margin-top:20px;
  float:right;
  .margin-top:15px;
  _margin-top:15px;
  padding-top: 0px;
 }
 
#header_links_bottom li {
   list-style:none;
   float:left;
   background: url(images/vert_divider.jpg) no-repeat top right;
   padding: 2px 8px 3px 8px; 
   color: #999;
   font-weight:bold;
   font-size: 10px;
 }
 
#header_links_bottom li.last{
    background-image:none;
    padding-right:0px;
}
  

  
a#cssSmall, a#cssSmall:hover, a#cssMiddle, a#cssMiddle:hover, a#cssBig, a#cssBig:hover {
	color: #999999;
	text-decoration:none;
}
	a#cssSmall, a#cssSmall:hover {
		font-size: 10px !important;
	}
	a#cssMiddle, a#cssMiddle:hover {
		font-size: 12px !important;
	}
	a#cssBig, a#cssBig:hover {
		font-size: 14px !important;
	}
	  
img {
    border: 0px;
  }

 #banerprelepasrbija {
   border: 1px solid #e1e1e1;
   height:247px;
 }

 #dobrodosli_ispis {
   position:absolute;
   top: 365px;
   z-index:190;
 }
 
 .entry {
   padding-top: 0px;
   padding-bottom: 30px;
 }
 
 address {
   width:auto;
   font-style:normal;
 }
 
 .rezultati_pretrage {
    padding-left: 24px;
    padding-top: 7px;
 }
 
 
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
 
 .navigation .alignleft {
	float:left;  
 }
 
 .navigation .alignright {
	float:right;
 }
 
 
 .alignleft {
 	float:left; 
 	margin-right:10px;
 }
 
 .alignright {
  float:right;
  margin-left:10px;
 }
 
.commentlist {
  list-style: none;
  padding-left:0px;
}

.commentlist .fn {
  font-weight: bold;
  
}


/*********************** calendar popup tigra *********************************/
/* calendar icon */
img.tcalIcon {
	cursor: pointer;
	margin-left: 1px;
	vertical-align: middle;
}
/* calendar container element */
div#tcal {
	position: absolute;
	visibility: hidden;
	z-index: 100;
	width: 158px;
	padding: 2px 0 0 0;
}
/* all tables in calendar */
div#tcal table {
	width: 100%;
	border: 1px solid silver;
	border-collapse: collapse;
	background-color: white;
}
/* navigation table */
div#tcal table.ctrl {
	border-bottom: 0;
}
/* navigation buttons */
div#tcal table.ctrl td {
	width: 15px;
	height: 20px;
}
/* month year header */
div#tcal table.ctrl th {
	background-color: white;
	color: black;
	border: 0;
}
/* week days header */
div#tcal th {
	border: 1px solid silver;
	border-collapse: collapse;
	text-align: center;
	padding: 3px 0;
	font-family: tahoma, verdana, arial;
	font-size: 10px;
	background-color: gray;
	color: white;
}
/* date cells */
div#tcal td {
	border: 0;
	border-collapse: collapse;
	text-align: center;
	padding: 2px 0;
	font-family: tahoma, verdana, arial;
	font-size: 11px;
	width: 22px;
	cursor: pointer;
}
/* date highlight
   in case of conflicting settings order here determines the priority from least to most important */
div#tcal td.othermonth {
	color: silver;
}
div#tcal td.weekend {
	background-color: #ACD6F5;
}
div#tcal td.today {
	border: 1px solid red;
}
div#tcal td.selected {
	background-color: #FFB3BE;
}
/* iframe element used to suppress windowed controls in IE5/6 */
iframe#tcalIF {
	position: absolute;
	visibility: hidden;
	z-index: 98;
	border: 0;
}
/* transparent shadow */
div#tcalShade {
	position: absolute;
	visibility: hidden;
	z-index: 99;
}
div#tcalShade table {
	border: 0;
	border-collapse: collapse;
	width: 100%;
}
div#tcalShade table td {
	border: 0;
	border-collapse: collapse;
	padding: 0;
}


input.dugme {
 background:#fff;
 border:0px;
 color: #000;
 padding:0px;

}

input.dugme:hover {
 color: #999;

}

.smestaj {
  width:660px;
  padding-top:20px;
  text-align:left;
}

.smestaj .photo {
  float:left;
   width: 125px;
 height: 125px;
}

.smestaj .photo img {
 width: 125px;
 height: 125px;
}
.smestaj .description {
    float:left;
    width:200px;
    padding-left:25px;

}

.smestaj .zvezdice {
    float:left;
    width:174px;
}

.smestaj .ikonice_ponuda {
    float:left;
    width:174px;

}

.zvezdice img {

 margin-top:0px;
 margin-bottom:0px;
 margin-left:0px;
 margin-right:3px;
 padding:0px;
 float:left;
 text-align:left;
}

.smestaj .title a, .smestaj .title {
  color:black;
  font-size: 18px;

}

.smestaj .tekst {
  padding-top:20px;

}

.smestaj .ponuda {
  margin-left:150px;
  width: 300px;
}

.legend_smestaj {
 display:none;
 
 position:absolute; 
 padding:3px;
 margin-top: -10px;
 background:#ffffff; 
 border:1px solid #ccc;
}


.leg:hover .legend_smestaj {
  display:block;
}

/***** gallery slide show  ****/

#gallery {
	position:relative;
	height:248px;

}
	#gallery a {
		float:left;
		position:absolute;
		top:0px;
		left: 0px;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:100
	}

