/*------------------------------------------------------------------------------------------------*/

#yearsList {
  padding-left: 30px;
  overflow: hidden;
  height: 100%;
  border-width: 0 0 1px 0;
  border-color: #C2C0B0;
}

#yearsList li {
  display: inline;
  display: block;
  float: left;
 /* border-width: 1px;*/
  margin-right: 4px;
  border-style: solid;
}

#yearsList li a {
  display: block;
  padding: 2px 3px 2px 3px;
  color: #9B9A8D;
  border-width: 1px 1px 0 1px;
  border-color: #C2C0B0;
  font-size: 0.8em;
  border-style: dashed;
}

#yearsList li a:hover,
#yearsList li a:focus,
#yearsList li a:active,
#yearsList li.selected a {
  border-style: solid;
  color: #685B00;
  background-color: #F0EEDA;
}

#yearsList li.selected a {
  color: #685B00;
  background-color: #F0EEDA;
}

#yearsList li.current a {
  background-color: #F0EEDA;
}

/*------------------------------------------------------------------------------------------------*/

#monthsList {
  padding-left: 30px;
  padding-right: 145px;
  overflow: hidden;
  height: 100%;
  border-width: 0 0 1px 0;
  border-color: #C2C0B0;
  padding-bottom: 2px;
  background-color: #F0EEDA
}

#monthsList li {
  display: block;
  float: left;
  width: 44px;
  width: 88px;
}

#monthsList li a {
  display: block;
}

#monthsList li .monthNumber {
  display: block;
  text-align: center;
  color: #C2C0B0;
  font-family: Tahoma, Verdana, Arial, sans-serif;
}

#monthsList li .monthName {
  display: block;
  text-align: center;
  font-size: 0.7em;
  font-variant: small-caps;
  color: #C2C0B0;
  letter-spacing: 1px;
}

#monthsList li a .monthName,
#monthsList li a .monthNumber {
  color: #9B9A8D;
}

#monthsList li a:hover .monthName,
#monthsList li a:focus .monthName,
#monthsList li a:active .monthName,
#monthsList li.selected .monthName {
  color: #685B00;
}

/*------------------------------------------------------------------------------------------------*/

#newsList {
  padding: 20px 30px 30px 30px;
  overflow: hidden;
  height: 100%;
}

#newsList dt {
  overflow: hidden;
  height: 100%;
  font-weight: bold;
  letter-spacing: 2px;
  color: #980000;
  overflow: hidden;
  height: 100%;
  font-family: Arial, Verdana, sans-serif;
}

#newsList dt a {
  display: block;
  border-bottom: 1px solid #C2C0B0;
  padding-bottom: 1px;
  color: #980000;
  float: left;
}

#newsList dt a .subtitle {
 color: #83740F;
}

#newsList dt a:hover {
  color: #9B9A8D;
  color: #5D3C3C;
  border-bottom: 2px solid #980000;
  padding-bottom: 0px;
}

#newsList dt a:hover .subtitle {
 color: #685B00;
}

#newsList dd.category {
  float: right;
  font-variant: small-caps;
  font-size: 0.75em;
  letter-spacing: 3px;
  margin-top: -10px;
}

#newsList dd.category a {
  color: #9B9A8D;
}

#newsList dd.category a:hover {
  border-bottom: 1px dashed #5D3C3C;
  color: #5D3C3C;
}

#newsList dd.date {
  padding: 2px 0 0px 5px;
  color: #685B00;
  font-size: 0.85em;
}

#newsList dd.abstract {
  overflow: hidden;
  height: 100%;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 1.55em;
}

#newsList dd.thumbnail {
  float: left;
  background-color: #C2C0B0;
  border-width: 1px;
  border-color: #000000;
  width: 80px;
  height: 80px;
  margin: 4px 10px 0px 0px;
  background-repeat: no-repeat;
}

#newsList dd.thumbnail a {
  display: block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
}

#newsList dd.thumbnail a:hover,
#newsList dd.thumbnail a.active {
  background-position: 0 0;
}

#newsList dd.thumbnail a img {
  visibility: hidden;
  width: 80px;
  height: 80px;
}

#newsList dd.thumbnail a:hover img,
#newsList dd.thumbnail a.active img {
  visibility: visible;
}

/*------------------------------------------------------------------------------------------------*/

#categoriesList {
  padding: 0px 30px 30px 30px;
  overflow: hidden;
  height: 100%;
}

#categoriesList li {
  display: block;
  float: left;
  width: 132px;
}

#categoriesList li a {
  display: block;
  text-align: center;
  padding: 2px 0 4px 0;
  color: #5D3C3C;
  font-variant: small-caps;
  position: relative;
}

#categoriesList li a:hover,
#categoriesList li a:active,
#categoriesList li a:focus,
#categoriesList li.selected a {
  color: #5D3C3C;
  background-color: #F0EEDA;
}



#categoriesList li.selected a {
  border-width: 1px;
  padding: 1px 0 3px 0;
  border-color: #C2C0B0;
  border-style: dashed;
}

/*------------------------------------------------------------------------------------------------*/


#recentNewsBlocks {
 /* border-top: 1px dashed #E7E7E0;*/
  /*background-color: yellow;*/
  overflow: hidden;
  height: 100%;
}

#recentNewsBlocks .newsItem {
  border: 1px solid #E7E7E0;
  width: 252px;
  margin-top: 24px;
}

#recentNewsBlocks .newsItemOdd {
  float: left;
}

#recentNewsBlocks .newsItemEven {
  float: right;
}

#recentNewsBlocks .newsItem .corner {
  background-image: url("http://panczenlama.pl/_gfx/rounded_corners.png");
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  font-size: 1px;
  line-height: 0;
}

#recentNewsBlocks .newsItem .cornerTL {
  float: left;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

#recentNewsBlocks .newsItem .cornerTR {
  float: right;
  background-position: -10px top;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: 1px;
}

#recentNewsBlocks .newsItem .cornerBL {
  float: left;
  background-position: -20px bottom;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  left: -1px;
}

#recentNewsBlocks .newsItem .cornerBR {
  float: right;
  background-position: -30px bottom;
  background-repeat: no-repeat;
  position: relative;
  top: 1px;
  left: 1px;
}

#recentNewsBlocks .newsItem h2 {
  color: #2E96E8;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  font-size: 1em;
  margin: 10px 10px 0 10px;
}

#recentNewsBlocks .newsItem h2 a {
  color: #2E96E8;
  border-bottom: 1px solid #DBEBF6;
  padding-bottom: 2px;
  display: block;
}

#recentNewsBlocks .newsItem h2 a:hover {
  border-bottom-width: 2px;
  padding-bottom: 1px;
  color: #3F89C3;
}

#recentNewsBlocks .newsItem p {
  font-size: 0.85em;
  color: #666666;
  margin: 10px;
  margin-bottom: 10px;
  margin: 10px 10px 0 10px;
}

#recentNewsBlocks .newsItem p img {
  float: left;
  margin: 3px 10px 5px 0;
}

#recentNewsBlocks .newsItem .details {
  font-size: 0.85em;
  padding: 5px 10px 0 10px;
}

#recentNewsBlocks .newsItem .date {
  color: #B1B1AB;
  color: #ADB48A;
  float: left;
  text-align: left;
}

#recentNewsBlocks .newsItem .more {
  display: block;
  float: right;
  color: #B1B1AB;
  border: 0;
}

#recentNewsBlocks .newsItem .more:hover {
  border: 0;
  color: #2E96E8;
}

/*------------------------------------------------------------------------------------------------*/
