/* 
   Tiskovy stylopis pro Hippos design 
   Projekt: www.hipposdesign.com
   Autor: Martin Michalek, Studio Shortcat, michalek@shorcat.cz
*/


/* Importujeme Blueprint */
@import "blueprint/print.css";



/* Nezobrazujeme navigacni prvky atd. */
#navigation,
#closing_cross,
.page_detail #project_title,
#fancy_bottom
{
  display: none;
}

/* Nezobrazujeme prvky jinych stranek */
.page_text #thumbnails,
.page_text #fancy_wrap,
.page_detail #thumbnails,
.page_detail #text_content,
.page_detail #index_view,
.page_index_view #fancy_wrap
{
  display: none;
}

/* Nechceme zobrazovat URL za odkazem */
a:link:after, 
a:visited:after
{
  content: "";
}

#we_are_hippos,
#what_we_like,
#project_title
{
  position: static;
  font-size: 20pt;
}

#we_are_hippos:after 
{
  content: " ";
}


.work
{
  position: static;
  display: block;
}

.work img
{
  display: none;
}

#content,
h1
{
  width: auto;
}





