body
{
	background-color: #708090;
}
#top
{
	background-color: #c1cede;
}
#header a
{
	background-image: url('http://static.blogo.it/images/cineblog_logo.gif');
	width: 247px;
	height: 47px;
}
#sponsor a {
    background-image: url('http://static.blogo.it/images/sponsored_impresa.png');
    width: 300px;
    height: 32px;
}

#top-menu a
{
	color: #fff;
}
a
{
	color: #000;
}
a:hover
{
	background-color: #E61E0D;
	color: #f0f0f0;
}
a:active
{
    color: #000;
}
h2
{
	color: #036;
}
.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: url('http://static.blogo.it/images/cineblog_invia.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-comments
	{
		background: url('http://static.blogo.it/images/cineblog_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/cineblog_continua.gif') no-repeat left;
	}

