﻿
h2 a:hover {
    color:#840808;
    text-decoration:underline;
}

h2 {
    font-style:normal;
    font-weight:bold;          
}

#BreadCrumb {
    color:#DDDDDD;
    margin-top: 10px;
}

#BreadCrumb a {
    color:#DA2929;
}

#BreadCrumb a:hover {
    color:white;
}

/******************************************************************************
    LAYOUT
******************************************************************************/

#NewsIndexList {
    background:url("/Content/Images/new-parchment.png") repeat-y top center;
    background-size: contain;
    width: 100%;
    padding-left: 20px;
}

#Content_LeftColumn {
    width:660px; 
    float:left; 
    margin-left: 5px;
}

#Content_Bottom {
    clear:both;
}

/******************************************************************************
    CONTENT
******************************************************************************/

#Content {
    width: 960px; 
    margin-left:auto; 
    margin-right: auto; 
    position:relative;    
}

#Content_NewsHeader {
    height:40px; 
    width: 700px; 
    position: absolute; 
    left:-15px; 
    background: url("/Content/Images/news_header.png");
}

/******************************************************************************
    DATES
******************************************************************************/

.DateBox {
    position: absolute; 
    height:75px; 
    width:160px; 
    left:-55px;
    background: url("/Content/Images/datebox.png");
}

.Date {
    text-align:center;
    margin-left:55px;    
    
    position:relative;
    top:50%;
    transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    border:0px;
    color:white;
}

.Date span {
    display:block;
    
}

.day {
    font-size:1.3em;
}

.month {    
    margin-top:0px;
    font-size:.8em;
}

/******************************************************************************
    NEWS
******************************************************************************/
.NewsHeader {
    margin-left: 120px; 
    margin-bottom:25px;
    border:0px;    
}

.readMore {
    padding: 0px 60px 70px 28px;    
    text-align:right;     
    margin-top:0px;    
    font-size:14px; 
    font-family: Verdana, Arial, sans-serif;
}

.readMore a {       
    color:white;
    font-weight:bold;
    font-size:.9em;    
    line-height:53px;        
}

.readMore a:hover {
    color:#D92626;    
}

.readMoreButton {
    width: 144px;
    float: right;
    height: 53px;
    background: url("/Content/Images/ink_button.png") -8px;
    text-align:center;    
}

.Title {
    margin-top:10px; 
    margin-bottom:0px; 
    padding-top:12.5px;
    padding-right:24px;    
    font-size: 21px;    
    font-family: constantineregular;
    color: #4F2600;
}

.Title a {
    color: #513418;
}

.Author {    
    margin:0px; 
    padding:0px;
}

.NewsContent {            
    padding: 0px 50px;
}

.NewsContent h2, .NewsContent h3 { margin-bottom: 0.5em; }

.NewsSeperator {
    width: 679px;
    height: 14px;
    position: absolute;
    left: -6px;
    bottom: -10px; 
    background: url("/Content/Images/seperator.png") no-repeat;
}

.NewsContent strong {
    font-weight: bold;
}

.article-h3 {
    color: #4F2600;
}