/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */
p {
  text-align: justify;
  font-size: 1em;
  font-weight: normal;
  line-height: 160%;
  margin: 10px 0;
}
tbody {
  border-top: none;
}
#header-first {
  float: left;    /* LTR */
  font-family: Myriad Pro, Myriad Web Pro Regular, Lucida Grande, Geneva, Trebuchet MS, sans-serif;
  margin: 12px 30px 0 0;
  width: 600px;
}
#header-middle {
  float: left;
  margin: 10px 20px 0 0;    /* LTR */
  width: 300px;
}
#legal-notice {
  display: none;
}
/*Editace icon.css*/
/*--- MENU BLOCK ---*/
div.block-menu div.block-icon,
body.layout-main-last #sidebar-last div.block-menu h2.block-title {
  background: /*transparent url('icons/tnt_icon_13.png')*/ no-repeat left center;
}
/*--- USER BLOCK ---*/
div.block-user div.block-icon,
body.layout-main-last #sidebar-last div.block-user h2.block-title {
  background: /*transparent url('icons/tnt_icon_08.png')*/ no-repeat left center;
}

/*--- USER LOGIN BLOCK ---*/
#block-user-0 div.block-icon,
body.layout-main-last #sidebar-last #block-user-0 h2.block-title {
  background: /*transparent url('icons/tnt_icon_14.png')*/ no-repeat left center;
}
/*--- VIEWS DEFAULT BLOCKS ---*/
#block-views-archive-block div.block-icon,
body.layout-main-last #sidebar-last #block-views-archive-block h2.block-title {
  background: /*transparent url('icons/tnt_icon_07.png')*/ no-repeat left center;
}

/**
 * Put your custom css and css overrides in this file and
 * rename it local.css. By restricting your css changes 
 * to local.css, your changes will not be overwritten when
 * upgrading to a new version of this theme.
 *
 *  Steps to activate local.css:
 *  1. Add your custom css to this file.
 *  2. Rename this file to local.css  
 */
