/* SHODNÉ FORMÁTOVÁNÍ PRO VŠECHNY SOUBORY */

a img {
	border: none;
}


/* FORMÁTY POVOLENÝCH TAGŮ - neodzkoušeno

acronym, abbr {
	border-bottom: 1px dashed #333;
}

acronym, abbr, span.caps {
	cursor: help;
	font-size: 90%;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

cite {
	font-size: 90%;
	font-style: normal;
}
*/

/* cas zápisu v blogu */
.blogdatum {
	font: 85% "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
	margin: 15px 0 2px 0;
	padding-bottom: 2px;
}

#comments, #psatkomentar {
	font: 115% bold "Trebuchet MS", "Geneva CE", lucida, sans-serif; 
}

h3 {
	font: bold 125% "Times New Roman", Times, serif;
	margin-top: 0;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .odsazeni, .feedback {
	font: 100%/175% "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	letter-spacing: 0.5px;
}

/* classes used by the_meta() */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	clear: all;
	margin-bottom:2.5em;
	padding-bottom:1em;
}

.meta {
	font-size: .85em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.storytitle {
	margin: 0;
	padding-top: 0.3em;
}

.storytitle a {
	text-decoration: none;
}

#commentform textarea {
	width: 40em;
}

#commentlist li p{
	margin:0 0 1em 0;
}

.storycontent p{
	margin:0.5em 0;
}

h1 {
	background-repeat: no-repeat;
	background-position: left top;
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.2em;
	margin: 0;
	margin-left: 190px;
	padding: 15px 10px 25px 60px;
}

h1 a {
visibility: hidden;
	color: #fff;
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

#menu {
	padding: 275px 0 0 30px;
	position: absolute;
	left: 0;
	top: 0;
	width: 11em;
}

#menu form {
	margin: 2px 0;
}

.menuseznam {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.menuseznam li {
	border: 0;
	font: normal normal 80%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	margin-top: 0.75em;
	padding: 0 0 0 1.5em;
  list-style-type: none;
}

#copy {
	padding-top: 10px;
	font-size: 75%;
}

/* MOJE PŘIDÁNÍ */


#motto {
margin-top:3em;
margin-left:-7em;
text-align:center;
font-size:75%;
font-style: normal;
font-variant: normal;
}

.walten {
margin-left: 1em;
font-size:75%;
font-style: normal;
font-variant: normal;
vertical-align:middle;
}

#drobky {
margin-top:1em;
margin-bottom:1em;
font-size: .8em;
}

.titul {
margin-top: 1em;
letter-spacing: 0.15em;
}

.basendatum {
margin-left: 200px;
font-size: .9em;
}

.menunadpis {
font-style: italic;
font-size: 1em;
}

.odsazeni {
margin-left: 2em;
}

.odstavec {
margin-top: 2px;
margin-bottom: 2px;
text-indent: 3em;
}

.sikme {
font-style: italic;
}

.tucne {
font-weight: bold;
}

.mensi {
font-size: 85%;
}

.stred {
text-align:center;
margin-left:-1em;
}

.caj {
margin: 0 0 0.75em 0;
}

h4 {
margin: 0;
text-decoration: underline;
}

.noviny {
	font: italic normal 230% 'Times New Roman', Times, serif;
	letter-spacing: 0.3em;
	padding: 10px 0;
}

/* odsazení prvního řádku v odstavcích v blogu */
.storycontent p{
text-indent: 1.5em;
}

/* odsazení prvního řádku v odstavcích v textech - nutno body class="texty" */
.texty p{
text-indent: 1.5em;
}

/* neodsazení prvního řádku v odstavcích v básních v blogu */
.basen {
padding-left: 1.5em;
}

.basen p{
text-indent: 0;
}

