/*
Theme Name:     KRT Child Theme
Theme URI:      http: //www.wordpress.com/twentytwelve
Description:    Child theme for the Twentytwelve theme
Author:         Mattia
Author URI:     http: //www.wordpress.com/
Template:       twentytwelve
Version:        0.1.0
*/
@import url("../twentytwelve/style.css");

header.site-header {
	margin-top: -40px;
}

img.header-image {
	width: 750px;
}

.header-container {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
}

.header-item {
	display: inherit;//display: inline-block;
}

.yurilogo {
	height: 175px;
	width: 175px;
}

.yurilogosx {
	margin-left: 0;
	margin-right: 10px;
	vertical-align: top;
	margin-top: 60px;
}

.yurilogodx {
	margin-left: 10px;
	margin-right: 0;
}

h1.site-title {
	font-size: 48px;
}

nav.main-navigation {
	margin-top: 0px;
}

body.single-author {
	margin-top: -48px !important;
}

.site-content {
	margin-top: 0px;
}

.counter {
	display: inline-block;
	background-color: black;
	color: white;
	font-size: 27px;
	padding: 0 2px;
}

#counterContainer {
//	display: table;
	display: none;
	visibility: hidden;
	margin-left: auto;
	margin-right: auto;
}

#sponsorContainer {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#sponsorPhoto {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

#imgsponsor {
	height: 200px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}

#imgphoto {
	height: 200px;
	width: 200px;
}