.content img,
.extra img{
  float:left;
  margin:0 20px 10px 0;
  }
h2{
  font-size:1.17em;
  font-weight:bold;
  text-transform:uppercase;
  }
.content h2 img,
.extra h2 img{
  float:none;
  margin:0;
  }
h2 a{
  padding-right:18px;
  background:url(../img/arrow-right.gif) no-repeat 100% .15em;
  }
.content h2{
  margin-bottom:12px;
  padding-left:14px;
  }
.extra h2{
  margin-bottom:7px;
  padding-left:10px;
  font-size:1em;
  }
.extra h2 a{
  color:#fff;
  text-decoration:none;
  }
h2.headline{
  font-size:3em;
  color:#fff;
  }
h3{
  position:relative;
  margin-bottom:.65em;
  font-size:1.5em;
  font-weight:normal;
  line-height:.9em;
  }
  h3 span{
    color:#dd9bb9;
    font-size:.65em;
    font-weight:bold;
    }
.extra h3{
  margin-bottom:10px;
  font-size:1.1em;
  text-transform:uppercase;
  }
h4{
  font-size:1em;
  }
.comments h4{
  text-transform:uppercase;
  }
.comments .lr-container h4{
  font-size:1.5em;
  }
.comments .block-2 h4{
  margin-bottom:10px;
  }
a{
  color:#d3171a;
  text-decoration:underline;
  }
a:hover{
  text-decoration:none;
  }
ul li{
  position:relative;
  padding-left:17px;
  background-repeat:no-repeat;
  background-position:0 .3em;
  list-style-type:none;
  }
p, ul, ol, .table{
  margin-bottom:1.2em;
  }
blockquote{
  margin-left:-22px;
  padding:5px 0 0 62px;
  font-style:italic;
  color:#ea77ab;
  background:url(../img/blockquote.gif) no-repeat 0 0;
  }
ul{
  margin-left:11px;
  }
  ul ul{
    margin-top:2px;
    margin-bottom:2px;
    }
ul.ul{
  margin-left:0;
  }
  ul.ul li{
    margin-bottom:3px;
    background:url(../img/mdash-dark.gif) no-repeat 0 .6em;
    }
ol{
  margin-left:33px;
  }
li{
  margin-bottom:10px;
  }
.nowrap{
  white-space:nowrap;
  }

.table{
  width:100%;
  font-size:.9em;
  color:#dd9bb9;
  }
  .table h4{
    margin:0 0 2px 0;
    font-weight:bold;
    }
  #next .table img{
    float:none;
    display:inline;
    margin:0;
    }
  .table th,
  .table td{
    padding:5px;
    text-align:left;
    vertical-align:middle;
    }
  .table th{
    background-repeat:no-repeat;
    font-weight:bold;
    }
  .table tr.even td,
  .table tr.even th{
    background:#2d1e34;
    }
  .table tr.odd td,
  .table tr.odd th{
    background:none;
    }
  .table td.num,
  .table th.num{
    width:15px;
    text-align:center;
    border-right:1px dotted #614a6d;
    }
  .table td.num,
  .table th.num,
  .table h4{
    font-size:1.2em;
    color:#fff;
    }
  .table td.action{
    width:25px;
    text-align:center;
    }
  .table td.download{
    width:50px;
    text-align:center;
    }
  .table td.total-downloads{
    text-align:right;
    }
  .table .title{
    padding-left:10px;
    }
  .table .title small{
    font-size:1em;
    }
.content img.inline{
  margin:0;
  float:none;
  display:inline;
  }
.va-t{vertical-align:top !important;}
.va-m{vertical-align:middle !important;}
.va-b{vertical-align:bottom !important;}

.ta-l{text-align:left !important;}
.ta-c{text-align:center !important;}
.ta-r{text-align:right !important;}

.fl-l{
  float:left !important;
  margin-right:25px;
  }
.fl-r{
  float:right !important;
  margin-left:25px;
  }