/*  
Based on:

Ginger Ninja! v2
http://www.ginger-ninja.net/
*/

/* Generic Styling */

body {
	background:url(images/bg-body.png) repeat-x top center #E8F7F9;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-top:2.75em;
	margin-left: 20px;
	}

a {
	text-decoration:none;
	color:#548805;
	}
a:hover {
	text-decoration:none;
	color:#000000;
	}

/* Structure */

#wrapper {
	margin:0 auto;
	width:950px;
	background:#ffffff;
	font-size:1.20em;

	}
#header {
	height:230px;
	background:url(images/bg-header.jpg);
	}
#menu {
	height:35px;
	line-height:35px;
	padding:0 10px;
	background:url(images/menu.jpg) no-repeat;
	padding-left: 200px;
	}

#content {
	float:left;
	width:950px;
	min-height:600px;
	}
#footer {
	clear:both;
	height:60px;
	background:url(images/bg-footer.jpg) no-repeat;
	}

.vlajky {
	padding:20px 10px;
	text-align:right;
	}

/* Entries */

.entry {
	padding:50px 10px;
	text-align:justify;
	line-height:1.25em;
	}
.entry-title {
	font-size:2.5em;
	font-weight:bold;
	letter-spacing:5px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
.comments {
	margin-top:1em;
	}
.comments a {
	color:brown;
	padding-left:20px;
	padding-right:2px;
	}
.comments a:hover {
	color:#B4C835;
	}

ul, ol {
	margin-left: 20px;
	}

/* Menu */

#menu ul {
	list-style-type:none;
	margin-left: 0px;
	}
#menu li {
	float:left;
	}
#menu li a {
	padding:0;
	text-align:center;
	display:block;
	color:#dddddd;
	background:url(images/bg-menu-hover-static.gif) no-repeat center center;
	font-weight: normal;
	font-size: 150%;
	letter-spacing:0px;
	width: 120px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.gif) no-repeat center center;
	color:#ffffff;
	font-weight: bold;
	letter-spacing:1px;
  	width: 120px;
	}

/* uvod */

#uvod ul {
	list-style-type:none;
		text-align: right;
		margin-top: -50px;
	}

#uvod li a {


	color:#444444;
	margin:20px;
	padding-right:50px;
	border:1px outset #ddd;
	vertical-align: center;

	}
#uvod li a:hover {
	border:1px inset #ddd;
	color:#000000;
	background:#e0e0e0;
	}
	
#uvod img {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: -5px;
	}
	
#uvod-bottom {
	height:100px;

	}

/* Footer */

#footer-valid {
	float:left;
	padding-top:35px;
	padding-left:20px;
	color:#000000;
	font-size: 125%;
	}
#footer-valid a {
	color:#548805;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#000000;
	text-decoration:underline;
	}

/* Heading's */

h1 {
	font-size:3em;
	font-weight:normal;
	cursor:default;
	letter-spacing:1px;
	color:#060;
	}

h2 {
	color:green;
	margin-bottom: 15px;
	margin-top: 25px;
	}
	
h3 {
	margin-top: 15px;
	}
	
em {
		font-size:1.2em;
	}
	
	
	

#ukazky {
	text-align:left;
	}


#ukazky img {
	margin: 2px;
	border: 2px outset #ffffff;
	text-align:left;
	width: 212px;
	height: 159px;
	}
	
#ukazky img:hover {
	margin: 2px;
	border: 2px inset #ffffff;
	text-align:left;
	width: 212px;
	height: 159px;
	}

