/* cyan    = #00ffff */
/* magenta = #ff00ff */
/* yellow  = #ffff00 */

body {
  margin: 0em;
  /*margin-right: 0.5em;*/
  /*margin-left: 0.5em;*/

  color: cyan;
  background-color: white;

  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: right top;

  font-family: gizela, Tahoma, "Lucida Grande CE", lucida, sans-serif;
  font-size: 90%;
}

a {
  color: magenta;
  letter-spacing: 0.2em;
  word-spacing: -0.2em;
}

a:hover,
a:focus
{
  color: cyan;
  background-color: yellow;
}

body.home {
  background-image: url(img/dlask/dlask.gif);
  background-position: left bottom;
}

body.music { 
  background-image: url(img/dlask/potisk.gif);
  background-position: left bottom;
}

body.pictures {
  background-image: url(img/dlask/dlask_text.gif);
  background-position: right top;
}

body.info {
  background-position: right bottom;
}

body.archive {
  background-image: url(img/dlask/peri_s_hlavou.gif);
  background-position: right bottom;
}

div.top {
  top: 0; left: 0; 
  width: 100%;
  height: 2em;
  letter-spacing: 0.25em;
  font-size: 1.25em;
  color: yellow;
  background-color: magenta;
}

div.toc {
  float: left;
  width: 9em;

  border-style: solid;
  border-width: 0.5em 0px 0.5em 0px;

  border-color: white;
  background-color: cyan;

  margin-right: 0.5em;
}

div.toc a {
  letter-spacing: 0.5em;
  display: block;

}

div.toc a.current { 
  font-weight: bold;
}

div.toc .indent {
}

div.subtoc { 
  float: right;
  width: 11em;

  background-color: yellow;
  margin-right: -0.5em;
  margin-left: 0.5em;
}

div.subtoc a {
  letter-spacing: 0.5em;
  display: block;
}

div.subtoc a:hover {
  color: yellow;
  background-color: cyan;
}


div.news {
  float: right;
  width: 11em;
  background-color: yellow;
  color: cyan;

  margin-top: 0.5em;
  margin-left: 0.5em;

  text-align: left;
  vertical-align: bottom;
}


div.news a
{ 
  color: magenta;
  background-color: yellow;
}

div.news a:hover
{ 
  color: magenta;
  background-color: cyan;
}

span.cancelled
{ 
  text-decoration: line-through;
  background-color: cyan;
  color: magenta;
}

div.news .title {
}

div.content { 
  padding: 0 0.5em 0 0.5em;
  margin-left: 9em;
}

div.content h1,
div.content h2,
div.content h3
{ 
  font-size: 1em;
  letter-spacing: 0.5em;
}

div.content h1 { 
  margin-top: 0.5em;
  color: magenta;
  background-color: yellow;
}


div.content .home {
  margin-right: 11em;
}

div.content span.date {
  margin-right: 0.5em;
  font-size: 80%;
  background-color: magenta;
}

div.content .cancelled span.date {
  color: cyan;
}

div.content .music {
  margin-right: 11em;
}

div.content .music .title { 
  display: inline;
  margin: 1em 0 1em 0;
  letter-spacing: 1em;
  background-color: magenta;
}

div.content .music .title a { 
  background-color: yellow;
}

div.content .music .text { 
  margin: 0 0 1.5em 0;
}

div.content .banner {
  padding: 2px;
  background-color: yellow; 
  border-width: 5px;
  border-color: yellow;
  border-style: solid;
  margin: 1em;
}

div.content div.advert {
  content: "rekl nekdo reklama?"
}

div.content div.advert a {
  background-color: white;
}

div.content img.advert {
  padding: 2px;
  background-color: yellow; 
  border-width: 1px;
  border-color: yellow;
  border-style: solid;
  margin: 0.5em 0 0 0;
}

div.content .pictures {
  margin-right: 11em;
}

div.content .pictures h1 {
  margin: 0.5em -11em 0.5em 0;
}

div.content .pictures table {
  border: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 100%;
}

div.content .pictures table.event td {
  /*background-color: white;*/
  border-width: 0px;
  /*border-style: solid;*/
  border-color: yellow;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 100%;
}

div.content .pictures table.event td.empty {
  /*background-color: white;*/
  border-style: none;
  border-color: yellow;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 0.75em;
  color: yellow;
}

div.content .pictures table.event img {
  border: 0;
  padding: 0;
  margin: 0;
}

div.content .pictures table.event a {
  /*background-color: white;*/
  border: 0;
  padding: 0;
  margin: 0;
  letter-spacing: 1em;
}

div.content .pictures table.event a:hover {
  /*background-color: white;*/
}

div.content .info {
  margin-right: 11em;
}

div.content .info .reference {
  margin: 0 0 1em 0;
/*
   border-bottom: solid 1px;
   background-color: red;
*/
  clear: both;
}

div.content .info .reference .preview {
  margin-top: 0.5em;
}

div.content .info .reference .preview .thumbnail {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  float: left;
}

div.content .info .reference .preview .quot { 
  font-style: italic;
}


div.content .archive {
  margin-right: 11em;
}


div.content .quot .text { 
  margin: 0 0 1.5em 0;
}

div.bottom a {
  display: inline;
}

