/*
 **********************************
 **                              **
 **   CSS for xom`s pinion blog  **
 **    (c) Tom Hnatovsky 2006    **
 **          www.xomax.cz        **
 **                              **
 **********************************
*/
body {
	background: white;
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Helvetica, sans;
	color: #000;
}
p {
	text-indent: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
p:first-line {
}
img {
	border: 0;
}
h2 {
	font-size: 1.1em;
}
.author {
	display: block;
	font-weight: bold;
}
#main, #content {
	width: 100%;
}
.bot {
	margin-bottom: 100px;
}
#menu, .pagebar, #bottom ul, #photo, #info, .hidden, #drnav, #form {
	display: none;
}
.make {
	white-space: pre;
}