/* CSS Document */
/* LIPTON */
/* Forum */
/* Design (c) Adam Kudrna, 2006 */


/* EDITACE */

div.forum_post span.set, table.forums span.set {
	float: right;
	margin-left: 1ex;
}


/* SEZNAM FOR */

table.forums th, table.forums td {
	border-color: black;
}
table.forums th {
	background-color: #fafafa;
}
div.forum_topic {
	font-size: 110%;
	font-weight: bold;
	padding-top: .2em;
}


/* MOZNOSTI ZOBRAZENI */

div.forum_display_options {
	border: 1px dotted #888;
	background-color: #fafafa;
	padding: .5em .7em;
	margin: 2.2em 0;
}
div.forum_display_options h4 {
	font-size: 120%;
	margin: 0 0 .3em 0;
}


/* NAVIGACE */

div.forum_bar {
	height: 1.3em;
	margin-bottom: 1.2em;
}
a.forum_new_post {
	font-weight: bold;
	letter-spacing: .5pt;
}
div.forum_bar a.forum_new_post {
	float: left;
}
div.forum_navigation {
	float: right;
}
span.forum_pages span, span.forum_pages a {
	margin: 0 .2ex;
}
div.forum_bar span.selected {
	font-weight: bold;
}


/* PRISPEVEK */

div.forum_post {
	border: 1px solid black;
	margin-bottom: 1.2em;
}
div.forum_post_header {
	height: 1.3em;
	background-color: #ddd;
	border-bottom: 1px solid black;
	padding: .5ex 1ex;
}
span.forum_post_author {
	float: left;
	font-weight: bold;
	margin-right: 1.2ex;
}
span.forum_post_author img {
	float: left;
	width: 16px;
	height: 16px;
	margin-right: .7ex;
}
span.forum_post_subject {
	float: left;
	font-weight: bold;
}
span.forum_post_time {
	float: right;
	color: #999;
}
div.forum_post_text {
	padding: 1.2ex 1ex;
}
span.forum_post_text {
	display: block;
	clear: left;
}

/* CITACE (uvozovky nechodi v MSIE) */
div.forum_post_text q {
	display: block;
	font-style: italic;
	border: 1px solid silver;
	border-left-width: 3px;
	background-color: #fafafa;
	margin: 1em 1ex;
	padding: 1.2ex 1ex 1.2ex 1.5ex;
}
div.forum_post q:before, div.forum_post q:after {
	font: bold 150% times, serif;
	font-style: italic;
	line-height: 11pt;
}
div.forum_post q:before {
	content: '„';
	margin-right: .5ex;
}
div.forum_post q:after {
	content: '“';
	margin-left: .5ex;
}


/* NOVY PRISPEVEK */

form.forum {
	margin-top: 1em;
}
form.forum fieldset {
	border-color: black;
	background-color: #ddd;
}
form.forum label span {
	float: left;
	width: 15ex;
}

