/*<!--------------------------------------styling del.icio.us link archive   ----MAIN CONTENT AREA-->*/
#delicious{
	font: 1em  'Lucida Grande', Verdana, sans-serif;
	text-align: justify;
	letter-spacing: -0.03em;
}
#delicious p {
	color: #231F20;
	font: 0.8em  'Lucida Grande', Verdana, sans-serif;
	text-align: left;
	margin: 0 10px 0 0;
	width: 80%;
}  
#delicious h2 {
	color: #231F20;
	font: 0.9em  'Lucida Grande', Verdana, sans-serif;
	font-weight: bold;	 
	text-align: left;
	text-transform: uppercase;
}
#delicious h3 {
	color: #fff;
	font: 0.8em  'Lucida Grande', Verdana, sans-serif;
	font-weight: bold;	 
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 10px;
}	
#delicious p.item { 
	line-height: 1.45em;
	
}
#delicious p a { 
	color: #f5f8aa;  
	font: 1em  'Lucida Grande', Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold; 
	text-decoration: none;
}
#delicious p a:link, a:visited { 
	color: #f5f8aa;  
	font-weight: bold; 
}
#delicious p a:hover, a:active { 
	color: #fff; 
	font-weight: bold; 
	text-decoration: underline;
}
#delicious p SPAN.grey { 
	color: #231F20; 
	font-weight: bold; 
	font-size: 1.5em; 
}
#delicious p SPAN.title { 
	color: #231F20; 
	font-weight: bold; 
	font-size: 1.1em; 
	letter-spacing: -0.02em;
}

#delicious #item { 
	font-size: 0.9em; 
}
#delicious p SPAN.description { 
	color: #231F20; 
	display: block;
	margin: 0.4em 0;
	text-align: justify;

}
#delicious p SPAN.date { 
	color: #66684a; 
	margin: 0.2em 0;
}
#delicious p SPAN.date a { 
	color: #231F20; 
	text-transform: lowercase;
	text-decoration: none;
}
#delicious p SPAN.date a:link, a:visited { 
	color: #231F20;  
}
#delicious p SPAN.date a:hover, a:active { 
	color: #fff; 
	text-decoration: underline;
}

/******************************************** lists for weekly tasks pages / members ************/
.week { 
	color: #660; 
	font-weight: bold; 
	font-size: 1.4em; 
	background: #acae77 url(../images/page/pen_solid_dark.gif) no-repeat top left;
	padding: 20px 0 10px 50px;
}
#delicious p ul {
	display: block;
	padding: 0 0 0 20px;
}
#delicious p ul li {
	list-style: disc;
	
}



















