/* LISTA */
a.llink {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	
	font-size: 11px;
}
.ltext {
	color: #FFA500;
	font-weight: bold;
	
	font-size: 11px;
}
a.lkontakt {
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	text-decoration: none;
	font-size: 11px;
}
a.llink_adv {
	color: #FFA500;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

* {
	margin: 0;
	padding: 0;
}
body {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin: 10px 0;
	background: #994444;
	font-size: 11px;
	color: #000000;
}
h1, h2, h3 {
	font-weight: 12px;
}
p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	text-align: justify;
}
ul {
	margin-left: 3em;
}
a {
	color: #D80303;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* Boxed Style */
.boxed {
}
.boxed .title {
	padding: 5px 0 5px 20px;
	background: #FBC25F url(images/img06.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #600303;    
}
.boxed .content {
	padding: 20px;
}

/* Post */

.post {
	padding: 15px;
}
.post .head {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000; 
  padding: 0 5px 0 10px; 
}
.post .cislo {
	float: left;
	width: 54px;
	height: 84px;
	background: #FFFFDD;
	text-align: center;
}
.post .listovanie {
	float: left;
	width: 54px;
	height: 84px;
	background: #600303 url(images/pozadie.gif) no-repeat;
	text-align: center;
}
.post .listovanie .kkc {
	display: block;
	padding: 2px 0px 0px 0px;
	font-size: 14px;
	font-weight: bold;
}
.post .listovanie .day {
	display: block;
	padding-top: 20px;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.post .titulok {
	margin: 30px 20px 30px 70px;
	padding-left: 10px;
	font-size: 18px;
}
.post .meta {
	margin: 0 0 0 70px;
	padding-left: 0px;
	font-size: 9px;
}

.post .story {
  padding-top: 3px;
}

.post .popis {
	font-size: 12px;
	color: #600303;
	font-weight: bold;
	text-align: justify;
	padding: 0px 20px 0px 15px;
}
.post .hlaska {
	font-size: 14px;
	color: #600303;
	font-weight: bold;
	text-align: right;
	padding: 0px 40px 0px 15px;
}

.post .zoznam {
	line-height: 135%;
	margin: 0 0 0 1em;
	padding: 15px 0px 5px 0px;
	font-size: 18px;
	font-weight: bold;
	color: #600303;
}

/* REKLAMA */
#reklama {
	width: 830px;
	height: 30px;
	margin: 0 auto;
	padding: 15px 0 0 0px;
	background: #680000 url(images/reklama.gif) no-repeat;
	color: #FFFFFF;	
	text-align: center;
}

/* Logo */
#logo {
	height: 100px;
	background: #FBC25F url(images/img02.gif) no-repeat;
	text-align: center;
}

#logo h1 {
	padding-top: 30px;
	font-size: 26px;
	font-weight: bold;
}

#logo h2 {
	font-size: 10px;
}

#logo a {
	text-transform: uppercase;
	text-decoration: none;
	color: #600303;
}

/* Content */

#content {
	width: 820px;
	margin: 0 auto;
	background: #FFFFFF url(images/priecka.gif) repeat-y 220px 0;
  border: 5px solid #640227;
}

/* Content > Main */

#main {
	width: 600px;
	float: right;
}
.abc {
	padding: 5px 0 0 0px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 5px;
  background: #FBC25F;
}
.abc a:hover{
 background: #FFFFDD;
 border: 1px solid #640227;
 padding: 1px 1px 1px 1px;
 text-decoration: none;
}
#main a {
  
}

/* Content > Sidebar */

#sidebar {
	float: left;
	width: 220px;
	background: #FFFFDD;
}

#sidebar a {
}

/* Content > Sidebar > Menu */

#menu {
	padding: 20px;
	border-top: 5px solid #600303;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 7px 15px;
	background: url(images/sipka1.gif) no-repeat left center;
	text-decoration: none;
	text-transform: uppercase;
	color: #600303;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	background-image: url(images/sipka2.gif);
	color: #D80303;
}

/* Content > Sidebar > search */

#search {
}

#search label {
	font-size: 11px;
	font-weight: bold;
}

#search input {
	margin-bottom: 5px;
	padding: 2px 5px;
	border: 1px solid #640227;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#inputtext {
	color: #640227;
}

#inputsubmit1 {
	background: #640227;
	color: #FFFFFF;
}


/* Content > Sidebar > Updates*/

#updates {
}

#updates h3 {
  margin: 0;
	font-size: 11px;
	font-weight: bold;
}

/* Footer */

#footer {
	clear: both;
	width: 750px;
	margin: 0 auto;
	padding: 10px 0;
}

#footer p {
	margin: 0;
	text-align: right;
	font-size: 9px;
}
#footer a {
	color: #600303;
	font-weight: bold;
}
