/*---------------------------------------------------------------
   BASIC
---------------------------------------------------------------- */
*                                                                { margin: 0; padding: 0; list-style: none; }

body                                                             {
	font: normal .9em/1.4em Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #525252;
	background: #fff;
	text-align: center;
	padding: 15px 0;
	}
a img                                                            { border: none; }
a, a img, 
a:link, a:visited, 
a:hover, a:active                                                { outline: none; }
br.clear                                                         { line-height: 0; height: 0; clear: both; font-size: 0; }
#print-logo,
#print-footer                                                    { display: none; }

/*---------------------------------------------------------------
   BASIC
---------------------------------------------------------------- */
#wrapper                                                         {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	}

h1                                                               { font-weight: normal; font-size: 1.4em; }
h1 a                                                             {
	display: block;
	width: 515px;
	color: #525252;
	background: transparent url(../images/layout/logo.gif) no-repeat left top;
	padding: 25px 0 0 60px;
	text-decoration: none;
	}
#eng h1 a                                                        { width: 610px; }
h1 span                                                          {
	display: block;
	text-align: right;
	font-size: .65em;
	padding: 1px 0;
	}	

#development                                                     { text-align: right; font-size: .75em; padding: 20px 0 0 0; }
#development a                                                   { color: #525252; text-decoration: underline; }
#development a:hover                                             { color: #525252; text-decoration: none; }
	
/*---------------------------------------------------------------
   LANGUAGE
---------------------------------------------------------------- */	
#language                                                        {
	position: absolute;
	top: 0; right: 0;
	}
#language li                                                     { float: left; }
#language li#hr {
	padding-right: 7px;
	}
#language li#hr a                                                { display: block; background: url(../images/layout/flag-croatia.gif) no-repeat 0 0; text-indent: -9999px; width: 24px; height: 24px; }
#language li#en a                                                { display: block; background: url(../images/layout/flag-england.gif) no-repeat 0 0; text-indent: -9999px; width: 24px; height: 24px; }
#language li#hr a:hover,
#language li#en a:hover,
#language li#hr a.on,
#language li#en a.on                                             { background-position: 0 -25px; }

/*---------------------------------------------------------------
   OPTIONS
---------------------------------------------------------------- */	
#options                                                         { text-align: right; font-size: .75em; margin-top: -10px; }
#options li                                                      { display: inline; margin-left: 30px; }
#print                                                           {
	color: #000;
	text-decoration: none;
	background: transparent url(../images/layout/print.gif) no-repeat right center;
	padding-right: 25px;
	}
#print:hover                                                     { text-decoration: underline; }
#font-size a                                                     {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-left: 5px;
	}
#font-size a:hover                                               { text-decoration: underline; }

/*---------------------------------------------------------------
   mainMenu
---------------------------------------------------------------- */
#mainMenu                                                        {
	text-align: center;
	font-weight: bold;
	font-size: .8em;
	padding: 35px 0 20px 0;
	}
#mainMenu li                                                     {
	display: inline; 
	padding: 0 10px;
	border-right: 1px solid #000;
	}
#mainMenu li.last                                                { border-right: none; }
#mainMenu a                                                      { color: #000; text-decoration: none; }
#mainMenu a:hover                                                { color: #000; text-decoration: underline; }
#mainMenu a.on,
#mainMenu a.on:hover                                             { color: #ccc; text-decoration: none; }

/*---------------------------------------------------------------
   HOME
---------------------------------------------------------------- */
#containerHome                                                   { font-weight: bold; }
#containerHome a                                                 { color: #000; text-decoration: none; }
#containerHome a:hover                                           { color: #000; text-decoration: underline; }
#top,
#organizatori,
#bottom                                                          {
	background: #fff;
	padding: 60px 0;
	overflow: hidden;
	height: 100%;
	}
#top:hover,
#organizatori:hover,
#bottom:hover                                                    { background: #e1e1e1; }
#organizatori                                                    {
	display: block;
	clear: both;
	padding: 60px 0 60px 260px;
	height: 1%;
	}
#mjesto                                                          {
	display: inline;
	float: left;
	margin: 0 0 0 50px;
	width: 300px;
	}
#vrijeme                                                         {
	display: inline;
	float: right;
	margin: 0 50px 0 0;
	width: 300px;
	}
.sazetci                                                         {
	display: inline;
	float: left;
	margin: 0 0 0 50px;
	width: 360px;
	}
#prijava                                                         {
	display: inline;
	float: right;
	margin: 0 50px 0 0;
	width: 500px;
	}
#archive { margin-left: 50px; }

/*---------------------------------------------------------------
   CONTAINER
---------------------------------------------------------------- */
#container                                                       {
	padding: 40px 60px 10px 60px;
	font-size: .9em;
	overflow: hidden;
	height: 100%;
	}
#container h2, #container h3,
#container h4, #container h5,
#container h6                                                    { font-size: 1.1em; margin: 20px 0 20px -15px; }
#container p,
#container ul,
#container ol,
#container table                                                 { margin: 15px 0; }

#container ul.members                                            { margin-top: -10px; margin-left: 15px; }
#container ul.bullet li                                          { list-style: outside disc; margin-left: 35px; }
#container ol li                                                 { list-style: outside decimal; margin-left: 35px; }
#container ol.poster li                                          { list-style: outside decimal; margin-bottom: 10px; }
#container ul#disc li                                            { list-style: outside disc; margin: 3px 0 3px 35px; }

#left                                                            {
	display: inline;
	float: left;
	width: 470px;
	padding-left: 15px;
	}
#right                                                           {
	display: inline;
	float: left;
	width: 290px;
	margin-left: 45px;
	padding-left: 15px;
	}	
#right h3                                                        { margin-top: -41px; position: relative; height: 1%; }
	
#container a                                                     { color: #000; text-decoration: underline; }
#container a:hover                                               { color: #999; text-decoration: underline; }

.right                                                           { display: block; text-align: right; }

#container table                                                 { border: 1px solid #ccc; }
#container td,
#container th                                                    { padding: 5px 10px; text-align: center; }
#container th                                                    { background: #e1e1e1; }
#container td                                                    { background: #f3f3f3; }

#container .blank                                                { border: 1px solid #fff; margin-top: 0; }
#container .blank td,
#container .blank th                                             { padding: 5px 0; text-align: left; }
#container .blank th                                             { background: #fff; font-weight: normal; padding-top: 10px; }
#container .blank td                                             { background: #fff; }
