


/* general */
body{
	background: url(assets/images/fundo2.jpg) no-repeat top center;
	color:#5f5f5f;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
body.home{
	background:#fffff url(assets/images/fundo.jpg) no-repeat top center;
	}	
.seta{
	padding-left:35px;
	background:url(assets/images/seta.png) no-repeat;
	}
.more{
	font-size:20px;
	color:#8d0100;
	}
a.color{ color:#000; }
a.color:hover, a.more:hover{ color:#2A2A2A !important; }
		 		
.padding_b_15{ padding-bottom:15px; }
.padding_b_20{ padding-bottom:20px; }


/* typography */
p{ 
	padding-bottom:20px;
	line-height:18px;
 	}
a{
	text-decoration:none;
	outline:none;
	}
a:hover{
	color:#8d0100;
	}	
	
h1, h2, h3, h4, h5, h6, .menu a, .font, #searchform label, .more, .publish_date{ 
	font-family: Arial;
	}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color:#000;
	letter-spacing:-1px;
	}
h1{ font-size:52px; }
h2{ font-size:46px; letter-spacing:-2px; padding-bottom:20px;}	
h3{ font-size:32px; padding-bottom:20px;}	
h4{ font-size:24px; }	
h5{ font-size:18px; }	
h6{ font-size:14px; }
.font_size_14{ 
	font-size:14px; 
	line-height:20px; 
	}
.font_size_52{
	font-size:52px;
	letter-spacing:-4px;
	}		

img.alignright {float:right; margin:0 0 1em 1em; -moz-border-radius: 4px;
	border-radius: 4px;}
img.alignleft {float:left; margin:0 1em 1em 0; -moz-border-radius: 4px;
	border-radius: 4px;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; -moz-border-radius: 4px;
	border-radius: 4px;}
a img.alignright {float:right; margin:0 0 1em 1em; -moz-border-radius: 4px;
	border-radius: 4px;}
a img.alignleft {float:left; margin:0 1em 1em 0; -moz-border-radius: 4px;
	border-radius: 4px;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto; -moz-border-radius: 4px;
	border-radius: 4px; }
strong {
	font-weight: bold;
}	
/* header */
#header {
	padding-top:10px;
	}
#header h1{
	font-size:26px;
	line-height:30px;
	float:left;
	}
#header h3{
	font-size:14px;
	color:#5f5f5f;
	padding-left:15px;
	padding-bottom:0;
	margin-left:15px;
	border-left:solid 1px #b3a889;
	line-height:30px;
	float:left;
	}
/*--MENUNOVO */
#header .menu{
	clear:both;
	margin-top:-10px;
	border-radius: 4px;
	float:left;
  	-webkit-border-radius: 5px 5px 0 0;
  	background: #fcfaf5;
  	background: -moz-linear-gradient(top, #FFFFF 0%, #fcfaf5a 100%);
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFF), color-stop(100%, #fcfaf5a));
  	background: -webkit-linear-gradient(top, #FFFFF 0%, #fcfaf5a 100%);
  	background: -o-linear-gradient(top, #fFFFFF 0%, #fcfaf5a 100%);
  	background: -ms-linear-gradient(top, #FFFFF 0%, #fcfaf5a 100%);
  	background: linear-gradient(to bottom, #FFFFF 0%, #fcfaf5a 100%);
  	border-bottom: 2px solid #8D0100;
	}	
#header .menu li{
	float:left;
	position:relative;
	}	
#header .menu li a{

  color: #8D0100;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
	}
#header .menu li a:hover, #header .menu li.hover a{
	background:#8D0100;
	color:#fff;

	}
#header .sub-menu{
	display:none;
	
	position:absolute;
	z-index:999;
	top:100%;
	padding-top:5px;
	margin-top:-5px;
	background:#8D0100;
	-moz-border-radius: 0px;
	border-radius: 0px;	
	width:150px;
	padding:0px;	
}
#header .sub-menu .sub-menu{
	top:0;
	left:100%;
	margin-left:2px;
	padding:0px;
	}	
#header .sub-menu li{
	float:none;
}
#header .sub-menu li a, #header .sub-menu li.hover .sub-menu a{
	font-size:12px;
	color:#8D0100;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background:#8D0100;	
	width:150px;

}
#header .sub-menu li a:hover, #header .sub-menu li .sub-menu a:hover{
	background:#c10706;
	color:#fff;
}
	/*--FIMMENOVO */	
	
#header #searchform{
	position:absolute;
	top:-180px;
	right:-695px;
	width: 569px;
	}	
#header #searchform label{
	font-size:16px;
	}	
#header #searchform #s{
	border:none;
	width:350px;
	line-height:20px;
	font-size:14px;
	padding:7px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	
	}	
#header #searchform .submit{
	font: bold 12px/24px arial, helvetica, sans-aerif;
	padding:0px;
	text-decoration: none;
	text-align:center;
	position:absolute;
	top:1px;
	right:152px;
	background: #666 url('assets/images/hover-magnify.png')
 no-repeat center center;
	width:49px;
	height:32px;
	border:0px;
	-moz-border-radius: 4px;
	border-radius: 4px;

	}
#header .social{
	position:absolute;
	top:-176px;
	right:-608px;
	}				
	
/* slider */
#slider_wrap{
	padding-top:35px;
	padding-bottom:35px;
	}
	
	
.container{
	width: 600px;
	height: 222px;
	position:absolute;
	top:-130px;
	right:500px;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 20px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: 700;
	font-style: normal;
	font-size: 30px;
	padding: 0px 0px 5px 0px;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h1 span{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20px;
	display: block;
	font-weight: 400;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.freshdesignweb-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(0, 0, 0, 0.05);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.freshdesignweb-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.freshdesignweb-top a:hover{
	background: #fff;
}
.freshdesignweb-top span.right{
	float: right;
}
.freshdesignweb-top span.right a{
	float: left;
	display: block;
}
.freshdesignweb-demos{
    text-align:center;
	display: block;
	line-height: 30px;
	padding: 20px 0px;
}
.freshdesignweb-demos a{
    display: inline-block;
	margin: 0px 4px;
	padding: 0px 4px;
	color: #fff;
	line-height: 20px;	
	font-style: italic;
	font-size: 13px;
	border-radius: 3px;
	background: rgba(41,77,95,0.1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.freshdesignweb-demos a:hover{
	background: rgba(41,77,95,0.3);
}
.freshdesignweb-demos a.current,
.freshdesignweb-demos a.current:hover{
	background: rgba(41,77,95,0.3);
}
	
/* portifolio */	
#portifolio{
	padding-bottom:35px;
	border-bottom:dashed 1px #b3a889;
	margin-bottom:35px;
	}
.details h5{
	color:#D2802D;
	padding:10px;
	}
.details p{
	color:#fff;
	padding:0 10px 0 10px;
	}	
/* destaques */	
#destaques1{
	
	padding-bottom:35px;
	border-bottom:dashed 1px #b3a889;
	margin-bottom:35px;
	margin-top:10px;
	margin-left:620px;
	width: 280px;
	height: 310px;
	}	
/* destaques */	
#destaques{
	padding-bottom:35px;
	border-bottom:dashed 1px #b3a889;
	margin-bottom:35px;
	margin-top:0px;
	}
	
	
	#redes{
	padding-bottom:35px;
	border-bottom:dashed 1px #b3a889;
	margin-bottom:35px;
	margin-top:0px;
	}
	
/* content */
#content{
	padding:35px 0 30px 0;
	}	
#content .header_image{
	padding-bottom:35px;
	}
	
/* loop */
.loop .section_title{
	font-size:52px;
	letter-spacing:-3px;
	padding-bottom:30px;
	border-bottom:solid 3px #333;
	margin-bottom:30px;
	}
.meta { 
	height:40px;
	}			
.meta .publish_date{
	font-size:16px;
	color:#000;
	}	
.meta a{
	color:#8d0100;
	}	
.meta .terms, .meta .author, .meta .comments_link{
	float:left;
	margin-right:15px;
	}
.post{
	padding-bottom:30px;
	border-bottom:solid 3px #8d0100;
	margin-bottom:30px;
	} 	
.post .entry a{
	color:#8d0100;
	}		
.post .entry h2, .post .entry h2 a{
	color:#2a2a2a;
	font-size:32px;
	}
.post .entry h2 a:hover{
	color:#8d0100;
	}
	
/* page */	
.page .meta{
	display:none
	}
.page .post .entry .single_title{
	font-size:52px;
	letter-spacing:-3px;
	}	
.page .post{
	padding-bottom:0;
	border:none;
	}
	
	
	
/* category servicos */
body.category-servicos .meta{
	display:none;
}

/* post type portifolio */
.loop_portifolio .grid_3{
	margin-bottom:25px;
	position:relative;
	overflow:hidden;
}
.loop_portifolio .grid_3 a{
	color:#fff;
}
.loop_portifolio .grid_3 p{
	padding:10px 5px 10px 5px;
	background:#000;
	opacity:0.6;
	position:absolute;
	bottom:7px;
	left:5px;
	color:#fff;
	width:190px;
	text-align:center;
	-moz-border-radius: 4px;
	border-radius: 4px;
}		
	
/* comments */
h3#reply-title, h2#comments{
	font-size:26px;
	color:#8d0100;
	}
.respond label{ 
	display:block;
	}		
.respond input, .respond textarea{ 
	border:none;
	padding:4px;
	font-size:14px;
	}
.respond .required{
	display:none;
	}
.respond #submit, .frm_forms .submit input{
	color:#fff;
	background:#8d0100;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:8px;
	cursor:pointer;
	border:none;
	font-size:14px;
	}
.commentlist{
	padding-bottom:30px;
	}
.commentlist li{
	padding:15px;
	background:#e6e2d8;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.commentlist li a{
	color:#6BA1B4;
	}
.commentlist li{
	margin-bottom:15px;
	}	
.comment-author img {
	border:solid 2px #fff;
	float:right;
	}	
	
/* formidable forms */
.frm_forms label{
	display:block;
	color:#8d0100;
	}	
.frm_forms .form-field{
	padding-bottom:15px;
	}	
.frm_forms .text{
	border:none;
	padding:5px;
	font-size:12px;
	width:345px;
	}	
.frm_forms .text.auto_width{
	width:auto;
	}
.frm_forms .textarea{
	padding:5px;
	border:none;
	width:100%;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	}										
	
/* pagination */
.posts_pagination{
	height:25px;
	}
.posts_pagination a, .posts_pagination span{
	display:block;
	float:left;
	padding:4px 6px 4px 6px;
	margin-right:3px;
	font-size:16px;
	background:#fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	}
.posts_pagination a{ 
	color:#fff;
	background:#D2802D;
	}				
.posts_pagination a:hover{ 
	color:#8d0100;
	background:#fff;
	}
		
/* sidebar */
#sidebar{
	background:#fff;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:15px;
	}
#sidebar h3{
	font-size:22px;
	line-height:30px;
	padding-bottom:10px;
	
	}	
#sidebar a{
	color:#666666;
	font-size:16px;
	}	
#sidebar a:hover{
	color:#8d0100;
	font-size:16px;
	}
#sidebar li{
	padding-bottom:5px;
	}
#sidebar .widget{
	padding-bottom:20px;
	}					
	
/* footer */
#footer{
	padding-bottom:35px;
	color:#fff;
	font-size:14px;
	}
#footer .footer_wrap{
	background:#d2802d url(assets/images/background-footer.jpg) repeat-x;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:30px 0 30px 0;
	}
#footer .menu{
	background:none;
	padding:30px 0 0 0;
	height:45px;
	}
#footer .menu li {
	float:left;
	}	
#footer .menu li a{
	color:#5F5F5F;
	font-size:14px;
	padding-right:20px
	}					
#footer .menu li a:hover{
	color:#8d0100;
	}
#footer h4{
	padding-bottom:10px;
	}		
#footer h4, #footer a{
	color:#fff;
	}
#footer a:hover{
	color:#8d0100;
	}	
#footer .entry{
	padding-left:30px;
	}
#footer .sub-menu{
	display:none !important;
	}				
	
/* social icons */
.social li {display:block; float:left; margin-right:3px; background:none !important;}
.social a {background:url('assets/images/social.png') no-repeat; display:block; text-indent:-9999px}
.social a {height:26px; width:25px; opacity:0.5; }
.social a:hover {height:26px; width:25px; opacity:0.7; }
.social a.twitter {background-position: 0 0;}
.social a.facebook {background-position: 0 -26px;}
.social a.myspace {background-position: 0 -52px;}
.social a.linkedin {background-position: 0 -78px;}
.social a.vimeo {background-position: 0 -104px;}
.social a.youtube {background-position: 0 -130px;}
.social a.feed {background-position: 0 -156px;}
.social a.apple {background-position: 0 -182px;}
.social a.wordpress {background-position: 0 -208px;}
.social a.download {background-position: 0 -233px;}
.social a.flikr {background-position: 0 -259px;}			
