


/* -------------------------------------------- *
 * ------------>>> Common Elements <<<--------- *
 * -------------------------------------------- */





/* === Boxes and common custom elements === */



.box {
  position: relative;

  _height: 0px;
  .min-height: 0px;
  font-size: 11px;
  width: px;
  _width: px;
  padding: 2px 10px 10px 10px;
  .padding-top: 10px;
  border: 6px solid #ebdfb7;
  _border-bottom: 5px solid #ebdfb7;
  background: #f8f8df;
}
  .box h3 {
    font-variant: small-caps;
    font-size: 14px;
    padding: 0;
    margin: 10px 0 3px 0;
    letter-spacing: 1px;
    font-weight: bold;
    color: #4b3318;
  }
  .box ul {
    list-style-type: none;
    margin: 15px 0 10px 0;
    padding: 0;
  }
  .box ul.next {
    margin-top: 22px;
  }
  .box ul li {
    margin: 8px 0;
    padding: 0 0 0 9px;
    background: url(http://static.micropledge.com/images/right-triangle-brown.gif) no-repeat;
    background-position: 0 5px;
  }
  .box p {
    margin: 7px 0;
  }
  .box a img {
    vertical-align: middle;
  }
  .box a.action-link, .box ul.action-list li {
    display: block;
    _width: 100%;
    padding-left: 9px;
    background: url(http://static.micropledge.com/images/right-triangle-brown.gif) no-repeat;
    background-position: 0 5px;
  }
  .box .action-list .top-link {
    font-weight: bold;
  }
  .box .action-list a.widgets-link {
    color: #f85600;
    font-weight: bold;
  }
  .box .action-list a.widgets-link:visited {
    color: #6b6338;
  }

  .box a {
    text-decoration: underline;
    color: #6b6338;
  }
  .box a:hover {
    color: #9b9368;
  }
  .box form {
    display: inline;
  }
  .box .corner-tl {
    position: absolute;
    top: -6px;
    left: -6px;
    overflow: hidden;
    background: url(http://static.micropledge.com/images/box-tl.gif) no-repeat;
    width: 12px;
    height: 12px;
  }
  .box .corner-tr {
    top: -6px;
    right: -6px;
    position: absolute;
    overflow: hidden;
    background: url(http://static.micropledge.com/images/box-tr.gif) no-repeat;
    width: 12px;
    height: 12px;
  }
  .box .corner-br {
    bottom: -6px;
    right: -6px;
    position: absolute;
    overflow: hidden;
    background: url(http://static.micropledge.com/images/box-br.gif) no-repeat;
    width: 12px;
    height: 12px;
  }
  .box .corner-bl {
    bottom: -6px;
    left: -6px;
    position: absolute;
    overflow: hidden;
    background: url(http://static.micropledge.com/images/box-bl.gif) no-repeat;
    width: 12px;
    height: 12px;
  }

.columns label, .columns .label {

  width: 140px;
  cursor: pointer;
}

.tag-cloud {
  font-size: 14px;
  position: relative;
  background: #f8f8df;
  padding: 7px 10px 7px 10px;
  text-align: justify;
  line-height: 175%;
}
  .tag-cloud a {
    color: #507e6e;
    text-decoration: none;
  }
  .tag-cloud a:hover {
    color: #507e6e;
    text-decoration: underline;
  }
  .tag-cloud .more {
 
    border: 2px solid #ebdfb7;
    padding: 1px 8px;
    font-size: 12px;
    line-height: 130%;
    margin: 1px 0 0 10px;
  }

a.tag {
  text-decoration: none;
  font-weight: bold;
  margin-right: 10px;
  white-space: nowrap;
}
a.tag:hover {
  text-decoration: underline;
}
a.tag-0, a.tag-0:visited {
  font-size: 75%;
  color: #709e8e;
}
a.tag-1, a.tag-1:visited {
  font-size: 82%;
  color: #6a9080;
}
a.tag-2, a.tag-2:visited {
  font-size: 89%;
  color: #608e7e;
}
a.tag-3, a.tag-3:visited {
  font-size: 96%;
  color: #5a8070;
}
a.tag-4, a.tag-4:visited {
  font-size: 103%;
  color: #507e6e;
}
a.tag-5, a.tag-5:visited {
  font-size: 110%;
  color: #4a7060;








