/*
Theme Name: EGU
Theme URI:
Description: EGU theme
Version: 1.0
Author: zatloukal
Author URI:
Tags: 
	
*/

/* Reset styles
*******************************/
html, body, div, span,iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, font, ins,strong,ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
table-layout:auto;
/*border-collapse: collapse;*/
border-spacing: 10px;
/*border:1px;*/
padding:10px;
width:auto;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

/* Main styles
*******************************/
html {
	height: 100%;
	margin-bottom: 1px;/* force vertical scrollbars */
}

body {
	background:/*url(img/body.jpg) repeat transparency=50%*/ #edede9;
	color: #646464;
	font-size: 71%;
	text-align: left;
}

/* Default fonts
*******************************/
body,
input,
select		{ font-family: Arial, Verdana, Tahoma, Helvetica, sans-serif; }
textarea,
pre,
code 		  { font-family:"Courier New", Courier, monospace; }

/* Header elements
*******************************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight:normal;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
    font-size: 2.5em;
    color:#fff;
    line-height:1;
}
h2 {
    font-size: 1.8em;
    font-family: Verdana, Arial, Tahoma, sans-serif;
}

h3 {
    color:#747474;
    font-size: 1.5em;
    padding-top:0.8em;
    padding-bottom:0.8em;
}

h4 { 
    font-size: 1.2em; 
    padding-bottom:0.5em;
}
h5 { font-weight: bold; padding-bottom:0.5em; padding-top:1em;}
h6 { font-size: 1.1em; padding-bottom:0.5em; }

/* Text elements
*******************************/
p			  { margin: 0 0 1em 0; text-align: left; line-height:1.2; }
p.last 		  { margin-bottom:0; }
p.first		  { margin-top:1em; }
p.img		  { float: left; margin:0 1em 1em 0; padding:0; }

blockquote    {
    margin:0 0 1em 1em;
    padding-left:1em;
    border-left:2px solid #B8E0FA;
}
strong        { font-weight: bold; }
em            { font-style: italic; }
pre           { border: 1px solid #ddd; margin-bottom: 1.2em; padding:1.2em; }
ins           { text-decoration:none; } /*remove underline from text*/
del           { text-decoration:line-through; }

dl {
    line-height:1.2;
    margin-bottom:1.2em;
}

hr {
    color: #fff;
    background:transparent;
    margin: 0 0 1em 0;
    padding: 1em 0 0em 0;
    border:0;
    border-bottom: 1px #d1d1d1 dotted;
}

/*links*/
a:link,
a:visited,
a:focus,
a:hover,
a:active	{ color: #5090d0; text-decoration: none; cursor:pointer; }

a:hover		{ color: #5090d0; text-decoration: underline; }
a:visited	{}

a:active,
a:focus     { outline: 0; } /*remove border in ff*/


/* decorate lists in posts */
#content .post ul,
#content .post ol {
    margin: 0 0 1em 2em;
}

#content .post ul {
    list-style-type:disc;
}

#content .post ol {
    list-style-type:decimal;
}

#content .post ul li,
#content .post ol li {
    line-height:1.5;
}

/* Images
*******************************/
img 		{ outline:0;border:0; }

/* Form styles
*******************************/
input,
select,
textarea {
	font-size:1.0em;/*by default font-size is bigger*/
	vertical-align:baseline;
}

input.text,
input.file { cursor:text; }

input.button {
    cursor:pointer;
    color:#fefefe;
    border:0;
    background:url(img/header-search-button.gif) 0 0 repeat-x;
    font-weight:bold;
    padding:1px 12px;
    text-align:center;
    height:19px;
}

input.radio,
input.checkbox { border: 0;padding: 0; }

/* Wordpress aligning
*******************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
    float:left;
    margin: 0 1em 1em 0;
}

.alignright {
   float: right;
   margin: 0 0 1em 1em;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption {
    border:1px solid #eee;
    text-align:center;
    padding-top:4px;
}
.wp-caption p.wp-caption-text {
    font-size:.92em;
    text-align:center;
}


/* Text align
*******************************/
.t-right 	{ text-align: right; }
.t-left 	{ text-align: left; }
.t-center 	{ text-align: center; }
.t-justify 	{ text-align: justify; }

/* Other
*******************************/
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.zoom {
    overflow:hidden;
}

/* Main styles / hlavni okno
 *******************************/
#root {
    width: 880px;
    margin: 0px auto 0px auto;
    padding-bottom: 0px;
    border:1px solid #e1e1e1;
}

/* Header
 *******************************/
#header {
    overflow: hidden;
}

#menu {
    background:url(img/header-menu-back.gif) 0 0 repeat-x #777777;
    float:left;
    width:858px;
    height:33px;
    padding:0px 11px;
    /*display:inline;*/
}

#menu .menu_ul li {
    float:left;
}

#menu .menu_ul li a {
    background:url(img/header-menu-link.gif) 0 0 no-repeat #777777;
    color:#ffffff;
    font-weight:bold;
    font-size:1.05em;
    text-transform:uppercase;
    padding:0 14px;
    display:block;
    line-height:2.4;
    text-decoration:none;
}

#menu .menu_ul li a:hover,
#menu .menu_ul li a:focus,
#menu .menu_ul li a:active {
    background:url(img/header-menu-link-hover.gif) 0 0 no-repeat #929292;
    text-decoration:none;
    display:block;
}

#menu .menu_ul .current_page_item a,
#menu .menu_ul .current_page_ancestor a {
    background:url(img/header-menu-link-hover.gif) 0 0 no-repeat #929292;
    color:#ffffff;
    font-weight:bold;
    font-size:1.05em;
    text-transform:uppercase;
    padding:0 14px;
    display:block;
    line-height:2.4;
    text-decoration:none;
}

#header .search {
    width:200px;
    float:right;
    padding:34px 0 0 0;
    font-size:0.92em;
}

#header .search input.text {
    width:122px;
    border:1px solid #cbcbcb;
    /*border-right:0;
    border-bottom:0;*/
    background:#fff;
    padding:2px;
    color:#000;
    margin-right:8px;
}

#header .search input.button {
    color:#505050;
    border:1px solid #eee;
    background:#eee;
    font-weight:bold;
    width:51px;
    padding:2px 0;
    text-align:center;
    height:19px;
}

#header .search input.button-on {
    color:#505050;
    border:1px solid #ddd;
    background:#ddd;
    font-weight:bold;
    width:51px;
    padding:2px 0;
    text-align:center;
    height:19px;
}

#top {
    width:880px;
    height:69px;
    background:url(img/top-back.gif) 0 0 repeat-x;
}

#top .okraj-l {
    float:left;
    width:11px;
    height:64px;
    background:url(img/top-okraj-l.gif) 0 0 no-repeat;
}

#top .logo {
    float:left;
    width:102px;
    height:54px;
    background:url(img/logo.gif) 6px 15px no-repeat; 
}

#top .napis {
    float:left;
    width:143px;
    height:53px;
    background:url(img/top-napis.gif) 5px 43px no-repeat; 
}

#top .praha {
    float:left;
    width:114px;
    height:53px;
    background:url(img/top-praha.gif) 10px 20px no-repeat; 
}

#top .okraj-r {
    float:right;
    width:11px;
    height:64px;
    background:url(img/top-okraj-r.gif) 0 0 no-repeat;
}

#language {
    float:right;
    padding:42px 20px 0 0;
    color:#ddd;
}

#language a {
    text-decoration:none;
    color:#bbb;
}

#language .selected {
    text-decoration:none;
    color:#5b98de;
}

#language a:hover {
    color:#5b98de;
}

#heading {
    margin-top:0px;
    width:880px;
    float:left;
    clear:both;
    height:181px;
    background:url(img/heading.jpg) 0 0 no-repeat;
    padding: 0 0 0 0;
}

#heading_cz {
    margin-top:0px;
    width:880px;
    float:left;
    clear:both;
    height:181px;
    background:url(img/heading_cz.jpg) 0 0 no-repeat;
    padding: 0 0 0 0;
}

#heading_de {
    margin-top:0px;
    width:880px;
    float:left;
    clear:both;
    height:181px;
    background:url(img/heading_de.jpg) 0 0 no-repeat;
    padding: 0 0 0 0;
}

#main {
    margin-top:0px;
    clear:both;
    overflow:hidden;
    background:url(img/body-back.gif) 0 0 repeat-y #fff;
}

#left-block {
    width:239px;
    /*background:#f0f0f0;*/
    float:left;
    margin-left:11px;
}

#left-block .budova {
    width:239px;
    height:206px;
    background:url(img/sidebar-foto.jpg) 0 26px no-repeat;
}

#left-block .pruh {
    width:239px;
    height:50px;
    background:url(img/sidebar-news.gif) 0 0 no-repeat #5b98de;
}

#left-block .pruh_cz {
    width:239px;
    height:50px;
    background:url(img/sidebar-aktuality.gif) 0 0 no-repeat #5b98de;
}

#left-block .pruh_de {
    width:239px;
    height:50px;
    background:url(img/sidebar-neuigkeiten.gif) 0 0 no-repeat #5b98de;
}

#left-block .news {
    width:219px;
}

#left-block .news .date {
    font-weight:bold;
    margin-bottom:2px;
}

#left-block .news .novinka {
    margin-bottom:4px;
    padding:15px 15px 5px 15px;
    width:209px;
    background:#f0f0f0;
}

#left-block .news .title {
    margin-bottom:2px;
}


/* Content
 *******************************/
#main-block {
    padding-right:11px;
    padding-top:26px;
    /*background:#ddd;*/
    width:600px;
    float:right;
}

#content {
    padding-left:25px;
    padding-right:25px;
    padding-bottom:20px;
    background:url(img/content-line.gif) 0 0 repeat-y;
    min-height:400px;
    height:auto!important;
    height:400px;
}

#content .date {
    float:left;
    width:54px;
    height:43px;
    padding-top:11px;
    background:url(img/post-date.gif) 0 0 no-repeat;
    color:#669abb;
    font-size:1.67em;
    text-align:center;
    margin: 0 0 20px 0;
    text-transform:uppercase;
}

#content .date span {
    font-size:0.65em;
    display:block;
}

#content .title {
    /*background:#e04131;*/
    /*margin-left:0px;*/
    padding-left:0px;
    /*border:1px solid #e04131;*/
}

#content .title h2 {
    text-transform:uppercase;
    color:#e04131;
    padding:15px 0px 15px 0px;
    margin-bottom:30px;
}

#content .entry {
    padding-left:2px;
}

#content .tabulka {
    border-collapse: collapse;
    border: solid #ccc 1px;
    width: 100%;
}

#content .tabulka td {
    width: 50%;
    border: solid #ccc 1px;
    padding: 3px;
}

#content .tabulka3 {
    border-collapse: collapse;
    border: solid #ddd 1px;
    width: 100%;
}

#content .tabulka3 td {
    width: 33%;
    border: solid #ddd 1px;
    padding: 3px;
}

#content .category {
    background:url(img/cat.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: left;
}

#content .comments {
    background:url(img/comment.gif) 0 1px no-repeat;
    padding-bottom:1px;
    padding-left:20px;
    float: right;
}

#content .category,
#content .category a {
    color:#91adc1;
}

/*#content .entry {
    clear:both;
}*/

#content .entry .more-link {
    font-weight:bold;
    color:#518cb1;
}

#recent {
    margin-top:4px;
    background:#e7f5fe;
    overflow:hidden;
}

#recent .posts,
#recent .comments {
    width:312px;
    padding:24px 32px;
}

#recent .posts {
    float:left;
}

#recent .comments {
    float:right;
}

#recent .posts ul,
#recent .comments ul {
    font-size:.92em;
    line-height:1.2;
}

#recent .posts li,
#recent .comments li {
    margin-bottom:1.1em;
}

#recent .posts li a {
    font-weight:bold;
}

#recent .comments li .author {
    font-size:0.91em;
    line-height:1.4;
}

#recent .comments li a {
    text-decoration:none;
}

#leavecomment {
    padding-top:1em;
}

.comments-list .avatar {
    margin-bottom:4px;
}

.comments-list li {
    padding:18px;
    line-height:1.2;
}

.comments-list li.graybox {
    background:#f5f5f5;
}

.comments-list cite {
    font-weight:bold;
    font-style:normal;
}

.comments-list small {
    font-size:.83em;
}

.comments-list .comment {
    margin-top:8px;
}

#commentform input.text,
#commentform textarea {
    border:1px solid #5286ab;
    border-right:0;
    border-bottom:0;
    background:#ecf0f2;
    padding:2px;
    color:#34668a;
}

#commentform input.text {
    width:200px;
}

#commentform textarea {
    width:600px;
}

/* Footer
 *******************************/
#footer {
    margin-top:0px;
    /*margin-left:11px;
    margin-right:11px;*/
    padding:4px 20px;
    font-size:.92em;
    overflow:auto;
    line-height:1.2;
    background:url(img/content-line.gif) 0 0 repeat-x #fff;
}

#footer img {
	vertical-align:middle;
}

#footer .copyright {
    float:left;
}

#footer .links {
    float:right;
}

#footer .links a {
    padding-left:16px;
    margin-left:16px;
    background-repeat:no-repeat;
    background-position:0 1px;
}

#footer .rss {
    background-image:url(img/rss.gif);
}

#footer .login {
    background-image:url(img/login.gif);
}

#footer a.powered {
    padding:0;
}