/*
  Bootstrap v1.1
  Variables and mixins to bootstrap any new web development project.
*/
/* Variables
-------------------------------------------------- */
/* `Global Classes
----------------------------------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.cleft {
  clear: left;
}
.cright {
  clear: right;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.fnone {
  float: none;
}
.hidden {
  display: none;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
.tjustify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.underline {
  border-bottom: 1px solid;
}
.nojot {
  list-style: none;
}
.nojot li {
  list-style: none;
  margin-left: 0;
}
.gap {
  margin-bottom: 30px;
  width: 100%;
}
.gaphalf {
  margin-bottom: 15px;
  width: 100%;
}
.gaptiny {
  margin-bottom: 8px;
  width: 100%;
}
.nowrap {
  white-space: nowrap;
}
.nobottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.noleft {
  margin-left: 0;
}
.upper {
  text-transform: uppercase;
}
/* Mixins
-------------------------------------------------- */
/* 960 grid adjustments */
.pad_1 {
  margin-left: 10px;
}
.pad_2 {
  margin-left: 20px;
}
.pad_3 {
  margin-left: 30px;
}
.pad_4 {
  margin-left: 40px;
}
.neg_1 {
  margin-left: -10px;
}
.neg_2 {
  margin-left: -20px;
}
.neg_3 {
  margin-left: -30px;
}
.neg_4 {
  margin-left: -40px;
}
.center-block {
  display: block;
  margin: 0 auto;
}
/*
#font {
  .shorthand(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .sans-serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: 'Open Sans', sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .serif(@weight: normal, @size: 14px, @lineHeight: 20px) {
    font-family: "Georgia", Times New Roman, Times, sans-serif;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
  .monospace(@weight: normal, @size: 12px, @lineHeight: 20px) {
    font-family: "Monaco", Courier New, monospace;
    font-size: @size;
    font-weight: @weight;
    line-height: @lineHeight;
  }
}
*/
/* Variables
-------------------------------------------------- */
#bd.news ul.categories {
  list-style: none;
  margin-left: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 11px;
}
#bd.news ul.categories li {
  float: left;
  margin-right: 8px;
}
#bd.news ul.categories li a {
  text-decoration: none;
  padding-left: 5px;
  background: no-repeat left 2px;
}
#bd.news ul.categories li a:hover,
#bd.news ul.categories li.active a {
  color: #000000;
  background-image: url("../../images/arrow_category.png");
}
#bd.news ul.categories li.active a {
  cursor: default;
}
#bd.news .page {
  padding-bottom: 0;
}
#bd.news .page .contents {
  padding: 0;
}
#bd.news .page .contents h1 {
  margin-bottom: 8px;
  font-family: Open Sans Condensed, Helvetica, Arial, sans-serif;
  font-size: 26px;
  margin-top: 55px;
}
#bd.news .page .contents h2 {
  margin-top: 50px;
}
#bd.news table.articles {
  list-style: none;
  margin-left: 0;
  width: 700px;
}
#bd.news table.articles td {
  height: 285px;
  overflow: hidden;
  border-right: 1px solid #E6E6E6;
  padding-bottom: 20px;
  width: 50%;
}
#bd.news table.articles td .info {
  width: 265px;
}
#bd.news table.articles td.last {
  border: none;
}
#bd.news table.articles td.last .info {
  float: right;
}
#bd.news table.articles td.last.first .info {
  float: none;
}
#bd.news table.articles td img {
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#bd.news table.articles td h3 {
  font-size: 14px;
}
#bd.news table.articles td small {
  margin-bottom: 5px;
  font-size: 11px;
  display: block;
}
