
/********************************************
   AUTHOR:  			Erwin Aligam
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Underground
	TEMPLATE CODE:		S-0006
   VERSION:          1.1
 *******************************************/

/********************************************
   HTML ELEMENTS
********************************************/

/* top elements */
* { margin: 0;	padding: 0; }

body {
	margin: 20px; padding: 0;
	font: 70%/1.5 Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #333;
	background: #FFF url(/cms/images/bg.gif) repeat-x;
}

/* links */
a {
	color: #003366;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #CC0001;
	background-color: inherit;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, 'Trebuchet MS', Sans-Serif;
	font-weight: bold;
	color: #333;
}
h1 {
	letter-spacing: .5px;
}
h2 {
	font-size: 115%;
}
h3 {
	font-size: 115%;
	color: #003366;
}

/* images */
img {
	border: 2px solid #CCC;
}
img.float-right {
  margin: 5px 0px 10px 10px;
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

h1, h2, h3 {
	padding: 0;
	margin: 10px;
}

p {
	margin:0; padding: 0;
}

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}


/*   ------------------- */
#vreme_container div {
	position:relative;
	width: 200px;
	border:0px solid red;
	border-left:1px solid black;
	border-top:1px solid black;
	height: 36px;
	overflow:auto;
	padding: 5px 0 10px 10px;
}
.podatak {
	position:absolute;
	top:5px;
	font-size:18px;
	font-weight: bold;
}
.naslov {
	position:absolute;
	bottom:10px;
	font-size: 10px;
}

div#box_temperatura{
	border-top: 0 none;
	height: 52px;
	font-size:12px;
}
#box_temperatura .naslov{
	font-size:12px;
}
#box_temperatura .podatak{
	font-size:28px;
}
div#box_vetar {
	height: 46px;
}
div#box_vetar span#vetar_opisno {
	position:absolute;
	top:26px;
	font-size:10px;
}
div#vetar_smer{
	padding:0;
	position:absolute;
	right:10px;
	top:10px;
	width:32px;
	height:32px;
	border: 0px solid red;
	background-image:url('/images/vetar_smer.gif');
	background-repeat:no-repeat;
	/*background-position: <?=$ikona_smer_vetra?> 0; */
	/* background-position: -128px 0; */
}

#vreme_podataka .podatak {
	top:12px;
	font-weight: bold;
	font-size:15px;
	}