body
{
	background-color: #999;
}
#top
{
	background-color: #FFCC00;
}
#header a
{
	background-image: url('http://static.blogo.it/images/clickblog_logo.gif');
	width: 239px;
	height: 60px;
}

#top-menu a
{
	color: #fff;
}
a
{
	color: #039;
}
a:hover
{
	background-color: #E61E0D;
	color: #f0f0f0;
}
a:active
{
    color: #000;
}
h2
{
	color: #e3b604;
}
.post
{
	border-color: #C0C0C0;
}
	.post h1
	{
		font-size: 14px;
		margin-bottom: 6px;
	}
		.post h1 a
		{
			color: #000;
		}
		.post h1 a:hover
		{
			background-color: #330;
			color: #ffffff;
		}
	.post-tools-send
	{
		background-image: url('http://static.blogo.it/images/gamesblog_invia.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-comments
	{
		background: url('http://static.blogo.it/images/gamesblog_commenti.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-continue
	{
		float: left;
		padding-left: 15px;
        margin-left: 0px;
		background: url('http://static.blogo.it/images/gamesblog_continua.gif') no-repeat left;
	}

