@charset "windows-1250";
@font-face {
 font-family: CustomFont;
 src: url("Gill_Sans_MT.eot") /* EOT file for IE */
}
@font-face {
 font-family: CustomFont;
 src: url("Gill_Sans_MT.ttf") /* TTF file for CSS3 browsers */
}
html{ 
	height:100%;
	overflow-x:  hidden; 
}
body{
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color:  #fff;
	font-family: CustomFont, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input, textarea, select{
	font-family: CustomFont, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
input[type=submit]{
	font-size: 18px;
}
a{
	color: #ef0383;
	
}
p{
	line-height: 20px;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 52px;
	font-style: italic;
	color: #333;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;	
	color: #474e5c;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #456;
}
.ic_container h3{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	color: #ffb;
}
pre{
	margin: 0px;
	padding: 0px;
}
code{
	display: block;
	margin-top: 0px;
}
header{
	position: fixed;
	width: 100%;
	background-image: url(images/bckg-top.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-attachment: fixed;
	z-index: 1000;
	height: 101px;
}
footer{
	position: fixed;
	width: 100%;
	background-image:  url(images/bckg-bottom.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
	z-index: 1000;
	height: 99px;
	bottom: 0px;
	left: 0px;
}

table.tbl{
	border-collapse: collapse;
	border: 1px solid #456;
}

table.tbl th{
	text-align: center;
	font-weight: bold;
	border: 1px solid #456;
	padding: 3px;
	background-color: #cfcfcf;
	color: #fff; 
}
table.tbl td{
	border: 1px solid #456;
	padding: 3px;
}

#ad_120_600{
	position: fixed;
	right: 0px;
	top: 101px;
}

#logo{
	position: absolute;
	top: -20px;
	left: 760px;
	height: 132px;
	width: 150px;
}
#social{
	position: fixed;
	left: 90px;
	top: 100px;
	width: 100%;
}
#powered{
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	vertical-align: middle;
	margin-left: 100px;
	margin-top: 50px;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
#powered img{
	vertical-align: middle;
}

nav{
	display: block;
	margin-left: 50px;
	margin-top: 40px;
}
nav ul{
	display: inline;
}
nav ul li{
	display: inline;
}
nav ul li a{
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-family: CustomFont, Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-color: #cfcfcf;
	background-image: url(images/crcle-gradient.png);
	background-repeat: no-repeat;
	background-position: center center;
}
nav ul li a.active{
	background-image: url(images/uho.jpg), url(images/ponavljac.jpg);
	background-repeat: no-repeat, repeat;
	background-position: left top, left top;
}
#section_bckg1{
	position: fixed;
	height: 400px;
	width: 3500px;
	display: block;
	top: 350px;
	background-image: url(images/green-multi_CMYK_trans.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#section_bckg2{
	position: fixed;
	height: 400px;
	width: 3500px;
	display: block;
	top: 390px;
	background-image: url(images/green-multi_CMYK_motion.png);
	background-repeat: no-repeat;
	background-position: center center;
}
section{
	position: relative;
	height: 400px;
	width: 6000px;
	display: block;
	top: 150px;
}
section article{
	width: 820px;
	min-height: 400px;
	float: left;
	margin-right: 100px;
	margin-left: 90px;
}
section article:after{
	content: "";
	display: block;
	height: 400px;
}

/* projects */
#projects{
	
}

.ic_container{
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.ic_container:nth-child(3n+3){
	clear: right;
	margin-right: 0px;
}


/* single scrollable item */
.item {
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:180px;
}

/* elements inside single item */
.item img {
	float:left;
	margin-right:20px;
	height:180px;
	width:240px;
	border: 10px solid #CCC;
}

.item h3 {
	margin:0 0 5px 0;
}

strong{
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.page{
	visibility: hidden;
	width: 860px;
}

.activepage{
	visibility: visible;
}

.tablica{
	width: 820px;
}

.eff_traka:hover{
	background-color: #456;
	color: #fff;
}

/* error message */
.error {
	/* supply height to ensure consistent positioning for every browser */
	height:15px;
	background-color:#FFFE36;
	border:1px solid #E1E16D;
	font-size:11px;
	color:#000;
	padding:3px 10px;
	margin-left:-2px;
	/* CSS3 spicing for mozilla and webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius-bottomleft:0;
	-moz-border-radius-topleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
	-moz-box-shadow:0 0 6px #ddd;
	-webkit-box-shadow:0 0 6px #ddd;
	font-weight: normal;
}

.msg { width: 400px; padding:10px; padding-left:35px;}
.msg.success {border:2px solid #BBDF8D; background-color:#EAF7D9;}
.msg.error {border:2px solid #FFAEAE; background-color:#FEEBEB;}

#_omeni span{
	font-family: CustomFont, Arial, Helvetica, sans-serif;
	word-spacing: 1px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 50px;
	
}
#s_pozdrav{
	font-size: 36px;
}
#s_moje{
	font-size: 36px;
}
#s_luka{
	font-size: 52px;
	color: #474e5c;
}
#s_ja{
	font-size: 36px;
}
#s_web{
	font-size: 52px;
	color: #474e5c;
}
.legend{
	width: 55px;
	height: 40px;
	background-color: #fff;
}
#legend_gizmo{
	border: 10px solid #553F91;
}
#legend_osobno{
	border: 10px solid #999999;
}
#legend_seemplee{
	border: 10px solid #cc0033;
}
#legend_virus{
	border: 10px solid #248420;
}
#legend_itsense{
	border: 10px solid #0a5a7f;
}
#legend_bodis{
	border: 10px solid #ff9933;
}
#legend_dimedia{
	border: 10px solid #ed1c24;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	height: 40px;
	clear: both;
	visibility: hidden;
}
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 
