/*@import url(http://fonts.googleapis.com/css?family=News+Cycle);*/
body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    /*background-color: #efefef;*/
    color: #666666;
}

h1, h2, h3{
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #444444;
}
h1 {
    font-size: 2.1em;
    margin: 15px 0 10px 0;
    padding: 2px 2px 2px 0px;
    /*border-left: 4px solid #F57601;*/
}
RSSmaindescription
h2 {
    font-size: 1.7em;
    padding: 2px 2px 2px 4px;
    color: #FB7600;
    margin: 10px 0 2px 3px;

}

h3 {
    font-size: 1.6em;

    margin: 2px 0 5px 0;
    /*border-left: 4px solid #F57601;*/

}
h4{
    font-size: 12px;
    color: #F57601;
}
h5{
    font-size: 10px;
}
p{
    margin-top: 0;
}

ul, ol {
    margin-top: 0;
    line-height: 150%;
}

ul, ol {
}

a {
    text-decoration: none;
    /*border-bottom: 1px dotted #CC0001;*/
    color: #FB7600;
}

a:hover {
    background: none;
}
img{
    border: none;
    vertical-align: middle;
}
img a {
    border: none;

}
.maximage{
    max-width: 120px;	
    max-height: 120px;	
}

#box {
    /*background: url(images/pozadi.jpg) repeat-y center top;*/
    /*width: 1100px;*/
    margin: 0 auto;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
}

#wrapper .btm {
}

/* Header */

#header {
    width: 998px;
    height: 200px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    background-color: #ffffff;
}

/* Logo */
#logo-image {
    float: left;
    margin: 0;
    padding: 0;
    color: #000000;

}
#logo {
    margin: 15px 0 0 0;
    padding: 0px;
    width: 470px;
    color: #F57601;
    float: left;
    text-align: center;	
}
#logo p{

    color: #000000;
    padding: 5px;
}
.nadpis{
    padding: 0px;
    margin:  0px;

}
.n1{
    font-size: 50px;
    color: #fb7600;
}
.n2{
    font-size: 35px;
    color: #667171;
}
.nadpis a{
    color: #F57601;
    border: none;
}


#logo h3 {
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 1em;
    color: #F57601;
} 

#logo-image a{
    border: none;
    background: none;
    text-decoration: none;
    color: #000000;
}



/* Menu */

#menu {
    /*width: 1000px;*/
    height: 41px;
    background: url(images/background_menu.jpg) repeat-x left top;
    margin: 0 auto;
    padding: 0;
}

#menu ul {
    margin: 0;
    padding: 8px 0 0 20px;
    list-style: none;
    line-height: normal;
}

#menu li {
    float: left;
}

#menu a {
    display: block;
    margin: 3px 0 0 0;
    padding: 5px 20px 7px 20px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
    height: 15px;
    transition: background 0.3s cubic-bezier(0, 0, 1, 1) 0s, color 0.1s cubic-bezier(0, 0, 1, 1) 0s, border 0.2s cubic-bezier(0, 0, 1, 1) 0s, box-shadow 0.2s cubic-bezier(0, 0, 1, 1) 0s;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
    /*background: #FF7900;*/
    background: url(images/gradient-orange.jpg);
    text-decoration: none;
    border-radius: 8px 8px 0 0;
    margin-bottom: 1px;
}

#menu .first {
    margin: 3px;
    background: url(images/gradient-orange.jpg);
    border-radius: 8px 8px 0 0;
}
/********************************************************/
.login-top{
    background: url(images/login-top.gif) no-repeat center;
    padding: 0 10px 15px 7px;
}
.login-bg {

}
.login {
    float: right;
    width: 210px;
    margin: 0 20px;    
    text-align: center;
}
.login a{
    border: none;
}
.login-bottom{
}
.login h3{
    color: #444444;
    background: url(images/gradient-orange.jpg);
    text-align: center;
    margin: 0 0 6px 0;
    border: none;
    border-radius: 6px;
}
/********************************************************/

/* Search */

#search {
    /*width: 1000px;*/
    height: 44px;
    background: url(images/gradient-orange-top.jpg);
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#search form {
    vertical-align: middle;
    padding: 9px 0 0 0;
}
#search form input.submit { 
    margin: 0; 
    font: 16px Arial, Sans-serif; 
    color: #333;/* color: #339900; */
    border-radius: 8px 8px 8px 8px;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    -khtml-opacity: 0.75;
    opacity: 0.75;
}
#search  select, #search  input { 
    padding: 2px;
    border-radius: 5px;
    font-size: 15px;
}

#search .query {
    padding: 2px 5px 0 5px;
    margin: 0 0 0 8px;
    height: 19px;
}

#search fieldset {
    margin: 0px;
    padding: 0px;
    border: none;
}

#search-text {
    width: 210px;
    border: none;
    text-transform: lowercase;
    font: bold 1.2em Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#search-submit {
    display: none;
}
/* Page */

#page {
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}

/* Content */

#content {
    float: left;
    width: 715px;
    padding: 10px 5px 0 25px;
    background: #ffffff;
}
/*********************************************************/
.col {
    width: 33%;
    float: left;
    text-align: left;

}
.col a{
    border: none;
}
.colP {
    padding-right: 5px;
}
.item {
    margin: 0 0 10px 0;
}
.odkazy {
    font-size: 12px;
    font-style: italic;
    color: #BCBCBC;
    margin: 0 10px 10px 0;
}

.post{
    padding-bottom: 30px;
    clear: both;
}
/**************************************************/
.kategorie{
    color: #000000;
    margin: 20px 0 0 0;
    background: url(images/img10.gif) no-repeat left top;
    clear: both;
}

.kategorie h1{
}

.kategorie a{
    color: #000000;

}
.kategorie a:hover{
    color: #F57601;

}
.kategorie h2{
    color: #F57601;
    border-bottom: none;
    margin: 4px 0 3px 0;
    padding: 2px 0 10px 39px;
    background: url(images/folder-open35px.gif) no-repeat left top;
}
.kategorie h2 a{
    color: #F57601;
    border-bottom: none;

}
.kategorie h2 a:hover{
    border-bottom: 1px dotted #CC0001;
}
/******************************************************************/

.odstrankovani
{
    padding: 7px;
    margin: 0px;
    text-align: center;
    clear: both;
    border-top: 1px solid #EAEAEA;

}

.odstrankovani ul
{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 15px;
}

.odstrankovani li
{
    list-style-type: none;
    display: inline;
    padding-bottom: 1px;
}
.odstrankovani a, .odstrankovani a:visited
{
    padding: 0 5px;
    border: 1px solid;
    text-decoration: none;
    color: #FB7600;
    border-color: #CCCCCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.odstrankovani a:hover, .odstrankovani a:active
{
    border: 1px solid #FB7600;
    color: #444444;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;

}
.odstrankovani li.aktualni-stranka
{
    font-weight: bold;
    padding: 0 5px;
    border: 1px solid #FB7600;
    background-color: #FB7600;
    color: #ffffff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.odstrankovani li.zruseny-odkaz{
    padding: 0 5px;
    border: 1px solid #929292;
    color: #929292;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.odstrankovani li.dalsi-stranka{
    font-weight: bold;
}

* html .odstrankovani li.aktualni-stranka, * html .odstrankovani li.zruseny-odkaz
{
    margin-right: 5px;
    padding-right: 0;
}
.hlavicka_vypisu{
    background: #efefef;
    padding: 10px;
    margin: 6px 0 10px 6px;
    border: 1px solid #BABABA;
    border-radius: 8px;
}
/***************************************************************/
.rss_navig{
    background-color: #FAFAFA;
    border: 1px solid #BABABA;
    border-radius: 8px 8px 8px 8px;
    margin: 10px 0 0;
    padding: 10px 0 0;
}
.cara{
    clear: both;

}
.LeftColumn{

}
.rss_navig ul{
    margin: 0px;
}
.rss_navig li{
    margin: 0px;
    font-size: 14px;
    list-style-image: url(images/folder-open20px.gif);
}
.rss_navig li:hover, a:hover{
    color: #999999;
}
/*****************************************************************/
.RSSPrehledHlavni a{
    border: none;
}
.RSSPrehledHlavni li{
    list-style-image: none;
    list-style: none;
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
}
/*************************************************************/

.RSSinfo {
    margin: 0;
    padding: 1px 0 1px 0;
    color: #999955;
    font: 0.85em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
}
.RSSinfo .zdroj{
    background: url(images/link-big12.png) no-repeat left top;
    padding: 0 0 0 16px;
}
.RSSinfo .autor{
    background: url(images/mens12.gif) no-repeat left top;
    padding: 0 0 0 16px;
}
.RSSinfo .category{
    background: url(images/dokumenty12.png) no-repeat left top;
    padding: 0 0 0 16px;
}
.RSSinfo .datum{
    background: url(images/kalendar12.png) no-repeat left top;
    padding: 0 0 0 16px;
    /*letter-spacing:.2em;*/
}
.RSSinfo .tag{
    background: url(images/tag_small.gif) no-repeat left top;
    padding: 0 0 0 16px;
    /*letter-spacing:.2em;*/
}

/*.RSStagy, .Navig_RSS_Item {
    clear: both;
}*/
.RSStagy a{
    color: #999999;
}
.RSStagy a:hover{
    color: #F57601;
    cursor: context-menu;
}

/*********************************************************/
.RSSClanekdatum{
    background: url(images/kalendar.png) no-repeat left top;
    letter-spacing:.2em;
    margin: 0 10px 10px 0;
    padding: 3px 0 3px 20px;
    font-size: 9px;
    float: left;

}
.RSSClanekAutor{
    background: url(images/pridal16.gif) no-repeat left top;
    letter-spacing:.2em;
    margin: 0 10px 10px 0;
    padding: 3px 0 3px 20px;
    font-size: 9px;
    float: left;
}
.RSSClanekPrecteno{
    background: url(images/precteno.png) no-repeat left top;
    letter-spacing:.2em;
    margin: 0 10px 10px 0;
    padding: 3px 0 3px 20px;
    font-size: 9px;
    float: left;

}
.RSSClanekTagy{
    background: #EFEFEF url(images/tag.gif) no-repeat 5px;
    border: 1px solid #BABABA;
    border-radius: 8px 8px 8px 8px;
    margin: 6px 0 0 0;
    padding: 10px 10px 10px 25px;
    font-size: 12px;

}
.RSSClanekTagy a{

    color: #fb7600;
    letter-spacing: 1.3px;

}
.RSSClanekTagy a:hover{
    color: #ffffff;
}
.RSSdescription, .RSSdescription p {
    clear: both;
    text-align: justify;
    font: 1em Verdana;
    line-height: 17px;
}

.RSSdescription img{
    background-color: #FFFFFF;
    top: 0px;
    clip: rect(0px,auto,auto,auto);
    padding: 1px;
    margin: 0 4px 4px 0;
    max-width: 120px;
    max-height: 120px;
    float: left;
	clear: both;
}

.RSSdescription .play img{
    border: 3px solid #4E4E4E;
    background-color: #f8f8f8;
    padding: 1px;
    border-radius: 3px 3px 3px 3px;
    margin-top: 3px;

}
.RSSdescription .play{
    position:relative;
    float:left;
}
.playicon{
  padding:0;
  margin:0;
  background: url('images/play-button-orange48.png') no-repeat;
    height: 48px;
    width: 48px;
    left: 50%;
    top: 50%;
    margin-left: -24px;
    margin-top: -24px;
    position: absolute;
    opacity: 0.8; 
}
.playicon:hover{
  opacity: 1; 
}
/*********************************************************/
.RSSitem{
    background: url("images/img10.gif") no-repeat scroll left top transparent;
    border: 1px solid #DDD;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 3px;
    width: 349px;
    box-shadow: 0 0 4px #E3E5EB;
    overflow: hidden;
}
.RSSitem a{
    border: none;
}
.RSSitem h2{
    font-size: 1.6em;
    font-family: "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
    padding: 0px 0 0px 0px;
    margin: 2px 0 0 0px;
}
.RSSitem h2 a{
    border: none;
}
.RSSitem h2 a span{
    font-size: 16px;
    color: #666666;
    font-style: italic;
}
.Navig_RSS_Item{
}
.RSSmainUprava{
    height: 280px;
    overflow: hidden;
    padding: 6px;
    /* background-image: linear-gradient(center bottom , #F4F5F7 0%, #F4F5F7 50%);
    /*   background-color: #fff; /* Fallback */
    /* background-image: -webkit-gradient(linear, left top, right bottom, from(#fff), to(#666)); /* Saf4+, Chrome */
    /*background-image: -webkit-linear-gradient(-30deg, #fff, #666); /* Chrome 10+, Saf5.1+, iOS 5+ */
    /*background-image:    -moz-linear-gradient(-30deg, #fff, #666); /* FF3.6+ */
    /* background-image:      -o-linear-gradient(-30deg, #fff, #666); /* Opera 11.10+ */
    /* background-image:         linear-gradient(-90deg, #fff, #666); /* W3C */
}
.RSSmain{

}
.RSSmain h1{
    font: 28px "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;

}
.RSSmain h1 a span{
    font-size: 18px;
    color: #666666;
    font-style: italic;
}
.RSSmain h1 a{
    padding: 0 5px 0 0;
    border: none;
    text-shadow: -1px -1px 2px #AAAAAA;
}
.RSSmainBottom{
    background: #f0f0f0;
    height: 30px;
    z-index: 4;
    border-radius: 0 0 5px 5px;
    padding:3px;
    border-top: 1px solid #DDD;
    position: relative;
}
.RSSmainBottom .CircleArrowDown2{
    position: absolute;
    margin: -12px 0 0 165px;
}
.RSSmainBottom .BottomText{
    margin-top:5px;
}
.RSSmainBottom .BottomText a{
    color: #666666;
}
.RSSmainBottom .BottomText .read{
    background: url("images/icons/ArrowRight.png") no-repeat scroll right top transparent;
    padding: 0 18px 0 0;
}
.RSSmainBottom .BottomText .view{
    background: url("images/icons/Eye.png") no-repeat scroll left top transparent;
    padding: 0 0 0 18px;
    float: left;
}

.RSSmaindescription, .RSSmaindescription p {
    padding: 5px 0;
    clear: both;
    text-align: justify;
    font: 14px/20px Verdana;
}
.RSSmaindescription img{
    background-color: #FFFFFF;
    top: 0px;
    clip: rect(0px,auto,auto,auto);
    padding: 1px;
    margin: 4px 4px 4px 0;
    max-width: 250px;
    max-height: 250px;
    float: left;
    border-radius: 8px 8px 8px 8px;

}
/**********************************************************************/
.add-rss{
    float: right;
    vertical-align: bottom;
}
.add-rss a{
    border: none;
}

.google{
    clear: both;
    margin: 20px 0 0 0;

}
/******************************************************/
.transliterace{
    background: #EFEFEF;
    padding: 5px;
    overflow: hidden;
}
.transliterace h5{
    padding: 0;
    margin: 0;
}
.transliterace .tran1{
    padding: 5px 0 5px 55px;
    background: url("images/uvoz_dolni_48.png") no-repeat left bottom;
    overflow: hidden;
}
.transliterace .tran2{
    background: url("images/uvoz_horni_48.png") no-repeat right top;
    overflow: hidden;
}
.transliterace .tran2 p{
    padding: 0 55px 0 0;
    overflow: hidden;
}
/**************************************************************/
.linkuj{
    background: #ECEEF5;
    border: 1px solid #CAD4E7;
    border-radius: 8px 8px 8px 8px;
    clear: both;
    margin: 10px 0;
    padding: 0 12px 12px 12px;
}
.linkuj a{
    border: none;
}
.prehled{
    clear:both;

    margin: 30px 0 0 0;
}

.prehled .RSSrfritem{
    margin: 20px 0 0 0;
    background: none;
    border: none;
    clear: both;
}
/******************************************************************/
.uzivatelsky_kanal{
    width: 48%;
    float: left;
    border-radius: 8px 8px 8px 8px;

}
.uzivatelsky_kanal .header p, .uzivatelsky_kanal .header .text{
    padding: 8px;
}
.uzivatelsky_kanal .main{
    padding: 8px;
}
.uzivatelsky_kanal img{border: none;}

.uzivatelsky_kanal li{
    color: #000000;
}

.uzivatelsky_kanal a{
    border: none;
    color: #000000;
}
.uzivatelsky_kanal a:hover{
    color: #9a9999;
    cursor: pointer;
}

.uzivatelsky_kanal h3 a{
    color: #FB7600;
}

#novy_vlastni_RSS{
    margin: 5px;
    padding: 10px;
    clear:both;
}
/******************************************************************************************/
.post .title {
    padding-left: 10px;
    border-left: 4px solid #F57601;
    color: #000000;
}

.post .title a {
    background: none;
    color: #444444;
    border: none;
}

.post .title a:hover {
    text-decoration: underline;
}

.post .meta {
    background: #E0E0E0;
    border-left: 4px double #F57601;
    border-right: 4px double #F57601;
    padding: 3px 10px 3px 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.post .meta .comments,.post .meta .permalink {
}

.post .entry, .kategorie .entry {
    padding: 10px 20px 20px 20px;
    text-align: justify;
    clear: both;
}
.fb_iframe_widget{
overflow: hidden;
/*width: 50%;*/
}
/* Sidebar ************************************************************/

#sidebar {
    float: left;
    width: 210px;
    padding: 25px 10px 0 20px;
}
#sidebar .box{
    margin: 0 0 10px 0;
    overflow: hidden;
}
#sidebar ul {
    padding: 10px 0 0 0;
}
#sidebar li {
    line-height: 18px;
    border-bottom: 1px dashed #BCBCBC;
    list-style: none;
}
#sidebar li span {
    display: block;
    padding: 0;
    font-size: 11px;
    font-style: italic;
    color: #BCBCBC;
}
#sidebar h2 {
    letter-spacing: -.5px;
    color: #444444;
    background: url(images/gradient-orange.jpg);
    text-align: center;
    margin: 0 0 6px 0;
    border: none;
    border-radius: 6px;
}

#sidebar p {
    padding-bottom: 20px;
    text-align: justify;
}

#sidebar a {
    color: #000000;
    border: none;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #787878;
}

/****************************************************************/
input, textarea, select, button {
    vertical-align: middle;
    border-radius: 5px 5px 5px 5px;
}
.login label{
    font-weight: bolder;
}
/***********************************************************/
.indexbox{
    margin: 0 0 10px 0;
    position: relative;
    background: url(images/img10.gif) no-repeat left top;
    height: 280px;

}
.indexbox p{
    font-family: 'Dosis',arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 0;
}
.indexbox a{
    border: none;
}
.indexbox .head {
    /*background: url(images/gradient-orange.jpg);*/
    border-top: 1px solid #DBDBDA;
    border-bottom: 1px solid #DBDBDA;
    margin: 0 auto;
    padding: 10px;

}
.indexbox .head h2{
    margin: 0;
    color: #666666;
    font-family: arial;
    text-shadow: -1px -2px 2px #AAAAAA;
}
.indexbox .head h2 a{
    border: none;
    color: #666666;
}
.indexbox .head h2 a:hover{
    color: #FB7600;
}
.indexbox h3{
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    border-left: none;
    border-bottom: 2px solid #F57601;
}
.indexbox h3 a{
    border: none;


}

.indexbox .main{
    background-color: #FFFFFF;
}
.indexbox .item{
    margin: 0 0 0 8px;
    padding: 5px;
    background: #FFFFFF;
    width: 313px;
    height: 200px;
    float: left;
    font-family: 'Dosis',arial,sans-serif;
}

/*********************************************************/
.kanal{
    /*border: 2px dotted;
    padding: 3px; */
}  
.kanal h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.2em;
    border: none;
    /*background: url(images/read-70.png) left no-repeat; 
    padding: 15px 10px 15px 75px; */
    margin: 0 0 0px 0;
} 
.kanal h3{
    /*font-family: Arial, Helvetica, sans-serif;*/
    margin: 5px 0 5px 0;
    border:none;

}
.url_thumb{
    float: left;
    margin: 0 15px 15px 0;

}
.url_thumb img{
    box-shadow: 0 2px 3px rgba(0, 10, 10, 0.38);
}


.grey_box{
    padding: 6px;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    margin-bottom: 8px;
}
.left{
    float: left;
}
/* Calendar ***********{****************************************/

#calendar {
}

#calendar_wrap {
    padding: 20px;
}

#calendar table {
    width: 100%;
}

#calendar tbody td {
    text-align: center;
}

#calendar #next {
    text-align: right;
}

/* Footer */

#footer {
    width: 1000px;
    height: 20px;
    margin: 0 auto;
    padding: 20px 0 15px 0;
    background: #444444;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
}

#footer p{
    margin: 0;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
}

#footer a {
    color: #FFFFFF;
    border-bottom: 1px #FFFFFF dotted;
}
.small
{
    font-size: 1.7em;
}
#odkazy{
    width: 1000px;
    margin: 0 auto;
}
#odkazy ul{
    margin: 0px;
}
#odkazy li{
    font-size: 9px;
    list-style: none;
    display: inline;
}
/****************/
.pocasi img{
    border-radius: 6px 6px 6px 6px;
    border: #898789 1px solid;
    width: 45px;
    height: 60px;
    margin: 1px;
}
/***************************************************************/
#bottom{
    background: none repeat scroll 0 0 #313131;
    font-family: Gill, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 100%;
    color: #A0A0A0;
    border-top: 1px solid #BFBFBF;
}
#bottom a{
    border: none;
    color: #EAEAEA;
}
#bottom a:hover{
    color: #FFFFFF;
}


/*kalendar************************************************************************/
.year {
    border-style: outset;
    border-width: 1px;
    background-color: #ffffff;
    text-align: center;
    width: 100%;
}
.month {
    background-color: #E8E8E8;
    text-align: center;
    width: 100%;
    border-radius: 6px;
    border: #bababa 1px solid;
}
.yearname {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.monthname {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    background-color: #ffffff;
    color: #000000;
    border-width:1px;
    border-radius: 4px;
}
.dayname {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: #C5C5C5;
    color: #000000;
    border-style: none;
    border-width:1px
}
.weeknumtitle {
    text-align: center;
    font-size: 10px;
    font-weight: normal;
    background-color: #ffffff;
    border-style: none;
    border-width:1px
}
.weeknum {
    text-align: center;
    font-size: 10px;
    height:20px;
    width:20px;
    color: #000000;
    background-color: #ffffff;
}
.week {
    border-style: none;
    background-color: #ffffff;
    text-align: center;
}
.monthweek {
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    border-style: solid;
    border-width:1px
}
.yearnavigation {
    font-size: 12px;
}
.datepicker {
    background-color: #ffffff;
}
.datepickerform {
    margin: 0px;
}
.monthnavigation {
    font-family: Tahoma, Arial, sans-serif;
}
.monthpicker {
    font-size: 11px;
    background-color: #ffffff;
}
.yearpicker {
    font-size: 11px;
    background-color: #ffffff;
}
.pickerbutton {

}
.nomonthday {
    text-align: center;
    font-size: 10px;
    height:20px;
    width:20px;
    color: #aaaaaa;

}
.monthday {
    text-align: center;
    font-size: 11px;
    background-color: #ffffff;
    color: #000000;
    height:20px;
    width:20px;
    border-radius: 4px;
}
.today {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    background-color: #ffffff;
    color: #FB7600;
    height:20px;
    width:20px;
    border-radius: 4px;
}
.selectedday {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 2px;
    border-style: outset;
    background-color: #ffffff;
    height:20px;
    width:20px;
    border-radius: 4px;
}
.sunday {
    text-align: center;
    font-size: 11px;
    color: #667171;
    height:20px;
    width:20px;
    background-color: #FFCC66;
    border-radius: 4px;

}
.sunday a {
    color: #667171;
}
.saturday {
    text-align: center;
    font-size: 11px;
    color: #667171;
    height:20px;
    width:20px;
    background-color: #FFCC66;
    border-radius: 4px;
}
.saturday a {
    color: #667171;
}
.event {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    background-color: #ffffff;
    height:20px;
    width:20px;
}
.event a {
    background-color: #ffffff;
    color: #000000;
}
.selectedevent {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: #000000;
    background-color: #ffffff;
    height:20px;
    width:20px;
}
.selectedevent a {
    background-color: #ffffff;
    color: #000000;
}
.todayevent {
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-width: 1px;
    border-style: solid;
    color: red;
    background-color: #ffffff;
    height:20px;
    width:20px;
}
.todayevent a {
    background-color: #ffffff;
    color: #000000;
}
.eventcontent {
    font-size: 10px;
    border-style: outset;
    border-width: 1px;
    width: 100%;
}
.hide { display:none; }
.text { display:none; }


.visible {display: block;}

/*************************/
.language{
    float: right;
    padding: 5px;
    margin: 5px;
    width: 45px;
}
.language li{
    padding: 3px;
    list-style-type: none;

}
.language img{
    border: none;
}
.both{
    clear: both;
}
fleft{
    float: left;
}
fright{
    float: right;
}
.center{
    text-align: center;
}

.playbox{
    width:120px;
    height:120px;
    text-align:center;
    position: relative;
}
.playbutton{
    padding: 36px;
}

.PlayPlus {
    display: table;
    position: absolute;

}
/*******************************/

.post-date {
    background: linear-gradient(-90deg, #FFFFFF, #ECEBEB) repeat scroll 0 0 transparent;
    border: 1px solid #BEBEBE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 0 12px 5px 0;
    text-align: center;
    width: 52px;
}
.post-date .month {
    background: linear-gradient(-90deg, #EB1C24, #A30C10) repeat scroll 0 0 transparent;
    border: 1px solid #A11216;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    display: block;
    position: relative;
    text-transform: uppercase;
    top: -1px;
    width: 100%;
}
.post-date .day {
    color: #666666;
    display: block;
    font: bold 18px/100% Arial,Helvetica,sans-serif;
    padding: 2px 0 1px;
}
.post-date .year {
    color: #999999;
    display: block;
    font: 10px/100% Arial,Helvetica,sans-serif;
    padding: 0 0 4px;
}
/**********************************/
.open-playlist{
    border: 1px solid #BABABA;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    height: 130px;
    margin: 3px;
    padding: 18px 5px 18px 2px;
    text-align: center;
    width: 100%; 
    background: #f0f0f0;
}
.open-playlist a{
    border: none;
    background: none;
    text-decoration: none;
    color: #000000;
    cursor: default;
}
.open-playlist a:hover{
    background: none repeat scroll 0 0 #A0A0A0;

}
.jw-mediaplayer-embed{
    text-align: center;
    width: 100%;
    margin: 8px auto 0;
    border-radius: 6px 6px 6px 6px;
}
#jw-mediaplayer{
    border-radius: 6px 6px 6px 6px;
}
.embed{
    position: relative;
}
.embed .border{
    background: none repeat scroll 0 0 #000000;
    border: 1px solid #D6D6D6;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 2px 2px 6px #423942;
    padding: 6px;
    margin-top: 5px;
    position: relative;
    text-align: center;
}
.embed .footer{
    background: url("images/video-footer.png") no-repeat scroll center bottom transparent;
    margin-top: 10px;
    min-height: 43px;
}
.reklama{
    border: 1px solid #C5C5C5;
    margin: 0 0 5px;
    padding: 0 6px;
    border-radius: 6px 6px 6px 6px;
}
/***********************************/
.js .obal div div {display: none; padding: .3em .5em}
.js .obal div.show div {display: block}
.js .obal h4 {
    background: url("images/arrow-down-2.png") no-repeat scroll right bottom transparent;
    border-top: 1px solid #F57601;
    cursor: pointer;
    margin: 3px;
    padding: 4px 20px 4px 4px;
    color: #666666;
}
.obal div {}
.obal div h4 {
    padding: .3em .5em}
.obal div.show h4 {
    background: url("images/arrow-up-2.png") no-repeat scroll right bottom transparent;
}
/************************************/
.advert{
	
}
.advert img{
	width: 100%;
}
