@charset "utf-8";
/* 

	CSS Document 
   	Author: Luka Semolič
   
*/
html,body
{
	
	color: #484849;
	font-size: 13px;
	margin:0;
	padding:0;
	background-color: #e47b00;
	height: 100%;
}

input[type="text"] { width: 15em; }

h2
{
	font-size: 18px;
}

.oranzna
{
	color: #e47b00;
}


#bgGradient
{
	position: absolute;
	left: 50%;
	
	background-repeat:repeat-y;	
	width: 1200px;
	margin-left: -600px;
}

#head
{
	background-color: #3a3a3a;
	height: 30px;	
	color: #FFF;
	width: 100%;	
	
	padding-left: 27%;	
}

#prev-event
{
	float: left;

	width: 183px;
	height: 29px;
}

#festival-logo
{
	float: left;
	
	background-image:url(img/festival_of_knowledge.jpg);
	width:216px;
	height:29px;
	
	margin-left: 150px;
}

#next-event
{
	float: left;

	width: 132px;
	height: 29px;
	
	margin-left: 190px;
}

#footer { /*background-color: #424242;*/
          background: #363636; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d4d4d', endColorstr='#363636'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#4d4d4d), to(#363636)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #4d4d4d,  #363636); /* for firefox 3.6+ */
          width: 100%; height: 80px; position: fixed; top: 92%; }

#footer #powered { margin-left: 50%; }	

#content
{
	margin-top: 0px;
	margin-left: 176px;
	width: 850px;
	background-color: #FFFFFF;	
}

.naslovi
{
	font-size:14px;
}

.teme
{
	text-decoration: underline;
	font-size: 15px;
	font-weight: bold;
}

a
{
	color: #324c56;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #e47b00;
	font-weight: bold;
}

#header
{
	margin-top: 0px;
	background: url(img/header.jpg);
	background-repeat:no-repeat;	
}


#mediaSponsor
{
	position: absolute;
	
	background-image: url(img/pmforum.jpg);
	width: 150px;
	height: 72px;
	
	margin-top: 28px;
	margin-left: 170px;
	cursor: pointer;
}

#push {
	height: 215px;
}


#ipmaLogo
{
	background-image:url(img/ipma_logo.jpg);
	width:300px;
	height:91px;	
	float: right;
	/*margin-right: 180px;*/
	
	margin-right: 160px;
	margin-top: 20px;
}

#headPhoto
{
	
	background-image: url(img/head_photo_2.jpg);
	width: 350px;
	height: 241px;
	margin-left: 420px;
	margin-top: 130px;
	position: absolute;
	
	cursor: pointer;
}


#menu
{
	
	padding-top: 142px;
	padding-left: 90px;	
}

#menu a
{
	font-size: 14px;
}	


#mainContent
{
	padding-top: 70px;
	width: 760px;
	padding-left: 40px;
	text-align: justify;
	
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px;
}

#mainContent h2
{
	padding-bottom: 20px;
}

form.registration
{
	border: #e9bf8e 2px solid;
	padding: 15px;
}

form.registration h3
{
	color: #e47b00;
}

.terms
{
	border: #e9bf8e 1px solid;
	padding: 5px;
}

#banner
{
	position: absolute;
	margin-top: 60px;
	margin-left: 40px;
}

#loader
{
	background-image: url(img/preloader.gif);
	width: 68px;
	height: 68px;
	
	position: absolute;	
	/*visibility: hidden;*/
}
