@charset "utf-8";

/* ===== Tiskove CSS pro web Palace Akropolis,  ===== 
   Studio Shortcat 2009
   Martin Michalek, michalek@shortcat.cz
*/

/* ===== Import Blueprintu a pravidel jej upravujich  ===== */

@import "/stylesheets/blueprint/print.css";

/* Nelibi se nam na Blueprintu */

a:link:after, a:visited:after 
 { content: ""; }
 
img 
 { margin: 0; } /* Proc davat vsem obrazkum margin? Blueprinte, uf uf uf */ 

/* === Obecne - mozna presuneme do Blueprint-extra === */

body, 
table 
  { font-size: 10pt; line-height: 1.3em; }
  
body a, 
body a:active, 
body a:focus, 
body a:visited
  { color: #000; text-decoration: underline; }  

/* Nezobrazovat */

input[type=submit]
  { display: none; }  

.clear-zero 
  { display: none; }  
  
/* Naopak zobrazovat */  
  
.print-clear-zero
  { display: block; clear: both; height: 1px; font-size: 1px; }  

.print-only  
  { display: inline; }
  

/* === Pravidla pro web Palace Akropolis === */

#logo /* Pokousime se nejak zobrazit reverzni logo */
{
  background-color: #ccc; 
  float: none;
  display: none;
}

#head 
{
  margin: 0;
}

#container #head #pageHead
{
  float: none;
  margin: 0 0 1.3em 0;
  padding: 0;
  font-weight: normal;
  width: auto;
  height: auto;
  line-height: 1.3em;
}

/* Nezobrazujeme navigaci atd. */

#headMenu,
#contentTop,
#topMenu,
#detailImages
{
  display: none;
}

/* = Program = */

#programContent
{
  margin-left: 0;
  width: auto;
  font-size: .8em;
  line-height: 1.2em;
}  

#programContent .programItem
{
  height: 20em;
  width: 24%;
}

#programContent .programItem *
{
  height: auto;
}

#programContent #programSelect, 
#programContent #genreSelect
{
  display: none;
}

/* = Detail akce = */

#detailContent
{
  margin-left: 0;
  width: auto;
}  

#detailText {
  float: none;
  position: static;
  width: auto;
}

/* Projekty */

#projectsContent,
#perexSide,
#listSide
{
  margin-left: 0;
  width: auto;
  float: none;
}  


/* Uvodni stranka */

#contentMainHP
{
  margin-left: 0;
}

