/* $Id: local_sample.css,v 1.2.2.2 2009/12/22 06:47:47 jwolf Exp $ */

/* Local CSS
-------------------------------------------------------------- */

/**
 * 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  
 */
html {
  background: #ECEFF2;                               
  color: #454545;
  min-width: 975px;
}
body {
  background: #ECEFF2;                               
}

#page {
  background: url('https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/header-background.jpg') repeat-x top center;
}  

#header-wrapper {
  /*background: url('https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/header-background.png') no-repeat top center;*/
  /* background-color: #0072AE; */
  background-color: transparent;
}

#main-wrapper {
  background: #ECEFF2 url('https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/content-gradient.png') repeat-x 0 0;
}

#legal-notice {
  background: #ECEFF2;
  clear: both;
  color: #AAA;
  display: block;
  font-size: 0.9em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}

body.layout-first-main-last #content-wrapper #sidebar-last {
  background-color: #ECEFF2;
  margin: 0;
  padding: 0 0 0 20px;    /* LTR */
  width: 280px;
}

#comments .odd {
  background-color: #fff;
  border: 1px solid #ddd;
}


/* hlavicka*/
#header-first {
width:550px;
margin-right:0;
}
#header-first h1 {
font-size:2em;
line-height:1;
margin:16px 0 0;
}
#header-last {
  width: 100px;
}

/* profil uzivatele */
#imceimage-field_profile_photo {
  float: right;
}
div.content-profile-display {
  border: none;
}

/* pracovni skupina */
.position {
  font-size:1em;
  margin-bottom:0;  
}

/* prepinac jazyku */
#language-box {
  float: left;
  line-height:120%;
  margin:0;
  padding:0;
}
#language-box li, #language-box a {
  display: inline;
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style-type: none;
  background-image: none;
  color: #0072AE;
}
#language-box a:hover {
  color: #004F80;
  text-decoration: underline;
}

#language-box ul {
  text-align: right;
  margin: 0;
  padding: 4px 3px;  
}
#language-box img {
  border: 1px solid #27638c;
}

/* bredcrumbs */
#breadcrumb {
  width: 100%;
  left: 0;
}

/*** Content modification ***/
/* sitemap */
.site-map-box h2.title {
  visibility: hidden;
  display: none;
}
/* og menu + site_map menu*/
ul.site-map-menu {
  margin:0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  font-weight: bold;
  text-indent: 0;
}
ul.site-map-menu ul.site-map-menu {
    padding-bottom: 5px;
    padding-left: 0;
    padding-top: 8px;
}
ul.site-map-menu li {
    line-height: 1.2em;
    list-style: none outside none;
    padding: 2px 0 5px 12px;
}
ul.site-map-menu li ul li{
  list-style: none;
  list-style-image: none;
}

/* imgages */
.content img {
  border: 1px solid #80AFD8;
  padding: 1px; 
}
/* gallery assist image box*/
.gallery_assist .image-box {
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -icab-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;  
  background: #CAD9E8;
  border: 1px solid #80AFD8 !important;
}
.gallery_assist .image-box img {
  border: 1px solid #80AFD8 !important;
  padding: 0;
}
/* profile image */
.field-type-imceimage img {
  border: none;
}
/* og title page - mission */
div.og-mission {
  padding:0 !important;
  color: #454545 !important;
}
.og-mission p {
  font-size:1em !important;
  font-weight:normal;
  line-height:1.5 !important;
  margin:10px 0;
}
/* pagination block */
#pagination-toc {
  -webkit-border-radius:5px;
  -khtml-border-radius:5px;
  -icab-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  border-radius:5px;  
  background-color:#ECEFF2;
  border:1px solid #80AFD8;
  float:right;
  margin-bottom:15px;
  margin-left:15px;
  padding:10px;
  width:250px;
}
#pagination-toc h4 {
  font-size:1em;
  font-weight:bold;
  height:1.25em;
  line-height:1.25;
  margin-bottom:3px;
}
ul.pagination-toc-list {
  margin:0;
}
ul.pagination-toc-list .current {
  text-decoration: underline;
  font-weight: bold;
  color: #0072AE;
}
li.pagination-toc-item a.active {
  text-decoration: none !important;
  font-weight: normal !important;
  color: #0080BC !important;
}
li.pagination-toc-item a.active:hover {
  text-decoration: underline !important;
  color: #004F80 !important;
}
/* front page */
.panel-display .panel-col-first .panel-pane .pane-title,
.panel-display .panel-col-last .panel-pane .pane-title,
.panel-display .panel-col-middle .panel-pane .pane-title,
.panel-display .panel-col-bottom .panel-pane .pane-title,
.panel-display .panel-col-top .panel-pane .pane-title {
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;    
 margin-bottom: 3px;
 padding: 2px 15px;
 background: #75aed3 url(https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/top-left-round.png) no-repeat top left; 
 color: #fff;
 font-weight: bold;
 font-size: 1em; 
}
.panel-display .panel-col-last .panel-pane .pane-title {
  -moz-border-radius-topleft:0px;
  -webkit-border-top-left-radius: 0px;    
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 0px;  
  background: #75aed3 url(https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/top-right-round.png) no-repeat top right;   
}
.panel-pane {
  -moz-border-radius-topright:8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-radius-topleft:8px;
  -webkit-border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;        
  background: url('https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/content-gradient.png') repeat-x 0 0;  
}
.pane-content .view-frontpage-views li.views-row {
  background: transparent url(https://webarchiv.lib.cas.cz:443/wayback/20131207011532/http://www.icpf.cas.cz/sites/all/themes/uchp_theme/images/raquo.png) no-repeat scroll 0 0.833em;
  padding-left: 10px !important;
  padding-bottom: 2px;
  list-style-image:none;
  list-style-type:none;
  border-bottom: 1px dotted #75aed3;
}
.pane-content .view-frontpage-views ul {
  margin-left: 4px !important;
}
.pane-content .view-frontpage-views li.views-row p {
  line-height:1.4;
  margin: 3px 0 3px 0;  
}
.panel-2col-bricks {
  margin-top: 15px;
}
#mission {
  padding: 2px 0;
}

.view-content li.views-row {
  clear: both;
}

#header #search-box {
 -webkit-border-bottom-right-radius: 8px;
 -webkit-border-bottom-left-radius: 8px;
 -moz-border-radius-bottomright: 8px;
 -moz-border-radius-bottomleft: 8px;
 border-bottom-right-radius: 8px;
 border-bottom-left-radius: 8px;
}

/* Pretty photo lightbox */
.pp_details p {
  padding: 0;
}
.pp_details .facebook {
  width: 150px;
}
.pp_nav {
    margin: 0 10px 0 0;
}
.pp_social {
    clear: left;
}






/*
     FILE ARCHIVED ON 1:15:32 Dec 7, 2013 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:24:46 Aug 12, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
