﻿* { 
	list-style-type:none; 
	margin:0; 
	padding:0;
	outline:none;
} 

html, body { 
	min-height:100%; 
	height:auto !important; } 

html { 
	background:#FFF; 
} 

body { 
	font: Normal 12px Arial, Helvetica, sans-serif;
	color:#333;
	height: 100%;
	font-size:12px;
	background:url(../img/bg_all.jpg) repeat-x;
}

a {
	color:#333;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

img {
	border:none;
}


h1
{
  font-size:20px;
}

h2
{
  font-size:18px;
}

h3
{
  font-size:17px;
}

h4
{
  font-size:16px;
}

h5
{
  font-size:15px;
}

h6
{
  font-size:14px;
}

input, textarea, select, button
{
  padding:2px;
  border:1px solid;
  font:normal 12px Arial, Helvetica;
}

ul, ol
{
}

/**************************************************************************************************
  Classes Gerais
**************************************************************************************************/
.clear {
	clear:both;
}

.noborder
{
  border:none !important;
}

.post-title a
{
  text-decoration:none;
}

.info
{
  font-size:11px;
}

.info a
{
  font-weight:bold;
  text-decoration:none;
}

.options
{
  float:right;
  margin:5px 0px 0px 0px;
}

.options a
{
  text-decoration:none;
  font-weight:bold;
  margin:0px 0px 0px 10px;
}

.alignleft
{
  float:left;
  margin:0px 10px 0px 0px;
}

.alignright
{
  float:right;
  margin:0px 0px 0px 10px;
}

.aligncenter
{
  margin:auto;
  display:block;
}

.more-link
{
  float:right;
  font-weight:bold;
  text-decoration:none !important;
}

.comment-wait
{
}

.wp-caption
{
}

.wp-caption-text
{
  padding:0px 5px 0px 5px;
}

.gravatar
{
  float:left;
}

.url
{
  font-weight:bold;
}

.hidden
{
  font-weight:bold;
  font-size:14px;
}

.odd {
	background:#FFF;
}


