/* CSS Document */
/*
---------------------------------------------
Content Layout
--------------------------------------------- */
#work{
border-bottom:solid 1px #474747;
}

#welcome{
border-bottom:solid 4px #474747;
}

#welcome{
letter-spacing:.075em;
background:#333;
}

#news{
color:#CCCCCC;
}


#work{
}


/*
---------------------------------------------
News Styles
--------------------------------------------- */


.news_item{
font-size:90%;
border-bottom:dotted 1px #474747;
}

.news_item:hover{
background:#2e2e2e;
border-bottom:solid 1px #FF9900;
}
.date{
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#59717e;
}
.read_more{
}
/*
---------------------------------------------
Work Styles
--------------------------------------------- */
#work ul li{
display:inline;
}
#work ul a{
border-bottom:none;
}


