.widget-page ul {
  margin-bottom: 20px;
}

.widget-page li {
  background-color: #D2D2B1;
  padding: 5px;
  margin-bottom: 3px;
  font-size: 16px;
}

.widget-page li a {
  text-decoration: none;
  color: #006;
  line-height: 1.2;
}

.widget-page li a:hover {
  color: blue;
  text-decoration: underline;
}

.widget-page, .widget-home {
  margin-top: 30px;
  margin-bottom: 30px;
}

.widget-title {
  height: 25px;
  width: 100%;
  color: white;
  padding-top: 2px;
  margin-bottom: 5px;
}

.widget-title p {
  text-align: center;
  color: white;
  font-size: 18px;
}

/*###########*/
/* TAG CLOUD */
/*###########*/
.tagcloud {
  background-color: rgba(249, 249, 227, 0.6);
  margin-bottom: 20px;
  padding: 5px;
}

.tagcloud a {
  text-decoration: none;
  color: #006;
}

.tagcloud a:hover {
  color: blue;
  text-decoration: underline;
}

#wgs_widget-4 {
  margin-bottom: 30px;
}

/*###############*/
/* END TAG CLOUD */
/*###############*/
/* ################ */
/* ### ARCHIVES ### */
/* ################ */
.widget_archive {
  margin-bottom: 20px;
}

.widget_archive label {
  display: none;
}

.widget_archive select {
  width: 100%;
  font-size: 16px;
  padding: 5px;
  padding-top: 7px;
  font-family: Georgia, "New Century Schoolbook", "Times New Roman", Times, Serif, serif;
}

/* ################ */
/* ################ */
