/*
Theme Name: Promat
Theme URI: http://www.promat.org.br
Description: Tema produzido para Promat
Version: 1.0
Author: MGBRAS
Author URI: http://www.mgbras.com.br
Tags: promat
*/

@import "css/reset.css";
@import "css/typography.css";
@import "css/layout.css";

/***** GENERAL STYLES *****/
body{
	background: #fff url(images/bg.gif) 0 0 repeat-x;
	font-family: Verdana;
}

#wrapper{
	margin: 0 auto;
	width: 960px;
}

.alignleft { float: left; }
.alignright { float: right; }

a { outline: none; }

p{
	padding: 5px 0 5px 0;
}

/***** HEADER STYLES *****/
#header{
	position: relative;
	float: left;
	width: 960px;	
}

#topo{
	position: relative;
	float: left;
	width: 894px;
	height: 172px;
	margin: 21px 33px 0 33px;
	background-color: #fff;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
}

.marca{
	position: relative;
	float: left;
	width: 289px;
	height: 147px;
	display: block;
	text-indent: -10000px;
	background: transparent url(images/marca.gif) 0 0 no-repeat;
	margin: 10px 0 0 20px;
}

#slider{
	float: right;
	width: 571px;
	height: 172px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	z-index: 20;
	display: block;
}

#menu{
	position: relative;
	float: left;
	clear: both;
	width: 960px;
	height: 100px;	
	margin-top: -23px;
}

#menu-left{
	position: relative;
	float: left;
	width: 33px;
	height: 90px;
	background: transparent url(images/menu_left.png) 0 0 no-repeat;
}

#menu-center{
	position: relative;
	float: left;
	width: 894px;
	height: 43px;
	background-color: #056839;
	margin: 23px 0 24px 0;
	z-index: 10;
}

#menu-right{
	position: relative;
	float: left;
	width: 33px;
	height: 100px;
	background: transparent url(images/menu_right.png) 0 0 no-repeat;
}

#menu-center ul{
	position: absolute;
	list-style: none;
	margin-left: 10px;
}

#menu-center ul li{
	float: left;
}

#menu-center ul li a{
	color: #fff;
	padding: 0 20px 0 20px;
	height: 32px;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 13px;
	text-decoration: none;
	display: block;
	padding-top: 11px;
}

#menu-center ul li a:hover{
	background-color: #b6d8b2;
}

#menu-center ul li ul.children {
	float: left;
	background-color: #b6d8b2;
	width: 230px;
	margin: 0;
	padding-bottom: 10px;
	display: none;
}

#menu-center ul li ul.children li{
	float: none;
	height: auto;
}

#menu-center ul li ul.children li a{
	color: #056839;
	height: auto;
}

#menu-center ul li ul.children li a:hover{
	color: #fff;
}

.bar{
	color: #fff;
	padding-top: 9px;
}

/***** CONTENT STYLES *****/
#content{
	position: relative;
	float: left;
	clear: both;
	width: 864px;
	margin: -34px 33px 0 33px;
	background-color: #fff;
	padding: 20px 0 0 30px;
}

#left-content{
	position: relative;
	float: left;
	width: 610px;
	margin-top: 23px;
}

.ultimas-titulo{
	color: #6b6b6b;
	display: block;
	font-weight: bold;
	border-bottom: 2px solid #6b6b6b;
	margin-bottom: 10px;
	line-height: 30px;
	padding-left: 10px;
	font-size: 14px;
}

.agenda-titulo{
	color: #056839;
	display: block;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	line-height: 30px;
	padding-left: 10px;
}

.post{
	position: relative;
	float: left;
	font-size: 12px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 570px;
	margin-right: 10px;
}

.post a{
	color: #056839;
	text-decoration: none;
}

.post a:hover{
	text-decoration: underline;
}

.titulo{
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.titulo:hover{
	text-decoration: underline;
}

#agenda{
	position: relative;
	float: left;
	background-color: #c5e2bc;
	width: 590px;
	margin-bottom: 20px;
}

#right-content{
	position: relative;
	float: right;
	width: 265px;
	margin-right: -33px;
}

#promat{
	width: 265px;
}

#promat span{
	color: #044928;
	background: transparent url(images/titulo_promat.png) 0 0 no-repeat;
	display: block;
	width: 265px;
	padding-top: 23px;
	padding-left: 10px;
	border-bottom: 2px solid #044928;
	line-height: 30px;
	font-weight: bold;
	width: 255px;
}

#promat ul{
	background-color: #e4c984;
	list-style: inside;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	color: #044928;
}

#promat a{
	color: #044928;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#promat a:hover{
	text-decoration: underline;
}

#promat ul li:before{
	content: "- ";
}

#madeira{
	width: 265px;
}

#madeira span{
	color: #fff;
	background: transparent url(images/titulo_madeira.png) 0 0 no-repeat;
	display: block;
	width: 265px;
	padding-top: 23px;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
	line-height: 30px;
	font-weight: bold;
	width: 255px;
}

#madeira ul{
	background-color: #056839;
	list-style: inside;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
}

#madeira a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#madeira a:hover{
	text-decoration: underline;
}

#madeira ul li:before{
	content: "- ";
}


#cursos_capacitacao span{
	color: #fff;
	background: transparent url(images/titulo_cursos.png) 0 0 no-repeat;
	display: block;
	width: 265px;
	padding-top: 23px;
	padding-left: 10px;
	border-bottom: 2px solid #fff;
	line-height: 30px;
	font-weight: bold;
	width: 255px;
	font-size: 12px;
}

#cursos_capacitacao ul{
	background-color: #1f4421;
	list-style: inside;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-top: 10px;
	color: #fff;
	height: 54px;
}

#cursos_capacitacao li {
	float: left;
	margin-right: 15px;
}

#cursos_capacitacao > ul > li:nth-child(1) {
	margin-top: 19px;
}

#cursos_capacitacao a{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#cursos_capacitacao a:hover{
	text-decoration: underline;
}

#respond{
	position: relative;
	float: left;
}

#respond p {
	font-size: 12px;
}

#comentario {
	position: relative;
	float: left;
}

#comentario h3{
	margin: 10px 0 10px 0;
}

#comentario a{
	color: #056839;
	text-decoration: none;
}

#comentario a:hover{
	text-decoration: underline;
}

#comentario .children{
	margin-left: 40px;
}

#comentario li{
	margin: 10px 0 10px 0;
}

.reply{
	font-size: 12px;
}

.fn{
	font-weight: bold;
}

.says{
	font-style: italic;
}

.comment-meta{
	font-size: 10px;
}

.comment-body{
	font-size: 12px;
}

ol.lista-roman{
	padding-left: 60px;
}

ol.lista-roman li{
	list-style-type: upper-roman;
}

.piclenselink{
	display: none;
}

#gallery-1 > dl {
float: left;
margin-right: 27px;
}
/***** FOOTER STYLES *****/
#footer{
	position: relative;
	float: left;
	clear: both;
	width: 864px;
	margin: 10px 33px 0 33px;
	background-color: #bfbfbf;
	padding: 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
}

.end{
	color: #056839;
}

.producao{
	float: right;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}