@charset "utf-8";
/* 

	CSS Document 
   	Author: Luka Semolič
   
*/

* {
	margin: 0;
}

html,body
{
	
	color: #484849;
	font-size: 14px;
	margin:0;
	padding:0;
	background-color: #e47b00;
	height: 100%;
	
	background-image:url(img/bg_gradient.jpg);
	background-repeat:repeat-y;	

	background-position:center top;

}

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

#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;
}

h2
{
	font-size: 18px;
}

.oranzna
{
	color: #e47b00;
}

.stylized_header
{
	background-color: #e47b00;	
	padding-top: 1px;
	padding-bottom: 4px;	
	
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	
	width: 70px;
	
	padding-left: 10px;
}


#content
{
	width: 850px;
	background-color: #FFFFFF;
	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -215px;			
}

.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;	
	height: 310px;
}

#push {
	height: 215px;
}

/*
#footer
{
	background: url(img/footer.png);
	background-repeat:no-repeat;
	height: 215px;
	width: 850px;
	vertical-align: bottom;
	
	margin: 0 auto;

}

	#footer #footer_text
	{
		padding-left: 10px;
		padding-top: 190px;
		float: left;
	}

	#footer #footer_logo
	{
		float: right;	
		
		padding-right: 8px;
		padding-top: 163px;
	}*/
	
#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%; }	
	
#mediaSponsor
{
	position: absolute;		
	margin-top: 28px;
	margin-left: 170px;
}

#headPhoto
{

	margin-left: 420px;
	margin-top: 180px;
	position: absolute;
		
}

	#headPhoto #txtSize
	{
		/*text-align: right;*/
		margin-top: 40px;
		margin-left: 275px;
	}

#blank 
{
	height: 152px;
}

#menu
{

	margin-left: 90px;	
	margin-top: 120px;
}

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

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

#top-left-corner
{
	background-image: url(img/top_left_corner.jpg);
	width: 42px;
	height: 37px;
}

#bottom-right-corner
{
	background-image: url(img/bottom_right_corner.jpg);
	width: 42px;
	height: 37px;
	float: right;

}

#content-text
{
	width: 680px;	
	margin-left: 15px;
	margin-top: -25px;
}

#mainContent
{	
	padding-top: 220px;
	width: 720px;
	padding-left: 40px;
	font-size: small;
/*	text-align: justify;*/
}

	#mainContent h2
	{
		padding-bottom: 20px;
	}
	
	.color { color: #e47a00; }
	
	#mainContent a
	{
		color:#0066FF;
		text-decoration: underline;
	}
	
	#mainContent a:visited
	{
		color:#9933FF;
		text-decoration: underline;
	}
	
	#mainContent #table1 #events
	{
		width: 100%;
		height: 300px;
		text-align: left;
	}
	
	#mainContent #table1 #events
	{
		width: 100%;
		text-align: left;
	}
	
		#mainContent #table1 #events th
		{
			color: #FFFFFF;
			background-color:#9e3a38;
			padding: 5px;	
			vertical-align: top;
		}
		
		#mainContent #table1 #events td
		{
			background-color:#cccccc;	
			padding: 5px;
			vertical-align: top;		
		}
		
	#mainContent #table2 #events
	{
		width: 100%;
		text-align: left;
	}
	
		#mainContent #table2 #events th
		{
			color: #FFFFFF;
			background-color:#b1c3d9;
			padding: 5px;	
			vertical-align: top;
		}
		
		#mainContent #table2 #events td
		{
			background-color:#dbe6f7;	
			padding: 5px;
			vertical-align: top;		
		}
	

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-top: 30px;
	margin-left: 35px;
}

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

#event_programme h3
{
	margin-top: 20px;
	margin-bottom: 10px;
}

#event_programme ul  {
	margin-bottom: 8px;	
	background-color: #f7e5d0;	
}

#event_programme ul li {
	padding: 5px;
	font-size: small;	
}

#venues_info {	
	border-top: #e47a00 3px solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

#venues_info h2 {
	margin-top: 20px;
	text-align: center;
}

#venues_info h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

#venues_info ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

#venues_info img {
	margin-top: 40px;	
	margin-left: 140px;
}

#login {
	background:url(img/login.png);
	width: 16px;
	height: 16px;	
}

#pmvision {
	position: absolute;
	background:url(img/pmvision.jpg);
	width: 135px;
	height: 78px;	
	
	margin-left: 120px;
	margin-top: 10px;
}