
/*
Theme Name: Joana Borges Arquitetura
Theme URL: http://www.joanaborges.com.br
Description: Tema desenvolvido para a Joana Borges Arquitetura.
Version: 2.0
Author: Fabiano Silva
Author URI: http://www.ideadigital.com.br
*/

html, body {
	height:100%;
	padding: 0px;
	margin: 0px;
	background: #929385;
	/*font-family:Tahoma, Geneva, sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
}

body {
    text-align:center; /* Centralizar na horizontal no IE caso o site entre em Quirks mode */
}
#distance {
    width:1px;
    height:41%;
    margin-bottom:-13.75em; /* Metade da altura do nosso box que ficará centralizado */
    float:left;
}
#containerMeio {
    margin:0 auto;
    position:relative; /* Coloca o container frente ao elemento com o id distance */
    text-align:left;
    height:550px;
    width:100%;
    clear:left;
	background: url(images/bg-base.gif) repeat-x;
}

.base{
	width: 970px;
	height:550px;
	margin: auto;
}

.base .header{
	height: 85px;
	width: 970px;
	display: table;

}

.base .header .logo{
	float: left;
	margin-top: 10px;
	z-index: 1;
	display: block;
	width: 300px;
	height: 70px;
}

.base .header .menu{
	float: right;
}


/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	margin-top: 40px;
	height: 15px;
	line-height: 15px;
}
#access .menu-header,
div.menu {
	font-size: 18px;
	margin-left: 12px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	margin-right: 20px;
	border-right: 1px solid #b9b9b9;
}

div.menu li#menu-item-13{
	border-right: none;
}
#access a {
	color: #b9b9b9;
	display: block;
	line-height: 38px;
	padding: 0px;
	text-decoration: none;
	padding-right: 20px;
}
#access a:hover{
	color: #ffffff !important;
}
#menu-menu li a:hover,
#menu-menu li:hover{
	color: #fff !important;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 20px;
	left: 0;
	float: left;
	z-index: 99999;
	margin: 0px;
	padding: 0px;
}
#access ul ul li {
	font-size: 16px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #9d9c94;
	line-height: 1em;
	color: #666;
	padding: 5px 10px;
	width: 160px;
	height: auto;
	margin-left: -30px;
	
}
#access a:hover;
#access ul ul a:hover,
* html #access ul li a:hover {
	color: #ffffff !important;
}
#access li:hover > a,
#access ul ul :hover > a{
	color: #fff !important;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a,
#access ul li.current-post-ancestor > a  {
	color: #fff !important;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li.current-post-ancestor a {
	color: #fff !important;
}

.base .conteudo{
	clear: both;
	height: 403px;
	width: 970px;
	padding: 20px 0px;
	font-size: 12px !important;
	color: #5b5b5b;
}

#page-title{
		font-size:24px;
		margin-top:10px;
		padding-bottom:10px;
		background: url(images/content-header-delimiter.png) repeat-x bottom;
		font-weight: lighter;
}

.conteudo .col-left {
	float:left;
	border-right:1px #d0d0d0 solid;
	width:620px;
	padding-right: 20px;
	font-size: 12px !important;
}


.conteudo .col-left .foto{
	float: left;
	width: 240px;
}

.conteudo .col-left .texto{
	float: left;
	width: 350px;
	padding-left: 30px;
}


.conteudo .col-left div div p{
	font-size: 12px !important;
}

.conteudo .col-right {
		float:right;
		padding: 0px;
		margin: 0px;
	}
.conteudo .col-right #main{
	padding: 0px;
	margin: 0px;
	color: #5b5b5b;
}
		
		.conteudo .col-right #links{
  			width:299px;
			padding-top:0px;
			padding-left:20px;
		}

		.conteudo .col-right h3{
			font-size:18px;
			color: #5b5b5b;
			margin: 0px;
			padding: 0px;
			font-weight: lighter;
 		}
		
			.conteudo .links h3{
				font-size:18px;
				margin: 0x;
				padding: 0px;
			}
			.conteudo #links p a,
			.conteudo #links a{
				color: #5b5b5b;
				text-decoration: underline;
			}
			.conteudo #links p a:hover,
			.conteudo #links a:hover{
				color: #5b5b5b;
				text-decoration: none;
			}
		
		.conteudo .col-right .comments{
			margin-top:0px;
		}
		
		.conteudo .col-right ul{
			font-size:18px;
			color: #5b5b5b;
			margin-bottom:20px;
			margin-top:10px;
		}
		
			.conteudo .col-right .link li{
				font-size:12px;
				line-height:22px;
				list-style-image:url('../img/sidebar-bul.png');
				list-style-type:square;
			}
			
				.conteudo .col-right .link a, #our_people .read-more a{
					text-decoration:none;
					color: #5b5b5b;
				}
			
				.conteudo .col-right li a:hover{
					text-decoration:underline;
				}
	
.menuProjetos{
	float: left;
	width: 200px;	
}

.fotosProjetos{
	float: left;
	width: 710px;
	padding: 10px 20px 0px 40px; 
	
}

.fotosProjetos img.thumbnail{
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
.menuProjetos #accordion h1,
.menuProjetos #accordion h1 a,
.menuProjetos h1{
	font-weight: lighter;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	color: #5b5b5b;
}

.menuProjetos a{
	clear: both;
	margin-left: 20px;
	font-size: 14px;
	color: #5b5b5b;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
}

.menuProjetos a.current{
	font-weight: bold;
}
.menuProjetos a:hover{
	clear: both;
	margin-left: 20px;
	font-size: 14px;
	color: #5b5b5b;
	text-decoration: underline;
}

.base .conteudoHome{
	clear: both;
	background: url(images/smokeBG.png) left top no-repeat;
	height: 443px;
	width:: 970px;
}



/* CONTACT FORM */
		
		#FormContato{
			/* margin-left:123px; */
			margin-left: 0px;
			margin-right:123px;
			margin-top:20px;		
		}
		
		#search{
			margin-top:10px;		
		}
		
		#FormContato, #search {
			border:none;
 		}
		
		#FormContato p, #search p{
			margin:0px;
			padding:0px;
 		}
		
		#FormContato input, #FormContato textarea, #FormContato input {
			border:1px solid #ffffff;
			padding:3px;
			background-color: #e6e6e6;
			background-image: url(images/formBG.png);
		}
		
		#search input{
			width:180px;
			float:left;
		}
		
		#FormContato input {
			width:400px;
			background-color: #e6e6e6;
			background-image: url(images/formBG.png);
		}
		
		
		#FormContato input:focus, #FormContato textarea:focus {
			border:1px solid #ffffff;
		}
		
		#FormContato textarea:focus {
 		}
		
		#FormContato label {
			color:#3e3e3e;
			font-size:12px;
			padding:10px 0 5px 0;
			display:block;
		}
		
		#FormContato textarea {
			width:400px;
			overflow:auto;
		}
		
		#FormContato button:hover {
			color:#3d8ca9;
		}
		
		#FormContato #button {
			background: url(images/contact-form-submit.png) no-repeat 0% 0%;
			border:0 none;
			color:#3d8ca9;
 			float:right;
			display:block;
			width:99px;
			height:29px;
			text-align:left;
			padding-left:8px;
			padding-bottom:10px;
 			margin-top:12px;
		} 		
				
		#search #button {
			background: url(images/contact-form-submit.png) no-repeat 0% 0%;
			border:0 none;
			color:#3d8ca9;
 			float:right;
			display:block;
			width:99px;
			height:29px;
			text-align:left;
			padding-left:8px;
			padding-bottom:10px;
 			margin-top:0px;
		} 		
fieldset{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.base .footer{
	color: #FFFFFF;
	width: 970px;
	clear: both;
	height: 50px;
	font-size: 12px;
	padding-top: 20px;
}

.base .footer a{
	color: #ffffff;
}

.base .footer .copy{
	float: left;
}

.base .footer .creditos{
	float: right;
}
#slide{
 			clear: both;
			text-align:center;
			padding-top:30px;
			_padding-top:20px;
			*padding-top:20px;
			width:970px;
		}
/*image slider*/

			#slider {
				height:353px;
				width:970px;
				clear: both;
				position: relative;	
				background: url(images/slide-bg.png) no-repeat left top;
				margin-top: 20px;
 			}
			
  			#slideh{
 				position: relative;	
				left:0px;
				_left:-490px;
 			}
			
			.slider_item{
				position:absolute;
				width:200px;
				top:20px;
				left:318px;
				z-index: 1;
				overflow: hidden;
				cursor: pointer;
			}			
			
			#slide .sliderh1{
				position:absolute;
				width:430px;
				top:20px;
				left:270px;
				_left:276px;
				z-index: 3;
			}
			
			#slide .sliderh1 img{
				width:430px;
			}
			
			#slide .sliderh5, #slide .sliderh2{
				width:200px;
				left:54px;
				_left:60px;
				top:60px;
				z-index: 2;
			}
			
 			#slide #slideh .sliderh2{
				left:716px;
				_left:718px;
			}
			
			#slide #slideh .slideh3{
				left:547px;
			}
			
			#slide #slideh .slideh4{
				left:240px;
			}
			
			.slider_item img{
				width:200px;
			}
			
			#slide .sliderh5 img, #slide .sliderh2 img{
				width:200px;
			}
			
			.item, .wrapper img{
 			}
			
			 
			.slider_item img{
				display:block;
				position: relative;
			}
			
 			.scrollButtons {
				position: absolute;
				top: 126px;
				cursor:pointer;
			}
			
			.scrollButtons.left {
				left: -4px;
 			}
			
			.scrollButtons.right {
				right: -5px;
				top:131px;
			}




/*Util*/
.cleaner	{clear:both;}
.top-1		{margin-top:1px;}
.top-5		{margin-top:5px;}
.top-10		{margin-top:10px;}
.top-13		{margin-top:13px;}
.top-15		{margin-top:15px;}
.bot-10		{margin-bottom:10px;}
.ptop-10	{padding-top:10px;}
.ptop-15	{padding-top:15px;}
.top-40		{margin-top:40px;}
.left-1		{margin-left:1px;}
.left-5		{margin-left:5px;}
.left-10	{margin-left:10px; _margin-left:5px;}
.left-15	{margin-left:15px;}
.left-19	{margin-left:19px;}
.left-20	{margin-left:20px;}
.font-11	{font-size:11px !important;}
.font-12	{font-size:12px !important;}
.font-14	{font-size:14px !important;}
.font-16	{font-size:16px !important;}
.space-1	{height:1px; clear:both; visibility:visible; background:#ffffff; font-size:0px;}
.space-5	{height:5px; clear:both; visibility:hidden; font-size:0px;}
.space-10	{height:10px; clear:both; visibility:hidden; font-size:0px;}
.space-15	{height:15px; clear:both; visibility:hidden; font-size:0px;}
.space-20	{height:20px; clear:both; visibility:hidden; font-size:0px;}
.space-25	{height:25px; clear:both; visibility:hidden; font-size:0px;}
.space-30	{height:30px; clear:both; visibility:hidden; font-size:0px;}
.space-53	{height:53px; clear:both; visibility:hidden; font-size:0px;}
.space-100	{height:100px; clear:both; visibility:hidden; font-size:0px;}
.pontilhado-10	{height:11px; margin-top:10px; border-top:1px dashed #f7f4f4; clear:both; visibility:visible; font-size:0px;}
.linha-1	{height:1px; border-top:1px solid #c1d1e0; clear:both; visibility:visible; font-size:0px;}
.linha-10	{height:11px; margin-top:10px; border-top:1px solid #c1d1e0; clear:both; visibility:visible; font-size:0px;}
.alignleft	{float:left; margin-right:10px; margin-bottom:10px;}
.alignright 	{float:right; margin-left:10px; margin-bottom:10px;}
.aligncenter, div.aligncenter { display: block; 	margin-left: auto; margin-right: auto; }
.upper		{text-transform: uppercase;}
.vermelho	{color:#ff0000;}
.branco		{color:#ffffff;}
.azul		{color:#005aab !important;}
.cinza		{color:#666 !important;}
.marrom		{color:#56200b !important;}
.left		{float:left;}
.bold		{font-weight:bold !important;}
.input, .input *		{font-size:11px; color:#333333 !important; border:1px solid #888888; padding:2px;}
.select, .select *	{font-size:12px; padding:1px 0px 0px 0px !important; color:#333333 !important;}
.radio		{vertical-align:middle;}
.label		{vertical-align:middle;}
.nLinha		{text-decoration:none;}
.sLinha			{text-decoration:none;}
.sLinha:hover	{text-decoration:underline;}
.show			{display:inline;}
.hide			{display:none;}
img			{border:0px;}
.align-right	{text-align:right;}

.error{
	border: 1px solid red !important;
}

/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Copyright (c) 20010 Janis Skarnelis
 * Examples and documentation at: http://fancybox.net
 *
 * Version: 1.3.0 (02/02/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
 
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('js/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('js/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('js/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('js/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('js/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
	text-shadow: 0px 0px 0px transparent;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('js/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('js/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('js/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('js/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('js/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('js/fancybox/fancy_shadow_nw.png') no-repeat;
}