body {
	font: 14px trebuchet ms;
	margin: 0;
	padding: 0;
	color: #666;
	text-align: center;
}

a {
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	color: #f90;
}

a:hover {
	border: none;
}

h2 {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	clear: both;
	/*background-image: url(img/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 25px;
 */
	padding-bottom: 10px;
	margin-bottom: -6px;
}

#container {
	height: auto;
	height: 100%;
	min-height: 100%;
	position: relative;
}

#header {
	border-top: 5px solid #000;
}

img {
    border-style: none;
}

#header div {
	margin: 0 auto;
	width: 830px;
	text-align: left;
	padding-left: 20px;
}
#header h1 {
	font-family: Century Gothic, Tahoma, Verdana, sans-serif;
	float: left;
	font-size: 1.9em;
	padding: 30px 0;
	margin: 0;
}
#header h1 span {
	color: #999;
}
#header h1 a {
	border: none;
	color: #000;
	font-weight: normal;
}
#nav {
	float: right;
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
	display: inline;
	float: left;
}
#nav li a {
	text-decoration: none;
	border: none;
	color: #000;
	padding-top: 5px;
	display: block;
	margin: 0 15px;
}
#nav li.on a {
	background: url(img/nav_hover.gif) no-repeat 50%;
	background-position: 0px -2px;
	padding: 1px 45px 6px 45px;
	margin: 0;
	color: #fff;
}
#nav li a:hover {
	color: #33CC00;
}
#strike {
	background-image: url(img/site-strike.jpg);
	background-color:#42a100;
	text-align: center;
	clear: both;
	margin-bottom: 35px;
	padding-left: 10px;
}
#strike div {
	width: 600px;
	margin: 0 auto;
	text-align: left;
	padding: 40px 30px 40px 0;
}
#strike p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 20px;
	letter-spacing: -1px;
}
#body {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: url(img/line_bg.gif) repeat-y 620px 20px;
	padding-left: 20px;
	padding-bottom: 61px;
}
#body:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
* html #body {
	height: 1%;
}
#l, #l {
	width: 600px;
	padding-right: 20px;
	float: left;
	margin-right: 20px;
}
#l p, #r p {
	margin-top: 10px;
}
#r {
	width: 210px;
	float: right;
	margin-right: 15px;
}
#r p span {
	color: #009900;
	font-weight: bold;
}
#r ul {
	padding-left: 0px;
}
#r p {
	margin: 1em 0;
	padding: 0;
}
#r hr {
	border-top: 1px solid #eee;
	height: 1px;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
}
div.block {
	background-color: #F8F8F8;
	border: 1px solid #ddd;
	padding: 20px;
	text-align: center;
	color: #999;
	margin-top: 10px;
}
/* the links in the banner image */
#topbar {
	text-align: right;
	color: #666;
	padding: 5px;
	margin-right: 55px;
}
/* footer */
#footer {
	clear: both;
	background: url('img/blackbg.gif') repeat;
	border-top: 4px solid #666;
	text-align: center;
	padding-bottom: 5px;
}

/* moje */

.img_kat {
	float: left;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 3px 10px 0 0px;
}

.obrl {
  float: right;
}

.tag:hover {
  color: #f90;
}
/* koment��e */

#komentare-blok {
	margin-top: 30px;
	/*color:black;*/
}
#komentare-blok a {

}
.komentar {
	margin-top: 30px;
}
.kom-nadpis{
	background: #98cb00 url(img/speak.gif) no-repeat 3px 5px;
	padding-left: 19px;
	height: 22px;
	line-height: 22px;
	font-weight:bold;
}
.kom-text {
	line-height: 17px;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 23px;
}
.kom-paticka {
	text-align:right;
}
.komentar-mzk {
	color:black;
}
.black2 {
	color:#666;
	/*background: url(../img/home.gif) no-repeat 3px 3px;*/
	text-align:right;
	margin:right;
	float: right;
}
.black {
	color:#666;
	text-align:right;
	margin:right;

}
.reakcena {
	color:#f90;
}
.obrl {
	float:left;
}
.obrr {
	float:right;
}

.terminal {
	background-color: #000000;
	color: #FFFFFF;
	padding: 3px 0px 3px 10px;
	max-width: 600px;
	text-align: left;
	overflow: auto;
	width: 550px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;

}
pre	{
	overflow: auto;
	width: 550px;
	font-size:15px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
code {
	font-family: "Courier New", Courier, monospace;
}
.no-formular {
    width:80%;
    border:1px dotted #666;
    padding:20px;
}
div.flash {
	color: black;
	background: #FFF9D7;
	border: 1px solid #E2C822;
	padding: 1em;
	margin: 1em 0;
}

a[href^="error:"] {
	background: red;
	color: white;
}

.dump {
    background-color:white;
}
.dump span {
    color:blue;
}
