/*
  Theme Name: Qbee
  Version: 1.0
  Description: Zmeny a doplneni zakladniho stylu
  Author: Tomas Sedlacek

  Release: November 2010

*/

#nav form {
    display: block;
    float: left;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    padding: 2px 12px 0 12px;
    text-decoration:none;

    /*text-shadow: #232323 1px 1px 0px;*/
}

#logged {
    position: absolute;
    right: 0;
    top: -5px;
}

#logged li {
    display:inline;
    position: relative;
}
#logged li ul {
    display: none;
    position: absolute;
}

#logged li a {
    display: block;
    float: left;
    /* color: #fff; */
    font-size: 10px;
    font-weight: normal;
    padding: 7px 12px;
    text-decoration:none;

    /*text-shadow: #232323 1px 1px 0px;*/
}

.nodots h3{
  float: left;
  width: 60%;
}
.nodots p{
  clear: both;
  margin: 0;
}

.calendar-month span,
 .next-month a,
 .prev-month a {
    padding:0 0.7em 0.5em;
 }

ul.toolbar{
  list-style-image: none;
}

.tab_v_80 th, .tab_v_80 td {
    font-size:80%;
}
.tab_v_c th {
    font-weight:bold;
}
.tab_v_c thead a{
    color:#fff;
}
td.event{
    color: #a3bb0d;
    font-weight: bold;
    /*border: 1px solid #b8cf27;*/
}
td.event a {
    font-size: 12px;
    line-height: 1;
}

.v-rade input[type=text], .v-rade input[type=password], .v-rade input.text, .v-rade input.title, .v-rade textarea {
  display:inline;
}

/* ********** images ********** */
.box, .lbox, .rbox {
	margin:7px auto;
	text-align:center;
	font-style:italic;
}
.box img, .lbox img, .rbox img{
	border:3px solid #009;
	border:double #009 4px;
	padding:0;
	margin:0 auto;
	display:block;
	line-height:1px;
}
.rbox {
	float:right;
	margin:7px auto 7px 7px;
}
.lbox, .lbox img {
	float:left;
	margin:7px 7px 7px auto;
}
/* Aby zarovnávalo zprava, je nutné zadat šířku boxu - MSIE7 */
.rbox {
	width:250px
}
.neramuj img{
	border:0
}

.general th {white-space: nowrap;}

#prispevky .cmeta {
    /* float: none; */
    width: 50%;
}

.floatleft {
    display: block;
    position: relative;
    float: left;
    padding: 3px 8px 2px 20px;
    color: #000;
}

#intro a{
  color: #fff;
}