/* GHETTO RESET I CHOOSE YOU */
* {
	margin: 0;
	padding: 0;
}
img, a {border: 0;}

/* Foundation styles */
body {
	font: normal 100% Verdana,"Geneva CE",lucida,serif;
	background: #025;
	color:#fff;
}

a {
	color: #9cf;
}

a:hover,
a:focus {
	color: #f93;
}

address,
p {
	margin: 0 .5em 1em .5em;
}
ul {
	margin: 0 .5em 1em 3em;
}
ol {
	margin: 0 .5em 1em 3em;
}
dl {
	margin: 0 .5em 1em .5em;
}
dt {
	clear:left;
	margin: 0 .5em .3em 0;
}
dt img {
	float:left;
	width:100px;
	height:79px;
	margin:0 1em .5em 0;
	border:1px solid #06c;
}
dd {
	margin: 0 .5em .5em 1em;
}

/* Type */
h1 {
	font-size: 3em;			/* 48px / 16px = 3em */
	line-height: 1.14583;	/* 55px / 48px = 1.14583 */
	margin: 0 0 1.07em;
	text-transform: uppercase;
}

.entry .side {
	font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
	line-height: 1.45455;	/* 16px / 11px = 1.45455 */
}

h2 {
	clear:both;
	font-size: 1.5em;			/* 24px / 16px = 1.5em */
	margin-bottom: 0.66667em;	/* 16px / 24px = 0.66667em */
	margin-left: 0.33334em;
	color:#f93;
}

h3 {
	clear:left;
	font-size: 1em;			/* 24px / 16px = 1.5em */
	margin-bottom: 0.66667em;	/* 16px / 24px = 0.66667em */
	margin-left: 0.5em;
	color:#c60;
}

#footer {
	font-size: 0.6875em;	/* 11px / 16px = 0.6875em */
	text-align: center;
	line-height: 1.5em;
}

table {
	margin: 0 .5em 1em .5em;
	border:1px solid #06c;
	border-collapse:collapse;
}
table th,
table td {
	border:1px solid #06c;
	padding:0.3em;
	line-height:1.5em;
}
table th,
table tfoot td {
	background-color:#000;
	color:#fff;
}
table.nocollapse {
	border-collapse: separate;
}
.evenrow {background-color:#036;}

code {
	margin: 0 .5em 1em .5em;
	overflow:auto;
	font-family: "Courier New", "Lucida Console", courier, fixed, monospace;
	line-height:1.2em;
	background-color:#ddd;
	color:#000;
	border:1px solid #9cf;
	display:block;padding:0.5em;white-space:nowrap;
	font-size:0.9em;overflow:auto;
}
code .res,
code .ide {color:#00f;}
code .tag {color:#909;}
code .res,
code .tag {font-weight:bold;}
code .var {color:#090;}
code .txt {color:#900;}
code .cmt {color:#555;font-style:italic;}

.center {text-align:center;}
.vpravo {text-align:right;}
th.vpravo,
td.vpravo {
	text-align:right;
	white-space: nowrap;
}

.entry .side ul {
	margin:0 .5em 1em 2em;
}
.entry .side h2 {
	margin:0 .5em .6667em 0;
}
.entry .side h3 {
	margin:0 .5em .5em 0;
}
.entry .side p {
	margin:0 .5em 1em 0;
}

.nobr {white-space: nowrap;}
.nazevdisku {width:35em;}
