/* stylesheet for deja-vix homepage, last update: 23/11/2003 (c) VIX */

/* Standardne nastavenie pre telo dokumentu s malymi okrajmi */
body {
	background: #ffffff;
	padding: 8px 16px 8px 16px;
	color: black;
}

/* Linky */
a:link    { color: blue }   /* unvisited links */
a:visited { color: #000080 }   /* visited links   */
a:hover   { color: red }       /* user hovers     */
a:active  { color: #f0d000 }   /* active links    */

/* Velkosti fontov */
h1 { font-size: 1.5em; }
h2 { font-size: 1.3em; margin-left: 0em; padding: 4px 8px 4px 8px; }
h3 { font-size: 1em; margin-left: 0em; padding: 3px 8px 3px 8px; }
h4 { font-size: 1em;   margin-left: 0em; padding: 2px 8px 2px 8px; }

h1.strong-heading {
	color: black;
	background-color: #c0c0d0;
	font-family: sans-serif;
}

h1.page-heading {
	font-size: 2em;
	color: black;
/*	background-color: #e09000;*/
	background-color: #f0f0f0;
	font-family: sans-serif;
}

/* Sekcie/odstavce v dokumente */
div.section {
	padding: 16px 16px 16px 16px;
	margin-top: 16px;
	margin-bottom: 16px;
	font-family: arial, sans-serif;
	color: black;
	border: solid thin #e0e0e0;
}

/* Nadpisy v sekcii */
.section-heading {
	font-family: arial, sans-serif;
	font-weight: bold;
}

/* Nadpis H1 v sekcii */
h1.section-heading {
/*	border: 3px inset #c0c0d0;*/
	border-left: 2px solid blue;
	border-right: 2px solid blue;
	background-color: #c0c0d0;
	color: black;
}

/* Nadpis H2 v sekcii */
h2.section-heading {
	border: 1px solid silver;
	/* background-color: #c0c0d0;*/
	background-color: #f0f0f0;
	color: black;
}

/* Nadpis H3 v sekcii */
h3.section-heading {
	border: 1px solid silver;
	color: black;
}

/* Nadpis H4 v sekcii */
h4.section-heading {
	border: 1px solid silver;
	color: black;
}

/* Intro na kazdej stranke na zaciatku */
.intro-text {
	color: silver;
	font-size: 1em;
	font-style: italic;
	font-family: arial, sans-serif;
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
}

/* Telo sekcie */
.section-body {
	font-size: 1em;
	font-family: arial, sans-serif;
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
}

/* Poznamka v sekcii */
p.section-body-poznamka {
    	font-size: 1em;
    	font-family: arial, sans-serif;
	text-align: justify;
	margin-left: 1em;
	margin-right: 1em;
}

/* Poznamka v sekcii: pred nou sa vypise text "Poznamka:", co je obsah
* generovany tymto stylom */
p.section-body-poznamka:before {
	content: "Poznámka:";
	font-weight: bold;
}

/* Citaty su kurzivou. */
q {
	font-style: italic;
}

/* Popis pod obrazkami */
p.image-description {
	font-size: 0.75em;
	font-style: italic;
	font-family: arial, sans-serif;
}

/* Linky v hlavnom menu (buttony) */
a.menu-item:link {
	font-weight: bold;
	text-decoration: none;
	color: black;
	line-height: 2em;
	font-family: arial, sans-serif;
	font-size: 0.85em;
	text-align: center;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

a.menu-item:visited {
	font-weight: bold;
	text-decoration: none;
	color: black;
	line-height: 2em;
	font-family: arial, sans-serif;
	font-size: 0.85em;
	text-align: center;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}
a.menu-item:hover {
	color: blue;
	line-height: 2em;
	font-family: arial, sans-serif;
	font-size: 0.85em;
	text-align: center;
	padding: 0px 2px 0px 2px;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}

/* Sekcia s novinkami/changelog na hlavnej stranke */
.news {
	margin: 8px 2px 8px 2px;
	padding: 2px 2px 2px 2px;
	font-size: 0.75em;
	color: #d0d0d0;
	font-family: arial, sans-serif;
	text-align: left;
	border: dotted #d0d0d0 thin;
	background-color: #503000;
}

