
/* NEWS ALL */

.news_all{ display: block; width: 680px; float: left; margin: 0 0 40px 0;}

.news_all .news_item 
{
width:600px;
}

/* NEWS & EVENTS */
.news_calendar 
{
background: url(/content/images/calendar_icon.gif) no-repeat;
display:block;
float:left;
height:44px;
width:35px;
margin:3px 10px 0;
padding:12px 0 0;
text-align:center;
}

.day 
{
color:#8bc302;
display:block;
margin:0;
padding:0;
width:35px;
font-weight:bold;
font-size:1.2em;
}

.month 
{
color:#666;
display:block;
margin:0;
padding:0;
width:35px;
font-size:0.8em;
text-transform:uppercase;
line-height: 1.0em;
}

.news_item 
{
display:block;
float:left;
/*height:115px;*/
margin:3px 0 0;
width:250px;
}

.news_item h3
{
color: #8bc302;
font-weight: normal;
font-size: 1.3em;
}

.news_item h4 
{
color:#8bc302;
font-size:0.9em;
font-weight: normal;
margin:0 0 4px;
}

