@charset "utf-8";
/* CSS Screen */

body {
color: #3e3e3e;
font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
font-size: 14px;
line-height: normal;
text-align: center;
margin: 0;
padding: 0;
background: #ffffff;
}

/* Lists */
ul {
margin: 0px;
padding: 0px;
line-height: 1em;
}
ul li {
list-style: none;
margin: 0px;
padding: 0px;
line-height: 1em;
}
#page #content ul {
margin-left: 15px;
}
#page #content ul li {
margin-left: 15px;
list-style: square;
padding: 4px;
line-height: 18px;
font-size: 14px;
}
#page #content ol {
margin-left: 15px;
}
#page #content ol li {
list-style: decimal;
margin-left: 15px;
padding: 4px;
line-height: 18px;
font-size: 14px;
}

/* Header + hledani */


#page {
position: relative;
margin: auto;
padding: 0;
width: 980px;
background: url(../images/page-bg.png) no-repeat top center;
}

#page #header {
position: relative;
margin: 0;
padding: 0;
width: 980px;
height: 170px;
text-align: left;}

#page #header .logo {
position: absolute;
top: 40px;
left: 20px;}

#page #header .slogan {
font-size: 12px;
color: #666666;
position: absolute;
left: 160px;
top: 85px;}

#page #header .bookmark {
font-size: 11px;
position: absolute;
right: 10px;
top: 10px;
}

#page #header .bookmark h4 {
padding: 0;
margin: 0;
font-size: 12px;
color: #666666;
}

#page #header .bookmark a {
padding: 3px;
display: block;
float: left;
color: #666666;
text-decoration: none;
}

#page #header .bookmark a:hover {
color: #000000;}

#page #header .bookmark a.rss {
background: url(../images/rss-ico.gif) no-repeat left center;
}

#page #header .bookmark a.fb {
background: url(../images/fb-ico.gif) no-repeat left center;
}

#page #header .bookmark a.twitter {
background: url(../images/twitter-ico.gif) no-repeat left center;
}


#page #header #menu {
position: absolute;
bottom: 0;
width: 960px;
height: 30px;
background: #eef2f6;
font-size: 15px;
font-weight: bold;
padding: 10px;}

#page #header #menu ul li {
padding-left: 12px;
padding-right: 15px;
display: block;
float: left;
background: url(../images/menu-li-bg.gif) no-repeat right center;
}

#page #header #menu ul li.last {
background: none;}

#page #header #menu ul li a {
display: block;
float: left;
padding: 7px;
text-decoration: none;}

#page #header #menu ul li a:hover, #page #header #menu ul li.active a {
text-decoration: none;
color: #ffffff;
background: #007cc9;}

#page #header #search {
position: absolute;
left: 345px;
top: 45px;
width: 290px;
height: 30px;}


/* Content */

#page #content {
width: 720px;
float: left;
margin-right: 20px;
text-align: left;
}

#page #content .clanek, #page #content .clanekdetail, #page #content .form {
padding: 20px;}

#page  #content .clanek .date, #page  #content .clanekdetail .date {
display: block;
padding: 10px;
padding-left: 20px;
position: relative;
left: -20px;
border-bottom: 1px solid #cccccc;
width: 695px;
color: #666666;
font-size: 12px;}


#page #content .form label {
float: left;
width: 100px;
margin-right: 10px;
text-align: right;
padding-top: 7px;
}

#page #content .form legend {
color: #007cc9;
font-size: 15px;
padding-bottom: 10px;
font-weight: bold;}

#page #content .form fieldset {
padding: 0;
margin: 0;
border: 0;
}

#page #content .form p {
margin-top: 15px;
margin-bottom: 15px;
padding: 0;}

#page #content .form input {
display: block;
padding: 0;
margin: 0;
padding: 5px;
width: 250px;
height: 16px;
float: none;
font-family: Arial;
/*border: 1px solid #cecece;*/
border: 1px solid #999;
background: #ffffff url(../images/input-bg.gif) no-repeat 1px 1px;}

#page #content .form textarea {
display: block;
padding: 0;
margin: 0;
padding: 5px;
width: 400px;
height: 100px;
float: none;
font-family: Arial;
border: 1px solid #999;
background: #ffffff url(../images/input-bg.gif) no-repeat 1px 1px;}

#page #content .form input.submit {
height: 28px;
width: auto;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 10px;
padding-right: 10px;
margin-left: 110px;
background: #007cc9;
border: 0px;
color: #ffffff;
float: none;
cursor: pointer;
text-decoration: none; }
/*
float: none;
height: 28px;
width: auto;
float: none;
padding-left: 10px;
padding-right: 10px;
margin-left: 110px;
background: #ffffff url(../images/submit-bg.gif) repeat-x bottom left;
cursor: pointer;}
*/


#page #content .form input.submit:hover {
background: #000000;}
/*background: #e6e6e6 url(../images/submit-bg1.gif) repeat-x bottom left;
}*/

#page #content .form input.checkbox {
	width: auto;
	border: 0px;
	background-color: transparent;	
	background-image: none;
}

#page #content .navi {
font-size: 13px;
}

#page #content .navi a{
display: block;
float: left;
padding: 0;
padding-top: 5px;
padding-bottom: 5px;
margin-right: 10px;
text-decoration: underline; }

#page #content .navi a.more {
padding: 10px;
padding-top: 5px;
padding-bottom: 5px;
background: #007cc9;
color: #ffffff;
text-decoration: none; }

#page #content .navi a.more:hover {
background: #000000;}


/* Right */

#page #right {
width: 240px;
float: right;
padding-top: 20px;
}

#page #right .box {
text-align: left;
padding-bottom: 5px;
margin-bottom: 20px;}

#page #right .box p {
padding: 0;
font-size: 12px;
margin: 10px;}

#page #right .box h3 {
font-size: 15px;
color: #666666;
padding: 10px;
margin: 0;
border-bottom: 1px solid #cccccc; }

#page #right .box ul {
margin-left: 0px;
margin-right: 10px;}

#page #right .box ul li {
margin-left : 0px;
font-size: 12px;
font-weight: bold;
display: block;
color: #007cc9;
background: #eef2f6 url(../images/li-blue-bg.gif) no-repeat 7px center;
padding: 10px;
padding-left: 15px;
border-bottom: 1px solid #ffffff;
}

#page #right .info {
color: #666666;}

#event_handler {
margin: 20px;
margin-bottom: 0;
border: 1px solid red;
padding: 10px;
font-size: 12px;
font-weight: bold;
color: red;
}

/* Footer */

#footer {
margin: auto;
width: 940px;
color: #6b6b6b;
text-align: right;
border-top: 1px solid #dfdede;
font-size: 11px;
margin-top: 20px;
padding: 20px;}

#footer p {
margin: 0;
padding: 0;}

#footer a {
color: #6b6b6b;}

/* Pagination */
.pagination {
  margin:10px 0 15px 0;
  float:right;
}
.pagination a, .pagination a:visited {
  color:#fff;
  font-weight:bold;
  width:23px;
  height:23px;
  line-height:23px;
  text-decoration:none;
  float:left;
  margin-left:4px;
  text-align:center;
  display:block;
  background-image: url(../images/page-pasive.png);
  background-repeat:no-repeat;
}
.pagination span {
  color:#fff;
  font-weight:bold;
  width:23px;
  height:23px;
  line-height:23px;
  text-decoration:none;
  float:left;
  margin-left:4px;
  text-align:center;
  display:block;
  background-image: url(../images/page-disabled.png);
  background-repeat:no-repeat;
}
.pagination a:hover,.pagination a#activPage,.pagination span#activPage {
  background-image: url(../images/page-active.png);
}
/* messages */
.message {
  width: auto;
  background-image: url(../images/back-post.png);
  background-repeat: repeat-x;
  background-color: #fff;
  margin-top: 20px;
}
.message h3 {
  padding-left: 30px;
  background-image: url(../images/post.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
  background-color: transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.message span {
  display: block;
  margin: 0px 10px 10px 10px;
  width: auto;
  color: #666666;
  font-size: 10px;
}
.messageText {
  margin: 20px 10px 20px 10px;
}
.message .message {
  margin-left: 15px;
}
/* years + months */
.years, .months {
  background-color: #e5e5e5;
  padding: 10px;
  margin-top: 10px;
}


