body
{
	background-color: #333333;
}
#top
{
	background-color: #008cea;
}
#header a
{
	background-image: url('http://static.blogo.it/images/travelblog_logo.gif');
	width: 295px;
	height: 54px;
}
#sponsor a {
    background-image: url('http://static.blogo.it/images/sponsored_best.gif');
    width: 302px;
    height: 31px;
}
#top-menu a
{
	color: #ffffff;
}

a
{
	color: #008cea;
}
a:hover
{
	background-color: #008cea;
	color: #ffffff;
}
h2
{
	color: #008cea;
}
.post
{
	border-color: #C0C0C0;
}
	.post h1
	{
		font-size: 14px;
		margin-bottom: 6px;
	}
		.post h1 a
		{
			color: #000000;
		}
		.post h1 a:hover
		{
			background-color: #333300;
			color: #ffffff;
		}
	.post-tools-send
	{
		background-image: url('http://static.blogo.it/images/travelblog_invia.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-comments
	{
		background: url('http://static.blogo.it/images/travelblog_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/travelblog_continua.gif') no-repeat left;
	}

