/**
 * UnCommon Theme
 * Copyright (c) Jon Whipple
 * based on the common.css design by John Willinky
 * 
 * based on common.css
 *
 * Copyright (c) 2000-2012 John Willinsky
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * $Id$
 */

/**
 * Common HTML elements
 */

body {
	background-color: #fff;
	color: #333;
}

a:link {
	color: #006699;
}

a:active {
	color: #3399CC;
}

a:visited {
	color: #006699;
}

a:hover {
	color: #eee;
	background: #006699;
}

label.error {
	color: #900;
}

input {
	border: 1px solid #006699;
}

input.textField, select.selectMenu, textarea.textArea, input.uploadField {
	background-color: #ffffff;
	color: #333333;
	border: 1px solid #006699;
}

input.button {
	background-color: #EEEEFF;
}

input.defaultButton {
	background-color: #3399CC;
	color: #eee;
}

#header {
	background-color: #006699;
	background-size: contain;
	height: 180px;
	background-image: url(http://pgm.kpi.ua/downloads/conf_file/logo1.png) ;
	background-repeat: repeat-x;
	min-width:1200px;
}

#headerTitle {
	background-size: contain;
	background-position:center;
	height: 180px;
	/**background-image: url('http://pgm.kpi.ua/downloads/conf_file/logo2.png') ;*/
	background-repeat: no-repeat;
	}

#header h1 {
	padding:0;
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-transform:  uppercase;
	color: #ffffff;
	letter-spacing: 2px;
	margin:auto auto;
	text-align: center;
	font-size: 0em;
}

	
#footer {
	width: 100%;
	min-height: 35px;
	background-color: #006699;
	color:  #ffffff;
	padding: 15px;
}

#footerContent {
	color:  #ffffff;
}

#main h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006699;
}

#main h3 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006699;
}

#navbar {
	border-bottom: 5px solid #006699;
}

#breadcrumb {
	color: #666666;
	font-size: 10pt;
}

#content {
	border-top: 5px solid #006699;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	    font-size: 0.8em;
}

#content h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006699;
	font-weight: bold;
	font-size: 1.8em;
}

#conferenceSponsorship h3{
font-size: 0px;
	padding:0px;
	margin:0px;
}

#conferenceSponsorship h2 {
	font-family:  Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
	color: #006699;
	font-size: 1.8em;
}

#content h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}

#content h5 {
	color: #666666;
}

#sponsor {
	font-size:18px;
	font-weight:400;
}

#leftSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
}

#rightSidebar div.block {
	padding: 0.5em 0;
	border-top: 5px solid #006699;
	border-bottom: 1px solid #006699;
	margin-bottom: 5px;
	color: #999999;
}

#leftSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006699;
}

#rightSidebar div.block span.blockTitle {
	padding: 0;
	font-weight: bold;
	color: #006699;
}

#leftSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

#rightSidebar div.block span.blockSubtitle {
	font-weight: bold;
}

pre {
	background-color: #EEEEFF;
}

div.separator {
	border-bottom: 2px solid #006699;
}

#content h4 {
    background: url('http://pgm.kpi.ua/downloads/conf_file/icon.png') no-repeat left 2px top 2px;}
	
#main h2, #content h4 {
    min-height: 45px;
    height: auto !important;
    height: 45px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px; 
	background-size: 30px 40px; 
	padding: 0 0 0 40px; 
	line-height: 45px; 
}

#supportingAgencies
{display:none}

@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed');
.menu {
  list-style: none;
  margin: 10px 0 5px;
  padding: 10px 0 5px;
  text-align: center;
  background: white;
}
.menu li {display: inline-block;}
.menu li:after {
  content: "|";
  color: #606060;
  display: inline-block;
  vertical-align:center;
}
.menu li:last-child:after {content: none;}
.menu a {
  text-decoration: none;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 20px;
  margin: 0 5px 0 5px;
  font-size: 13px !important;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  transition: color .2s;
}
.menu a, .menu a:visited {color: #006699;}
.menu a.current, .menu a:hover{color: #feb386;   background: white;}
.menu a:before,
.menu a:after {
  content: "";
  position: absolute;
  height: 4px;
  top: auto;
  right: 50%;
  bottom: -5px;
  left: 50%;
  background: white;
  transition: .8s;
}
.menu a:hover:before, .menu .current:before {left: 0;}
.menu a:hover:after, .menu .current:after {right: 0;}   
@media (max-width: 550px) {
.menu {padding-top: 0;}
.menu li {display: block;}
.menu li:after {content: none;}
.menu a {
  padding: 25px 0 20px; 
  margin: 0 30px;
}
}