/*
Theme Name: FKUJ
Theme URI: www.fkuhlirskejanovice.cz
Description: Téma pro web www.fkuhlirskejanovice.cz
Author: Virtage Software
Author URI: www.virtage.com


*/


/* =Typography
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
* {
  font-family: Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

body {
  /* Pro zvětšitelné písmo i v IE6.
  62.5% znamená velikost 10px.
  Od té chvíle 1em = 10px, 1.2em = 12px, 1.6em = 16px, apod.
  Musí být v body, v * nefunguje */
  font-size: 62.5%;
  font-size: 0.8em;		/* čili 8px */
  background: url(/wp-content/uploads/pozadí1.jpg) fixed;
}

a {
  color: #F5821F;
  text-decoration: none; 
  border-bottom: 1px dashed #F5821F;
}

a:hover {
  /* border: 1px dashed #48546A; */
  /* font-weight: bold; */
  color: #984D07;
  border-bottom: 1px dashed #984D07;
}

a.no-underline, a.no-underline:hover {
  border-bottom-style: none;
}

img {
  border: 0;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul {
  list-style-type: none;
}

/* Nadpis článku */
h2 a {
  color: #008029;
  border-bottom: 1px dashed #008029;
}

h2.post a:hover {
  color: #00AA37;
  border-bottom: 1px dashed #00AA37;
}

/* Šedivá. Vhodné např. do perexu článku apod. */
.gray {
  color: #A9A7A5;
}

/* Zarovnat (nejčastěji obrázky přidané přes TinyMCE z WP) */
.alignright  {
  float: right;
}
.alignleft  {
  float: left;
}

hr.clear {
	clear: both;
	visibility: hidden;
}


/* =Layout
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Obálka se samotnou stránkou vycentrovaná do okna browseru. */
#wrapper {
  width: 950px;
  margin: 0 auto;		/* metodou auto-margin, viz str. 134 v CSS Mastery */
background: url(img/faux-column.png) repeat-y 0px 0px;
}

/* Hlavní obsah */
#mainBar {
  float: right;
  width: 747px;		/* Bez udání velikosti se layout rozpadne */
  /* Původně bylo 750px, ale to u článku ID 66, 259, 72, 227% způsobovalo, že
  menu spadne dolů pod úroveň posledního odstavce příspěvku. */
  /* background-color: silver; */

}



/* Postranní sidebar vedle obsahu */
#sideBar {
  float: left;
  
  /* Není 25% (aby dalo 100%) kvůli tomu, že tak přirozeně vytvoříme mezeru mezi
  sloupci a zabezpečníme, že se sloupce nikdy nerozypou kvůli nedostatku místa. */
  width: 200px;		/* Bez udání velikosti se layout rozpadne. */
}

#footer {
  clear: both;
  background: #506DAA url(img/footer.png) no-repeat left top;
  height: 37px;
  text-align: right;
}


/* =Page components
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Nejvyšší horní pruh s logem */
#topBar {
  background-color: white;		/* Jinak prosvítá faux column */
  padding: 10px 10px 10px 25px;
}

/* Menu v postraním pruhu */
#sideBarMenu {
  background: #516EAB url(img/menu-bg.gif) no-repeat left top;
  padding: 10px 10px 15px 20px;
  border-bottom: 3px solid white;
}

#sideBarMenu ul {
  list-style-type: none;
}

#sideBarMenu li {
  background: url(img/menu-separator.png) no-repeat left bottom;
}

#sideBarMenu a {
  color: white;
  font-weight: bold;
  font-size: 0.9em;
  font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
  text-decoration: none;
  letter-spacing: 0.2em;
  line-height: 1.5em;
  padding-left: 10px;
  border-bottom-style: none;
}

#sideBarMenu a:hover {
  /* font-style: italic; */
  color: #FCD372;
  /* font-size: 1em; */
  padding-left: 15px;
}

/* Text v postraním pruhu */
#sideBarContent {
  padding: 10px 5px 10px 35px;
  font-size: 0.85em;
}

/* Nadpis boxíku v postraním pruhu */
#sideBarContent h2 {
  background: url(img/item-ball1.gif) no-repeat left center;
  padding-left: 20px;
  font-weight: bold;
  font-style: italic;
  font-size: 1.4em;
  color: #008029;
}

/* UL seznamy v sidebaru */
#sideBarContent ul {
  margin: 0 0 10px 0;
}

#sideBarContent li {
  list-style-image: url(img/ico-right.gif);
  list-style-position: inside;
  margin: 0 0 5px 0;
}


/* Záhlavní stránky s koláží a nadpisem stránky/sekce */
#mainBarBranding {
  background: white url(http://www.fkuhlirskejanovice.cz/wp-content/uploads/branding2.jpg) no-repeat left top;
  padding-top: 133px;
  padding-left: 15px;
}

#mainBarBranding h1 {
  font-weight: bold;
  font-style: italic;
  font-size: 1.4em;
  color: #008029;
}

#mainBarBranding a {
  color: #008029;
  border-bottom-style: none;
}

#mainBarBranding a:hover {
  color: #00AA37;
  border-bottom: 1px dashed #00AA37
}


/* Text stránky */
.mainBarContent {
  padding: 15px;
}

.mainBarContent h2 {
  background: url(img/item-ball1-white-bg.gif) no-repeat left 2px;
  padding-left: 25px;
  font-weight: bold;
  /* font-style: italic; */
  font-size: 1.3em;
  color: #008029;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.mainBarContent img {
  margin: 5px;
}

img.no-margin {
	margin: 0;
}

#aktuality img {
	margin: 0;
}


#footerContent {
  /* Zarovnání na spodek neumím vyřešit přes vertical-align: bottom (nereaguje),
  proto vyřešeno přes position: relative; bottom: -20px; okolo textu -footerContent */
  /* line-height: 4.5em;
  vertical-align: text-bottom; */
  
  color: white;
  position: relative;
  bottom: -20px;
  font-size: 0.8em;
}

#footerContent a {		/* Odkaz na email autora */
  color: white;
  text-decoration: none;
  border-bottom-style: none;
}

.mainBarContent li {
  background: url(img/ico-right.gif) no-repeat left 3px;
  padding-left: 12px;
  margin-bottom: 10px;
}

#sideBarContent .li {
  background: url(img/ico-right.gif) no-repeat left 3px;
  margin-bottom: 10px;
}

.mainBarContent td {
  vertical-align: top;
}

.categoryDescription {
  font-style: italic;
  color: #008029;
  font-weight: bold;
  
}





/* =Table designs
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* Kontakty */

table.kontakty td {
  padding: 0.2em 0.2em 0.2em 0;
  vertical-align: top;
}


/* Převzato z http://fluidmind.org/test/css/tables.html */

table.soupiska {
    border-spacing: 0px;
    border-collapse: collapse;
    border-top: 4px solid #EA9A1C;
    border-bottom: 1px solid #EA9A1C;
	margin-bottom: 2em;
}
table.soupiska th {
    text-align: left;
    font-weight: bold;
   	padding: 0.1em 0.5em 0.1em 0;
    /* border-top: 1px dotted #EA9A1C; */
	border-bottom: 2px solid #EA9A1C;
	/* font-size: 0.85em; */
}
table.soupiska td {
    text-align: left;
    border-top: 1px dotted #EA9A1C;
    padding: 0.1em 1em 0.1em 0;
	/* font-size: 0.85em; */
}
table.soupiska thead th {
    text-align: left;
    border-bottom: 1px solid #EA9A1C;
}
table.soupiska tr.highlight {
    background-color: #f7dbad;
	font-weight: bold;
}


/* Info kartička o hráči jako CSS hover 
   převzato z http://css.interval.cz/clanky/hover-napoveda */
   
a.playerInfo, a.playerInfo:hover {
  font-weight: bold;
  cursor: help;
  border-bottom-style: none;
  /* border-bottom-style: solid; */
}
a.playerInfo span {
  position: relative;
  font-size: 90%;
  font-weight: normal;
  text-align: left;
}
a.playerInfo span span {
  display: block;
  position: absolute;
  visibility: hidden;
  top: 1.5em;
  left: 2em;
  padding: .2em .5em;
  width: 350px;
  background: #FEECC0;
  border: solid #b86 2px;
}
a.playerInfo:hover span span {
	visibility: visible;;
}

a.playerInfo span span table {
  border-bottom-style: none;
  padding: 0px;
  margin: 0px;
}

a.playerInfo span span table td {
  border-bottom-style: none;
  margin: 0px;
  padding: 0px;
}


/* =Komentáře WordPressu
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#commentform input, textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
  /* font-weight: bold; */
  background-color: #FEECC0;
  border: solid 1px #FCD372;
  padding: 1px;
}

#commentform input:hover, textarea:hover {
  border: inset 1px #E19F04;
}

/* Textarea pro vepsání názoru */
#commentform textarea {
  width: 600px;
  height: 150px;
}

/* Záhlaví jednotlivého komentáře */
.comment_header {
  margin-bottom: 0px;
  margin-left: 3px;
}

/* Jednotlivý komentář */
.comment_text {
  background-color: #FEECC0;
  margin: 0 0 10px 0;
  padding: 3px;
} 

.comment_text p {
  background-color: #FEECC0;
  margin: 0;
  padding: 3px;
}

.comment_text .wp-smiley, .wp-smiley {
  margin: 0px;
}

.comment_text_alt {
	margin: 0 0 10px 0;
	padding: 3px;
	background-color: #FFE19A;
}

.comment_text_alt p {
	margin: 0;
	padding: 3px;
	background-color: #FFE19A;
}


.gallery a, .attachment a {
  border-bottom-style: none;
}


/* Odkazy na rubriky ve kterých je článek poslán na titulní stránce */
.wpCatLinks {
  color: #A9A7A5;
  border-color: #A9A7A5;
}

/* Odkazy novější a starší příspěvky při listování výpisem rubriky */
.noUnderline a {
  border-bottom-style: none;
}







/* =Tlačítka
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*
Převzato z
http://www.dynamicdrive.com/style/csslibrary/item/css_oval_buttons/
*/

a.ovalbutton{
  background: transparent url('img/button-left.png') no-repeat top left;
  display: block;
  float: left;
  height: 20px;
  
  font-family: Tahoma;
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
  color: white; /*button text color*/
  border-bottom-style: none;
}

a.ovalbutton span{
  background: url('img/button-right-arrow.png') no-repeat top right;
  display: block;
  padding: 4px 20px 4px 5px; /*Set 11px below to match value of 'padding-left' value above*/
}

a.ovalbutton:hover{ /* Hover state CSS */
  ;
}

a.ovalbutton:hover span{ /* Hover state CSS */
  /* background: url('img/button-right-arrow-hover.png') no-repeat top right; */
  color: #FCD372;
  padding: 4px 20px 4px 6px; /*Set 11px below to match value of 'padding-left' value above*/
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
  overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
  width: 100%;
}


/* =Boxy v pravém pruhu
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* http://www.dynamicdrive.com/style/csslibrary/item/curly-corner-container/ */

.curlycontainer{
  border: 1px solid #b8b8b8;
  margin-bottom: 1em;
  width: 100%;
  display: inline;
  float: right;
}

.curlycontainer .innerdiv{
  background: transparent url(img/curly-corner.gif) bottom right no-repeat;
  position: relative;
  left: 2px;
  top: 2px;
  padding: 1px 10px 15px 5px;
}



/* =Linkbar
------------------------------------------- */

#linkbar {
	/* background-color:#202020; šedivá barva */
	/* background: #516EAB; */
	/* background: white url(img/sponzori_bar_prechod.gif) repeat-x; */
	
	color: black;
	font-size: 0.85em;
	padding:5px;
	text-align:center;
	
	/* border-bottom: black 1px solid; */
}

#linkbar a {
	border-bottom-style: none;
	color: black; 
}
#linkbar a:hover {
	border-bottom-style: none;
	color:#CCCCCC;
	text-decoration: underline;
}





/* =Komentáře
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.commentlist li {
  background: none;
  margin:0;
  padding:0;
  margin: 10px 0 10px 0;
}
.comment-meta {
  font-size: 85%;
}
.comment-author {
  font-weight: bold;
  font-style: normal;
}
.comment-text {
  background: #FEECC0;
  padding: 8px;
}
.comment-text p {
  margin: 0;
}
.comment-submit {
  font-weight: bold;
}
.commentlist img {
  margin: 0;
}



/* =Pagination příspěvků
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
.pagination {
	text-align: center;
}
.pagination  li{
	background: none;
	padding-left: 0;
}