/* CSS Document */

#articles_conteiner{
  width:100%;
  min-height:200px;
  background-color:white;
  background-image:url(../images/blue-mountains.png);
  background-position:center bottom;
  background-repeat:repeat-x;
  padding-bottom:180px;
}

#articles{
  width:980px;
  margin:0 auto;
}


p, li, a, td{
  font-family:"Roboto",sans-serif;
  font-size:18px;
  color:#808285;
  line-height:25px;
}

ul, ol{padding-left:12px;}
a:hover{color:#5fbeff;}
h3{
  font-family:"Roboto",sans-serif;
  font-size:16px;
  color:#808285;
}

.pagination li{display:inline; padding-left:10px; float:left;}
.pagination ul{margin-top:-30px; float:right;}
