
div.work-item-title
{
	float: left;
	clear: right;
	text-align: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 18px;

/*	text-align: right; */

	color: rgb(200,200,200);
/*	background-color: rgb(0,55,0);*/
	letter-spacing: 6px;
}

div.work-item-title a
{
	color: rgb(200,200,200);
	text-decoration: none;
}

div.work-item-date
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 13px;

	float: left;
	clear: left;

	text-align: right;

	color: rgb(100,100,100);

	margin-right: 5px;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

div.work-item-description
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 13px;
	float: left;
	clear: left;
	color: rgb(150,150,150);
}

div.work-item-description-text
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 13px;
	float: left;
	clear: left;

/*	text-align: left;*/
	margin-left: 30px;

/*	background-color: rgb(150,200,150);*/
	color: rgb(150,150,150);

/*	margin-top: 20px;*/
/*	margin-right: 5px;*/

	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 2px;

/*	word-spacing: 1px;*/
}

div.work-item-description-text small
{
	font-size: 12px;
}

div.work-item-description a
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 13px;
	/*
	float: left;
	clear: left;
	*/
	text-decoration: none;

	text-align: left;

	color: rgb(190,190,190);

/*	margin-top: 20px;*/
	margin-right: 0px;
}

div.work-item-description a:hover
{
	color: rgb(255,255,255);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.work-item-last-update
{
	float: left;
	width: 100%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	color: rgb(150,150,150);
}

.work-item-last-update-text
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", Verdana, sans-serif;
	font-size: 10px;
	text-align: right;
	color: rgb(90,90,90);
}

.work-item-last-update a
{
	text-decoration: none;
	color: rgb(150,150,150);
}

.work-item-last-update a:hover
{
	color: rgb(180,180,180);
}

a:hover .work-item-last-update-text
{
	color: rgb(120,120,120);
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

