/*__________ replace site title text with logo image_____ */


.site-title a {
	display: inline-block;
	width: 300px;
	height: 45px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
   background-image: url("/wp-content/uploads/2014/01/KyprisLogoblue21.jpg");  	
  background-size: 100% auto;
  	background-repeat: no-repeat;
}
html[lang="el"] .site-title a{
  background-image: url("/wp-content/uploads/2014/06/KyprisLogo_greek2.jpg");
}
html[lang="el"] a.en-disclaimer{
 	display: none; 
}
html[lang="en-US"] a.el-disclaimer{
 	display: none; 
}
/*__________ adjust logo image for small screen_____ */
@media screen and (max-width: 600px) {
	.site-title a {
		width: 260px; /* theme uses 90% of 320px = 288px */
		height: 65px; /* proportional height of the reduced width */
		background-size: cover; /* span full exact */
    		background-size: 100% auto;
	}
	.site-description { font-size: 12px; } /* prevents wrap into 2nd line */
}
.site-description{
 	display: none;
}
#clockwp-widget center{
 	padding-bottom: 15px; 
}
table#kypris-downloads{
 margin-top: 20px; 
}
table#kypris-downloads td{
  vertical-align: middle;
  border: 0;
}
table#kypris-downloads tr{
  border-top: 1px solid gray;
border-bottom: 1px solid gray;
}

article#post-100 header.entry-header, article#post-55 header.entry-header{
  display: none;
}