
h1.intro {
  color: #5f6043;
  font-size: 1.1em;
  margin: 1ex 0 0 1.5ex;
}

div.daily_container {
  position: relative;
}
  ul.options {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 1ex;
    bottom: 0.5em;
  }
  ul.options li {
    font-weight: bold;
    margin: 0.5em 0;
  }
  ul.options li span {
    font-weight: normal;
  }

div.hbox_main.daily {
  margin-right: 14ex;
  color: #5a7060;
  font-size: 18px;
  font-weight: bold;
}
  div.hbox_main.daily a {
    color: #5a7060;
  }
  div.hbox_main.daily a:hover {
    color: #5a7060;
    text-decoration: none;
  }

p.altri_brocardi a {
  padding-left: 3ex;
  background: url(../images/pointer_left.png) no-repeat left center;
  font-weight: bold;
  color: #183025;
  font-size: 0.9em;
}

#g_body .searchbox {
  border: 2px solid #999999;
  background-color: #f9f8f5;
  color: #183025;
  width: 47%;
  float: left;
  margin: 0.5ex 0.5ex 1ex 0.5ex;
  padding: 0.2ex 0 1ex;
  height: 13em;
  overflow: hidden;
}
  #g_body .searchbox p.titolo {
    font-size: 10pt;
    color: #990000;
    margin: 6px 0 0 10px;
  }
  #g_body .searchbox p {
    margin: 1em 10px;
  }
  #g_body .searchbox.brocardo {
    color: #5a7060;
  }
    #g_body .searchbox.brocardo a {
      color: #5a7060;
    }
    #g_body .searchbox.brocardo p.search_intro {
      color: #183025;
    }
    #g_body .searchbox.brocardo form {
      float: right;
      border-left: 2px solid #990000;
      padding-left: 5px;
      height: 7em;
      width: 60%;
    }
      #g_body .searchbox.brocardo form p {
        margin: 0 0 5px 0;
      }
    #g_body .searchbox.brocardo .form_button {
      width: 62px;
      height: 30px;
      border: 0;
      background: url(../images/homebutton.png) no-repeat left bottom;
      color: #474835;
      padding: 0;
      font-size: 8pt;
      margin-left: 25%;
      cursor: pointer;
    }
    #g_body .searchbox.brocardo .form_text {
      width: 90%;
    }
    #g_body .searchbox.brocardo .search_letters {
      width: 30%;
      margin: 0 0 0 10px;
    }
      #g_body .searchbox.brocardo .search_letters p {
        margin: 0 0 5px 0;
      }

  #g_body .searchbox.articolo {
  }
    #g_body .searchbox.articolo .input {
      float: left;
      margin: 2.5em 0 0 1ex;
    }
    #g_body .searchbox.articolo .selector {
      margin-left: 20ex;
    }
    #g_body .searchbox.articolo .selector a {
      display: block;
      color: #5a7060;
      white-space: nowrap;
    }


#g_body p.random {
  clear: both;
  margin: 8px 0;
}
  #g_body p.random a {
    display: block;
    width: 223px;
    height: 35px;
    background: url(../images/random.png) no-repeat left top;
    overflow: hidden;
    text-indent: -50ex;
    margin: 0 auto;
  }

div.chartlist {
  padding: 1px;
  text-align: center;
  margin-top: 2em;
}
  div.chartlist.most_viewed {
    float: left;
    width: 48%;
  }
  div.chartlist.latest_added {
    border-left: 4px solid #970606;
    margin-left: 48%;
    background-color: #96C5FF;
  }
  div.chartlist h3{
    margin: 1em 0px;
  }
  div.chartlist p.titolo {
    clear: none;
    margin: 0.5em 0;
    text-align: center;
  }
  div.chartlist ul {
    list-style-type: none;
    margin: 0 2ex;
    padding: 0;
    text-align: center;
  }
    div.chartlist li {
      margin: 1em 0;
      padding: 0 0 1.5em 0;
      background: url(../images/dot.png) no-repeat center bottom;
    }
  div.chartlist a.all {
    font-weight: bold;
  }

div.tag_cloud {
  clear: both;
  margin: 2.5em 1ex 0.5em;
  border: 2px solid #990000;
  background-color: #f9f8f5;
  font-size: 10pt;
  padding: 1ex;
}
  .tag_cloud .level0 {
    font-size: 0.8em;
  }
  .tag_cloud .level1 {
    font-size: 1.0em;
  }
  .tag_cloud .level2 {
    font-size: 1.2em;
  }
  .tag_cloud .level3 {
    font-size: 1.4em;
  }
  .tag_cloud .level4 {
    font-size: 1.6em;
  }
  .tag_cloud .level5 {
    font-size: 1.8em;
  }

  .centered{
    text-align: center;
    font-size: 2em;
  }
