
/*
Design by mkpc
http://www.mkpc.sk
*/

body {
	margin: 10px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*color: #333333;*/
}
/*okolo nadpisu
h1, h2,  {
	margin: 5;
	padding: 5;
}



h1, h2
      { 
     background-image: url(images/h1.png);
	 background-position: center;
	 background-repeat: no-repeat;
	 width: 440;
	height: 32px;
	padding: 20px;
	margin: 0 10px -20px 20px;
	
   }
    
h1 { font-size: 1.4em;}  
h2 { font-size: 1.3em;}

h3 { font-size: 1.1em; 
     background-image: url(images/h3.png);
	 background-position: center;
	 background-repeat: no-repeat;
	
	height: 25px;
	padding: 6px 0 6px 6px ;
	margin: 0 6px -10px 6px;
  }
h4 { font-size: 1.1em; 
     background-image: url(images/h4.png);
	 background-position: center;
	 background-repeat: no-repeat;
	
	height: 50px;
	padding: 6px 15px 15px 6px ;
	margin: 0 5x -10px 30px;
  }*/

h1 {
	font-size: 1,3em;
	color: #ffffff;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 10px;
	margin-bottom: 0px;
	padding-left: 30px;
}

h2 {
	font-size: 1,1em;
	color: #ffffff;
	background-image: url(images/h1.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 13px;
	margin-bottom: 10px;
	padding-left: 15px;
}
/*
h3 doladit na uroven pouzitia nadpisu h3 v stranke - nestratit silu nadpisu h3
*/
h3 {
	font-size: 1,1em;
	color: #ffffff;
	background-image: url(images/h3.png);
	background-repeat: no-repeat;
	height: 50px;
	padding-top: 13px;
	margin-bottom: 10px;
	padding-left: 15px;
}

/*
h4 nadpis - pouzitie na linkovej lavej strane ako jednoriadkove bordove pozadie
*/
h4 {
	background-image: url(images/h3.png);
	font-size: 1em;
	height: 34px;
	width: 145px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 15px;
	margin-bottom: -10px;
}
/*
h5 nadpis - pouzitie na linkovej lavej strane ako dvojriadkove bordove pozadie
*/
h5 {
	background-image: url(images/h4.png);
	font-size: 1em;
	height: 59px;
	width: 145px;
	color: #FFFFFF;
	padding-top: 9px;
	padding-left: 15px;
	margin-bottom: -10px;
} 
 
 h6 {
	color: #FFFFFF;
	padding-top: 110px;
	padding-left: 130px;
	font-size: 3em;
	font-style: italic;
} 

p, blockquote, ul, ol {
	line-height: 180%;
	text-align: justify;
	font-size: small;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a:hover {
	text-decoration: none;
}

a img {

	border: none;

}



img.left {

	float: left;

	margin: 5px 20px 0 0;

}



img.right {

	float: right;

	margin: 5px 0 0 20px;

}


img {
	border: none;
}

/* Header */

#header {
	width: 850px;
	height: 244px;
	margin: 0 auto;
	background: url(images/header.png);
}

/* Logo */

#logo {
	float: left;
	width: 200px;
	height: 200px;
	
}

#logo * {
	text-align: center;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 74px 0 0 0;
	letter-spacing: -2px;
	font-size: 2.25em;
}

#logo h2 {
	padding: .25em 0 0 0;
	letter-spacing: -1px;
	font-size: 1em;
}


/* Menu
#menu {
	float: right;
	width: 550px;
	height: 40px;
	
}
 
#menu ul {
	color: White;
	float: right;
	width: 100%;
	height: 54px;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
	
}

#menu li:hover {
	background: #841c20;
	display: inline;
	
}

#menu a {
	display: block;
	display: inline;
	padding: 10px 10px 10px 10px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
	color: #fff;
	
}
 */
#menu ul
{
	color: White;
	float: right;
	width: 550;
	height: 20px;
	padding: 186px 110px 0 0;
	
}

#menu ul li { display: inline; }
/* medzi tlacicami */
#menu ul li a
{
	padding: 20px 1.1em;
	height: 20px;
	color: #841c20;
	font-weight: bold;
	
	text-decoration: none;
	/*  
	float: left;*/
	background-image: url(images/fmenu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
 
#menu ul li a:hover
{
	color: #fff;
	font-weight: bold;
	
	background-image: url(images/menu.png);
	
}

/* Content */

#content {
	width: 850px;
	height: 20px;
	margin: 0px auto -10px ;
	background: url(images/content.png);
	
}

.post {
	padding-top: 0px;
}

.post .title {
}

.post .title a {
	text-decoration: none;
	color: #37404C;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}

#telo {
	width: 850px;
	margin: 0 auto;
	background: url(images/telo.png);
	
}


#colOne {
	float: right;
	width: 450px;
	padding: 0px 105px 0 0px;
	
}
/*
#colOne .top-head { Content 
	padding: 0px 150px 0 0px;
	border-top: 10px solid #F52EDA;
}
*/
#colOne .content {
	padding: 0px 15px 0px 20px;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 0 0 0 100px;
	text-align: left;
	text-decoration: none;
	
	/* Content 
	border-top: 10px solid #649CE2;*/
}

#colTwo ul li
{	padding: 0px 0px 0px 10px;
	text-align: left;
	text-decoration: none;
}

#colTwo ul li ul
{	padding: 0px 0px 0px 20px;
	text-align: center;
	text-decoration: none;
}

#colTwo .content {
	padding: 0px 20px 10px 10px;
}

#extra {
	height: 10px;
}



/* Footer */

#footer {
	width: 850px;
	height: 190px;
	margin: 0 auto;
	background: url(images/patka.png);
	/* Footer 
	border-top: 10px solid #FFFFFF;*/
}

#footer p {
	margin: 0;
	padding: 75px 0 0 0;
	text-align: center;
	font-size: x-small;
	color: #A1A1A1;
}

#footer a {
	color: #A1A1A1;
}
