/*
Theme Name: Rcware.eu 
Theme URI: 
Version: 2
Author: Jan Kaiser
Author URI: 
Description: Vzhled pro rcware.eu
*/

/*  GENERAL */
h1, h2, h3, h4, h5 
{
  color: #da251d;
  font-weight:bold;
  padding: 0.25em 0 0.15em 0;
  margin: 0;
}

h1 
{ 
  font-size: 2em;
  border-bottom: 2px solid #da251d;
}

h2
{
  font-size: 1.5em;
  border-bottom: 2px solid #da251d;
}

h3 
{
  font-size: 1em;
  color: black;
  padding: 0;
  margin: 1em 0 0.5em 0;
}

h4
{
  font-size: 1em;
}

h5 
{
  font: normal 1em;
}

a,
a:visited
{
  color: #da251d;
  text-decoration: none;
}

a:hover
{
  color: #ff0000;
}

p
{
  margin: 10px 10px 10px 0;
  padding: 0;
}

img
{
  border: 0;
}

#languageSelector
{
  font-size: 75%;
  color: #a0a0a0;
}

#languageSelector a, 
#languageSelector a:visited
{
  color: #a0a0a0;
}

#languageSelector a:hover
{
  color: #da251d;
}

#searchInput
{
  color: #000000;
  background: #ffffff;
  border: 1px solid #a0a0a0;
  
  height: 16px;
  margin: 0px -5px 0px 0px;
  padding: 0px;
}

#searchButton
{
  font-size: 10px;
  color: #000000;
  background: #efefef;
  border: 1px solid #a0a0a0;
 
  height: 18px;
  margin: 0px;
  padding: 0px;
}

#topMenu a, 
#topMenu a:visited
{
  color: #000000;
}

#topMenu a:hover
{
  color: #da251d;
}

#topMenu .breadcrumb,
#topMenu .breadcrumb a,
#topMenu .breadcrumb a:visited
{
  color: #a0a0a0;
}

#topMenu .breadcrumb a:hover
{
  color: #da251d;
}

/* LEFT MENU */
#leftMenu ul,
#leftMenu ul li,
#leftMenu ul li ul,
#leftMenu ul li ul li,
#leftMenu ul li ul li ul,
#leftMenu ul li ul li ul li
{
  margin: 0;
  padding: 0;
  list-style: none;
}

#leftMenu ul li,
#leftMenu ul li ul li,
#leftMenu ul li ul li ul li
{
  _border-bottom: 1px solid #ffffff;
}

/* 1st Level */
#leftMenu ul li a,
#leftMenu ul li a:hover,
#leftMenu ul li a:visited
{
  display: block;
  padding-left: 30px;
  margin-top: 5px;
}

#leftMenu ul li a,
#leftMenu ul li a:visited
{
  background: #efefef; 
  color: #000000;
  border-right: 2px solid #a0a0a0;
}

#leftMenu ul li a:hover
{
  background: #a0a0a0;
  color: #ffffff;
  border-right: 2px solid #efefef;
}

/* 2nd Level */
#leftMenu ul li ul li a,
#leftMenu ul li ul li a:hover,
#leftMenu ul li ul li a:visited
{
  font-size: 90%;
  padding-left: 40px;
}

/* 3rd Level */
#leftMenu ul li ul li ul li a,
#leftMenu ul li ul li ul li a:hover,
#leftMenu ul li ul li ul li a:visited
{
  font-size: 80%;
  padding-left: 50px;
}

/* NEWS */
#news .post
{
  background: #fffecb;
  border-left: 2px solid #ffc400;
  padding: 5px 10px 0 10px;
  margin: 0 0 5px 0;
}

#news .post h3 a
{
  color: #000000;
}

#news .post p
{
  margin: 0;
  padding: 5px 0 5px 0;
}

#news .navigation 
{
  font-size: 90%;
}

#teaser img
{
  margin-bottom: 5px;
}

#teaser p
{
  margin: 0;
}

/* LAYOUT */
body {
  background-color: white;
  color: black;
  font-family: SegoeUI, Trebuchet MS, sans-serif;
  font-size: 10pt;
  padding: 2em;
  background-image: url('./images/pageBackground.png');
}

#wrapper
{
  position: relative;
  width: 840px;
	background: #FFFFFF;
	border: 1px solid #a0a0a0;
	margin: 20px auto;
	padding: 0px;
}

#header
{
  background-image: url('./images/headerBackground.png');
  background-repeat: repeat-x;
  background-position: bottom;
  height: 79px;
}

#headerLogo
{
  position: absolute;
  top: 0;
  left: 0;
}

#rcWareLogo
{
  display: block;
  float: left;
}

#languageSelector
{
  float: right;
  margin-right: 5px;
}

#searchForm
{
  display: block;
  float: right; 
  margin: 15px 30px 0px 0px;
  padding: 0px;
}

#topMenu
{
  width: 780px;
  background: #efefef;
  padding: 0px 30px;
  text-align: right;
}

#topMenu .breadcrumb
{
  display: block;
  float: left;
  text-align: left;
}

#leftMenu
{
  float: left;
  width: 190px;
  margin-bottom: 10px;
}

#content
{
  float: right;
  width: 630px;
  margin-bottom: 10px;
  margin-top: 5px;
}

#content.index
{
  width: 640px;
}

#news
{
  width: 200px;
  float: right;
}

.clear
{
  display: block;
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  height: 0;
}