@charset "UTF-8";

html {
	height: 100%;
}
body {
	background-color: #444; /* #fbfbfb */
/* 	background:url("https://www.depechemode.sk/obrazky/schema/pozadie-dm-2012.png") no-repeat top #fbfbfb;  */
	margin: auto;
	height: 100%;
	top: 0;
}

/* HEADER */
body #header {
/*	position: absolute;
	top: 20px; */
	width: 100%;
	margin: 20px auto;
}
body #header .block {
/*	background:url("https://www.depechemode.sk/obrazky/schema/pozadie-hlava_8.gif") no-repeat top #fbfbfb; */
	background-color: #fbfbfb;
/*	width: 60%; */
	width: 850px;
	left: 0;
	right: 0;
	margin: 10px auto;
}
body #header .block#hlava {
/*	background-color: #FFF; */
/*	border: 1px solid #dce1e5; */
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
body #header h1 {
	font-size: 3em;
	color: #999;
}
body #header p {
	font-size: 1.5em;
	color: #999;
	line-height: 2em;
}


/* BANNER */
body #reklama {
	width: 100%;
	margin: 20px auto;
}
body #reklama .block {
/*	background:url("https://www.depechemode.sk/obrazky/schema/pozadie-hlava_8.gif") no-repeat top #fbfbfb; */
	background-color: #444;
/*	width: 60%; */
	width: 850px;
	left: 0;
	right: 0;
	margin: 10px auto;
}
body #reklama .block#banner img {
/*	background-color: #FFF; */
/*	border: 1px solid #dce1e5; */
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


/* PAGE */
body #page {
/*	position: absolute;
	top: 100px; */
	width: 100%;
}
body #page .block {
/*	width: 60%; */
	width: 850px;
	left: 0;
	right: 0;
	margin: auto;
}
body #page .block#main {
	background-color: #FFF;
/*	border: 1px solid #dce1e5; */
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
body #page .block#main div.entry {
	margin: 25px;
	padding: 20px 0;
}
/*
body #page .block#main img {
	display: block;
	margin: auto;
}
*/
body #page .block#main h1 {
	margin: 25px 0 20px 0;
	color: #343943;
	font-size: 2.5em;
	font-weight: 400;
	line-height: 1.2em;
}
body #page .block#main p {
/*	font-family: Verdana, sans-serif;
	font-size: 14px; */
	color: #68737f;
}
body #page .block#main p a {
	/*font-size: 14px;*/
	color: #009bdf;
	text-decoration: none;
/*	font-weight: bold; */
}
body #page .block#main p a:hover {
	text-decoration: underline;
/*	font-weight: bold; */
}
body #page .block ul {
	text-align: center;
}
body #page .block ul li {
	list-style: none;
	font-size: 1.5em;
	display: inline-block;
	font-family: "Open Sans"; Verdana, sans-serif;
/*	border-right: 1px solid #dce1e5; */
}
body #page .block ul li:last-child {
	border-right: none;
}
body #page .block ul li a {
	color: #aaaaaa;
	text-decoration: none;
	padding: 0 9px;
}



/* FOOTER */
body #footer {
	width: 100%;
	margin: 20px auto 100px;
	font-family: "Open Sans"; Verdana, sans-serif;
}
body #footer .block {
/*	background:url("https://www.depechemode.sk/obrazky/schema/pozadie-hlava_8.gif") no-repeat top #fbfbfb; */
/*	background-color: #fbfbfb; */
/*	width: 60%; */
	width: 850px;
	left: 0;
	right: 0;
	margin: auto;
}
body #footer .block#pata {
/*	background-color: #FFF; */
	text-align: center;
}
body #footer h1 {
	font-size: 3em;
	color: #999;
}
body #footer p {
	font-size: 1.5em;
	color: #999;
}


iframe, object, embed {
	max-width: 100%;
}

label { font-size: 1.4em; line-height: 2.5em; }

a.menubtn { display:inline-block; border:1px solid #CCC; padding: 1px 8px; margin:2px;}
a.menubtn:hover { border:1px solid #999; background-color:#FFF; text-decoration:none;}
a.selected, a.selected:hover {border:1px solid #444; background-color:#444; color:#FFF; }

#hlava p.sitename {font-size: 3em; color: #999; margin:0; padding:0; font-weight: 600; line-height: 1.2em;}

.google-add {margin: 15px 0;}





		.comments_container{
			width: 100%;
			margin: 30px auto;
		}



		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			background: #ededed;
			color: #222;
		}

		.tab-content{
			display: none;
			background: #FFF;
			padding: 15px 0;
			border-top:2px solid #ededed;
		}

		.tab-content.current{
			display: inherit;
		}
		
.commenting_has_expired {font-size: 15px; text-align:center; color:#cf2330}






.troll {/* background-color:#492525; */}

.hide {display:none!important;}