﻿/*news scroller*/

#newsitems {
margin:0;
padding:0;
}

.newsScrollerItem {
position:relative;
margin:.5em 0 0 0;
padding:2px 0 0 0;
position: relative;
left:0;
color:#333333;
width:240px;
}

.newsScrollerItem p {
margin: 3px 0 0 0px;
padding: 0px;
text-align:left;
font-size:1em;
line-height:1.5em;
}

/**************************/
/*    LINK EFFECTS        
/**************************/

.newsScrollerItem a {
text-decoration:none;
}

.newsScrollerItem a:hover {
text-decoration:underline;
} 

/**************************/
/*     TITLE         
/**************************/

.newsScrollerItem a.title {
font-size: 1.0em;
display: block;
font-weight:bold;
padding:0 0 2px 0;
color:#666666;
text-decoration:underline;
}


/**************************/
/*      DATES             
/**************************/

.newsScrollerItem .date {
text-transform:uppercase;
margin:0 0 0px 0;
font-family:Arial;
font-size:1.1em;
}

.newsScrollerItem .date .month {}

.newsScrollerItem .date .day {
padding:0 0 0 5px;
}

.newsScrollerItem .date .year {
padding:0 0 0 5px;
}

/**************************/
/*     MORE NEWS
/**************************/

.morenews {
display:none;
}

/*anchor styling*/
#container .morenews {
text-decoration:none;
}

/*anchor styling*/
#container .morenews:hover {
text-decoration:underline;
}

/**************************/
/*  CUSTOM COLORS        
/**************************/

.newsScrollerItem p {}

.newsScrollerItem .date .month {}

.newsScrollerItem .date .day {}

.newsScrollerItem .date .year {}

/*adjust this div based on where the content area lives. important!*/
#textarea ul, #textarea ol {
margin:0;
}
