/*----------------------------------------------------------------------------
    Layout: Margins, etc.
-----------------------------------------------------------------------------*/
div.headline {
    overflow: hidden;
    padding: 7px;
    position: relative;
}

#headlines h1 {
    margin: -3px;
    padding: 3px;
    text-align: justify;
}

#headlines div {
    margin: 7px 0px 7px 0px;
}

#headlines p {
    margin: 5px 5px 5px 5px;
}

#headlines h1 > a {
    text-decoration: none;
}
#headlines div.thumbnail {
    float: left;
    margin-top: 0;
    /* padding-top: 7px; */
    margin-right: 10px;
}
#headlines div.excerpt {
    text-align: justify;
}
#headlines div.excerpt > p {
    margin-left: 0;
    text-align: justify;
}
#headlines div.headline-content {
    padding-bottom: 27px;
}

#headlines div.headline-actions {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    margin: 0;
}

#headlines div.headline-actions > a {
    text-decoration: none;
}

/*----------------------------------------------------------------------------
    Typography
-----------------------------------------------------------------------------*/
#headlines h1,
#headlines b,
#headlines div.headline-actions > a {
    font-weight: bolder;
}

#headlines h1 {
    font-size: 1.2em;
    text-transform: uppercase;
}

#headlines i {
    font-style: italic;
}

#headlines div.excerpt,
#headlines div.byline {
    font-size: .9em;
}

#headlines div.byline {
    font-style: italic;
}

#headlines div.headline-actions > a {
    text-decoration: none;
}

/*----------------------------------------------------------------------------
    Theming: Colors

    Primary - #193e60
    Accent - #EBA567
    Light Primary - #A1BBD4

-----------------------------------------------------------------------------*/
#headlines div.headline-actions > a {
    color: #193e60;
}

#headlines h1,
#headlines h1 > a
{
    color: #193e60;
}
#headlines b {
    color: #193e60;
}


/*#headlines h1,*/
#headlines div.headline-actions {
    background-color: #C7DCF0;
}

div.headline {
    color: rgb(110, 110, 110);
    border: 1px solid rgb(208,155,85);;
}


