/* ==========================================================================
   Pepa Lábus a spol. – CSS
   Adaptováno z původního webu, modernizováno pro Nette Framework
   Barvy: pozadí #000, text bílá, akcent #fc6, sekundární #cc9
   ========================================================================== */

/* ---------- Reset & Base ---------- */

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 12px;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background: #000;
	color: #fff;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fc6;
}

img {
	max-width: 100%;
	height: auto;
}

/* ---------- Layout ---------- */

.site-wrapper {
	width: 750px;
	margin: 20px auto 0;
}

/* ---------- Header ---------- */

.site-header {
	width: 750px;
	height: 90px;
	background: url('../pics/podzim.jpg') center no-repeat;
	background-size: cover;
}

.site-header img {
	display: block;
}

/* ---------- Main columns ---------- */

.site-main {
	display: flex;
	gap: 5px;
	margin-top: 5px;
}

/* Left navigation column */
.site-nav {
	width: 110px;
	flex-shrink: 0;
	padding-top: 10px;
	text-align: right;
}

.site-nav a {
	display: block;
	margin-top: 5px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}

.site-nav a:hover,
.site-nav a.active {
	color: #fc6;
}

/* Right content column */
.site-content {
	flex: 1;
	max-width: 630px;
	padding: 10px;
	margin-top: 10px;
	background: #000;
	color: #fff;
	text-align: justify;
}

/* ---------- Headings ---------- */

h2 {
	font-size: 18px;
	color: #fc6;
	border-bottom: 1px dotted #666;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin-top: 0;
}

h3 {
	color: #fc6;
	font-size: 14px;
}

/* ---------- Horizontal rules ---------- */

hr {
	border: none;
	border-top: 1px dotted #333;
}

/* ---------- Paragraphs ---------- */

p {
	text-align: left;
}

/* ---------- Footer ---------- */

.site-footer {
	width: 750px;
	margin-top: 10px;
	padding-top: 8px;
	border-top: 1px dotted #666;
	color: #666;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
}

.site-footer a {
	color: #666;
	text-decoration: none;
}

.site-footer a:hover {
	color: #fc6;
}

.site-footer p {
	text-align: center;
}

/* ---------- Diskografie – CD listing ---------- */

.cd {
	display: block;
	min-height: 100px;
	margin-bottom: 15px;
	overflow: hidden;
}

.cd img {
	border: 2px solid #666;
	margin-right: 10px;
	float: left;
}

.cd b,
.galerie {
	color: #fc6;
	text-transform: uppercase;
}

.cd a {
	text-decoration: none;
	font-weight: bold;
}

.cd a:hover {
	color: #fc6;
}

.seznamcd a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.seznamcd a:hover {
	color: #fc6;
}

.popiscd em {
	font-style: normal;
	color: #cc9;
	font-weight: bold;
}

/* ---------- Texty písní ---------- */

pre {
	font-family: Arial, sans-serif;
	white-space: pre-wrap;
}

.pisen {
	color: #cc9;
}

.pisen a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}

.pisen a:hover {
	color: #cc9;
}

/* ---------- Fotogalerie ---------- */

.galerie {
	color: #fc6;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 5px;
}

.galerie-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
	margin-bottom: 15px;
}

.galerie-grid a img {
	border: 1px solid #fff;
	display: block;
}

.galerie-grid a:hover img {
	border-color: #fc6;
}

/* ---------- Koncerty ---------- */

.koncert {
	margin-bottom: 10px;
}

.koncert b {
	display: block;
	color: #fc6;
	border-bottom: 1px dotted #333;
	border-left: 5px solid #fc6;
	padding-left: 4px;
	margin-bottom: 4px;
}

.koncert .datum {
	font-weight: bold;
}

.koncert-past {
	opacity: 0.5;
}

/* ---------- O kapele ---------- */

.info {
	line-height: 18px;
}

.info-vlevo {
	width: 300px;
	float: left;
	padding: 10px;
	border-right: 1px solid #666;
}

.info-vpravo {
	width: 165px;
	float: right;
}

/* ---------- Audio přehrávač ---------- */

.audio-track {
	margin-bottom: 12px;
	padding: 6px 0;
	border-bottom: 1px dotted #333;
}

.audio-track .track-title {
	color: #fc6;
	font-weight: bold;
	margin-bottom: 4px;
}

.audio-track audio {
	width: 100%;
	height: 30px;
}

/* ---------- Utility ---------- */

.clear {
	clear: both;
}

.text-accent {
	color: #fc6;
}

.text-secondary {
	color: #cc9;
}

.hlavice {
	color: #fc6;
}

/* ---------- Images in paragraphs ---------- */

p a img {
	border: 1px solid #fff;
	margin: 2px;
}

p a:hover img {
	border: 2px solid #fc6;
	margin: 1px;
}

/* ---------- YouTube embeds ---------- */

.video-embed {
	margin: 10px 0;
}

.video-embed iframe {
	border: none;
	max-width: 100%;
}
