/*
  960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 "Helvetica Neue", Arial, "Liberation Sans", FreeSans, sans-serif;
}
img {
    border: none;
}
pre,
code {
    font-family: "DejaVu Sans Mono", Menlo, Consolas, monospace;
}

hr {
    border: 0 solid #ccc;
    border-top-width: 1px;
    clear: both;
    height: 0;
}

a {
    text-decoration: none;
    color: #333;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
    font-size: 25px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 12px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 25px;
    color: #888;
    border-bottom: 1px dashed #999;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
    list-style: none;
}

ul {
    list-style: none;
    height: auto;
    line-height: 20px;
}

p{
    font-size: 14px;
    line-height: 25px;
    margin: 15px 0;
}


.news-title ul li a,
.half-box-subtitle li a{
    color: #bf4c00;
}
