/* $Id: style.css,v 1.23 2007/12/17 15:05:09 goba Exp $ */

/*
** HTML elements
*/
body {
  margin: 0 1em 0 1em;
  color: #eee;
  background-color: #2c2c2c;
  font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  line-height: 1.5em;
  text-shadow: 0 0 0 #000; /* Safari 3 bold text fix */
}
tr.odd td, tr.even td {
  padding: 0.3em;
}
h1, h2, h3, h4, h5, h6 {
  padding-bottom: 0.7em;
}
h1 {
  font-size: 1.3em;
}
h2 {
  font-size: 1.1em;
}
h3, h4, h5, h6 {
  font-size: 1em;
}
p {
  margin-top: 0.9em;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
  font-weight: normal;
}
a:link, a:hover {
  color: #47aee7;
}
a:visited {
  color: #3a8dbb;
}
a:hover {
  text-decoration: underline;
}
a:active, a.active {
  color: #47aee7;

}
fieldset {
  border: 2px dotted gray; /* #889 black #666;*/
}
fieldset legend {
  color: gray; /* #889; */
  background-color: #323232;
  padding: 0 3px 0 3px;
}
pre {
  background-color: #444;
  padding: 0.75em 1.5em;
  font-size: 12px;
  border: 1px solid #ddd;
}
table {
  /* make <td> sizes relative to body size! */
  font-size: 1em;
}
.form-item label {
  font-size: 1em;
  color: #ccc;
}
.item-list .title {
  font-size: 1em;
  color: white;
}
.links {
  margin-bottom: 0.2em;
}
.comment .links {
  margin-bottom: 0;
}

.inline, .inline h2 {
  display: inline;
}

/*
** Page layout blocks / IDs
*/

#page {
  width: 950px;
  min-width: 950px;
  max-width: 90em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#header, #content, #footer {
  padding: 0;
  border: 0;
  margin: 0;  
  background-color: black;
  width: 100%;
  text-align: left;
}


#header .language-link{
  font-size: 1em;
}
#header td {
  text-align: left;
}
#logo {
  vertical-align: middle;
  background-image:url(bg4.png);
  background-position:0;
  background-repeat:no-repeat;  
  height: 130px;
  padding: 0;
  border: 0;
  margin:0;
}
#logo img {
  float: left; /* LTR */
  padding: 0;
  border: 0;
  margin:0;
}
td#site-slogan {
  vertical-align: bottom;
  height: 50px;
}
td#site-name {
  height: 20px;
}
td#site-search {
  height: 60px;
  text-align:right;
}
td#site-menu {
  background-image:url(header-menu.png);
  background-position:0;
  background-repeat:no-repeat;  
  text-align: left;
  padding: 7px 7px 7px 15px;
  height: 0px;
}
td#site-menu a, ul.links li a {
  font-weight: normal;
}

#site-header, #site-header dl {
  color: white;
}
#header, #header #site-header, .site-header .block, .site-header .block .content {
  border: 0;
  margin: 0;
  padding: 0;  
}
#menu {
  padding: 0.5em 0.5em 0 0.5em; /* LTR */
  text-align: right; /* LTR */
  vertical-align: middle;
  font-size: 1.5em;
}
#navlist {
  font-size: 1.0em;
  padding: 0 0.8em 1.2em 0; /* LTR */
  color: #9cf;
}
#navlist a {
  font-weight: bold;
  color: #fff;
}
#subnavlist {
  padding: 0.5em 1.2em 0.4em 0; /* LTR */
  font-size: 0.8em;
  color: #9cf;
}
#subnavlist a {
  font-weight: bold;
  color: #9cf;
}
ul.links li {
  border-left: 2px solid gray; /* LTR */
}
ul.links li.first {
  border: none;
}

#header ul, #header ul li {
  display: inline;
  list-style-type: none;
}
td#site-header {
  color: gray;
  font-weight: normal;
  font-size: 0.9em;
}
td#site-search, #search .form-item label {
  color: gray;
  font-weight: normal;
  font-size: 0.9em;
  vertical-align: middle;
  margin:0;
}
#search .form-text {
  border: 2px solid #bbb;
  width: 8em;
  font-size: 0.9em;
  padding-left: 0.3em;
  margin: 0 0.2em 0 0.2em;
  height: 1.2em;
}
#search .form-submit{
  border: 2px solid #666;
  font-size: 0.8em;
  font-weight: normal;
  margin:0;
}
#search {
  margin-right: 20px;
}
#mission {
  background-color: #369;
  padding: 1.5em 2em;
  color: #fff;
}
#mission a, #mission a:visited {
  color: #9cf;
  font-weight: bold;
}
.site-name {
  margin: 0.6em 0 0 ;
  padding: 0;
  font-size: 1.2em;
  font-weight: bold;
}
.site-name a, .site-name a:link, .site-name a:visited, .site-name a:hover {
  color: black;
}

.site-slogan {
  font-size: 0.8em;
  color: gray;
  display: block;
  margin: 0;
  text-align: right;
  margin-right: 20px;
}
#main {
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 30px 45px 30px 45px;
}

td.main, #main {
  background-color: #323232;
  color: #eee;
}

/*
#main form {
  background-color: #fcfcfc;
  color: black;
}
*/

#mission, .node .content, .comment .content {
  line-height: 1.4em;
}
#help {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.breadcrumb {
  margin-bottom: .5em;
}

.messages {
  border: thick dotted #b7e6a1;
  background-color: #357e19;
  color: white;
  padding: 0.3em;
  margin: 1em;
}

#content {
  padding: 0;
  border: 0;
  margin:0;
}
#sidebar-left, #sidebar-right {
  background-color: #1e1e1e;
  width: 200px;
  /* padding in px not ex because IE messes up 100% width tables otherwise */
  padding: 25px 40px 25px 40px;
  vertical-align: top;
  margin: 0;
  border: 0;
}

/*
#sidebar-left .block {
  background-color: #d7005e;
}
#sidebar-left .block a {
  color: white;
}
#sidebar-left .block a:visited {
  color: #f0afc8;
}
#sidebar-left .block .title {
  color: #923458;
}
#sidebar-right .block {
  background-color: #48ba21;
}
#sidebar-right .block a {
  color: white;
}
#sidebar-right .block a:visited {
  color: #b7e6a1;
}
#sidebar-right .block .title {
  color: #357e19;
}
*/

#sidebar-left .block a, #sidebar-right .block a {
  color: #ddd; /* color: #fafafa; */
}
#sidebar-left .block a:visited, #sidebar-right .block a:visited {
  color: #aaa;
}
#sidebar-left .block .title {
  color: #903;
  background-image:url(bg-sideheader.png);
  background-position:0 0;
  background-repeat:repeat-x;  
/*  color: #923458; */
}

#sidebar-right .block .title {
  color: #357e19;
}

#sidebar-left .block-block {
  background: #50A5E5 url(dk-counter.jpg) no-repeat center center;
}
#sidebar-left .dci-block {
  width: 230px; 
  height: 135px; 
  text-align: center; 
  vertical-align: middle; 
  display: block; 
  margin-left: auto; 
  margin-right: auto; 
  font-size: 1.1em;
}
#sidebar-left .dci-block,
#sidebar-left .dci-block a, 
#sidebar-left .dci-block a.dci-block,
#sidebar-left .dci-counter {
  text-decoration:none; 
  color:#fff; 
  font-weight:bold; 
  text-shadow:0 -1px 0 rgba(0,0,0,0.5);
}
#sidebar-left .dci-counter {
 font-size:2em; 
 line-height:2em;
}

#sidebar-left .block-block p,
#sidebar-left .block-block h3,
#sidebar-left .block-block a {
  color: #fff;
}

#sidebar-left .block, #sidebar-right .block {
  border-bottom: 1px none #222;
}
#sidebar-left .block, #sidebar-right .block {
  margin-bottom: 20px;
}

#sidebar-left li, #sidebar-right li {
  margin-top: 0.8em;
  margin-left: 0.5em;
}

#sidebar-left .menu li, #sidebar-right .menu li {
  margin-top: 0.6em;
}

.content p img {
  padding: 3px 6px 3px 2px;
}

.footer {
  text-align: right;
  height: 40px;
  padding: 5em;
  font-size: 0.8em;
  color: gray;
  vertical-align: middle;
}
.footer #block-block-2 {
  float: left;
  padding-bottom: 30px;
}
.footer .block-node .footer .footer-message {
  float: right;
}
.footer div, .footer h2 {
  display: inline;
  padding-left: 10px;
}

.footer .block-node,
.footer #footer-message {
  padding-top: 30px;
  line-height: 45px;
}

/*
** Common declarations for child classes of node, comment, block, box, etc.
** If you want any of them styled differently for a specific parent, add
** additional rules /with only the differing properties!/ to .parent .class.
** See .comment .title for an example.
*/
.title, .title a {
  font-weight: normal;
  color: #c3311e; 
  margin: 0 auto;  /* decrease default margins for h<x>.title */
}
#main .node  {
  padding-bottom: 1.8em;
  border-bottom: thin dashed #aaa;
}
.submitted {
  font-size: 0.8em;
  color: #ddd;
}
.submitted a {
}
.links {
  color: #999;
  font-size: 0.9em;
}
.links a {
  font-weight: bold;
}
.block, .box {
  padding: 0 0 1.5em 0; /* LTR */
  margin: 0;
}
.block {
  padding-bottom: 0.75em;
  margin-bottom: 0;
}
.block .title {
  padding-bottom: 0.25em;
}
.box .title {
  font-size: 1.1em;
}
.node {
  margin: 0 0 2em; /* LTR */
}
.sticky {
  padding: .5em;
  background-color: #444;
  border: solid 1px #666;
}
.node .content, .comment .content {
  margin: .5em 0 .5em;
  color: #aaa;
}
.node .taxonomy {
  color: #999;
  font-size: 0.8em;
  padding-left: 1.5em; /* LTR */
}
.node .picture {
  border: 1px solid #ddd;
  float: right; /* LTR */
  margin: 0.5em;
}
.comment {
  border: 1px solid #abc;
  padding: .5em;
  margin-bottom: 1em;
}
.comment .title a {
  font-size: 1.1em;
  font-weight: normal;
}
.comment .new {
  text-align: right; /* LTR */
  font-weight: bold;
  font-size: 0.8em;
  float: right; /* LTR */
  color: red;
}
.comment .picture {
  border: 1px solid #abc;
  float: right; /* LTR */
  margin: 0.5em;
}
.block-region {
  color: black;
}

/*
** Module specific styles
*/
#aggregator .feed-source {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0;
}
#aggregator .news-item .categories, #aggregator .source, #aggregator .age {
  color: #999;
  font-style: italic;
  font-size: 0.9em;
}
#aggregator .title {
  margin-bottom: 0.5em;
  font-size: 1em;
}
#aggregator h3 {
  margin-top: 1em;
}

#forum table {
  width: 100%;
}
#forum td {
  padding: 0.5em;
}
#forum td.forum, #forum td.posts {
  background-color: #111;
}
#forum td.topics, #forum td.last-reply {
  background-color: #222;
}
#forum td.container {
  background-color: #222;
}
#forum td.container a {
  color: #f0c020;
}
#forum td.statistics, #forum td.settings, #forum td.pager {
  height: 1.5em;
  border: 1px solid #bbb;
}
#forum td .name {
  color: #ffd;
}
#forum td .links {
  padding-top: 0.7em;
  font-size: 0.9em;
}
.forum-statistics-sub-header {
  background-color: #444;
}

#profile .profile {
  clear: both;
  border: 1px solid #abc;
  padding: .5em;
  margin: 1em 0em;
}
#profile .profile .name {
  padding-bottom: 0.5em;
}
.block-forum h3 {
  margin-bottom: .5em;
}

/** node.css **/
.node-unpublished {
  background-color: #433;
}
.preview .node {
  background: #333;
  padding: 0.5em;
  border: 1px dashed gray;
}
td.revision-current {
  background: #444440;
}

/** update.css **/
.update tr.error {
  background: #710;
}

.update tr.error .version-recommended {
  background: #921;
}

.update tr.ok {
  background: #060;
}

.update tr.warning {
  background: #770;
}

.update tr.warning .version-recommended {
  background: #661;
}

/** admin.css **/
div.admin-panel {
  color: black;
}
div.admin-panel .description {
  color: #999;
}
div.admin-panel .body {
  background: #f4f4f4;
}
div.admin-panel h3 {
  background-color: #69c;
  color: #fff;
  padding: 5px 8px 5px;
  margin: 0;
}
div.admin-dependencies {
  color: #898;
}
div.admin-required {
  color: #988;
}
span.admin-disabled {
  color: #c54;
}
span.admin-enabled {
  color: #191;
}
span.admin-missing {
  color: #e55;
}

.error {
  color: #e55;
  border-color: red;
}
div.error {
  border: thick dotted red;
}
div.error, tr.error {
  background: #610;
  color: #fba;
  padding: 2px;
}
.warning {
  color: #ffc;/*#e09010;*/
}
div.warning {
  border: thick dotted #ec2;
}
div.warning, tr.warning {
  background: #441;
  color: #ffc;
  padding: 2px;
}
.ok {
  color: gray;
}
div.ok {
  border: 1px solid #00aa00;
}
div.ok, tr.ok {
  background: #020;
  color: #dfc;
  padding: 2px;
}
table.system-status-report th {
  border-bottom: 1px solid #000;
}


li a.active {
  color: gray;
}


.item-list .pager li {
  padding-left: 0.25em;
  padding-right: 0.25em;
  margin-left: 0;
}

li.leaf {
  list-style-image:url(menu-leaf.gif);
}
li.collapsed {
  list-style-image:url(menu-collapsed.gif);
}
li.expanded {
  list-style-image:url(menu-expanded.gif);
}


html.js fieldset.collapsible legend a {
  background-image: url(menu-expanded.gif); /* LTR */
  background-color: #333;
}
html.js fieldset.collapsed legend a {
  background-image: url(menu-collapsed.gif); /* LTR */
  background-color: #333;
}


/*
** Tab navigation
*/
ul.secondary {
  border-bottom: 2px dotted gray;
}
ul.secondary li {
  border-right: 2px dotted gray; /* LTR */
}
ul.secondary li.active a, ul.secondary a.active {
  color: #ccc;
}
ul.secondary a.active, ul.secondary li.active a:hover, ul.secondary li a.active:hover {
  border-bottom: 3px solid #999;
}
ul.secondary li a:hover {
  background-color: black;
  border-bottom: 3px dotted black;
  border-top: 3px dotted black;
}

/*
** Tab navigation GRAY THICK BORDRER
*/

ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; /* LTR */
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 2px dotted gray;
}

ul.primary li a {
  background-color: #222; 
  border: 2px solid gray; 
  border-bottom: 2px dotted gray;
/* ** inherited **
  height: auto;
  margin-right: 0.5em; / * LTR * /
  padding: 0 1em 0 1em;
  text-decoration: none;
*/
}
ul.primary li.active a, ul.primary li a.active {
  background-color: #333;
  color: #ccc;
  border: 2px solid gray; 
  border-bottom: 2px dotted #333;
}
ul.primary li a:hover {
  background-color: black;
  border: 2px solid gray;
  border-top: 3px solid gray;
  border-bottom: 2px dotted gray;
}
ul.primary li.active a:hover, ul.primary li a.active:hover {
  border-bottom: 2px dotted black;
}


/*
** Tab navigation GRAY BORDRER

ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; / * LTR * /
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid gray;
}

ul.primary li a {
  background-color: #222; 
  border: 1px solid gray; 
}
ul.primary li.active a, ul.primary li a.active {
  background-color: #333;
  color: #ccc;
  border: 1px solid gray; 
  border-top: 2px solid gray;
  border-bottom-color: #333;
}
ul.primary li a:hover {
  background-color: black;
  border: 1px solid gray;
  border-top: 2px solid gray;
}
ul.primary li.active a:hover, ul.primary li a.active:hover {
  border-bottom-color: black;
}
*/


/*
** Tab navigation BLACK

ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em; / * LTR * /
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 2px solid #222;
}

ul.primary li a {
  background-color: #222;
  border: 2px solid #222;
}
ul.primary li.active a, ul.primary li a.active {
  background-color: #333;
  color: #ccc;
  border: 2px solid #222;
  border-top-color: gray;
  border-bottom-color: #333;
}
ul.primary li a:hover {
  background-color: black;
  border: 2px solid black;
  border-top-color: gray;
}

*/



/*
** Forms
*/
.marker, .form-required {
  color: #e55 /* #c3311e;*/
}
/*
.node-form {
  background-color: #888;
  color: white;
  padding: 20px;
}
*/

.form-file, .form-select, .form-text, .form-textarea {
  border: 2px solid gray;
  background-color: #f8fff1;
  color: black;
  padding: 2px;
}

.required {
  background-color: #fff0e1;
}

.resizable-textarea .grippie {
/*
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
*/
  background-image: url(grippie.png);
  border-left: 2px solid gray;
  border-right: 2px solid gray;
/*
  border-top-width: 0;
  cursor: s-resize;
*/
}

table.sticky-header {
  background: #666;
}

a.tabledrag-handle .handle {
  background-image: url(draggable.png);
}

/*
**** TABLE
*/

tr.even, tr.odd {
  background-color: #404040;
  border-bottom: 1px solid #000;
  padding: 0.1em 0.6em; /* LTR */
}
tr.odd {
  background-color: #494949;
}
tr.drag {
  background-color: #111;
}
tr.drag-previous {
  background-color: #220;
}
td.active {
  background-color: #111;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #000;
}
tbody th {
  border-bottom: 1px solid #000;
}
thead th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  padding-left: 0.6em; /* LTR */
  border-bottom: 2px solid gray;
  background-color: #222;
  border-top: 1px solid black;
}
/* * inherited *  
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
tr.drag {
  background-color: #fffff0;
}
tr.drag-previous {
  background-color: #ffd;
}
td.active {
  background-color: #ddd;
}
td.checkbox, th.checkbox {
  text-align: center;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left; / * LTR * /
  padding-right: 1em; / * LTR * /
  border-bottom: 3px solid #ccc;
}
*/

#imce-content {
background-color: #eee;
color: black;
border: 2px solid gray;
}

#imce-content label{
color: black;
}

.krumo-root {
color: black;
}

.forum-post div {
background: #444;
}
div.forum-post-panel-main, .forum-post-panel-main div, .forum-post-footer div {
background: #333;
}
/** Weblinks 6.x-1.1 **/
li.weblinks-item .description {
  color: #aaa;
}
.weblinks-link a {
  font-weight: normal;
  font-size: 1.1em;
}
.weblinks-comment-links a {
  font-size: 0.8em;
}
/**
.weblinkCat fieldset.collapsible {
  border: 2px dotted / ** inherited #896969 ** /;
}
.weblinks-cat-desc p {
  color: gray;
/ ** inherited **
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
* /
}
**/


/** Aggregator **/
#aggregator .feed-source {
  background-color: #444;
  border: 1px solid #ccc;
  padding: 1em;
  margin: 1em 0 1em 0;
}

/* tlacitka a hlavicky webu digitalni kino */
.site-header .block .bigheader {
  background-color:#a60802;  
  background-image:url(bigheader.png);
  height: 160px;
  background-position:0;
  background-repeat:no-repeat; 
  border: 0;
  margin: 0;
}
.site-header .block .digitalni-kino{
  background-color:#a40020;  
  background-image:url(header-digikino.png);
  height: 60px;
  background-position:0;
  background-repeat:no-repeat; 
  border: 0;
  margin: 0;
}
.site-header .block .odkazy{
  background-color:#1b4f00;  
  background-image:url(header-odkazy.png);
  height: 60px;
  background-position:0;
  background-repeat:no-repeat; 
  border: 0;
  margin: 0;
}
.site-header .block .databaze-kin{
  background-color:#035;  
  background-image:url(header-databazekin.png);
  height: 60px;
  background-position:0;
  background-repeat:no-repeat; 
  border: 0;
  margin: 0;
}
.site-header .block .rejstrik-pojmu{
  background-color:#035;  
  background-image:url(header-rejstrikpojmu.png);
  height: 60px;
  background-position:0;
  background-repeat:no-repeat; 
  border: 0;
  margin: 0;
}
.site-header .block .diskuse {
  background-color:#a60802; 
  background-image:url(header-diskuse.png);
  height: 60px;
  background-position:0;
  background-repeat:no-repeat; 
  border: 0;
  margin: 0;
}

