@charset "UTF-8";

/* przykładowy wpis: */

/* styl treści artykułów */
.content_tresc .tresc p
{
	color: #303030;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

/* 
  Sample CSS for "Accessible Controls for the YouTube Embedded Video Player"
  http://wac.osu.edu/examples/youtube-player-controls/
*/
div.ytplayerbox 
{
  margin: 0 0 20px 0;
  padding: 5px 10px;
  width:100% !important;
  border:1px solid #ddd;
  background:#fff;
  text-align:center;
}
ul.ytplayerbuttons 
{
  margin: 3px auto 3px auto !important;
  text-align:center;
}
ul.ytplayerbuttons li 
{
  list-style-type: none;
  display:inline;
  margin: 0 1px 0 0;
}
ul.ytplayerbuttons a 
{ 
  padding: 4px 8px;
  font-size:0.7em;
  margin:0 5px 5px 0;
  text-decoration: none;
  border: none;
  -moz-border-radius:.3em;-webkit-border-radius:.3em;border-radius:.3em;
  display:inline-block; /* helps with IE7 and earlier rendering */
}
ul.ytplayerbuttons a:link, ul.ytplayerbuttons a:visited
{
  color: #fff;
  background: #000;
}
ul.ytplayerbuttons a:hover, ul.ytplayerbuttons a:active, ul.ytplayerbuttons a:focus
{
  background:white; color:#000; 
}
/* or use your own offleft hiding style declaration for this */
div.ytplayerbox h3.semantic
{
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden;
}
div.ytplayerbox h3.playlisth
{
  color: #333;
  line-height:0.8;
  margin: 12px 0 3px 0;
}
div.ytplayerbox h4 
{
  color: #555;
  margin: 3px 0 0 0;
}
ul.ytplaylistl
{
  background: #999;
  padding: 1px;
  margin: 0;
}
ul.ytplaylistl li 
{
  list-style-type: none;
  background: transparent url("img/control_play.png") no-repeat 3px .3em;
  padding: 5px 0 3px 21px;
  margin: 0;
}
ul.ytplaylistl li.ytlisteven
{
  background-color: #ebebeb;
}
ul.ytplaylistl li.ytlistodd
{
  background-color: #ddd;
}
ul.ytplaylistl li a
{
  font-weight: bold;
  text-decoration: none;
  border: none;
  display: block;
  margin: 0 3px 0 1px;
}
ul.ytplaylistl li a:link
{
  color: #000;
}
ul.ytplaylistl li a:visited
{
  color: #333;
}
ul.ytplaylistl li a:hover, ul.ytplaylistl li a:active, ul.ytplaylistl li a:focus
{
  color: #fff;
  background-color: #333;
}
.czas {font-family: monospace;text-align:center;}
.nono {display:none !important;}