/* top elements */
* { padding: 0; margin: 0; }

body
{
	margin: 0;
	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	text-align: center;
	background-color: #FFF;
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-x;
}

/* links */
a
{
	background: inherit;
	color: #555;
	text-decoration: underline;
	font-weight: bold;
}
a:hover { background: inherit; color: #74acff; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #5AA5F0; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {	margin: 10px 15px; }
ul, ol
{
	margin: 10px 30px;
	padding: 0 15px;		
}

/* images */
img
{
	border: 1px solid #DADADA;
	padding: 5px;
	background: #FAFAFA;
}

img.float-right
{
  margin: 5px 0px 5px 15px;  
}

img.float-left
{
  margin: 5px 15px 5px 0px;
}

img.obicna 
{
	border: 0px;
	padding: 0px;
	background: none;
}

code
{
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	/* white-space: pre; */
	background: #FAFAFA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #74acff;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: 500;
}

acronym
{
  cursor: help;
  border-bottom: 1px solid #777;
}

blockquote
{
	margin: 15px;
	padding: 0 0 0 20px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #74acff;
}

/* start - table */
table
{
	font-size: 1em;
	border-collapse: collapse;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

th strong
{
	color: #fff;
}

th
{
	background: #74A846;
	height: 29px;
	padding-left: 11px;
	padding-right: 11px;
	color: #fff;
	text-align: left;
	border-left: 1px solid #B6D59A;
	border-bottom: solid 2px #FFF;
}

tr
{
	height: 30px;
}

td
{
	padding-left: 11px;
	padding-right: 11px;
	/* border-left: 1px solid #FFE1C3; */
	border-left: 1px solid #FFF;
	border-bottom: solid 1px #ffffff;
}

td.first,th.first
{
	width: 25%;
	text-align: center;
	background-image: url(../images/bg_boxstripes.gif);
	background-repeat: repeat-x;
	height: 10px;
	background-position: top;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

tr.row-a
{
	background: #F8F8F8;
	text-align: center;
}

tr.row-b
{
	background: #EFEFEF;
	text-align: center;
}

.cenovnik
{
	width: 25%;
}

/* end - table */

/* form elements */
form
{
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}

label
{
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input
{
	padding: 2px;
	border:1px solid #c0c0c0;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}

textarea
{
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #cococo;
	height:100px;
	display:block;
	color:#777;
}

input.button
{ 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(../images/gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}

input.submit
{ 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #c0c0c0; 
	padding: 2px 10px; 
	color: #303030;
	border: 1px outset #c0c0c0;
}


/* search form */
.searchform
{
	background-color: transparent;
	border: none;	margin: 0; padding: 0;	
}

.searchform p { margin: 10px; padding: 0; }

.searchform input.textbox
{ 
	width: 130px;
	color: #333; 
	height: 20px;
	padding: 2px;	
	vertical-align: top;
}

.searchform input.button
{ 
	font: bold 12px Arial, Sans-serif; 
	color: #333;	
	width: 60px;
	height: 26px;
	border: 1px solid #DADADA;
	padding: 3px 5px;	
	vertical-align: top;
}

/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content { width: 760px; }

/* header */

#header-wrap
{
	
}

#header
{
	height: 50px;
	text-align: left;
	width: 760px;
}

#header-content
{	
	margin: 0 auto; padding: 0;
	position: relative;
}

#header-content h1#logo
{
	position: absolute;
	letter-spacing: -2px;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 0px;
	left: 1px;
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 36px;
	font-weight: bold;
	width: 355px;
	height: 33px;
}

#header-content h1#logo a
{
	text-decoration: none;
	color: #FFF;
}

#header-content #slogan
{
	position: absolute;	
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;	
	margin: 0; padding: 0;
	
	/* change the values of left and top to adjust the position of the slogan */
	top: 55px; left: 0px;
}

/* header menu */
#header-content ul
{
	position: absolute;
	right: -5px;
	top: 14px;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: lowercase;
}

#header-content li { display: inline; }

#header-content li a
{
	float: left;
	display: block;
	color: #74acff;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 12px;
	margin-right: 12px;
	margin-left: 12px;
}

#header-content li a:hover
{
	color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#header-content li a#current
{
	color: #FFFFFF;
	background-image: url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/* header photo */
.headerphoto
{
	width: 760px;
	height: 200px;
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/header_panorama.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 2px;
}

#headerphoto_text	{
	font-family: 'Trebuchet MS', Sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	height: 60px;
	width: auto;
	margin-top: 30px;
	margin-right: 10px;
	float: right;
	margin-bottom: auto;
	margin-left: auto;
}

/* content */
#content-wrap
{
	clear: both;
	float: left;
	width: 100%;
}

#content
{
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

.citat
{
	font-style: italic;
}

/* sidebar */
#sidebar
{
	float: right;
	width: 30%;
	padding: 0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}	

#sidebar h1
{
	padding: 10px 0px 5px 10px;
	margin: 0;
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #555;
}
.sidebox
{
	background: #F5F5F5;
	border: 1px solid #EFEDED;
	margin-bottom: 10px;
	margin-top: 10px;
}

.sidebox a
{
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.sidebox a:hover
{
	text-decoration: underline;
	color: #0099FF;
}

/* sidebar menu */
#sidebar ul.sidemenu
{
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
	background: #F5F5F5;			
}

#sidebar ul.sidemenu li { padding: 0px 10px; }

#sidebar ul.sidemenu a
{
	display:block;
	font-weight:bold;
	color: #333;
	height: 1.5em;
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
	letter-spacing: 2px;
}

#sidebar ul.sidemenu a.top {	border-top: 1px dashed #D4D4D4; }

#sidebar ul.sidemenu a:hover
{
	padding: .3em 0 .3em 15px;
	color: #74acff;
	background-image: url(../images/menu_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #F9F9F9;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-left-style: dashed;
	border-right-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

/* main */
#main
{
	float: left;
	width: 68%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
}

#main h1
{
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-image: url(../images/bckg_th3.gif);
	background-repeat: repeat-x;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 15px;
	margin: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f2f2f2;
	background-position: center;
}

#main ul li { list-style-image: url(../images/bullet.gif); }

.post
{
	padding: 0;
	background: #FFF url(../images/gradientbg.jpg) repeat-x;
	border: 1px solid #EFEDED;
	margin: 0;
}

.post .post-footer
{
	background-color: #FAFAFA;
	border: 1px solid #f2f2f2;
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}

.post .post-footer .date
{
	background: url(../images/'clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post .post-footer .comments
{
	background: url(../images/'comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.post .post-footer .readmore
{
	background: url(../images/'page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */

#footer-wrap	{
	clear: both;
}

#footer
{
	clear: both;
	padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	width: 760px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-image: url(../images/logo-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content
