/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
	margin: 0px;
	padding: 0px;
	background: #000000 url(../imagens/background.jpg) repeat top left;
	font-family: "Tahoma";
	font-size: 12px;
}

/* links */
a, a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Tahoma';	 		
}
h1 {
	font-size: 150%;	
	font-weight: normal;
	color: #FFF;
}
h2 {
	font-size: 140%;
	text-transform: uppercase;
	color: #FFFFFF;
}
h3 {
	font-size: 120%;
	color: #666666; 
}

p{
	font-size: 100%;
	padding: 0;
}

/* images */
img.float-left {
  margin: 5px 10px 10px 0px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	width: 770px;
	background: #333 url(../imagens/content.jpg) repeat-y center top;
	margin: 1px auto;
	padding: 0;
	text-align: left;
}
#content-wrap {
	clear: both;
	width: 770px;
	padding: 0; 
	margin: 5px auto;
}
#header {
	width: 770px;
	position: relative;
	height: 202px;
	background: url(../imagens/header.jpg) no-repeat center top;
	padding: 0;	
	font-family: "Tahoma";
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; 
	padding: 0;
	letter-spacing: 2px;
	color: #FFF;
	text-transform: none;
	text-decoration: none;
	background: transparent;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 47px;	
}
#header p#slogan {
	font-size: 29px;
	font-weight: bold;
	position: absolute;
	margin: 0; 
	padding: 0;
	font-family: "Times New Roman";
	text-transform: none;
	text-align:right;
	color: #FFF;
	text-transform: uppercase;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 155px; left: 293px;
}

/* header links */
#header #header-info {
	position: absolute;
	top: 8px;
	right: 16px;	
	color: #FFF;
	font-size: 12px;
	font-family: "Tahoma";
	height: 15px;
	width: 270px;
	text-align: right;
	background: url(../imagens/clock.jpg) no-repeat right top;
}

/* Menu */
#menu {
	clear: both;	
	margin: 0 auto;
	background: url(../imagens/menu.jpg) repeat-x 0 0;
	font-family: "Agency FB";
	font-size: 40px;
	height: 96px;
	width: 770px;
}
#menu ul {
	float: left;
	list-style: none;
	margin:0; 
	padding: 3px 0 0 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #FFF;	
	text-decoration: none;
}
#menu ul li a:hover {
	color:#666666;
}
#menu ul li#current a {	
	color: #666;
}

/* Main Column */
#main {
	float: right;
	width: 540px;
	padding: 0; 
	margin: 5px 35px 0 5px;
	display: inline;
}
#main h2 {
	margin-top: 10px;
	font-family: "Tahoma";
	color: #FFF; 
	padding: 0 0 5px 0; 	
	background: url(../imagens/line2.jpg) repeat-x left bottom;
	text-transform: none;
}

#main ul li {
	list-style-image: url(bullet.gif);
}

#main .calendar{
	margin-left: 10px;
}

#main .comment{
	color:#FFF;
	text-align:justify;
}

#main .separator{
	padding: 15px 0;
	background: #333 url(../imagens/dots2.jpg) repeat-x center;
}

#main b{
	color:#FFCC00;
}


#banner_img{
	padding: 0 0 10px 15px;
}

#banner_flash{
	padding: 30px 0 0 0;
	text-align:center;
}


#ranking-top{
	background: #333 url(../imagens/rank_top.jpg) no-repeat left top;
	color: #FFF; 
	height: 36px;
	width: 494px;
	margin-left:20px;
}

#ranking-top table{
	font-family: "Tahoma";
	color: #FFCC00;
	font-size:14px;
	line-height:11px;
	font-weight:bold;
}

#ranking-top p{
	padding-left: 20px;
}

#ranking-top span{
	font-size:11px;
	font-weight: normal;
}

#ranking{
	
	background: #FFF;/* url(../imagens/rank_back.jpg) repeat-x left top;*/
	color: #000; 
	
	width: 489px;
	margin-left:23px;
}

#ranking table{
	font-family: "Tahoma";
	font-size:12px;
	text-transform:uppercase;
	padding-top:4px;
}

#ranking tr{
	height:18px;
}

#ranking .destaque{
	background:#999999;
}

#ranking p{
	padding-left: 20px;
}

#ranking-bottom{
	
	background: #333 url(../imagens/rank_bottom.jpg) no-repeat left top;
	color: #FFF; 
	height: 34px;
	width: 494px;
	margin-left:20px;
}

#ranking-bottom p{
	text-align:right;
	color:#FFF;
	font-weight:bold;
	padding: 9px 30px 0 0;
}

.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 10px 10px;
	border: 1px solid #f2f2f2;
	font-size: 95%;	
}
.post-footer .date {
	background: url(clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Middle Column */
#middle {
	width: 720px;
	background: #CCCCCC;
	text-align:center;
	margin-left:23px;
	padding-top:20px;
	min-height: 200px;
}

#middleranking {
	width: 710px;
	background: #CCCCCC;
	text-align:center;
	min-height: 200px;
}

#middle p{
	font-size:24px;
	font-weight:bold;
	padding-top: 100px;
}

#middle h3 {
	color: #000;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 12px;
	padding: 0 0 20px 10px;
}

#middle-top h2 {
	margin: 0 0 0 20px;
	font-family: "Tahoma";
	color: #FFCC00;
	padding: 8px 0 5px 0;
	text-transform: none;
}

#middle-top{
	background: #ccc url(../imagens/main_top.jpg) no-repeat left top;
	color: #FFF; 
	height: 36px;
	width: 723px;
	margin: 20px 0 0 20px;
}


#middle-bottom{
	background: #ccc url(../imagens/main_bottom.jpg) no-repeat left top;
	color: #FFF; 
	height: 36px;
	width: 723px;
	margin-left:20px;
}

/* Right Column */
#right {
	width: 500px;
	background: #CCC;
	text-align:center;
	padding: 20px;
}

#right .comment{
	color:#000;
	text-align:justify;
}

#right b{
	color:#000;
}

#right .separator{
	padding: 15px 0;
	background: #CCC url(../imagens/dots2.jpg) repeat-x center;
}

#right span{
	font-size: 11px;
}
/* Sidebar */	
#left{
	float: left;
	width: 166px;
	padding: 0; 
	margin: 0;	
	color: #FFF;
}

#sidebar_top{ 
	background: #003333 url(../imagens/left_top.jpg) repeat-x left top;
	color: #FFF; 
	height: 21px;
}

#sidebar {
	background-color: #003333;
}
	
#sidebar_bottom { 
	clear: both; 
	background: #333 url(../imagens/left_bottom.jpg) no-repeat; 
	color: #FFF; 
	height: 21px;
	padding-bottom: 8px;
}
	
	
#sidebar h3 {
	padding: 10px 5px 5px 5px;
	margin: 7px;
	font-size: 16px;
	color: #FFFFFF;
	background: url(../imagens/line.jpg) repeat-x left bottom;
}
.sidemenu {
	padding:20px 10px 0 10px;
}

.sidemenu_parceiros {
	padding:20px 10px 0 10px;
}

.sidemenu img{
	margin: 10px 0 0 6px;
	border: 1px solid #fff;
}

.sidemenu p {
	width:133px;
	margin: 20px 0 0 6px;
	text-align:center;
	font-weight:bold;
}

.sidemenu div {
	margin: 10px 0 10px 0;
	padding: 5px 0;
	background-color:#FFFFFF;
}

#sidebar ul.links {
	list-style: none;
	text-align: left;
	margin: 10px 4px 0 5px; padding: 0;
	text-decoration: none;		
}
#sidebar ul.links li {
	list-style: none;
	padding: 4px 0 7px 5px;
	margin: 0 2px;
	color: #68774A;	
	line-height:6px;
}

#sidebar ul.links li a{
	background: url(../imagens/dots.jpg) no-repeat 0 4px; 
	padding: 0 0 3px 10px;
}

#sidebar ul.links li a:hover {
	text-decoration:underline;
}


* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;	
	background-image: none;	
	color: #666666;			
}
#sidebar ul.sidemenu li a:hover {	
	color: #1773BC;	
}
#sidebar ul.sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar ul.sidemenu ul li { background: none; }

/* Inputs */
input{
	font: normal 12px Tahoma;
	border: 1px solid #000;
	background:#FFF;
	font-size:12px;
	padding: 2px 3px 1px 3px;
}

input.contato{
	width: 300px;
}

input.cadastro { 
	width:300px;
}

select{
	font: normal 12px Tahoma;
	border: 1px solid #333;
	background:#FFF;
}

select.cadastro {
	width: 308px;
}

input.submit {
	width: 76px;
	height: 24px;
	color: #FFF;
	cursor:pointer;
	border:0;
}

textarea{
	border: 1px solid #000;
	background:#FFF;
	display:block;
	padding:2px;
	font: normal 12px Tahoma;
}

textarea.contato{
	width:302px;
	height:150px;
}

/* Footer */	
#footer {
	color: #FFFFFF;
	background: #000 url(../imagens/footer.jpg) no-repeat center top;
	clear: both;
	width: 770px;
	height: 65px;
	text-align: center;
}
#footer p{
	padding-top:28px;
}
#footer a { 
	color: #FFF;
	text-decoration: none; 
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

/* mensagens e avisos */
#msg{
	font: normal 12px Tahoma;
	text-align: center;	
	color: #FF0000;
	font-weight: bold;
}


#loader{
	background: url(../imagens/ajax-loader.gif) no-repeat right;
	width: 45px;
	height: 31px;
	padding-top: 5px;
	display: none;
}

.bt_action{
	border: 1px solid #333;
	background-color: #FFF;
	color: #333;
	text-align: center;
	cursor:pointer;
	font-size: 12px;
}


/* tabela ranking */
.ranking{
	font-family: "Tahoma";
	font-size:12px;
	line-height:11px;
	font-weight:bold;
}

.ranking th{
	height: 20px;
	color: #FFCC00;
	border-right: 1px solid #666;
}

.ranking td{
	height: 25px;
	font-weight:normal;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #666;
}

.ranking #destaque{
	background:#999;
}

.ranking .noborder{
	border: 0;
}

.ranking img{
	padding: 2px 0;
}