/* ============================================================ */
/* ==  Styly pro [bodli.net] - subdoména www                    */

body {
	font-size: 105%;
	padding: 0 2.5em 0 2em;
	margin: 0;
}


/* ============================================================ */
/* ==  Hlavní blokové styly                                     */

h1 {
	font-family: "courier, fixed, monospace";
	border-bottom: 3px dotted black;
}

p {
	padding-top: 10px;
	padding-bottom: 10px;
}

ul {
	list-style: none;
}

ul li {
	text-indent: -4em;
	padding-left: 2em;
}

ul li:before {
	content: ' » ';
	font: bold 150% "courier, fixed, monospace";
	padding-left: 1.5em;
}


/* ============================================================ */
/* ==  Styl odkazu                                              */

a {
	text-decoration: none;
	background: white;
	color: green;
}
a:before {
	content: '[';
}
a:after {
	content: ']';
}
a:hover {
	background: green;
	color: white;
}



/* ============================================================ */
/* ==  Jiné pojmenované styly                                   */

#Lcolumn {
	float: left;
	width: 280px;
	padding: 0 1ex 3ex 1ex;
}

#Rcolumn {
	margin: 0 0 0 280px;
}


/* ============================================================ */
/* ==  Jiné pojmenované styly                                   */

.english {
	border-top: 3px dotted gray;
	clear: both;
	color: gray;
}

.ghost {
	display: none;
}
