/**
 * Screen & projection stylesheet
 *
 * @version SVN:$Id: screen.css 92 2011-03-10 08:41:49Z mishal $
 * @author mishal
 *
 */

@import url("common.css");
@import url("flash.css");
@import url("tables.css");
@import url("typo.css");
@import url("forms.css");
@import url("articles.css");
@import url("events.css");
@import url("official_board.css");
@import url("gallery.css");
@import url("pager.css");
@import url("styles.css");

body {
  background: #e9f1fb;
}

.breadcrumbs {
  font-size: 80%;
  margin: 0 0 1em 0;
  padding: 0.4em 0.5em;
  background: #f6f6f6;
}

#wrapper-wrapper {
  width: 998px;
  margin: 0 auto;
  background: url("images/wrapper_bg.gif") top left repeat-y;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
  background: #fff;
}

a:link, a:visited, a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #000;
}

#wrapper a:hover {
  text-decoration: none;
}

#theme-image {  
  height: 120px;  
  background: url("images/theme_01.jpg") top left no-repeat;
}

#header {
  height: 127px;
  background: url("images/header_bg.jpg") top left no-repeat;
  position: relative;
}

h1#logo {}

h1#logo a {
  display: block;
  width: 485px;
  height: 127px;
  background: url("images/sedlec_logo.png") top left no-repeat;
}

h1#logo a span {
  display: none;
}

#google-search {
  position: absolute;
  top: 2em;
  right: 1em;
}

#day-info {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #fff;
  font-size: 95%;
}

#main {
  /*min-height: 400px;*/
}

#column-1 {
  width: 230px;
  float: left;
}

#column-2 {
  width: 750px;
  float: right;
}

#content {
  padding: 1em;
  padding-top: 0.5em;
  min-height: 400px;
}

#secondary-content {
  float: right;
  padding: 0.5em;
  margin: 0.5em 0 1em 1em;
  background-color: #d9e6ff;
  max-width: 250px;
}

#footer-wrapper {
  margin-top: -100px;
}

#footer {
  clear: both;
  padding: 0.75em;
  background: #3368cd;
  color: #fff;
  margin-bottom: 5em;
}

#footer p {
  padding: 0.75em 0;
  text-align: center;
}

#footer a {
  color: #fff;
}

#menu {
  background: #c9382f url("images/menu_bg.gif") top right repeat-y;
  padding: 0.3em;
  margin: 0.2em;
}

#menu ul {
  list-style-type: none;
}

#menu ul li {
  margin-bottom: 0.1em;
}

#menu ul li.menu-level-0 a {
  background: url("images/menu.png") right center no-repeat;
}

#menu ul li a {
  display: block;
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
  padding: 0.3em 0.3em;
}

#menu ul li.active a,
#menu ul li a:hover {
  background-color: #3d6fd3;
  text-decoration: none;
}

#menu ul li {
  position: relative;
}

#menu ul li.menu-level-0 div.menu-level-1 {
  position: absolute;
  z-index: 2;
  left: 90%;
  top: 0;
  width: 15em;
  background: #3d6fd3 url("images/menu_nested_bg.gif") top right repeat-y;
}

#menu ul li.menu-level-0 div.menu-level-1 ul {
  list-style-type: none;
  padding: 0.3em;
}

#menu ul li.menu-level-0 div.menu-level-1 ul li a {
  background: none !important;
}

#menu ul li.menu-level-0 div.menu-level-1 ul li a span {
  font-size: 90%;
  font-weight: normal;
}

#menu ul li.menu-level-0 div.menu-level-1 ul li a:hover {
  background-color: #fff !important;
  color: #000 !important;
}

#content-column-1 {
  width: 500px;
  float: left;
}

#content-column-2 {
  width: 200px;
  float: right;
}

#links {
  border-top: 7px solid #3368cd;    
  width: 730px;
  float: right;
  margin-right: 1em;
  height: 100px;
}

#poll-widget {
  padding: 0.75em;
}

#poll-widget h3 {
  font-size: 11pt;
  margin: 0.5em 0;
}

a.rss {
  background: url("images/rss.png") top left no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: middle;
  line-height: 16px;
}

a.rss:hover {
  text-decoration: none !important;
}

a.rss span {
  display: none;
}

span.date {
  font-weight: normal;
  font-size: 90%;
}

.toplist {
  float: left;
}
