/*
Theme Name: Action Gestão Empresarial
Theme URI: http://www.abaction.com.br
Description: Tema do website.
Version: 1.0
Author: Bruno França
Author URI: http://www.internetz.com.br/
Tags: white, blue, red, two-columns, fixed-width


/*   Tags HTML Padrão   */
body {
	color: #111;
	font-family: "Segoe UI", Arial, "Lucida Grande", Helvetica, sans-serif;
	background: #ececed url(images/back.png) repeat-x top center;
	font-size: 14px;
}
a, a:visited {
	color: #a92121;
	text-decoration: none;
}
a:hover {
	color: #5F1012;
}
a:active, a:focus {
	outline: none;
}
blockquote {
	border-left: 0.5em solid #ccc;
	font-size: 0.9em;
	font-style: normal;
	padding: 0 0 0 1em;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.2em;
}
h3.titulo_menu {
	border-bottom: 2px solid #8c8c8c;
	text-align: right;
	font-size: 170%;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-right: 5px;
}
h3.titulo_interno {
	font-size: 170%;
	padding-bottom: 10px;
	margin-right: 5px;
}
h3.titulo_home {
	font-size: 170%;
	padding-bottom: 10px;
	margin-right: 5px;
}
h3.data_post {
	font-size: 160%;
	padding-bottom: 10px;
}
hr {
	background: #eee;
	color: #eee;
}
small {
	color: #555;
	font-size: 0.9em;
}
th {
	background: #eee !important;
}
ul.inline {
	display: block;
	margin: 1em 0;
	padding: 0;
}
ul.inline li {
	display: inline;
	margin: 0 0.5em 0 0;
}


/* Classes diversa do WP */
.commentlist {
	clear: both;
	list-style: none;
	margin: 1em 0;
	padding: 0;
}
.commentlist li {
	border-bottom: 1px solid #eee;
	margin: 0.5em 0;
}
.commentlist cite {
	font-size: 1.2em;
	font-style: normal;
}
.commentlist img {
	border: 1px solid #eee;
	float: left; display: inline; /* IE6 fix */
	margin: 0 1em 0.5em 0;
	padding: 4px;
	text-align: left;
}
.commentlist p {
	clear: both;
}
.commentlist .bypostauthor {
	background: #eee;
	border-left: 0.5em solid #ccc;
	border-color: #ccc;
	padding-left: 1em;
}
.commentmetadata {
	color: #555;
	font-size: 0.9em;
}
.entry {
}
.input label {
	display: block;
	font-size: 0.9em;
	font-weight: normal;
}
.post {
	margin: 0 0 3em 0;
}
.postmetadata {
	clear: both;
	color: #555;
	font-size: 0.9em;
	margin: 0 0 5px 0;
}
.wp-caption {
	background: #eee;
	border: 1px solid #ccc;
	padding: 0.5em;
}
.wp-caption img {
	border: 0;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
}


/*   Elementos do DOM (Estrutura do site)   */
#page {
	background: url(images/back_top.png) no-repeat top;
}
#header {
	height: 96px;
}
#headerimg {
	margin-top: 20px; 
	margin-left: 50px;
}


/*   Menu de navegação  */
#nav {
	height: 40px;
	margin-top: 10px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	float: left;
	display: inline; /* IE6 fix */
	margin: 0;
	padding: 0;
	width: 100px;
	position: relative;
	background: url(images/fundo_menu.png) no-repeat center;
}
#nav li:hover {
}
#nav li a {
	display: block;
	padding: 0.2em 0.6em;
	text-decoration: none;
	text-align: center;
	color:#fff;
}
#nav li a:hover {
	font-weight: bold;
}
#nav li ul {
	display: none;
	position: absolute;
	z-index: 99;
}
#nav li:hover ul {
	background: #fff;
	border: 1px solid #999;
	display: block;
	left: 0;
	min-width: 150px;
	top: 1.9em;
	white-space: nowrap;
}
#nav li:hover li {
	background: #fff;
	display: block;
	float: none;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}
#nav li:hover li:hover {
	background: #eee;
}
#nav li:hover li a {
	padding: 0.3em 0.5em;
}


/*   Conteúdo   */
#content {
	margin: 1.5em 0;
	overflow: hidden;
}
#content h1 {
	font-size: 2em; 
	margin: 0 0 0.5em 0;
}
#content h2 {
	font-size: 1.8em; 
	margin: 0 0 0.5em 0;
}
#content h3 {
	font-size: 1.5em; 
	margin: 0 0 0.5em 0;
}


/*   Barra lateral   */
#sidebar {
	font-size: 0.9em; 
	margin: 1em 0 0 1em; 
	overflow: hidden;
	}
#sidebar ul {
	list-style: none; 
	margin: 0 0 1.5em 0;
	padding: 0;
}
#sidebar li {
	margin: 0 0 0.5em 0;
}
#sidebar h2  {
	font-size: 1.2em; 
	margin: 0.5em 0;
}
#sidebar h2 a {
	color: #111; 
	text-decoration: none;
}
#sidebar form {
	margin-bottom: 1.5em;
}
#sidebar div {
	line-height: 1.5em; 
	margin: 0 0 1.5em 0;
}
#sidebar div a {
	padding: 0 0.5em 0 0; 
	white-space: nowrap;
}
#sidebar div a:hover {
	color: #036 !important;
}
#newsletter {
	padding: 0 10px;
}


/*   Footer   */
#footer 		{height: 35px; background: url(images/back_footer.png) no-repeat top center; text-align: center;}
#footer p 	{margin-top: 8px; color: #fff; font-size: 11px;}


/*   CLASSES DIVERSAS   */
.tcenter 			{text-align:center;}
.data_publicacao 	{float: right; color: #555;}
.widgettitle 		{text-transform: uppercase;}
.footer 				{color: #fff; font-size: 15px;}
.txt_home			{font-size: 11px;}
.menu_lateral 		{padding-left:25px;}
.arredondado {
	background: #fff;
	border: 1px #244360;
}
.alignleft {
	float: left; display: inline; /* IE6 fix */
	padding: 0 1em 0.5em 0;
	text-align: left;
}
.aligncenter 
{
	display: block;
	margin: 1em auto;
	text-align: center;
}

.alignright {
	float: right; display: inline; /* IE6 fix */
	padding: 0 0 0.5em 1em;
	text-align: right;
}

.alignjustify {
	text-align: justify;
}



/***** Correção dos formulários *****/
input[type='text'], input[type='password'], textarea, select, option {font-family: Verdana, Geneva, sans-serif;}