/*  -- INÍCIO BASE---------------------------------------------------------- */
*{
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	border: 0px;
	font-family: Arial;
	list-style: none;
	color: #333;
}

body{
	background: #F1F1F1;
	padding: 0px;
	margin: 0px;
    width: 100%;
    max-width: 100%;
}
.wrapper{
    width: 100%;
    max-width: 100%;
 }



small, a small{
	clear: both;
	font-size: 10px;
	display: block;
	font-weight: bold;
}

a{
	text-decoration: none;
	color: #333;
}

	a:hover{
		text-decoration: underline;
	}

h1{
	text-align: center;
	margin: 10px;
}
	
h3{
	padding: 4px 5px;
	background: #0066B3;
	color: white;
	margin: 0px 5px;
}

	h3 a{
		color: white;
		font-weight: normal; 
	}
	
	h3 b{
		color: white;
	}
	
ul{
	margin: 0px 5px 20px 5px;
}

	ul li{
		padding: 5px;
		border-bottom: 1px solid #ccc;
		margin-bottom: 10px;
	}
	
		
		ul li.last{
			border-bottom: 0px solid #ccc;
		}
	
	
		ul li strong{
			letter-spacing: -1px;
		}
		
		
ul, small, li, strong, h3{
	text-align: left;
}	
	
#content{
	background: white;
	text-align: center;
	padding: 5px 0px;
    width: 100%;
}

.main {
	overflow: hidden;
}
	.main a{
		display: block;
	}
	.main li{
		overflow: hidden;
	}
	.main img{
		background: red;
		display: block;
		float: left;
		margin-right: 5px;
	}
	.main small{
		display: list-item;
		clear: right;
	}
	.main strong{
	}
		.main li.first strong{
			font-size: 20px;
		}

#widget_live{
	background: #6E6E6E ;
}

.games_list {
}

	.games_list li {
		text-align: center;
		background: #f1f1f1;
		border: 0px;
		margin: 0px;
	}
	
		.games_list li.even {
			background: #f7f7f7;
		}

#main_nav{
	overflow: hidden;
	margin: 0px 5px;;
	text-align: center;
	background: #f7f7f7;
	padding: 10px 0px;
	letter-spacing: -1px;
	font-size: 12px;
}
	#main_nav li{
		display: inline;
		border: 0px;
		margin: 0px;
		padding: 2px;
	}
	
		#main_nav li a{
			font-weight: bold;
		}

#news{
	background: #6A8B13;
}

#news_content{
		margin: 0px 5px;;
		text-align: left;
}

	#news_content strong.title{
		font-size: 20px;
		letter-spacing: -1px;
	}
	
	#news_content p{
		margin: 15px 0px;
		font-size: 14px;
		line-height: 20px;
	}
	
	#news_content small{
		margin: 5px 0px;
	}
	
	#news_content small.copyright{
		border-bottom: 1px solid #CCC;
		padding-bottom: 10px;
	}

		
.adv{
	margin: 10px 0px;
	text-aling: center !important;
	display: block !important;
}

#last_news{
	background: #f1f1f1;
}
	#last_news li{
		margin: 0px 5px;
		padding-bottom: 15px;
		padding-top: 10px;
	}
#column{
}

	#column small{
		color: #6A8B13;
	}

.nav{
	margin: 5px 10px;
}

	#nav_editoria li a, #nav_channels li a,	#nav_others li a {
		display: block;
	}

	#nav_editoria li, #nav_channels li , #nav_others li{
		margin-bottom: 2px;
	}

	#nav_editoria li{
		background: #f1f1f1;
		border: 0px;
		font-weight: bold;
	}
	
	
		#nav_editoria li a{
			color: #0066B3;
		}
		
		#nav_channels li a{
			color: #6A8B13;
			font-size: 12px;
		}


#paginator{
	overflow: hidden;
}

	#paginator a{
		display: block;
		font-weight: bold;
		color: #333;
	}
	
		#paginator li.selected{
			background: #f1f1f1;
			border: 2px solid #CCC;
		}

			#paginator li.selected a{
				color: black;
				text-decoration: underline;
			}
	
	#paginator li{
		width: 30px;
		text-align: center;
		float: left;
		margin: 0px 2px;
		border: 2px solid #f1f1f1;
		background: #f1f1f1;
	}
	
		
#credit{
	text-align: center;
	margin: 30px;
}

	#credit strong, #credit p {
		font-size: 10px;
	}
	
	#credit a{
		letter-spacing: -1px;
		font-weight: bold;
		margin: 20px 5px;
		display: inline-block;
	}

	

/*  -- FIM BASE---------------------------------------------------------- */

