﻿/******************************************** seznam ******************************/
div.storyEntries .heading,
div.story h1
{
	font-size:120%; 
	font-weight:bold;
	padding-top:0; padding-bottom:1em;
	margin:0;
}

div.storyPreview
{
	padding:0;
	margin:.5em 0 0.5em 0;
	border:solid 1px #eaeaea;
}

div.storyPreview h2.name
{
	margin:0;
}
div.storyPreview h2.name,
div.entry .info
{
	background-color:#999;
	color:#eee;
	padding:.2em .2em .2em 1em;
	display:block;
}
div.entry .subInfo span.dates
{
	color:#eee;
	font-size:80%;
	padding-right:1em;
}

div.storyPreview h2.name,
div.entry .info .author
{
	color:#eee;
	font-weight:bold;
	letter-spacing:0.2em;
}

div.storyPreview .subInfo
{
	padding-left:1em;
	font-weight:normal;
	border-bottom:solid 1px #eaeaea;
}

div.storyPreview div.body
{
	padding-top:1.5em;
	padding-left:1em;
}
div.storyPreview a.text
{
	padding-bottom:.5em;
	color:Black;
	font-weight:normal;
	display:block;
}

/*************************** story ************************************************************/

div.entry { margin-bottom:0.5em; }
	div.entry .info { }
		div.entry .info .author {}
		div.entry .info span {}
		div.entry .info .dates 	{ color:#eee; }
	div.entry .info,
	div.entry .info * {}
	div.entry .text    { padding:1em;}
	div.entry .comment { padding-left:1em; padding-right:1em;}
		div.entry .comment span
		{
			font-size:80%;
			color:Gray;
		}

div.byVisitor {  }
	div.byVisitor div.info { 
		background-color: #FFE0A1; color:#999;
		border:dashed 1px #FFE0A1;
		border-bottom-style:none;
	}
	div.byVisitor div.text,
	div.byVisitor div.comment { border:dashed 1px orange;	}
	div.byVisitor div.text { border-top-style:none; border-bottom-style:none }
	div.byVisitor div.comment { border-top-style:none; }
		div.byVisitor div.info .author,
		div.byVisitor div.info .dates  { color:#999 }
div.byOther   { border:dashed 1px silver; }
div.story div.newEntry
{
}
.story div.feed,
.storyEntries div.feed
{
	position:relative;top:-1em;right:-1em;
}

/************************ ostatni *****************************************************************/
#storyName
{
}