/*
Jan Zahradil CSS v1.0

@author Miroslav Čillík
@date 22.4.2010
*/

/* YUI Reset
------------------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* YUI Reset END
------------------------------------------------------------------------- */


* {
    margin: 0;
    padding: 0;
}
body {
    font-family: Arial, Verdana, sans-serif;
    font-size: small;
    text-align: center;
    color: #333;
    background: #e0e0e0;
}
div, p, img, a, td, ul, ol {
    font-size: 1em; 
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}

a, a:link { 
	text-decoration: underline;
	color: #000;
}
a:visited { color: #000 }
a:hover { color: #003366; text-decoration: none; }
a:active { color: #000 }

a img, img {
    border: none;
}

ul {
    list-style: none;    
}
li {
    list-style: none;
    padding-left: 1em;    
}

label {
	padding: 0;
	margin: 0;
	display: inline;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.clearer {
	clear: both;
}

.center {
	text-align: center;
}

#page {
	width: 930px;
	padding: 0 5px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(images/bg.png) repeat-y top left;
}

#content {
	margin-top: 10px;
	border-left: 1px solid #ddd;
	width: 593px;
	float: right;
}

#content.noSidebar {
	width: 930px;
	float: none;
	border: none;
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    background-color: #FFFFFF;
    position: relative;
}

#header .zahradil {
	display: block;
	padding: 0;
    margin: 14px 0px 10px 21px;
	width: 554px;
	height: 54px;
	float: left;
}
#header h1 a {
    display: none;
}

.language {
	position: absolute;
	top: 50px;
	right: 48px;
}

.language.en {
	right: 16px;
}

.ecrlogo {
	display: block;
	position: absolute;
	width: 216px;
	height: 110px;
	left: 30px;
	top: 30px;
}

#olderDocsLink {
	line-height: 22px;
	margin-left: 248px;
}

/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: relative;
	float: right;
	margin-right: 16px;
	width: 200px;
}

#ajaxSearch_form {
   color: #444;
   width: auto;
   margin-top: 20px;
}

#ajaxSearch_input, #pageSearchInput {
   width: 170px;
   display: inline;
   height: 17px;
   border: 1px solid #ddd;
   border-left-color: #c3c3c3;
   border-top-color: #7c7c7c;
   background: #fff none no-repeat 0 0;
   margin: 0;
   padding: 3px 0 0;
   vertical-align: top;
}
#ajaxSearch_submit, #pageSearchSubmit {
   display: inline;
   height: 22px;
   line-height: 22px;
   background: transparent url('images/search-icon.png') no-repeat top left;
   border: 0;
   color: transparent;
   cursor: pointer;
   width: 22px;
}
#ajaxSearch_output {
   border: 1px solid #444;
   padding: 10px;
   background: #fff;
   display: block;
   height: auto;
   vertical-align: top;
}
.AS_ajax_result {
   color: #444;
   margin-bottom: 3px;
}
.AS_ajax_resultLink {
   text-decoration: underline;
}
.AS_ajax_resultDescription{
   color: #555;
}
.AS_ajax_more {
   color: #555;
}

#ajaxSearch_form label {
	padding: 0;
	margin: 0;
	display: inline;
}

.searchHeader {
	background-color: #ecf3fc;
	/* -moz-border-radius: 5px 5px 5px 5px; */
	padding: 16px;
	margin-bottom: 16px;
}

.searchHeader span{
}

#pageSearchFrom {
	width: 300px;
	float: left;
}

.ajaxSearch_paging {
	text-align: center;
	display: block;
	width: 100%;
}

.ajaxSearch_paging a, .ajaxSearch_paging span {
	background-color: #ecf3fc;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 4px 8px;
}

.searchInfo {
	float: right;
	padding-top: 4px;
}

/* Menu
------------------------------------------------------------------------- */

#menu {
	height: 30px;
	background: transparent url('images/menu-bg.png') repeat-x 0 0;
}

#menu a, #menu a:link {
	text-decoration: none;
	color: #ffffff;
}
#menu a:visited { color: #ffffff }
#menu a:hover { color: #eee }
#menu a:active { color: #000 }

#menu li:hover { background-color: #222 }

.menu-row {
	float: left;
	display: block;
	border-right: 1px solid #1c1e34;
	padding: 0 0;
}

.menu-row a {
	padding: 7px 21px;
	display: block;
}

.menu-row.active {
	background-image: none;
	background-color: #222;
}

/* Content Header s
------------------------------------------------------------------------- */

#uvod-header {
	padding-top: 48px;
	padding-left: 270px;
	background: transparent url(images/hp-vizual.jpg) no-repeat top left;
	height: 129px;
	position: relative;
}

#citat {
	padding: 0 28px;
	width: 382px;
	/* background: transparent url(images/quote.png) no-repeat top left; */
}

#citat h2 {
	font-size: 2.3em;
	font-family: "Times New Roman";
	font-style: italic;
	/* background: transparent url(images/quote.png) no-repeat bottom right; */
}

#citat a, #citat a:link {
	text-decoration: none;
	color: #e1e1e1;
}
#citat a:visited { color: #e1e1e1 }
#citat a:hover { color: #fff }
#citat a:active { color: #fff }

#citat p {
	font-family: "Times New Roman";
	color: #e1e1e1;
}

/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
	float: left;
	width: 310px;
	margin: 16px 0;
	padding: 0px 16px 20px 10px;
	height: 100%;
}

.box {
	padding-bottom: 16px;
}

.box h4 {
	font-family: Arial;
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	width: 284px;
	padding: 2px 13px 8px;
	height: 22px;
	overflow: hidden;
	background: transparent url(images/box-header.png) no-repeat top left;
}

.box a, .box a:link {
	text-decoration: none;
	color: #034ea2;
}
.box a:visited { color: #034ea2 }
.box a:hover { color: #003366 }
.box a:active { color: #034ea2 }

.udalosti-row span.date {
	display: block;
	width: 100px;
	float: left;
}

.udalosti-right {
	float: right;
	width: 195px;
}

.article-footer {
	padding: 16px 0px 0px;
}

/* Tooltip
------------------------------------------------------------------------- */
#tooltip h3 {
	font-size: 12px;
	font-weight: 300;
}

#tooltip {
	opacity: 1!important;
}

/* Box s odkazmi - vertikalne centrovanie
------------------------------------------------------------------------- */
.odkaz-row {
	border-bottom: 1px solid #deeafb;
	padding: 8px 0;
}

.odkaz-row img {
	padding: 0 8px 0 0;
}

.div-table {
	display: table;
	_position: relative;
	overflow: hidden;
}

.div-cell {
	display: table-cell;
	_position: absolute;
	_top: 50%;
	vertical-align: middle;
}

.vertical-center {
	_position: relative;
	_top: -50%;
}

.udalosti-row, .odkaz-row, #naInternetu a {
	margin-left: 13px;
}

/* Box s textom
------------------------------------------------------------------------- */

#articles {
	padding-left: 15px;
	padding-right: 10px;
	margin-bottom: 8px;
}

.article-box {
	background-color: #ecf3fc;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 8px 10px 12px 15px;
	margin-bottom: 15px;
	position: relative;
}

.article-box img {
	float: left;
	max-width: 120px;
	height: 80px;
	margin-right: 20px;
	margin-bottom: 4px;
	margin-top: 4px;
}

.article-box .box-content hr {
	color: #a3b7d4;
	background-color: #a3b7d4;
	height: 1px;
	border: 0px;
	display: block;
}

.article-box a, .article-box a:link, .language a, .language a:link {
	color: #888;
	text-decoration: underline;
}
.article-box a:visited , .language a:visited  { color: #888; text-decoration: underline }
.article-box a:hover, .language a:hover  { color: #000; text-decoration: none }
.article-box a:active, .language a:active  { color: #000 }

.article-box span {
	color: #808080;
}

.article-box h3, .thumb-box h3 {
	font-family: Arial;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
}

.article-box h3 a, .article-box h3 a:link, .thumb-box h3 a, .thumb-box h3 a:link {
	color: #034ea2;
	text-decoration: none;
}
.article-box h3 a:visited, .thumb-box h3 a:visited { color: #034ea2; text-decoration: none } 
.article-box h3 a:hover, .thumb-box h3 a:hover { color: #003366; text-decoration: none }
.article-box h3 a:active, .thumb-box h3 a:active { color: #003366 }

.article-box .article-introtext {
	padding-bottom: 10px;
}

.article-introtext a, .article-introtext a:link {
	color: #000; text-decoration: none;
}
.article-introtext a:visited { color: #000; text-decoration: none }
.article-introtext a:hover { color: #000; text-decoration: none }
.article-introtexta:active { color: #000 }

.article-head span {
	color: #808080;
}

.article-head a, .article-head a:link {
	color: #808080;
	text-decoration: underline;
}
.article-head a:visited { color: #808080; text-decoration: underline }
.article-head a:hover { color: #000; text-decoration: none }
.article-head a:active { color: #000 }

.article-head  {
	padding-left: 16px;
	margin-bottom: 16px;
}

/* Vyspis clankov
------------------------------------------------------------------------- */
h2.content-header {
	height: 60px;
	font-family: arial;
	font-size: 24px;
	font-weight: 300;
	color: #000;
	padding: 0px 21px;
	line-height: 60px;
	vertical-align: middle;
	overflow: hidden;
}

h2#section_2 {
	background: transparent url('images/media.jpg') repeat-x 0 0;
	padding-right: 316px;
}

h2#section_3 {
	background: transparent url('images/stanoviska.jpg') repeat-x 0 0;
	padding-right: 100px;
}

h2#section_4, h2#section_49 {
	background: transparent url('images/zivotopis.jpg') repeat-x 0 0;
}

h2#section_5 {
	background: transparent url('images/fotky.jpg') repeat-x 0 0;
}

h2#section_6 {
	background: transparent url('images/videoaudio.jpg') repeat-x 0 0;
}

h2#section_7 {
	background: transparent url('images/prectetesi.jpg') repeat-x 0 0;
}

h2#section_8 {
	background: transparent url('images/publikace.jpg') repeat-x 0 0;
}

h2#section_9, h2#section_50 {
	background: transparent url('images/kontakt.jpg') repeat-x 0 0;
}

h2#section_41 {
	background: transparent url('images/vyhledavani.jpg') repeat-x 0 0;
}

/* Pagination
------------------------------------------------------------------------- */

/* MaxiGallery */

.pagingLinks strong, .pagingLinks a {
	background-color: #ecf3fc;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 4px 8px;
}

.galleryPaging {	
	margin-bottom: 8px;
}

.paginate-link {
	background-color: #ecf3fc;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 4px 8px;
}

.ditto_currentpage, .ditto_page {
	background-color: #ecf3fc;
	-moz-border-radius: 5px 5px 5px 5px;
	padding: 4px 8px;
	margin-right: 4px;
}

.ditto_currentpage {
	
}

.pagination {
	margin: 0px 0px 8px;
}

/* Article detail
------------------------------------------------------------------------- */
#content .article {
	padding: 0px 16px;
}

/* Article image
------------------------------------------------------------------------- 
.article p img {
	padding: 16px 16px 8px;
	max-width: 100%;
}
*/

/* Related articles
------------------------------------------------------------------------- */
.related-articles {
	padding: 0px 0px 32px;
}

.related-articles  li {
	list-style-type: square;
	padding: 0;
	margin: 0 0 0 16px;
}

/* Footer 
------------------------------------------------------------------------- */
#footer {
	height: 22px;
    color: #fff;
	background: transparent url('images/footer-bg.png') no-repeat 0 0;
	background-color: #000;
	padding: 8px 16px 0px 16px;
}

#footer a, #footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited { color: #fff; text-decoration: none } 
#footer a:hover { color: #FFFFFF; text-decoration: underline }
#footer a:active { color: #FFFFFF }

.right {
	float: right;
}

.left {
	float: left;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	text-align: left;
	border: none;
}

fieldset {
    border: none;
}

input, textarea {
	border: 1px solid #999;
}

#shareFormDialog .errors, #shareFormDialog .error {
	color: red;
}

#shareFormDialog .errors {
	padding-bottom: 16px;
}

#shareForm p {
	padding-bottom: 16px;
}

#shareFormDialog input[type='text'], #shareFormDialog textarea {
	width: 100%;
}

#shareFormDialog input[type='submit'] {
	padding: 4px 8px;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}

#shareFormDialog {
	display: none;
}

.externalLink {
	padding-right: 15px;
	background: transparent url(images/iconExternalLink.png) no-repeat 100% 0;
}

/* Share Buttons */
.shareBar {
	float: right;
}

.shareBar a {
	padding-right: 4px;
	text-decoration: none;
}

.shareMail, .shareFB {
	width: 16px;
	display: block;
	float: left;
}

.FBConnectButton_Text_Simple {
	margin-left: 14px!important;
	width: 16px;
}

.thumb-box {
	width: 240px;
	padding: 16px 24px 8px 24px;
	margin: 0px 0px 16px 16px;
	background-color: #ecf3fc;
	-moz-border-radius: 5px 5px 5px 5px;
	height: 160px;
	float: left;
	text-align: center;
}

table {
	border-collapse: separate;
	border-spacing: 16px;
}

/* 305 */
.childGallery.thumb-box {
	height: inherit;
	float: none;
}

.childGallery img {
	float: none;
	width: auto;
	height: auto;
	margin: 3px 0;
}

.thumb-desc {
	width: 100%;
	text-align: center;
	height: 16px;
	overflow: hidden;
}

div.media {
	padding: 32px 0px;
	margin-left: 199px;
}

div.video {
	padding: 16px 16px 32px;
}

.mce-img-left {
	float: left;
	padding: 16px;
}

.audioIcon {
	left: 10px;
	width: 120px;
	height: 80px;
	display: block;
	position: absolute;
	background: transparent url(images/audio_icon.png) no-repeat 37.5px 17.5px;
}

.videoIcon {
	left: 10px;
	width: 120px;
	height: 80px;
	display: block;
	position: absolute;
	background: transparent url(images/video_icon.png) no-repeat 37.5px 17.5px;
}


