/* $Id: pages.css,v 1.18.2.3 2010/06/26 17:18:58 johnalbin Exp $ */

/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */



/*
 * Nastavení colabsivních částí webu
 */

.node-type-page fieldset.collapse-text-fieldset {
margin-left: 1em;
margin-top: 0;
padding: 5px;
top: -1em;
position: relative;
}

.node-type-page fieldset.collapsible {
border-width: 0;
}

.node-type-page legend.collapse-processed {
width: 600px;
float: right;
}

.node-type-page legend.collapse-processed a {
float: right;
}



/*
 * Blok obrázek s textem na bežné stránce
 */

.WhiteText {
    color: #FFF;
}

.SedyText {
    color: #666666;
    line-height: 1.2em;
}


.BlokObrazekStranka {
    position: relative;
    height: 288px;
}

.BlokObrazekStrankaBackground {
    position: absolute;
    height: 248px;
    top: 0px;
    width: 210px;
    padding: 20px;
    background: url(../images/transparent_bg_black.png)!important;
}

.left {
    top: 0px;
}

.right {
    top: 0px;
    right: 0px;
}

h1.BlokObrazekStrankaNadpisCenter {
    color: #333333;
    font-family: Georgia,serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 20px 0;
    border-bottom: none;
    text-align: center;
}

h1.BlokObrazekStrankaNadpisWhite {
    color: #FFF;
    font-family: Georgia,serif;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin-bottom: 5px;
    margin-top: 0px;
    border-bottom: none;
}

h2.BlokObrazekStrankaNadpis {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.BlokObrazekStrankaText {
}

.BlokObrazekLinkStranka {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.BlokObrazekLinkStranka a {
    color: #333333;
}









/*
 * O škole v Mulbekhu
 */

#KdoPodporil {
  width: 625px;
  height: 309px;
  position: relative;
}

#KdoPodporil img {
    left: 180px;
    position: absolute;
    float: left;
}

#KdoPodporil div.Brontosauri {
    width: 200px;
    float: left;
    position: absolute;
    top: 10px;    
    left: 15px;
}

#KdoPodporil div.DT {
    width: 200px;
    float: left;
    position: absolute;
    top: 230px;
    left: 15px;
}

#KdoPodporil div.IG {
    width: 200px;
    float: left;
    position: absolute;
    Top: 10px;
    Left: 445px;
}

#KdoPodporil div.HD {
    width: 200px;
    float: left;
    position: absolute;
    Top: 100px;
    Left: 470px;
}

#KdoPodporil div.Mulbekh {
    width: 200px;
    float: left;
    position: absolute;
    Top: 180px;
    Left: 460px;
}



/*
 * Obecné prvky na webu
 */
div.nadpistucnypodtrzeny {
    border-bottom: 8px solid #E1E1E1;
    color: #666666;
    font-size: 1.5em;
    font-weight: bold;
    padding-bottom: 5px;
    margin-top: 1em;
}

div.nadpistucnypodtrzeny > p {
    margin: 0em;
}

div.field-field-platne {
margin-top: 1em;
}

div.field-field-platne .field-label {
Float: Left;
width: 125px;
}






/*
 * Body
 */


body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
height: 120px;
}

#header .section {

}

#logo /* Wrapping link for logo */ {
  background: url("../logo.png") no-repeat 0 0;
  float: left; /* LTR */
  display: block;
  height: 120px;
  width: 180px;
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.3em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
  background: url("../images/Slogan.png") no-repeat 0 0;
  display: block;
  float: left;
  height: 60px;
  position: relative;
  width: 410px;
  right: -20px;
  top: 3px;
}

.region-header /* Wrapper for any blocks placed in the header region */ {
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
  background: url("../images/body_shadow.png") no-repeat scroll 0 0 transparent;
  margin:0 auto;
  width:1030px;
}

#main {
  background:none repeat scroll 0 0 white;
  margin:0 20px;
  padding:0 20px 10px;
}

/*
 * Content
 */
#content {
}

#content .section {
position: relative;
top: -13px;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.page-uvod-verejnost div.breadcrumb,
.page-uvod-verejnost div.breadcrumb > a
 {
   color:#FFFFFF
 }




.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0.5em; /* Undo system.css */
  color:#666666;
  font-size:0.9em;
}

.breadcrumb a.active {
  font-weight: bold;
}

.breadcrumb a:visited {
  color:#666666;
}

.breadcrumbcurrent {
  font-weight: bold
}

h1.title /* The title of the page */
 {
color:#333333;
font-family:Georgia,serif;
font-size:30px;
font-weight:normal;
line-height:1.2em;
margin:0 0 0.5em;
width:650px;
}


h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {

}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
   display: none;
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 0 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.zvyrazneni
 {
  background-color:#FBEFD5;
border:1px solid #CCCCCC;
padding:1em;
}

.zvyrazneni > p
 {
   margin: 0 0;
}



.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.region-sidebar-second {
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
  background:none repeat scroll 0 0 white;
  margin:0 20px;
  padding:0 20px 10px;
}

#footer .section-footer {

}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
