body {
    background-color: #343434;
}
#top {
    margin: 0;
    padding: 0;
    background-color: white;
    background-image: url('http://static.blogo.it/images/calcioblog_logo_1.jpg');
    background-repeat: no-repeat;
    height: 88px;
}
#header {
    margin: 23px 0 0 35px;
    padding: 0;
}
#header a {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 280px;
    height: 60px;
}
#sponsor {
    margin: 38px 0 0;
    padding: 0;
    bottom: 0px;
    right: 0px;
}
#sponsor a {
    margin: 0;
    padding: 0;
    background: transparent;
    width: 220px;
    height: 35px;
}
#top-menu {
    float: right;
    margin-top: 65px;
    margin-right: 3px;
}
#top-menu a {
    color: #fff;
}
a {
    color: #8e6607;
}
a:hover {
    background-color: #8e6607;
    color: #ffffff;
}
h2 {
	color: #E61E0D;
}
.post {
	border-color: #C0C0C0;
}
	.post h1 {
		font-size: 14px;
		margin-bottom: 6px;
	}
		.post h1 a {
			color: #8e6607;
		}
		.post h1 a:hover {
			background-color: #8e6607;
			color: #ffffff;
		}
	.post-tools-send {
		background: url('http://static.blogo.it/images/calcioblog_invia.gif') no-repeat left;
        padding-left: 15px;
	}
	.post-tools-comments {
		background: url('http://static.blogo.it/images/calcioblog_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/calcioblog_continua.gif') no-repeat left;
	}

