
#header .col2 #news-feed{
    margin: 30px 0 0 0;
    font-size: 120%;
}

#header .col2 #news-feed #date{
    color: #00CCFF;
    font-weight: bold;
}

#header .col2 #news-feed a:link{
    text-decoration: none;
    color: #909090;
    }
    
#header .col2 #news-feed a:visited{
    text-decoration: none;
    color: #909090;
    }
    
#header .col2 #news-feed a:hover{
    text-decoration: none;
    color: #00CCFF;
    }
    
#header .col2 #news-feed a:active{
    text-decoration: none;
    color: #00CCFF;
    }

#filter-widget-bar .col1{
    float: none !important;
    padding: 0 !important;
    background: none !important;
    width: 215px;
}

#filter-widget-bar .col2{
    float: none !important;
    padding: 0 !important;
    background: none !important;
    width: 270px;
    text-align: center;
}

#filter-prev{
    width: 25px;
}

#filter-list{

}

#filter-next{
    width: 25px;
}

#filter-widget-bar .col3 img{
    float: right;
}

#filter-widget{
    margin-left: auto;
    margin-right: auto;
}

#filter-widget select{
    margin: 0 2px 0 2px;
    font-size: 11px;
}

#filter-widget-bar .col3{
    float: none !important;
    padding: 0 !important;
    background: none !important;
    width: 215px;
}

#projects{
    float: left;
    margin: 25px 0 0 0;
    padding: 0 0 30px 0;
}

#projects .project{
    float: left;
    margin: 0 0 10px 0;
    padding: 5px;
}

#projects .column1{
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
}

#projects .column2{
    float: left;
    margin: 0 20px 0 0;
    width: 220px;
}

#projects .column3{
    float: left;
    width: 220px;
}

#projects .project .title{
    margin: 5px 0 0 0;
    width: 210px;
}

#projects .project .details{
    margin: -1.5em 0 0 0;
    visibility: hidden;
    width: 210px;
}

#projects .project .strikethrough{
    text-decoration: line-through !important;    
}

#projects a:link{
    color: #777777;
}
    
#projects a:visited{
    color: #777777;
}
    
#projects a:hover{
    color: #00CCFF;
}
    
#projects a:active{
    color: #00CCFF;
}