@charset "utf-8";
/* 

	CSS Document 
   	Author: Luka Semolič
   
*/

* {
	margin: 0;
}

img { border: 0px; }

body
{	
	color: #484849;
	font-size: 14px;
	margin:0;
	padding:0;
	background-color: #e47b00;
	height: 100%;
	
	width: 100%;
	
	font-family:Verdana, Geneva, sans-serif;		
	line-height: 120%;
}

p           { margin: 0 0 1.5em; }
/* Tables
-------------------------------------------------------------- */

/*
  Because of the need for padding on TH and TD, the vertical rhythm
  on table cells has to be 27px, instead of the standard 18px or 36px
  of other elements.
 */
 
table.agenda td { line-height: 180%; } 
table.agenda .top {  vertical-align: top; width: 120px; font-size: 11px; } 
table.agenda        { margin-bottom: 1.4em; width:100%; font-size: 12px; }
table.agenda th            { font-weight: bold; }
table.agenda thead th      { background: #c3d9ff; }
table.agenda th,td,caption { padding: 4px 10px 4px 5px; }
/*
  You can zebra-stripe your tables in outdated browsers by adding
  the class "even" to every other table row.
 */
table.agenda tbody tr:nth-child(even) td,
table.agenda  body tr.even td  {
  background: #e5ecf9;
}
table.agenda tfoot       { font-style: italic; }
table.agenda caption     { background: #eee; }
/* END TABLES */

/* Tables
-------------------------------------------------------------- */

/*
  Because of the need for padding on TH and TD, the vertical rhythm
  on table cells has to be 27px, instead of the standard 18px or 36px
  of other elements.
 */
 
table.agenda2 .top {  vertical-align: top; width: 120px; font-size: 11px; } 
table.agenda2        { margin-bottom: 1.4em; width:100%; font-size: 12px; margin-top: 20px; padding: 0; border: 1px solid #333; border-collapse: collapse;  }
table.agenda2 th            { font-weight: bold; height: 50px; border: 1px solid #333; }
table.agenda2 thead th      { background: #c3d9ff; }
table.agenda2 td { border: 1px solid #333; height: 50px; min-height: 50px;  }

table.agenda2 .green { background-color:#00b050; }
table.agenda2 .orange { background-color:#e46d0a; }
table.agenda2 .gray { background-color:#93cddd; }

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

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

#head_holder_top
{
	margin: auto auto;
	width: 1000px;	
}

#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: right;

	width: 132px;
	height: 29px;
}

h2
{
	font-size: 18px;
}

h3
{
	margin-top: 40px;
	margin-bottom: 20px;
	/*text-decoration: underline;*/
	color: #ec8002;
}

.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: auto auto;			
}

.naslovi
{
	font-size:14px;
}

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

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

#push {
	height: 215px;
}

#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: 300px;
		margin-left: 275px;
	}

#blank 
{
	height: 152px;
}

#menu
{

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

#menu td {
	padding: 2px;	
}

#menu a
{
	font-size: 11px;
	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: 190px;
	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;
}


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

#loader {
	position: absolute;
  	top: 50%;
  	left: 50%;
  	margin-left: -150px;
  	margin-top: -50px;
}

table#timetable {
	font-size: 10px; 
	width: 100%;
}

table#timetable tr td {
	padding: 10px;	
	
	border: thin solid #000;
}

/* FORM */
.appnitro {
	margin-top: 30px;	
}

.appnitro ul {
	list-style: none;
	margin: 0px;	
}

.appnitro ul li {
	margin: 0px;	
}