@charset "utf-8";
/* CSS Document */

/*   
Theme Name: Martis de Sá
Theme URI: http://www.martinsdesa.adv.br
Description: Tema especial para Martis de Sá
Author: RAZZ.comunicação+tecnologia
Author URI: http://www.razz.com.br 
Version: 1.0 
. 
Template criado exclusivamente para Martis de Sá / Todos os direitos reservados. 
. 
*/

/* Estrutura do html */

*{
	margin:0;
	padding:0;
	border:none;
	list-style:none;
}
html{
	background:#D7DDD4;
}
body{
	font-family: 'HelveticaRegular', Arial, sans-serif;
	background:#CAD1C5 url(images/bg_site.png) top center repeat-x;
}
#wrapper{
	width:960px;
  margin: 0 auto;
  position: relative;
	background:#cad1c5 url(images/bg_site.png) top center repeat-x;
	padding:0 8px 40px;
	overflow:hidden;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
}

/* Header */

header{
	background:url(images/bg_header.png) left 10px no-repeat;
	padding-left:40px;
	width:920px;
	height:115px;
	display:block;
}
.logo{
	margin-top:27px;
	display:block;
	float:left;
	width:190px;
	height:73px;
}
#search{
	background:url(images/sombra_busca.png) center bottom no-repeat;
	margin-right:10px;
	float:right;
	width:220px;
	height:45px;
}
#search form{
	padding:10px 5px 0;
	background-color:#d5dad1;
	border:solid 3px #bcc6b4;
	border-top:none;
	width:200px;
	height:25px;
	float:right;
}
#search input[type="text"]{
	background-color:#d5dad1;
	float:left;
	width:160px;
	height:20px;
	line-height:20px;
	font-size:12px;
	color:#787f37;
}
#search button{
	background:#d5dad1 url(images/ico_search.png) right top no-repeat;
	float:right;
	width:20px;
	height:20px;
	cursor:pointer;
	text-indent:-9999px;
}
#search button:hover{
	background:#d5dad1 url(images/ico_search.png) right -23px no-repeat;
}

/* Header - nav */

header nav{
	height:50px;
	margin-top:19px;
/*	width:526px; */
	display:block;
	float:right;
	background:url(images/bg_top_menu.png) 0 0 repeat-x;
	position:relative;
	z-index:1;
	clear:right
}
header nav ul li{
	float:left;
	position:relative;
	font-size:12px;
	text-transform:uppercase;
	margin-right:1px;
}
header nav ul li a{
	float:left;
	display:block;
	color:#787F37;
	text-decoration:none;
	height:50px;
	padding:0 11px;
	line-height:50px;
}
header nav ul li a:hover{
	background:url(images/bg_menu.png) 0 0 repeat-x;
}
header nav ul li.current-menu-item, header nav ul li.current-menu-parent, header nav ul li.current-page-ancestor{
	background:url(images/bg_menu.png) 0 0 repeat-x;
}
header nav ul li.sfHover{
	background:url(images/bg_menu.png) 0 0 repeat-x;
}
header nav ul ul {
	position:absolute;
	top:-999em;
	width:196px;
}
header nav ul li li a{
	padding:0 8px;
	float:left;
	background:#DDDFD9;
	color:#787F37;
	font-size:11px;
	display:block;
	width:180px;
	border-bottom:1px solid #C0C7BA;
	text-align:left;
	line-height:36px!important;
	height:36px!important;
}
header nav ul li li a:hover{
	color:#787F37;
	background:#CBD1C6!important;
}
header nav ul li.sfHover ul{
	left:0;
	top:50px;
	z-index:99;
}
header nav ul li:hover li ul, nav#menu ul li.sfHover li ul {
	top:-999em;
}
header nav ul li li:hover ul, nav#menu ul li li.sfHover ul{
	width:196px;
	top:-1px;
}
header nav ul li li:hover li ul, nav#menu ul li li.sfHover li ul {
	top:-999em;
}
header nav ul li li li:hover ul, nav#menu ul li li li.sfHover ul{
	width:196px;
	top:0;
}

/* Index -  Destaque */

#mycarousel{
	width:930px;
	height:300px;
	background:url(images/bg_destaque.png) 0 0 no-repeat;
	margin:0 auto 30px;
	position:relative;
	display:block;
	padding:16px 15px 0;
}
#mycarousel ul li{
	position:relative;
}
.jcarousel-skin .jcarousel-container-horizontal,
.jcarousel-skin .jcarousel-clip-horizontal,
.jcarousel-skin .jcarousel-item  {
	width:930px;
	height:250px;
}
/* Horizontal Buttons */
.jcarousel-skin .jcarousel-next-horizontal {
	position: absolute;
	top: 30px;
	right:25px;
	width: 30px;
	height: 29px;
	cursor: pointer;
	background: transparent url(images/nav_destaque.png) no-repeat 0 -39px;
	z-index:100;
	text-indent:-9000px;
}
.jcarousel-skin .jcarousel-prev-horizontal {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 30px;
	height: 29px;
	cursor: pointer;
	background: transparent url(images/nav_destaque.png) no-repeat 0 0;
	z-index:100;
	text-indent:-9000px;
}
.jcarousel-skin .jcarousel-next-horizontal:hover, .jcarousel-skin .jcarousel-prev-horizontal:hover {
	opacity: .6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;   
}
/* Control */
.jcarousel-skin .jcarousel-control{
	position:relative;
	margin:20px auto;
	z-index:100;
	text-align:center;
	*border:1px solid transparent;
	*margin-top:14px;
}
.jcarousel-skin .jcarousel-control a{
	width:13px;
	height:13px;
	display:inline-block;
	background:url(images/nav_controls.png) no-repeat scroll 0 0;
	margin:0 3px;
	text-indent:-9000px;
}
.jcarousel-skin .jcarousel-control a:hover{
	background-position:0 -23px;
}
.jcarousel-skin .jcarousel-control a.selected-bottom{
	background-position:0 -23px;
}

/* Widget Home */

.widget_home{
	width:230px;
	background:#fff url(images/bg_widget_home.png) 0 bottom no-repeat;
	float:left;
	margin:0 15px;
	padding:30px 30px 50px;
}
.widget_home:hover{
	background:#F0F2EE url(images/bg_widget_home.png) 0 bottom no-repeat;
}
.widget_home h1{
	font-size:17px;
	text-transform:uppercase;
	color:#949B50;
	margin-bottom:14px;
}
.widget_home h3{
	font-size:12px;
	line-height:22px;
	margin-bottom:5px;
}
.widget_home h3 a{
	color:#949B50;
	text-decoration:none;
}
.widget_home h3 a:hover{
	color:#7B8242;
}
.widget_home p{
	font-size:12px;
	line-height:22px;
	color:#666;
}
.widget_home p a{
	color:#666;
	text-decoration:none;
	display:block;
}
.widget_home p a:hover{
	color:#333;
}
span.data{
	color:#aab7a1;
	font-size:11px;
	display:block;
	margin-bottom:15px;
}
span.data a{
	color:#949b50;
	text-decoration:none;
}
span.data a:hover{
	text-decoration:underline;
}
.widget_home ul{
	margin:30px 0 0 20px;
}
.widget_home ul li{
	color:#949B50;
	list-style-type:square;
	font-size:12px;
	list-style-position:inside;
	margin-bottom:6px;
}
.widget_home ul li a{
	text-decoration:none;
	color:#666;
}
.widget_home ul li a:hover{
	color:#333;
}
p a.mais{
	color:#949B50;
	text-decoration:none;
	font-size:12px;
	margin-left:20px;
}
p a.mais:hover{
	color:#7B8242;
}

#content{
	width:960px;
	display:block;
	background:url(images/bg_page.png) center 36px no-repeat;
	overflow:hidden;
}
#content h1.title{
	width:960px;
	height:136px;
	background:url(images/bg_title.png) 0 0 no-repeat;
	padding-top:16px;
	color:#949B50;
	font-size:20px;
	margin-bottom:3px;
}
#content h1.title span{
	width:905px;
	height:100px;
	background:url(images/bg_escritorio.jpg) 0 0 no-repeat;
	display:block;
	margin:0 auto;
	padding-left:25px;
	line-height:100px;
}
#content h1.title span.title_escritorio{
	background:url(images/bg_escritorio.jpg) 0 0 no-repeat;
}
#content h1.title span.title_area{
	background:url(images/bg_area.jpg) 0 0 no-repeat;
}
#content h1.title span.title_profissionais{
	background:url(images/bg_profissionais.jpg) 0 0 no-repeat;
}
#content h1.title span.title_clipping{
	background:url(images/bg_clipping.jpg) 0 0 no-repeat;
	text-transform:uppercase;
}
#content h1.title span.title_contato{
	background:url(images/bg_contato.jpg) 0 0 no-repeat;
	text-transform:uppercase;
}
#content_left{
	width:605px;
	display:block;
	float:left;
	background:#fff url(images/bottom_post.png) 0 bottom no-repeat;
	margin-left:10px;
	padding:30px 30px 40px;
}
#content_full{
	width:880px;
	display:block;
	float:left;
	background:#fff url(images/bottom_full.png) 0 bottom no-repeat;
	margin-left:10px;
	padding:30px 30px 40px;
}
aside{
	width:240px;
	float:right;
	margin-right:10px;
	display:block;
}
section.sidebar{
	width:157px;
	border-bottom:1px solid #B0BCA7;
	margin-bottom:28px;
	padding:7px 75px 10px 8px;
	display:block;
}
section.sidebar article{
	display:block;
	margin-bottom:15px;
}
section.sidebar:hover{
	background-color:#c0cab9;
}
section.s_profissionais{
	background: url(images/ico_profissionais.png) right 0 no-repeat;
}
section.s_contato{
	background: url(images/ico_contato.png) right 0 no-repeat;
}
section.s_clipping{
	background: url(images/ico_clipping.png) right 0 no-repeat;
}
section.s_arquivo{
	background: url(images/ico_arquivo.png) right 0 no-repeat;
}
section.sidebar h2{
	font-size:14px;
	color:#555;
	text-transform:uppercase;
	margin-bottom:8px;
}
section.sidebar h3{
	font-size:12px;
	color:#666;
	line-height:17px;
}
section.sidebar h3 a{
	color:#666;
	text-decoration:none;
	display:block;
}
section.sidebar h3 a:hover{
	color:#333;
}
section.sidebar p{
	font-size:12px;
	color:#666;
	line-height:20px;
}
section.sidebar p a{
	color:#666;
	text-decoration:none;
	display:block;
}
section.sidebar p a:hover{
	color:#333;
}
span.data_widget{
	display:block;
	font-size:12px;
	color:#888;
}
section.sidebar ul li{
	margin-bottom:15px;
	font-size:12px;
	color:#92A882;
}
section.sidebar ul li a{
	color:#666;
	text-decoration:none;
}
section.sidebar ul li a:hover{
	color:#333;
}
a.mais_widget{
	color: #949B50;
	font-size: 12px;
	text-decoration: none;
}
a.mais_widget:hover{
	color: #7B8242;
}
section.tags{
	width:224px;
	border-bottom:1px solid #B0BCA7;
	margin-bottom:28px;
	padding:7px 8px 10px 8px;
	display:block;
}
section.tags:hover{
	background-color:#c0cab9;
}
section.tags h2{
	font-size:14px;
	color:#555;
	text-transform:uppercase;
	margin-bottom:8px;
}
section.tags a{
	color:#666;
	text-decoration:none;
}
section.tags a:hover{
	color:#333;
}

/* Post */

.post h1, .post h2, .post h3, .post h4, .post h5, .post h6{
	color: #949B50;
	margin-bottom:20px;
	line-height:20px
}
.post h1 a, .post h2 a, .post h3 a, .post h4 a, .post h5 a, .post h6 a{
	color: #949B50;
	text-decoration:none;
}
.post h1 a:hover, .post h2 a:hover, .post h3 a:hover, .post h4 a:hover, .post h5 a:hover, .post h6 a:hover{
	text-decoration:underline;
}
.post h1{
	font-size:17px;
}
.post h2{
	font-size:15px;
}
.post h3{
	font-size:14px;
}
.post h4{
	font-size:13px;
}
.post h5{
	font-size:12px;
}
.post h6{
	font-size:11px;
}
.post p{
	color: #666;
	font-size: 12px;
	line-height:20px;
	text-align: justify;
	margin-bottom:20px;
}
.post p a{
	color:#666;
	text-decoration:underline;
}
.post p a:hover{
	color:#333;
}
.post ul li a, .post ol li a{
	color:#666;
	text-decoration:none;
}
.post ul li a:hover, .post ol li a:hover{
	text-decoration:underline;
}
.post ul, .post ol{
	margin:0 0 12px 10px;
}
.post ul li, .post ol li{
	font-size:13px;
	color:#666;
	line-height:19px;
	list-style-position:inside;
}
.post ul li{
	list-style-type:square;
}
.post ol li{
	list-style-type: decimal;
}
.post blockquote {
  padding-left: 15px;
	margin:10px 0 10px 50px;
  border-left: 3px solid #666;
} 
.post img{
	max-width:600px;
}
.post img.alignleft{
	float:left;
	margin:10px 13px 5px 0;
	border:1px solid #E0E5E4;
	padding:4px;
}
.post img.alignright{
	float:right;
	margin:10px 0 5px 18px;
	border:1px solid #E0E5E4;
	padding:4px;
}
.post img.aligncenter {
	margin: 10px auto;
	border:1px solid #E0E5E4;
	padding:4px;
	display:block;
}
.post img.aligncenter:hover, img.alignright:hover, img.alignleft:hover{
	border:1px solid #6AB7A5;
}
.post img.alignnone{
	margin:0 13px 5px 0;
	border:1px solid #E5E5E5;
	padding:4px;
	display:block;
}

.post div.aligncenter p, .post div.alignleft p, .post div.alignright p, .post div.alignnone p{
	color:#666!important;
	font-size:11px!important;
}
.post div.aligncenter{
	margin: 0 auto;
	display:block;
}
.post div.alignleft{
	float:left;
	margin:0 13px 5px 0;
	display:block;
}
.post div.alignright{
	float:right;
	margin:0 0 5px 18px;
	display:block;
}
.post div.aligncenter img, .post div.alignleft img, div.alignright img, div.alignnone img{
	border:1px solid #E5E5E5;
	padding:4px;
	display:block;
	margin-bottom:3px;
}
.post div.aligncenter img:hover, div.alignright img:hover, div.alignleft img:hover{
	border:1px solid #37AAD4;
}
.post span.tags_single{
	font-size:12px;
	color:#AAB7A1;
	display:block;
	margin-bottom:10px;
}
.post span.tags_single a{
	color:#949B50;
	text-decoration:none;
}
.post span.tags_single a:hover{
	text-decoration:underline;
}
h2.title_single{
	margin-bottom:5px!important;
}

/* Galeria */

#gallery-1 .gallery-item{
	width:130px!important;
	margin:8px!important;
}

.gallery img {
    border: 1px solid #CAD1C5 !important;
    padding: 4px !important;
}
.gallery img:hover {
    border: 1px solid #949B50 !important;
}

/* Lista Clipping */

article.lista_clipping{
	display:block;
	background:url(images/border_list.png) 0 bottom repeat-x;
	margin-bottom:25px;
	padding-bottom:20px;
	overflow:hidden;
}
article.lista_clipping h2{
	color:#949b50;
	font-size:15px;
	margin-bottom:5px;
	line-height:18px;
}
article.lista_clipping h2 a{
	color:#949b50;
	text-decoration:none;
}
article.lista_clipping h2 a:hover{
	text-decoration:underline;
}
article.lista_clipping p{
	color:#666;
	font-size:12px;
	line-height: 20px;
	margin-bottom:0;
}
article.lista_clipping p a{
	color:#666;
	text-decoration:none;
	display:block;
}
article.lista_clipping p a:hover{
	text-decoration:underline;
}
article.lista_clipping img{
	float:left;
	border:1px solid #CAD1C5;
	padding:2px;
	margin:0 15px 5px 0;
}
article.lista_clipping img:hover{
	border:1px solid #6AB7A5;
}

/* Lista Profissionais */

article.lista_profissionais{
	display:block;
	background:url(images/border_list.png) 0 bottom repeat-x;
	margin-bottom:25px;
	padding-bottom:20px;
	overflow:hidden;
}
article.lista_profissionais h2{
	color:#949b50;
	font-size:15px;
	margin-bottom:15px;
	line-height:18px;
}
article.lista_profissionais h2 a{
	color:#949b50;
	text-decoration:none;
}
article.lista_profissionais h2 a:hover{
	text-decoration:underline;
}
article.lista_profissionais p{
	color:#666;
	font-size:12px;
	line-height: 20px;
	margin-bottom:0;
}
article.lista_profissionais p a{
	color:#949B50;
	text-decoration:none;
}
article.lista_profissionais p a:hover{
	color:#7B8242;
}
article.lista_profissionais img{
	float:left;
	border:1px solid #CAD1C5;
	padding:2px;
	margin:0 15px 5px 0;
}
article.lista_profissionais img:hover{
	border:1px solid #6AB7A5;
}

/* Contato */

.contato_left{
	width:320px;
	float:left;
}
.contato_right{
	width:247px;
	float:right;
}
.contato_right h2{
	font-size:12px;
	text-transform:uppercase;
	color:#949B50;
	margin-bottom:20px;
}
.contato_right img{
	border:1px solid #CAD1C5;
	padding:2px;
}
.contato_right img:hover{
	border:1px solid #949B50;
}
.contato_right p{
	font-size:12px;
	color:#666;
	margin-bottom:30px;
}
a.link_mapa{
	font-size:11px;
	display:block;
	text-align:right;
	color:#949b50;
	text-decoration:none;
	margin-top:6px;
}
a.link_mapa:hover{
	text-decoration:underline;
}

/* Formulário */

ul.form_contato{
	margin:0!important;
}
ul.form_contato li{
	border-bottom:0;
	padding-bottom:0;
	list-style:none;
	margin-bottom:15px;
	*float:left;
	*width:100%;
}
ul.form_contato label{
	padding-bottom:5px;
	font-size:12px;
	color:#666;
	display:block;
	*float:left;
	*width:100%;
}
ul.form_contato li input[type=text], ul.form_contato li textarea, ul.form_contato li select{
	padding:5px;
	border:1px solid #CAD1C5;
	color:#666;
	display:block;
	width:318px;
	font-size:12px;
}
ul.form_contato li input[type=text]:focus, ul.form_contato li textarea:focus, ul.form_contato li select:focus {
	border:1px solid #949B50;
}
ul.form_contato li textarea{
	padding:10px;
	border:1px solid #CAD1C5;
	font-family: 'HelveticaRegular', Arial, sans-serif;
	width:308px;
	height:100px;
}
ul.form_contato li select{
	width:432px;
}
ul.form_contato li input[type=submit]{
	background: #949B50; 
	background: -moz-linear-gradient(top, #949B50 0%, #7A8135 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949B50), color-stop(100%,#7A8135)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #949B50 0%,#7A8135 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #949B50 0%,#7A8135 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #949B50 0%,#7A8135 100%); /* IE10+ */
	display:inline-block;
	padding:8px 20px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	margin:0;
	cursor:pointer;
}
ul.form_contato li input[type=submit]:hover{
	background: #7A8135; 
	background: -moz-linear-gradient(top, #7A8135 0%, #949B50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7A8135), color-stop(100%,#949B50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7A8135 0%,#949B50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7A8135 0%,#949B50 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7A8135 0%,#949B50 100%); /* IE10+ */
	background: linear-gradient(top, #7A8135 0%,#949B50 100%); /* W3C */
}
span.wpcf7-list-item{
	padding-right:10px;
}
div.wpcf7-response-output {
	margin: 0 0 0 0;
	position:relative;
	color:#E30218;
}
div.wpcf7-mail-sent-ok, div.wpcf7-validation-errors, div.eme-rsvp-message {
	border: 0 none !important;
	font-size: 13px !important;
	margin: 20px 0 0 0!important;
	padding: 12px 10px 12px 40px !important;
	width: 280px !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow:hidden;
	clear:both;
	float:left;
}
div.wpcf7-validation-errors, div.eme-rsvp-message {
	background: url(images/fail.png) no-repeat scroll 10px 10px #EE4949  !important;
	color: #fff !important;
}
div.wpcf7-mail-sent-ok {
	background: url(images/ok.png) no-repeat scroll 10px 10px #D7DDD4  !important;
	color: #666 !important;
}
span.wpcf7-not-valid-tip-no-ajax {
	background: url(images/fail.png) no-repeat scroll 0 0  !important;
	border: 0 !important;
	font-size: 12px !important;
	color: #CE0000 !important;
	left: 0 !important;
	padding: 2px 2px 5px 27px !important;
	position: relative !important;
	top: 3px !important;
	width: 240px !important;
	z-index: 1;
	display:inline-block!important;
}
img.ajax-loader {
	border: none;
	vertical-align: middle;
}

/* Área de Atuação */

article.lista_area ul{
	margin:0 0 20px 0!important;
}
article.lista_area ul li{
	width:266px;
	float:left;
	font-size:14px;
	text-decoration:none;
	list-style-type:square!important;
	list-style-position:inside!important;
	color:#949B50;
	margin-bottom:8px;
	padding-left:36px;
	*background:url(images/type.png) 23px 7px no-repeat;
}
article.lista_area ul li a{
	text-decoration:none;
	color:#949B50;
}
article.lista_area ul li a:hover{
	text-decoration:underline;
}

/* Single */

article.single{
	background: url(images/border_list.png) 0 bottom repeat-x;
	display: block;
	margin-bottom: 25px;
	overflow: hidden;
	padding-bottom: 20px;
}

/* Comentarios */

h2.tt_comentarios{
	width:100%;
	overflow:hidden;
}
p#comments{
	color:#999;
	font-size:12px;
}
ol.commentlist{
	background-color:#F8F9F7;
	margin:0!important
}
ol.commentlist li{
	padding:10px;
	margin-bottom:20px;
	overflow:hidden;
	list-style:none!important;
}
img.avatar{
	border:1px solid #949B50;
	padding:1px;
	margin-right:10px;
}
ol.commentlist cite{
	font-size:13px;
	color:#555;
	font-style:normal;
	border-bottom:1px solid #E0E0E0;
	padding-bottom:2px;
	list-style:none!important;
}
ol.commentlist cite a:hover{
	text-decoration:none!important;
	list-style:none!important;
}
span.says{
	font-size:12px;
	color:#666;
}
#content ol.commentlist p{
	padding:0;
	margin:10px 10px 15px 48px;
	list-style:none!important;
}
#content ol.commentlist .commentmetadata, #content ol.commentlist .comment-meta {
	padding-left:50px;
	list-style-type:none!important;
}
.comment-meta a{
	font-size:11px;
	color:#878686;
	text-decoration:none!important;
	padding-top:4px;
	display:block;
}
.comment-meta a:hover{
	color:#878686!important;
	text-decoration:underline!important;
}
.comment-awaiting-moderation{
	padding-left:50px!important;
	margin:10px 0;
	display:block;
	font-size:15px!important;
	color:#666!important;
}
#content ol.commentlist .comment-body p{
	padding-right:10px;
	list-style:none!important;
}
div.children{
	margin:25px 0 0 50px;
}
ul.children li{
	border-top:1px solid #E0E0E0;
	list-style:none!important;
	padding:10px 0 0;
}
span.date{
	font-size:11px;
	display:block;
	text-align:left;
	color:#BCBCBC;
	margin-left:50px;
}
div.reply{
	font-size:11px;
	margin-left:50px;
}
div.reply a{
	text-decoration:none!important;
	color:#777;
	padding:0 0 8px 0;
	margin-top:8px;
	display:block;
	text-align:right;
}
div.reply a:hover{
	text-decoration:underline!important;
}
#commentform ul li {
	margin-bottom:10px;
	list-style:none!important;
}
#commentform li {
	margin-bottom:10px;
	list-style:none!important;
}
#commentform label {
	padding-bottom:5px;
	font-size:12px;
	color:#666;
	display:block;
	*float:left;
	*width:100%;
}
#commentform label small{
	color: #666;
	font-size: 11px;
}
#commentform input[type=text], #commentform textarea {
	padding:5px;
	border:1px solid #CAD1C5;
	color:#666;
	display:block;
	width:318px;
	font-size:12px;
	font-family: 'HelveticaRegular', Arial, sans-serif;
}
#commentform textarea {
	height:100px;
}
#commentform input[type=text]:focus, #commentform textarea:focus, ul.form_coment textarea:focus {
	border:1px solid #949B50;
}
#commentform input[type=submit].formbutton{
	background: #949B50; 
	background: -moz-linear-gradient(top, #949B50 0%, #7A8135 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#949B50), color-stop(100%,#7A8135)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #949B50 0%,#7A8135 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #949B50 0%,#7A8135 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #949B50 0%,#7A8135 100%); /* IE10+ */
	display:inline-block;
	padding:8px 20px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	margin:0;
	cursor:pointer;
}
#commentform input[type=submit].formbutton:hover{
	background: #7A8135; 
	background: -moz-linear-gradient(top, #7A8135 0%, #949B50 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7A8135), color-stop(100%,#949B50)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #7A8135 0%,#949B50 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #7A8135 0%,#949B50 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #7A8135 0%,#949B50 100%); /* IE10+ */
	background: linear-gradient(top, #7A8135 0%,#949B50 100%); /* W3C */
}
#content p.comentes{
	text-decoration:none;
	color:#777;
	padding:0 0 8px 24px;
	margin-left:15px;
	display:block;
	font-size:11px;
}

/* Footer */

footer{
	display:block;
	background:#D7DDD4 url(images/bg_footer.png) repeat-x;
	padding-bottom:20px;
	position:relative;
	width:100%;
}
#wrapper_footer{
	width:960px;
  margin: 0 auto;
	padding:0 8px;
	background:#D7DDD4 url(images/bg_footer.png) repeat-x;
}
footer nav{
	height:48px;
	display:block;
	text-align:center;
}
footer nav ul li{
	display:inline;
	line-height:48px;
	font-size:12px;
	text-transform:uppercase;
}
footer nav ul li a{
	color:#838A40;
	text-decoration:none;
	padding:0 8px;
}
footer nav ul li a:hover{
	text-decoration:underline;
}
#copy{
	width:540px;
	float:left;
	display:block;
	margin:22px 0 0 10px;
}
#copy p{
	font-size:11px;
	color:#7E817C;
}
a.razz{
	width:22px;
	height:22px;
	background:url(images/logo_razz.png) 0 0 no-repeat;
	display:block;
	text-indent:-9000px;
	margin-top:8px;
}
address#end_footer{
	width:390px;
	float:right;
	margin:22px 10px 0 0;
	color:#555;
	font-size:11px;
	font-style:normal;
	text-align:right;
}

/* 404 */

.notfound{
	min-height:294px;
}

/* Share */

.share{
	display:block;
	margin:10px 0 5px;
	width:100%;
	overflow:hidden;
	float:left;
}
.share span{
	float:left;
}

/* paginav */

.wp-pagenavi{
	clear: both!important;
	display:block!important;
	padding:20px 0!important;
	font-size:12px!important;
}
.wp-pagenavi span.pages{
	margin-right:10px!important;
	border:none!important;
	font-size:12px!important;
	color:#949B50!important;
}
.wp-pagenavi a{
	padding:3px 6px!important;
	margin:0 3px!important;
	background-color:#D7DDD4!important;
	border:1px solid #dadada!important;
	color:#555!important;
	text-decoration:none!important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	padding:3px 6px!important;
	margin:0 3px!important;
	background-color:#949B50!important;
	border:1px solid #B4BA7A!important;
	color:#fff!important;
}

/* Nav Post */

.nav_post h2{
	margin-bottom: 15px!important;
}
.nav_post{
	margin-bottom: 30px;
	overflow: hidden;
	padding-top: 3px;
	width: 100%;
}
.nav_post span{
	width: 100%;
	display:block;
	margin-bottom:10px;
	color:#666;
	font-size:12px;
}
.nav_post a{
	text-decoration:none;
	color:#666;
}
.nav_post a:hover{
	text-decoration:underline;
	color:#666;
}

/* Gerais */

.clear {
	clear: both
}
.block {
	display: block;
}
.block_item {
    display: block !important;
}
.none{
	display:none;
}
:focus{
	outline:0;
}
.to_left {
	float: left;
}
.to_right {
	float: right;
}
.no_margin{
	margin:0;
}