* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

a:link, a:visited {
	color: #3371a3;
	text-decoration: none;
}

a:active, a:hover {
	color: #d72141;
	text-decoration: underline;
}

body {
	background-color: #ededed;
	font: 12px/16px "Helvetica Neue", HelveticaNeue, Helvetica, Verdana, Arial, sans-serif;
}

#wrapper {
	width: 958px;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#header, #footer {
	background-color: #3371a3;
	padding: 20px 20px 0px 20px;
}

#footer {
	clear: both;
	padding-bottom: 20px;
}

#footer p {
	font-size: 12px;
	color: #fff;
}

#header h1 a {
	display: block;
	background: url(../i/logo.png) 0 0 no-repeat;
	width: 595px;
	height: 82px;
	text-decoration: none;
	text-indent: -9999px;
	margin: 0 auto;
}

#header h2 {
	float: right;
	text-align: right;
	font: 14px/16px Helvetica;
	color: #32982b;
}

#nav {
	clear: both;
	padding-top: 10px;
}

#nav ul li {
	display: inline;
}

#nav li a {
	color: #d72141;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	font-size: 12px;
	background-color: #fff;
	margin-right: 12px;
}

#nav li a:hover {
	background-color: #d72141;
	color: #fff;
	text-decoration: none;
}

#main {
	background-color: #fff;
}

#content {
	width: 509px;
	float: left;
}

#content .tube {
	padding: 24px;
}

#content h1 {
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 16px;
}

#content p, #content ul, #content ol, #content blockquote, #content pre {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 16px;
	color: #333;
}

#content pre code {
	font: 12px/16px Monaco, "Courier New", Courier, mono;
	background-color: #ffffcc;
}

#content ul, #content ol, #content blockquote, #content pre {
	margin-left: 24px;
}


#sidebar {
	width: 449px;
	float: left;
}

#sidebar .tube {
	padding: 24px 24px 24px 0px;
}

#sidebar h2 {
	font-size: 14px;
	line-height: 24px;
	color: #d72141;
	border-bottom: 2px solid #d72141;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#sidebar #video {
	margin-bottom: 12px;
}

#sidebar #players ul li {
	float: left;
	list-style-type: none;
	text-align: center;
	margin: 0px 12px 12px 0px;
	font-size: 12px;
	overflow: hidden;
	width: 92px;
	height: 100px;
}

#sidebar #players ul li a img {
	border-width: 1px;
}

#sidebar #players p, #sidebar #video p {

}

a.bottone {
	text-align: center;
	clear: both;
	float: right;
	width: 110px;
	color: white;
	background-color: #d72141;
	padding: 4px;
	border: 1px solid black;
	border-top: 1px solid #004479;
	border-left: 1px solid #004479;
	border-bottom: 1px solid #0079a9;
	border-right: 1px solid #00a9d5;
}

a.bottone:after {
	content: " →";
}

.entry-content {
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}

#wrapper #content p.published {
	color: #707070;
}

#wrapper #content .players {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #ddd;
	padding-bottom: 12px;
	margin-bottom: 24px;
}

#wrapper #content .link {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #ddd;
	margin-bottom: 24px;
}

#wrapper #content .players h1 a, #wrapper #content .players p a {
	float: left;
	clear: left;
	text-align: left;
}

#wrapper #content .players p a {
	margin-top: 24px;
}


#wrapper #content .players a img {
	float: right;
	text-align: right;
}

.red {
	color: #d72141;
	font-size: 24px;
	border-bottom: 2px solid #d72141;
	margin-bottom: 12px;
	text-transform: uppercase;
}

#calendario table {
	border: 1px solid #ccc;
	margin: 0 auto;
}

table tr {
	background-color: #a8d6ff;
}

table tr.odd {
	background-color: #eee;
}

#calendario caption {
	padding: 4px;
	border-width: 1px 1px 0px 1px;
	border-color: #ccc #ccc transparent #ccc;
	border-style: solid solid none solid;
	text-transform: capitalize;
}

#calendario td {
	padding: 4px;
	text-align: right;
}

#calendario a {
	color: #d72141;
}

#calendario th {
	padding: 4px;
}

/* @group Clearfix */

.clearfix {
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */
