/* -------------------------------------------------------------------------- */
/*
    name:	news.css
	desc:	special styles for presenting news events
*/

/* -------------------------------------------------------------------------- */
div.datetime {
    border : 1px solid #888;
    width : 3.5em;
    float : left;
    margin-left : 0;
    margin-right : 0.5em;
    margin-top : 0.5em;
    }

div.datetime .month {
     margin: 0 auto;
     padding: 0.25em;
     text-align : center;
     font-family : helvetica;
     font-size : x-small;
     background-color : #888;
     color : #fff;
}
 
div.datetime .day {
     margin: 0.25em auto;
     padding: 0;
     text-align : center;
     font-size : x-large;
     color : #888;
}
