/*
 * style.css - vychozi styl pro vsechna media
 * Autor: Radek Liska, radarfox at seznam.cz 
 */

/* ==============================================[ css reset ] */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

:focus {
	outline: 0;
}

/* ==============================================[ pozicni bloky ] */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #252525;
	color: #fff;
	font: 88% Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1.4;
}

/* ==============================================[ vlastni tridy ] */

.clear {
	clear: both;
	height: 0;
	font-size: 0;
}

.noborder {
	border: none;
}

.nomargin {
	margin: 0;
}

/* ==============================================[ radkove prvky ] */

a {
	color: #dad700;
	text-decoration: underline;
}

a:hover {
	color: #e00;
}

strong,
b,
.bold, {
	font-weight: bold;
}

em,
i,
.italic {
	font-style: italic;
}

ins,
.ins,
.underline {
	text-decoration: underline;
}

del,
.del {
	text-decoration: line-through;
}

code {
	font: 100% "Courier New", Courier, monospace;
}

abbr,
.abbr {
	border-bottom: 1px dotted #fff;
	cursor: help;
}

sub,
.sub {
	font-size: 75%;
	vertical-align: sub;
}

sup,
.sup {
	font-size: 75%;
	vertical-align: super;
}

big,
.big {
	font-size: 129%;
}

small,
.small {
	font-size: 71%;
}

/* ==============================================[ odstavce ] */

p {
	margin: 1em 0;
	text-align: justify;
}

blockquote {
	margin: 1em 2em 1em 5em;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

/* ==============================================[ nadpisy ] */

h1,
h3,
h4 {
	margin: 1.2em 0 0.4em;
	color: #cb0000;
	font-size: 129%;
	font-weight: normal;
}

h2 {
	margin: 1.2em 0 0.4em;
	color: #cb0000;
	font-size: 150%;
	font-weight: bold;
}

h3,
h4 {
	font-size: 100%;
}

h4 {
	margin-bottom: 0;
}

/* ==============================================[ obrazky ] */

.img {
	margin: 1em 0;
	text-align: center;
}

.img-left {
	float: left;
	margin: 1em 1em 0 0;	
}

.img-right {
	float: right;
	margin: 1em 0 0 1em;
}

.img img,
.img-left img,
.img-right img {
	margin: 0;
}

.img img {
	margin: 0 1px 2px;
}

.img .alt,
.img-left .alt,
.img-right .alt {
	margin: 0;
	font-style: italic;
	text-align: center;
}

/* ==============================================[ oddelovace ] */

.hr {
	margin: 10px 0;
	height: 1px;
	background: #9f9f9f;
	font-size: 0;
}

.hr hr {
	display: none;
}

/* ==============================================[ seznamy ] */

ul,
ol {
	margin: 1em 0 1em 2em;
	list-style: disc outside;
}

ol {
	list-style-type: decimal;
}

ul.list-disc {
	list-style-type: disc;
}

ul.list-circle {
	list-style-type: circle;
}

ul.list-square {
	list-style-type: square;
}

ul.nobullet {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

ol.list-decimal {
	list-style-type: decimal;
}

ol.list-lower {
	list-style-type: lower-alpha;
}

ol.list-upper {
	list-style-type: upper-alpha;
}

ol.list-lower-roman {
	list-style-type: lower-roman;
}

ol.list-upper-roman {
	list-style-type: upper-roman;
}

ul ul,
ol ol {
	margin-bottom: 0.5em;
}

ul.menu,
ul.menu ul {
	margin: 0;
	padding: 0;
	list-style: none outside;
}

ul.menu ul {
	margin-left: 2em;
}

dl {
	margin: 1em 0;
}

dt {
	margin: 0.3em 0;
	font-weight: bold;
}

dd {
	margin: 0.3em 0 0.3em 2em;
}

/* ==============================================[ tabulky ] */

table {
	margin: 1em 1px;
	border-collapse: collapse;
}

caption {
	margin: 0 0 0.5em;
	font-size: 125%;
}

td,
th {
	padding: 0.3em;
	border: 1px solid #fff;
	text-align: left;
	vertical-align: top;
}

th {
	color: #fff;
	font-weight: bold;
	text-align: center;
}

table.noborder {
	margin: 1em 0;
}

table.noborder td,
table.noborder th {
	border: none;
}

/* ==============================================[ formulare ] */

form {
	margin: 1em 0;
}

fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #fff;
}

form table.noborder {
	margin: 0;
}

legend {
	margin: 0 0 0.5em;
	padding: 0 0.5em;
	font-size: 125%;
}

input,
button,
select,
textarea {
	padding: 3px;
	border: 1px solid #aaa;
	background: #fff;
	color: #000;
	font: normal 100% Verdana, Geneva, Arial, Helvetica, sans-serif;
}

select {
	padding: 0;
}

input:focus,
select:focus,
textarea:focus {
	border-color: #000;
	color: #000;
}

input.noborder {
	background: transparent;
}

input.disabled {
	background: #eee;
	color: #999;
}

button {
	border: none;
	background: #cb0000;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}

button:hover {
	color: #000;
}
