﻿/*news scroller*/

#newsitems {
margin:0;
padding:0;
}

.newsScrollerItem {
position:relative;
margin:.5em 0 0 0;
padding:0 0 0 0;
left:0;
overflow:hidden;
}

.newsScrollerItem p {
margin: 0 0 0 62px;
padding: 0px;
line-height:1.2em;
text-align:left;
font-size:1em;
}

/**************************/
/*    LINK EFFECTS        
/**************************/

.newsScrollerItem a 
{
    color: #630131;
}

.newsScrollerItem a:hover 
{
    color:#333333;
    text-decoration:none;
}

/**************************/
/*     TITLE         
/**************************/

.newsScrollerItem a.title {
font-size: 1.0em;
display: block;
font-weight:bold;
outline:none;
padding:0 0 2px 0;
}


/**************************/
/*      DATES             
/**************************/

.newsScrollerItem .date {
left: 0px;
position: relative;
float:left;
width:53px;
height:61px;
font-family:Arial, Verdana;
background:url(../../images/calendar.jpg) no-repeat;
padding:9px 0 0 9px;
}

.newsScrollerItem .date .month {
padding:0 0 0 5px;
font-size: .9em;
text-transform: uppercase;
font-weight:bold;
line-height:1.3em;
color:#FFFFFF;
}

.newsScrollerItem .date .day {
display: block;
font-size: 1.9em;
line-height:0.9em;
margin:2px 0 1px 3px;
}

.newsScrollerItem .date .year {
font-size: .8em;
text-transform: uppercase;
line-height:.8em;
padding:0 0 0 4px;
}

/*adjust this div based on where the content area lives. important!*/
#leftcol ul, #leftcol ol {
margin:0;
}


