


/* Arquivo erro.css */
.msg.alert {
	background-color: #FDF9EC;
}

.msg {
	border: 1px solid #D8D8D8;
	font-family: arial, georgia, sans-serif !important;
	font-size: 16px !important;
	font-style: normal !important;
	font-variant: normal !important;
	line-height: normal !important;
	margin: 15px 0 25px;
	overflow: hidden;
	padding: 10px;
}

#m_notfound {
	background-color: #FFFFFF;
	border: 1px solid #D8D8D8;
	font-size: 1.1em;
	padding: 20px 30px;
}

#m_notfound ul li {
	font-size: 1.3em;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 0 20px;
}

.msg.alert .detail {
	font-size: 12px !important;
	padding: 20px 0;
}

.sucesso {
	background-color: #EFF8DC;
	background-image: url("/img/sucess.png");
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 1px solid #4BC245;
	font-size: 15px;
	margin-top: 41px;
	min-height:55px;
	padding: 15px 10px 15px 114px;
}

.erro {
	background-color: #FFA4A4;
	background-image: url(/img/error.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 1px solid #C54343;
	font-size: 15px;
	margin-top: 41px;
	padding: 15px 10px 15px 70px;
}

.alerta {
	background-color: #F0ECB3;
	background-image: url(/img/alert.png);
	background-position: 8px center;
	background-repeat: no-repeat;
	border: 1px solid #D7D231;
	font-size: 15px;
	margin-top: 41px;
	padding: 15px 10px 15px 90px;
}


/* Arquivo style.css */
/*------------------------------------------------*/
/*-----------------[RESET]------------------------*/
/*------------------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend
	{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/
body {
	line-height: 18px;
	font-family: 'Droid Sans', Arial, sans-serif;
	font-size: 12px;
	color: #222222;
	text-shadow: 1px 1px 1px #ffffff;
	background: #131a26 url(/img/footer-bottom-bg.png) repeat-x;
}

a {
	text-decoration: none;
	color: #00b7f3;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.ui-tabs-hide {
	display: none;
}

br.clear {
	margin: 0px;
	padding: 0px;
}

h1,h2,h3,h4,h5,h6 {
	padding-bottom: 5px;
	color: #808080;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Arial, Serif;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color: #808080;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 16px;
}

h6 {
	font-size: 14px;
}

p {
	padding-bottom: 10px; /*line-height: 24px;*/
}

strong {
	font-weight: bold;
	color: #1c1c1c;
}

cite,em,i {
	font-style: italic;
}

pre,code {
	font-family: Courier New, monospace;
	margin-bottom: 10px;
}

ins {
	text-decoration: none;
}

sup,sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 0.8em;
}

sub {
	top: 0.3em;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

blockquote {
	margin: 1.5em;
	padding: 1em;
	color: #666666;
	background: #e6e6e6;
	font-style: italic;
	border: 1px solid #dcdcdc;
}

blockquote p {
	padding-bottom: 0px;
}

input[type=text],input.text,input.title,textarea,select {
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}

input[type=text]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus
	{
	border-color: #2D3940;
	color: #3e3e3e;
}

input[type=text],input.text,input.title,textarea,select {
	margin: 0.5em 0;
}

textarea {
	padding: 4px;
}

img#about-image {
	float: left;
	margin: 3px 8px 8px 0px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
	zoom: 1;
} /* IE7 */
input[type="text"],input[type="password"],input.text,input.title,textarea,select
	{
	background-color: #fff;
	border: 1px solid #bbb;
	padding: 2px;
	color: #4e4e4e;
}

input[type="text"]:focus,input[type="password"]:focus,input.text:focus,input.title:focus,textarea:focus,select:focus
	{
	border-color: #969696;
	color: #3e3e3e;
}

input[type="text"],input[type="password"],input.text,input.title,textarea,select
	{
	margin: 0;
	font-size: 14pt;
}

input[type="submit"] {
	padding: 7px 20px;
	font-size: 15px;
	font-weight: bold;
}

textarea {
	padding: 4px;
}

/*------------------------------------------------*/
/*---------------[MAIN LAYOUT INFO]---------------*/
/*------------------------------------------------*/
#top {
	background: url(/img/top-bg.png) repeat-x;
}

#top-center {
	background: url(/img/top-center-bg.jpg) no-repeat center 5px;
}

#top-bottom {
	background: url(/img/top-bottom-bg.png) repeat-x bottom center;
}

#top-bottom .container {
	height: 560px;
}

.index #top-bottom .container {
	height: auto;
}

.index #top-bottom,.index .container {
	background: none !important;
}

#top .container {
	background: url(/img/top-container-bg.png) no-repeat bottom left;
}

#header {
	padding-top: 35px;
}

#header {
	
}

#logo {
	float: left;
	display: block; margin-right : 16px;
	background-image: url("/img/logo.png");
	width: 326px;
	height: 75px;
	margin-right: 16px;
}

#logo span {
	font-size: 72px;
	display: none;
}

#menu {
	float: right;
	background: url(/img/left-menu-bg.png) no-repeat top left;
	padding-left: 12px;
	height: 48px;
	margin-top: 8px;
}

#menu-right {
	background: url(/img/right-menu-bg.png) no-repeat top right;
	padding-right: 12px;
	height: 48px;
}

#menu-content {
	background: url(/img/content-menu-bg.png) repeat-x;
	height: 48px;
}

#top-buttons {
	position: absolute;
	bottom: -29px;
	left: 27%;
	z-index: 8;
}

#top-buttons a {
	text-decoration: none;
}

#top-buttons a.button {
	background: url(/img/featured_button.png) no-repeat right bottom;
	color: #ffffff;
	font-family: arial, serif;
	display: block;
	font-size: 30px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	height: 56px;
	line-height: 53px;
	padding-right: 8px;
	float: left;
	margin-right: 9px;
}

#top-buttons a.button span {
	background: url(/img/featured_button.png) no-repeat;
	display: block;
	height: 56px;
	padding-left: 22px;
	padding-right: 14px;
}

.nolandscape #top-bottom,.nolandscape .container {
	background: none !important;
}

.nolandscape #top-bottom .container {
	height: auto !important;
}

.nolandscape #featured {
	padding-bottom: 30px;
}

.nofeatured #header {
	padding-bottom: 35px;
}

#main-area {
	background: url(/img/main-area-bg.png) top right;
	border-top: 1px solid #fff;
}

#main-top-shadow {
	background: url(/img/main-top-shadow.png) repeat-x top right;
}

.container {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.home #main-top-shadow .container {
	padding: 85px 0 0;
}

.service {
	float: left;
	width: 265px;
	margin-right: 80px;
	margin-bottom: 60px;
}

#main-area .last {
	margin-right: 0;
}

.service h3.title {
	font-size: 24px;
	color: #758b8d;
	text-shadow: 1px 1px 1px #ffffff;
	padding-bottom: 15px;
}

.thumb {
	display: block;
	float: left;
	position: relative;
	margin-right: 18px;
	margin-bottom: 10px;
}

.item-image {
	margin-top: 6px;
	margin-left: 6px;
}

.thumb span.overlay {
	background: url(/img/box-overlay.png) no-repeat;
	display: block;
	height: 68px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 68px;
}

.thumbGalery {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.thumbGalery span.overlay {
	background: url(/img/thumb-galery-image-overlay.png) no-repeat;
	display: block;
	height: 109px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 194px;
}

.thumbGalery span.zoom-icon {
	display: block;
	background: url(/img/zoom-icon.png) no-repeat;
	width: 61px;
	height: 61px;
	position: absolute;
	top: 27px;
	left: 63px;
}



.thumbGaleryList {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.thumbGaleryList span.overlay {
	background: url(/img/thumb-galery-list-overlay.png) no-repeat;
	display: block;
	height: 168px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 300px;
}

.thumbGaleryList span.more-icon {
	background: url("/img/readmore-icon.png") no-repeat;
	left: 115px;
	top: 60px;
	display: block;
	width: 61px;
	height: 61px;
	position: absolute;
}



.thumbPontosList {
	display: block;
	float: left;
	position: relative;
	margin-bottom: 10px;
}

.thumbPontosList span.overlay {
	background: url(/img/thumb-pontos-list-overlay.png) no-repeat;
	display: block;
	height: 120px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 160px;
}
.thumbPontosList span.more-icon {
	background: url("/img/readmore-icon.png") no-repeat;
	left: 48px;
	top: 31px;
	display: block;
	width: 160px;
	height: 120px;
	position: absolute;
}


.service a.readmore {
	background: url(/img/readmore.png) no-repeat right bottom;
	color: #7e9294;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 25px;
	padding-right: 10px;
	text-shadow: 1px 1px 1px #ffffff;
	display: block;
	float: right;
}

.service a.readmore span {
	background: url(/img/readmore.png) no-repeat;
	display: block;
	height: 24px;
	padding-left: 10px;
}

#recent-projects {
	background: url(/img/left-projects-bg.png) no-repeat top left;
	padding-left: 24px;
	height: 115px;
	padding-bottom: 60px;
}

#recent-projects-right {
	background: url(/img/right-projects-bg.png) no-repeat top right;
	padding-right: 24px;
	height: 115px;
}

#recent-projects-content {
	background: url(/img/content-projects-bg.png) repeat-x;
	height: 115px;
}

.project {
	display: block;
	float: left;
	position: relative;
	margin-right: 11px;
	margin-left: 18px;
	margin-top: 15px;
	width: 152px;
	height: 84px;
}

.project-image {
	margin-top: 6px;
	margin-left: 6px;
}

span.project-overlay {
	background: url(/img/project-overlay.png) no-repeat;
	display: block;
	height: 84px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 152px;
}

.project span.more-icon {
	display: block;
	background: url("/img/readmore-icon.png") no-repeat;
	width: 61px;
	height: 61px;
	position: absolute;
	top: 12px;
	left: 46px;
}

#call-to-action p {
	font-family: arial, serif;
	font-size: 24px;
	color: #979797;
	text-align: center;
	padding-bottom: 26px;
	padding-top: 0px;
}

span#down-arrow {
	background: url(/img/down-arrow.png) no-repeat;
	display: block;
	height: 16px;
	width: 33px;
	position: absolute;
	left: 49%;
}

#top .nobg {
	background: none;
}

#category-name {
	padding-bottom: 30px;
	padding-top: 60px;
}

h1.category-title {
	font-size: 48px;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	padding-bottom: 10px;
}

p.description {
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #778292;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

p.description a {
	color: #778292;
	text-decoration: none;
}

p.description a:hover {
	color: #fff;
	text-decoration: none;
}

#breadcrumbs {
	font-size: 12px;
	padding-top: 27px;
	color: #758b8d;
	text-shadow: 1px 1px 1px #ffffff;
}

#breadcrumbs a {
	color: #b0afaf;
}

#breadcrumbs a:hover {
	color: #111;
	text-decoration: none;
}

#breadcrumbs .raquo {
	color: #b0afaf;
}

#content-area {
	background: url(/img/content-area.png) repeat-y 653px 0px;
	padding: 0 0 40px 0;
}

#left-area {
	width: 660px;
	float: left;
}

#sidebar {
	width: 293px;
	float: left;
}

.post {
	padding: 0px 40px 50px 0px;
}

.post p {
	line-height: 21px;
}

.shared {
	padding-top: 40px;
}

.post-thumbnail {
	display: block;
	float: left;
	position: relative;
	margin-right: 34px;
	width: 212px;
	height: 212px;
}

.post-thumb {
	margin-top: 6px;
	margin-left: 6px;
}

span.post-overlay {
	background: url(/img/post-overlay.png) no-repeat;
	display: block;
	height: 212px;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 212px;
}

h2.title {
	font-size: 30px;
	text-shadow: 1px 1px 1px #ffffff;
	padding-bottom: 10px;
}

h2.title a {
	color: #758b8d;
	text-decoration: none;
}

.post p.meta-info {
	padding-bottom: 14px;
	font-style: italic;
	font-family: Georgia, serif;
	font-size: 12px;
	color: #a2a2a2;
	text-shadow: 1px 1px 1px #ffffff;
}

.post p.meta-info a {
	color: #797979;
	text-decoration: none;
}

.post p.meta-info a:hover {
	color: #000;
}

a.readmore {
	background: url(/img/readmore.png) no-repeat right bottom;
	color: #7e9294 !important;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 25px;
	padding-right: 10px;
	text-shadow: 1px 1px 1px #ffffff !important;
	display: block;
	float: right;
	font-family: 'Droid Sans', Arial, sans-serif;
}

a.readmore span {
	background: url(/img/readmore.png) no-repeat;
	display: block;
	height: 24px;
	padding-left: 10px;
}

a.readmore:hover {
	color: #111 !important;
}

#content-top {
	background: url(/img/content-area-top.png) no-repeat 653px 0;
	padding-top: 20px;
}

.fullwidth #content-area,.fullwidth #content-top {
	background: none;
}

.fullwidth #left-area {
	width: 960px;
}

.fullwidth #comment-wrap {
	background: none;
	padding-top: 5px;
}

.post ul,.comment-content ul {
	list-style-type: disc;
	padding: 10px 0px 10px 20px;
}

.post ol,.comment-content ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 10px 0px 10px 2px;
}

.post ul li ul,.post ul li ol,.comment-content ul li ul,.comment-content ul li ol
	{
	padding: 2px 0px 2px 20px;
}

.post ol li ul,.post ol li ol,.comment-content ol li ul,.comment-content ol li ol
	{
	padding: 2px 0px 2px 35px;
}

.imageleft {
	margin-right: 20px;
	margin-bottom: 10px;
	float: left;
}



.imageright {
	margin-left: 20px;
	margin-bottom: 10px;
	float: right;
}

.galeria {
	padding: 10px 10px 0 0;
	float: left;
	width: 194px;
}

.galeriaLista {
	float: left;
	padding: 0 10px 10px 0;
	width: 300px;
}

/*------------------------------------------------*/
/*--------------[FEATURED SLIDER]-----------------*/
/*------------------------------------------------*/
#featured {
	padding: 0 80px;
	margin-top: 72px;
	position: relative;
}

.slide h1.title {
	font-size: 36px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	font-style: normal;
	padding-bottom: 8px;
	color: #ffffff;
}

.slide .description {
	float: right;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	width: 434px;
	font-size: 21px;
	font-family: Georgia, serif;
	font-style: italic;
	color: #778292;
	padding-top: 54px;
}

#featured .description-center .description {
	float: none;
	text-align: center;
	width: 100%;
}

#featured_content,#featured_content .slide {
	width: 800px;
}

.pngimage .description {
	width: 410px !important;
}

/*------------------------------------------------*/
/*---------------[DROPDOWN MENU]------------------*/
/*------------------------------------------------*/
ul#top-menu li {
	margin-right: 9px;
	margin-left: 9px;
	padding-top: 15px;
}

ul#top-menu a {
	font-size: 12px;
	color: #292929;
	text-decoration: none;
	text-shadow: 1px 1px 0px #ffffff;
}

ul#top-menu a:hover {
	color: #000;
}

ul#top-menu>li.current_page_item>a {
	color: #9e9d9d !important;
	font-style: italic;
	font-family: Georgia, serif;
}

ul#top-menu ul {
	background: url(/img/dropdown.png) no-repeat bottom left;
	width: 198px;
	top: 42px !important;
	border-top: 2px solid #CDCDCD;
	display: none;
	padding: 3px 0 14px 0;
	z-index: 9999;
}

ul#top-menu ul li {
	margin: 9px 0;
	padding: 0 10px 0 18px;
}

ul#top-menu ul li a {
	background: url(/img/menu-bullet.png) no-repeat 0 7px;
	padding-left: 9px;
	width: 160px;
}

ul#top-menu ul ul {
	border-top: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 15px;
}

ul#top-menu li:hover ul ul,ul#top-menu li.sfHover ul ul {
	top: -10px !important;
	left: 193px !important;
}

/*------------------------------------------------*/
/*---------------------[FOOTER]-------------------*/
/*------------------------------------------------*/
#footer {
	background: #151b25 url(/img/footer-main-bg.png) repeat-x;
}

#footer-content {
	background: url(/img/footer-pattern.png);
}

#footer-top {
	background: url(/img/footer-top-bg.png) repeat-x;
}

#footer-widgets {
	padding-top: 80px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
	color: #aebdd1;
}

.footer-widget {
	width: 266px;
	margin-right: 80px;
	float: left;
	margin-bottom: 60px;
}

.last {
	margin-right: 0px;
}

h4.widgettitle {
	font-size: 24px;
	color: #ffffff;
	padding-bottom: 24px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}

#footer-logo {
	margin-top: -14px;
}

#footer-logo span {
	padding-left: 15px;
	color: #ffffff;
	font-style: italic;
	font-family: Georgia, serif;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
	font-size: 11px;
}

.footer-widget .thumb {
	display: block;
	float: left;
	position: relative;
	margin-top: 6px;
	margin-right: 18px;
	margin-bottom: 11px;
}

.footer-widget p {
	line-height: 21px;
}

.footer-widget a {
	color: #aebdd1;
}

.footer-widget a:hover {
	color: #ffffff;
	text-decoration: none;
}

.footer-widget ul {
	margin-bottom: 8px;
}

.footer-widget ul ul {
	margin-bottom: 0;
}

.footer-widget ul li {
	background: url(/img/footer-bullet.png) no-repeat 0 7px;
	padding: 0px 0 10px 13px;
}

.footer-widget ul li ul {
	margin: 0 0 -3px;
	padding: 5px 0 0 7px;
}

#footer-bottom {
	clear: both;
	padding-bottom: 16px;
	padding-top: 26px;
	background: #131a26 url(/img/footer-bottom-bg.png) repeat-x;
	border-top: 1px solid #2c333e;
}

ul.bottom-nav li {
	float: left;
	font-size: 12px;
	padding-right: 19px;
}

ul.bottom-nav li a {
	color: #aebdd1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

ul.bottom-nav>li.current_page_item>a {
	color: #ffffff;
	font-style: italic;
	font-family: Georgia, serif;
}

ul.bottom-nav li a:hover {
	text-decoration: none;
	color: #fff;
}

p#copyright {
	float: right;
	font-size: 12px;
	color: #AEBDD1;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

p#copyright a {
	font-style: italic;
	color: white;
	font-family: Georgia, serif;
}
/*------------------------------------------------*/
/*--------------------[SIDEBAR]-------------------*/
/*------------------------------------------------*/
.widget {
	width: 280px;
	position: relative;
	padding: 0 0 30px 35px;
}

.widget h4.widgettitle {
	font-size: 24px;
	color: #758b8d;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0px 25px 15px 0;
}

.widget ul li {
	background: url(/img/sidebar-bullet.png) no-repeat 0 7px;
	padding: 0px 0px 10px 11px;
	display: block;
}

.widget ul li a {
	color: #8c8a8a;
	text-shadow: 1px 1px 1px #ffffff;
	text-decoration: none;
}

.widget ul li a:hover {
	color: #696969;
}

.fb_ltr {
	border-top-style: none; 
	border-right-style: none; 
	border-bottom-style: none; 
	border-left-style: none; 
	border-width: initial; 
	border-color: initial; 
	border-image: initial; 
	overflow-x: hidden; 
	overflow-y: hidden; 
	height: 630px; 
	width: 245px;
}
.g-plusone, .fb-like{
	float: left;
}

/*------------------------------------------------*/
/*------------[CAPTIONS AND ALIGNMENTS]-----------*/
/*------------------------------------------------*/
div.post .new-post .aligncenter,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin-bottom: 10px;
}

.wp-caption.alignleft {
	margin: 0px 10px 10px 0px;
}

.wp-caption.alignright {
	margin: 0px 0px 10px 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}

img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}

/*------------------------------------------------*/
/*---------------[DEFAULT DROPDOWN SETTINGS]---*/
/*------------------------------------------------*/
.nav ul {
	position: absolute;
	top: -999em;
	background-position: bottom;
	background-repeat: no-repeat;
	z-index: 10;
}

.nav li {
	float: left;
	position: relative;
}

.nav a {
	display: block;
	float: left;
}

.nav li:hover ul,ul.nav li.sfHover ul {
	left: 0px;
	top: 50px;
}

.nav li:hover li ul,.nav li.sfHover li ul {
	top: -999em;
}

.nav li li:hover ul,ul.nav li li.sfHover ul {
	left: 192px;
	top: 0px;
}

.nav li:hover ul,.nav li li:hover ul {
	top: -999em;
}

.nav li li {
	display: block;
	padding: 0px;
	float: left;
	height: auto !important;
}

.nav li ul {
	width: 191px;
	z-index: 1000;
}

.nav li li a:link,.nav li li a:visited {
	display: block;
	height: auto;
	float: left;
}

.nav li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
}

/*------------------------------------------------*/
/*-----------------[WP CALENDAR]-----------------*/
/*------------------------------------------------*/
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 240px;
	text-shadow: none;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	text-shadow: none;
}

#wp-calendar a:hover {
	text-decoration: underline;
}

#wp-calendar caption {
	text-decoration: none;
	font: bold 13px Arial, Sans-Serif;
}

#wp-calendar td {
	padding: 3px 5px;
	color: #9f9f9f;
}

#wp-calendar td#today {
	color: #ffffff;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	padding: 3px 5px;
}

#wp-calendar #prev a,#wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

/*------------------------------------------------*/
/*-------------------[PAGE NAVI]------------------*/
/*------------------------------------------------*/
.pagination {
	overflow: hidden;
}

.pagination,.wp-pagenavi {
	padding: 15px 42px 0;
}

.wp-pagenavi {
	position: relative;
	text-align: right;
	font-family: Arial, sans-serif;
}

.wp-pagenavi span.pages,.wp-pagenavi span.extend {
	border: none;
	color: #8c8a8a !important;
	font-size: 18px;
}

.wp-pagenavi span.current,.wp-pagenavi a {
	color: #c3c3c3;
	font-size: 30px;
	border: none !important;
}

.wp-pagenavi span.current,.wp-pagenavi a:hover {
	color: #c2c2c2 !important;
}

.wp-pagenavi a,.wp-pagenavi span {
	padding: 3px 7px !important;
	color: #758b8d !important;
}

a.readmore:hover,#sidebar div.custom-sidebar-block ul.control li a:hover,ul#cats-menu li a:hover,ul#page-menu li a:hover,div#slider-control div.featitem h2 a
	{
	text-decoration: none;
}

.foursixeight {
	margin: 0px 0px 15px 84px;
}

.nav ul li,.nav ul a {
	float: left;
}

#comment-wrap .navigation {
	padding: 10px 0;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

h3#reply-title small {
	display: block;
}

h3#reply-title small a {
	font-size: 12px;
	letter-spacing: 0px;
}

#commentform input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}

#commentform textarea#comment {
	width: 91%;
}

.commentlist #respond textarea#comment {
	width: 98% !important;
}

.commentlist #respond input[type=text] {
	width: 40%;
	display: block;
	padding: 5px;
}

.comment_navigation_top {
	padding-bottom: 12px;
}

#et_pt_gallery { padding: 15px 0px 0px 0px; margin-left: -33px; }
.et_pt_gallery_entry { background:url("/img/item-bottom-shadow.png") no-repeat scroll left bottom transparent;
float:left; margin:0 0px 32px 25px; padding-bottom:5px; position:relative; width: 213px; height: 142px; }
.et_pt_item_image { position:relative; top:0; height: 142px; }
.et_pt_item_image img.portfolio { border:3px solid #E5E5E5; }
.et_pt_item_image span.overlay { background:url("/img/item-overlay.png") no-repeat; height:136px; left:3px; position:absolute; top:3px; width:207px; }
.et_pt_item_image .zoom-icon{ 
	display:block; height:61px; width:61px; position:absolute; top:41px;
background:url("/img/zoom-icon.png") no-repeat; left:31px;}
.et_pt_item_image .more-icon { 
	display:block; height:61px; position:absolute; text-indent:-9999px; top:41px; width:61px;
background:url("/img/readmore-icon.png") no-repeat; left:128px; 
}

/*------------------------------------------------*/
/*-------------------[CONTATO]------------------*/
/*------------------------------------------------*/
.contato input,.contato textarea {
	-webkit-border-radius: 8px !important;
	-moz-border-radius: 8px !important;
	border-radius: 8px !important;
	padding: 7px;
}

.contato textarea {
	width: 92%;
	height: 200px;
}

.contato td {
	padding: 2px;
}

.contato th {
	padding: 5px;
	text-align: right;
	font-size: 16px;
}


/* Arquivo ../modulos/lightbox/css/jquery.lightbox-0.5.css */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img {
	border: none;
}

#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image {
	padding: 10px;
}

#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box>#lightbox-nav {
	left: 0;
}

#lightbox-nav a {
	outline: none;
}

#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}

#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}

#lightbox-nav-btnNext {
	right: 0;
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}

#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}

#lightbox-image-details-caption {
	font-weight: bold;
}

#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}

#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}
