/*body {font-size: small; font-family: arial; color: #C0C0C0 }*/

body {
	font: normal medium 'Gill Sans',Optima,Verdana,sans-serif;
	margin: 40px auto 1em auto;
	width: 728px;
	line-height: 180%
}

/*input { text-align: center; font-size: small }*/

/*a { text-decoration: none; color: #C0C0C0 }
a:hover { color: #F0F0F0 }
a.todo { font-size: medium; font-weight: bolder; color: #000000 }
a.todo:hover { color: #F0F0F0 }
.todo { font-size: medium; font-weight: bolder; color: #000000 }
.review { font-size: medium; color: #000000 }
a.review:hover { color: red }*/

.notify {
	background-color: #fdff95;
	/*border-bottom: 1px dotted black;*/
}

.delicious-banner {
	font-size: 90%;
}

/*#menu {
	font-weight: bold;
}

#menu ul {
	list-style: none;
}

#menu li {
	display: inline;
}*/

#menu {
	font: 93% "Lucida Grande", Helvetica, Arial, sans-serif;
	padding: 5px;
	margin-bottom: 25px;
	/*border-bottom-style: dashed;
	border-bottom-width: 1px;*/
}

#menu ul {
	/*margin-left: 0;
	padding-left: 0;*/
	display: inline;
	margin: 0 0 0 -0.6em;
	padding: 64px 1.2em 0 106px;
}

#menu ul li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
}

#menu ul li.first {
	border-left: none;
}

#menu li a:hover {
	background-color: #2586d7;
	color: #fff;
}

#menu a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}

#menu a:visited	{ color: #440; }
#menu a:active	{ color: #c84; }

#menu a:hover{
	text-decoration: underline;
}

#delicious-posts-jas0nm{
	display: none;
}

.floatright { float: right; }