/*
Theme Name: SITE LICENSING BRASIL MEETING
Theme URI: http://www.licensingbrasilmeeting.com
Description: SITE LICENSING BRASIL MEETING
Version: 1.0
Author: NHS INFO
Author URI: http://www.nhsinfo.com.br/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: licensingbrasilmeeting
*/

html {
	background: #18223D;
}
* {
	border:none;
	margin:0;
	padding:0;
}
img {
	border: none
}
body {
	background: #18223D;
	color:#003333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}
a {
	color: #85130D;
	text-decoration: none;
	font-weight:700;
}
a:hover {
	text-decoration: underline;
}
input, select, textarea {
	border: #cacaca 1px solid;
	font-size: 12px;
	padding: 5px;
}
select {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 17px;
	font-weight: normal;
}
/*.title {
    color: #fff;
    background: #FB720E url(assets/images/bg-nav.png) repeat-x;
    border: 1px solid #FC6F0A;
    padding: 10px 15px;
}
*/
#central {
	width: 950px;
	margin: 0 auto;
	background:#fff;
}
#header {
	background:#18223D;
}
#nav {
	background: url(assets/images/header-bordas.png) no-repeat center top;
	width:950px;
	height:30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif
	font:0.88em;
	font-weight:bold;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
}
#nav ul li {
	float: left;
}
#nav ul li a {
	color:#85130D;
	text-decoration: none;
	float: left;
	display: block;
	margin:8px 10px 5px 10px;
	text-align: center;
}
/* ajuste para o ie6 */
*html #nav ul li a {
	color: #85130D;
	text-decoration: none;
	float: left;
	display: block;
	margin:8px 10px 5px 10px;
	text-align: center;
}
#nav ul li a:hover {
	color: #003333;
	text-decoration: underline;
}
#nav ul li a:active {
	color: #003333;
	text-decoration: none;
}
#cabecalho {
	margin: 0px;
}
#licenciadores {
	height:124px;
	background: url(assets/images/fundo-licenciadores.png) no-repeat center top;
}
#licenciadores img {
	margin:5px 0px 0px 0px;
}

#content {
	width: 950px;
	background:#fff;/*margin-left: 18px;*/
}
/************************* MENU DE CATEGORIAS***********************************/

#sidebar, #content {
	float: left;
}
#sidebar {
	width: 196px;
	background:#85130D;
	margin: 2px 15px 5px 5px;
	padding:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;

}


#sidebar li {
	border-bottom:dashed #DF0503 1px;
	padding-bottom:10px;
	list-style:none;
	margin:10px 20px 10px 20px;
	background:#85130D;
	
}
#sidebar li a {
 color: #fff;
 text-decoration: none;
 font-weight:700;
 
}
#sidebar li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight:700;
}
#sidebar li a:hover {
	text-decoration: none;
	color: #F9DA00;
	font-weight:700;
}
 #sidebar li a:actived {
 text-decoration: none;
 color: #F9DA00;
 font-weight:700;
}
/* CONTEUDO DAS PAGINAS */

#conteudo {
	float:left;
	margin:0 10px 10px 10px;
}
#conteudo-wp {
	float: left;
	padding: 0 5px 5px 5px;
	width:670px;
}
#entry {
	float:left;
	line-height:1.6em;
	padding: 10px 5px 5px 5px;
}
#entry p + p {
	margin-top: 1.4em;
}
#titulos {
	font-family: Trebuchet MS;
	color: #171A32;
	text-decoration: none;
	word-spacing: -0.1em;
	text-align: left;
	letter-spacing: -1px;
	font-size: 18px;
}
/************************************* CONTEUDO RODAPE *******************************************/

#footer {
	float:left;
	margin: 0 auto;
	width:950px;
	background: url(assets/images/fundo-rodape.png) no-repeat center #85130D;
	height: 85px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
#footer img {
	padding: 5px;
}
#footer .endereco {
	float:left;
	padding: 25px 5px 0px 5px;
	text-align:left;
}
#footer .midias {
	float:left;
	padding: 25px 5px 0px 5px;
	margin-left:140px;
	text-align:center;
}
#footer .web {
	float:right;
	padding: 25px 5px 0px 5px;
	text-align:right;
}
/******************ALINHAMENTO ESPECIAL PARA IMAGENS NO WP ****************************/
img.alignleft, div.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
	text-align:center;
	margin:0 auto;
}
