/* =YUI CSS hacks */

/* Úprava šírky postranního sloupce podle návodu na
http://tech.groups.yahoo.com/group/ydn-javascript/message/32250 */
.yui-t3 .yui-b {float:left; width:200px;}
.yui-t3 #yui-main .yui-b {margin-left:203px;}



/* =Typography (fonts, hyperlinks, ...) */

body {
	font-family:verdana;
	line-height:1.5em;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: -1px;
  font-family: arial;
  font-weight: normal;
  color: #003399;
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

h1 {
  font-size: 210%;
}

h2 {
  font-size: 167%;
}

h3 {
  font-size: 138%;
}

.small {
	font-size: 85%;
}

#bd a {
	border-bottom:1px dashed #EA733E;
	color:#EA733E;
	font-weight:bold;
	text-decoration:none;
}
#bd a:hover {
	background-color:#DDEEFF;
	border:1px dashed #AACCEE;
	color:#3366CC;
	margin:0 -3px;
	padding:0 2px;
}


/* Úvodní odstavec stránky */
p.excerpt {
	color:#4B4B4B;
	font-weight:bold;
}

/* Úvod sidebaru */
p.sidebar-excerpt {
	background-color:#497EDE;
	color:white;
	padding: 3px 10px;
	/* border-top: 1px solid white;
	border-bottom: 1px solid white; */
}

#menuBar a {
	text-decoration: none;
	color: white;
}
#menuBar a:hover {
	text-decoration: underline;
}


/* Změnit jazyk, RSS novinky apod. */
#logoBar a {
	text-decoration: none;
	color: white;
}
#logoBar a:hover {
	text-decoration: none;
	font-weight: bold;
}

#breadcrumb {
	color:#4B4B4B;
	font-weight:bold;
}

.clear {
	clear: both;
}





/* =Layout */

html {
	background-color: #7089B8;
}

#bd {
	background: white url(/img/faux-column.png) repeat-y;
	border-bottom: 1px solid #497EDE;
}

#sidebar {
	padding: 0 10px;
}

#ft {
	color: white;
	line-height: 1.3;
	text-align: right;
}


/* =Prvky stránky */

#tickerBar {
	background-color: #497EDE;
	color: white;
	border-bottom: 1px solid white;
	/* padding: 2px 10x 10px; */
}
#tickerBar a {
	text-decoration: none;
	color: white;
}
#tickerBar a:hover {
	text-decoration: underline;
	color: white;
}


#logoBar {
	/* background: #009FF3 url(/img/logobar.jpg) no-repeat; */
	background: #009FF3;
	height: 70px;
	border-bottom: 1px solid white;
	text-align: right;
	padding: 0 10px 0 0;
}

#menuBar {
	border-bottom: 1px solid white;
	color: white;
	/* background-color: #CCE2FC; */
	background-color: black;
	text-align: center;
	font-size: 77%;
	font-weight: bold;
	letter-spacing: 0.25em;
}

#mainBlock {
	background: white url(/img/mainblock-bg.png) no-repeat 0 0;
	padding: 10px 15px;
}

.divider {
	background: url(/img/divider.png) no-repeat left center;
	height: 3px;
	position: relative;
	left: -14px;
}



/* =Dekorace */
.frame {
	border: 1px solid silver;
}

th, td {
	border: none;
}
