@charset "utf-8";
/* CSS Document */
#allcatMenu {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 10px 10px 10px;
  background-color: #FFF;
  text-align: center;
}
#allcatMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#allcatMenu li {
  margin: 0 5px 5px 0;
}
#allcatMenu a {
  display: block;
  width: 100%;
}
#allcatMenu a:link, #allcatMenu a:visited {
  display: block;
  font-weight: inherit;
  color: #000;
  background-color:#9CEEF5;
  width: 100%;
  text-align: left;
  padding: 4px;
  text-decoration: none;
}
#allcatMenu a:hover, #allcatMenu a:active {
  text-decoration: underline;
}
.allcatMenu title {
  font-size: 120%;
  color: inherit;
  background-color: #FFF;
  text-align: center;
}
.allcatMenu img {
  border: none;
  padding-left: 1px;
  vertical-align: middle;
}
#allcatMenu a:link, #allcatMenu a:visited {
  font-weight: inherit;
  color: #000;
  text-decoration: none;
}
#allcatMenu a:hover, #allcatMenu a:active {
  text-decoration: underline;
}
#articlesList {}
#articlesList h1 {
  color: #D5B45E;
}
#articlesList h3{
	text-align:center;
}
#articlesList a:link, .articlesList a:visited {
  color:inherent;
  text-decoration: none;
}
#articlesList a:hover, .articlesList a:active {
  text-decoration: underline;
  color: inherent;
}
#dockside {
  width: 98%;
  margin: 0 auto;
  }
.docksideCat {
  font-size: 100%;
  font-weight:500;
  text-align: center;
  color:inherent;
}
.dockside ul {
  list-style-type: none;
  margin: 0;
  padding: 4px;
}
.dockside li {
  margin: 0 0 5px 0;
}
.dockside a {
  display: block;
  width: 100%;
}
.dockside a:link, #dockside a:visited {
  text-decoration: none;
  text-align: left;
  padding: 4px;
  background-color:darkturquoise;
	color:#fff;
}
.dockside a:hover, #dockside a:active {
  text-decoration: underline;
 }