/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

html, body {
	background: #0d0d0d;
	color: #fff;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica;
	font-size: 14px;
	line-height: 19px;
}

#main {
	width: 960px;
	height: 1000px;
	margin: 0 auto;
}

#topo {
	float: left;
	width: 960px;
	height: 170px;
}

#logo {
	float: left;
	margin: 25px 0 0 0;
}

#logo a {
	display: block;
	width: 181px;
	height: 111px;
	background: url(images/logo.gif) top left no-repeat;
	text-indent: -10000px;
	outline: none;
}

#menuTopo {
	width: 500px;
	float: left;
	margin: 0 0 0 178px;
}

#menuTopo li {
	float: left;
	height: 57px;
	padding: 0 13px 0 21px;
	margin: 72px 0 0 0;
	border-right: 1px dotted #333333;
}

#menuTopo li a {
	display: block;
	width: 112px;
	font-size: 14px;
	color: #ccc;
	text-decoration: none;
	padding: 7px 0 3px 0;
	border-bottom: 1px solid #6d6d6d;
	text-transform: uppercase;
}

#menuTopo li a:hover {
	color: #fff;
}


#meio {
	float: left;
	width: 960px;
}

#esquerda {
	float: left;
	width: 799px;
	border-right: 1px dotted #333333;
}

#direita {
	float: left;
	width: 159px;
}



/* ########### PLAYERS ############ */

#esquerda .players {
	width: 100%;
	float: left;
}

#esquerda .player {
	float: left;
	width: 180px;
	height: 334px;
	margin: 0 19px 40px 0;
}

#esquerda .fotoJogador {
	float: left;
	width: 173px;
	height: 257px;
	padding: 5px 0 0 5px;
	margin: 0 0 12px 0;
	border: 1px solid #242424;
}

#esquerda .containerFotoJogador {
	float: left;
	width: 166px;
	height: 250px;
	border: 1px solid #242424;
}

#esquerda .containerFotoJogador a {
	display: block;
	width: 166px;
	height: 250px;
}

#esquerda .containerFotoJogador a:hover {
	background: url(images/linkHover.gif) top left no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

#esquerda .theContentPlayer {
	float: left;
}

#esquerda .theContentPlayer p {
	font-size: 12px;
}

#esquerda .theContentPlayer h3 {
	margin: 0 0 4px 0;
}

#esquerda .theContentPlayer h3 a {
	color: #3333ff;
	font-weight: bold;
	text-decoration: none;
}

#esquerda .theContentPlayer h3 a:hover {
	text-decoration: underline;
}


/* ### SIDEBAR ### */

#direita .boxSidebar {
	float: left;
	width: 147px;
	margin: 0 0 40px 12px;
	font-size: 16px;
	font-weight: bold;
}

#direita .boxSidebar h2 {
	color: #3333ff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-weight: bold;
}

#direita .containerBoxSidebar {
	margin: 0 0 0 22px;
}

#direita .containerBoxSidebar li {
	border-bottom: 1px solid #6d6d6d;
	margin: 7px 0 0 0;
	padding: 0 0 2px 0;
}

#direita .containerBoxSidebar a {
	color: #ccc;
	text-decoration: none;
}

#direita .containerBoxSidebar a:hover {
	color: #fff;
}


/* ###### RODAPE ######## */

#rodape {
	float: left;
	width: 100%;
	margin: 20px 0 0 0;
	border-top: 1px dotted #333333;
	color: #ccc;
	padding: 10px 0 0 0;
}

.footerInfo {
	float: left;
	width: 50%;
}

.footerLogoClixx {
	width: 100px;
	float: right;
}

/* ### SINGLE CATEGORIAS ### */

.containerTitulo {
	float: left;
	width: 100%;
	margin: 0 0 20px 0;
}

.containerTitulo h3 {
	font-size: 13px;
	margin: 5px 0 0 0;
}


.containerTitulo h2 {
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: #3333FF;
}

/* ### NAVIGATION ### */

.navigation {
	float: left;
	width: 780px;
	clear: both;
	text-align: right;
}


.navigation img {
	margin: 0 10px 0;
}

/* ### PAGE CONTENT ### */

.page {
	float: left;
	width: 100%;
}

.pageContent {
	float: left;
	width: 95%;
	color: #ccc;
}

.pageContent strong {
	font-weight: bold;
}

.pageContent p {
	padding: 0 0 10px 0;
}


.pageContent img {
	margin: 5px;
}

.pageContent a {
	text-decoration: underline;
	color: #ccc;
}

.pageContent a:hover {
	color: #fff;
}

/* ### SINGLE ### */

.single {
	float: left;
	width: 100%;
}

.containerSingle {
	width: 549px;
	margin: 0 0 0 10px;
	float: left;
}


#esquerda .single .singleContent {
	width: 100%;
	color: #ccc;
}

#esquerda .single .singleContent strong {
	font-weight: bold;
}

.marginTopoTitulo {
	margin: 20px 0 20px 0;
}

.marginTopoTitulo h2 {
	padding: 0 0 4px 0;
	border-bottom: 1px solid #3333FF;
}


/* ##### VIDEOS DO BELLETTI ####### */

.itemVideo {
	float: left;
	width: 100%;
	margin: 0 0 100px 0;
}

/* Noticias */

#direita #blocoContainerSidebarNoticias {
	margin: 0 0 0 10px;
}

#blocoContainerSidebarNoticias {
	font-size: 15px;
	width: 130px;
}

#blocoContainerSidebarNoticias h3 {
	font-size: 12px;
	margin: 0 0 3px 0;
}

#blocoContainerSidebarNoticias .rodapeNoticasSidebar {
	float: right;
	font-size: 12px;
}

#blocoContainerSidebarNoticias .rodapeNoticasSidebar a {
	text-decoration: underline;
}

#direita #blocoContainerSidebarNoticias li {
	border-bottom: 0;
	margin-bottom: 20px;
}


.minHeightEsquerda {
	min-height:640px;
	height:auto !important;
	height:640px;
}

.pageContent img {
	padding: 3px;
	border: 1px solid #333;
}

.listaNoticiasCategoria {
	margin-bottom: 35px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
}

.listaNoticiasCategoria h3 {
	margin-bottom: 5px;
}

.listaNoticiasCategoria h3 a {
	font-size: 16px;
	color: #3333FF;
	text-decoration: none;
}