/* 
    Document   : typography
    Created on : 1.10.2010, 20:54:23
    Author     : Naka
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
.typography * {
	font-family: Georgia, "Palatino Linotype", "Times New Roman", serif;
	line-height: 21px;
    font-style: inherit;
}
root { 
    display: block;
}
.typography em {font-style: italic;}
.typography ul, .typography ol {
	padding: 0 0 1.5em 1.5em ;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}

.typography a {
	color: #b60000;
	text-decoration: none;
}
.typography a:hover {
	color: #cb1d1d;
	text-decoration: underline;
}

.typography hr {
    border-bottom: 1px dotted gray;
    display: block;
    line-height: 0;
    margin: 0 auto 20px auto;
    text-align: center;
    width: 98%;
}

.typography h1, .typography h2, .typography h3, .typography h4 {
	display: block;
	font-weight: bold;
	color: #8a3520;
}
.typography h1 { letter-spacing: -0.5px; font-size: 19px; margin: 0 0 21px 0;}
.typography h2 { letter-spacing: -0.5px; font-size: 18px;}
.typography h3 { letter-spacing: 0; font-size: 15px; color: #1a1a1d; margin: 21px 0 0;}

/* TABLES
-------------------------------------------- */
.typography table {
	border-collapse:collapse;
	border: 1px solid black;
}
	.typography table, th, td {
		border: 1px solid #dedede;
	}
	.typography  th, td {
		padding: 5px;
		font-size: 12px;
	}
.typography .VELKOST-PISMA------ { }
.typography .vacsie-pismo{
	font-size: 15px;
}
.typography .mensie-pismo{
	font-size: 12px;
}
.typography .male-pismo{
	font-size: 10px;
}
.typography .male-kapitlky {
	font-style: normal;
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 2px
}
.typography .kapitlky {
	text-transform: uppercase;
	word-spacing: 1px
}
.typography .FARBA-PISMA------ { }
.typography .mensie-sive-pismo {
	font-size: 12px;
	color: #888;
}
.typography .male-sive-pismo {
	font-size: 11px;
	color: #888;
}

.typography .bordova {
	color: #800000;
}
.typography .tmavo-siva {
	color: #888;
}
.typography .siva {
	color: #aaa;
}
/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .ZAROVNANIA------ { }

.typography .left {
	text-align: left;
}
.typography .center {
	text-align: center;
}
.typography .right {
	text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
/*	border: none;*/
}
	.typography img.left {
		float: left;
	}
	.typography img.center {
		float: none;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.typography img.right {
		float: right;
		margin-left: 20px;
	}