body {
	background-color: #343434;
}
#top, #leaderboard {
	background-color: #F49300;
}
#header a
{
	background-image: url('http://static.blogo.it/images/motoblog_logo.gif');
	width: 276px;
	height: 80px;
}
#sponsor a
{
	background-image: url('http://static.blogo.it/images/header_ducati.gif');
	width: 300px;
	height: 31px;
}

#top-menu a
{
	color: #ffffff;
}

a
{
	color: #cc6600;
}
a:hover
{
	background-color: #c0c0c0;
	color: #ffffff;
}
h2
{
	color: #cc6600;
}
.post
{
	border-color: #C0C0C0;
}
	.post h1
	{
		font-size: 14px;
		margin-bottom: 6px;
	}
		.post h1 a
		{
			color: #343434;
		}
		.post h1 a:hover
		{
			background-color: #c0c0c0;
			color: #ffffff;
		}
	.post-tools-send
	{
		background-image: url('http://static.blogo.it/images/motoblog_invia.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-comments
	{
		background: url('http://static.blogo.it/images/motoblog_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/motoblog_continua.gif') no-repeat left;
	}


