/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Verdana', Arial, Sans-Serif;
	background: white;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	border: 1px solid #959596;
	text-align: left;
	}

#header {
	background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
	}



#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt {
	background-color: #f8f8f8;
}

.thread-even {
	background-color: white; 
} 
.depth-1 {
	border: 1px solid #ddd;
} 

.even, .alt {
	border-left: 1px solid #ddd; 
}

#footer {
	background: #eee url('images/kubrickfooter.jpg') no-repeat top;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	padding:0 0px;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#logo .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
background-image:url(images/button_h2.png);
background-repeat:no-repeat;
font-size:1.4em;
height:30px;
margin:5px 0 10px 5px;
padding:11px 0 0 10px;
width:250px;
float: left;
padding:expression('12px 0px 0px 10px');
height:expression('28px');
	}

h2.pagetitle {
	font-size: 1.6em;
	
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #logoimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #1a76bc;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li ul li {
	font-size: 1em;
} 

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0
	}

#page {
	background-color: white;
	margin: 0px auto;
	padding: 0;
	width: 980px;
	border: 1px solid #959596;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 0px;
	padding: 0;
	height: 157px;
	width: 980px;
	}

#logo {
height:118px;
margin:0;
padding:42px 0 0 9px;
width:960px;
padding: expression('1px 0px 0px 9px');
}


#logo a{
height:118px;
width:960px;
	}

.narrowcolumn {
float:left;
margin:0 0 0;
padding:0px 0 0 9px;
	}

.widecolumn {
margin:0 0 0 9px;
padding:0 0;
width:960px;
	}

.post {
float:left;
margin:0 20px 20px 0;
text-align:justify;
width: 960px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
float:left;
margin:20px 0 0;
padding-left:120px;
width:700px;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	padding-left: 20px;
	text-align:left;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 980px;
	clear: both;
	color:white;
	height: 72px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
#footer .left {
float: left;
width: 480px;
height: 40px;
padding: 23px 0px 0px 20px;
}
	
#footer .right{
float: right;
width: 480px;
height: 40px;
padding-top: 20px;
}
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
background-color:transparent;
background-image:url(images/search.png);
background-repeat:no-repeat;
float:right;
height:23px;
margin-top:10px;
width:264px;
	}

#searchform_input {
background-color:transparent;
border:medium none;
color:#d2d2d2;
margin-right:8px;
padding-left:25px;
width:185px;
}

#searchsubmit {
background-color:transparent;
background-image:url(images/search_go.png);
background-repeat:no-repeat;
border:medium none;
color:#666666;
cursor:pointer;
height:23px;
text-align:center;
width:36px;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform {
float:left;
margin:0 0 20px 0;
padding-left:20px;
width:600px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	background: url("images/form_back.jpg") repeat-x scroll 0 0 white;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
	}

#commentform textarea {
	width: 594px;
	padding: 6px;
	background: url("images/form_back.jpg") repeat-x scroll 0 0 white;
    border: 1px solid #999999;
    border-radius: 5px 5px 5px 5px;
}

#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#commentform #submit {
   cursor: pointer;
    float: left;
    margin: 0 0 5px auto;
	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
float:left;
padding-left:20px;
text-align:justify;
width:600px;
	}

.commentlist li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0 0 6px;
padding:10px 5px 0 10px;
	}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
display:block;
float:left;
height:20px;
margin-top:15px;
padding-left:120px;
text-align:center;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.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: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.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;
}

/*CSS NEW*/

#lang {
float:right;
height:25px;
padding:15px 25px 0;
width:430px;
}

#lang .endereco {
float:left;
font-size:9pt;
padding-top:4px;
}

#lang a{
background:transparent url(images/lang.png) no-repeat scroll 0 0;
color:#333333;
float:right;
height:22px;
margin-left:8px;
padding:4px 0 0;
text-align:center;
width:80px;
}

#lang a:hover, #lang a.selected {
background: url(images/lang_hover.png) no-repeat;;
height:22px;
width:80px;
color: white;
text-decoration:none;
}

#menu {
background-color:transparent;
background-image:url(images/menu_rpt.jpg);
background-repeat:repeat-x;
height:41px;
margin-left:9px;
width:961px;
font-size: 100%;
}

#menu ul {
list-style-image:none;
list-style-type:none;
margin:0 0 0 -35px;
}

#menu li{
float:left;
padding-right:4px;
padding-top:6px;
padding-top:expression('5px');
width:auto;
}

#menu li a{
background-color:transparent;
background-image:url(images/menu_button.png);
background-repeat:repeat-x;
color:#333333;
float:left;
height:24px;
padding-top:8px;
text-align:center;
width:88px;
padding-top: expression('9px');
}


#menu li a:hover, #menu li a.selected {
background-color:transparent;
background-image:url(images/menu_button_hover.png);
background-repeat:repeat-x;
text-decoration: none;
color: white;
}

#footer_menu {
background-color:transparent;
background-image:url(images/menu_rpt.jpg);
background-repeat:repeat-x;
height:28px;
margin-left:9px;
padding:13px 0 0 11px;
width:949px;
float: left;
}

#footer_menu a{
color: #333333;
}

#left_content {
float:left;
margin:1px 1px 0px 0;
width:690px;
}

#left_content h2 {
background-image:url(images/apt_back_big.png);
background-repeat:no-repeat;
float:left;
margin:20px 0 0 1px;
padding:12px 0 0 40px;
width:690px;
}

#left_content p{
font-size:8pt;
padding:0 10px;
text-align:left;
}

#right_content {
background-image: url(images/right_rpt.jpg);
background-repeat: repeat-x;
float:left;
margin:1px 0;
width:268px;
min-height: 450px;
}

#right_content p{
float:left;
font-size:8pt;
margin:5px 0;
padding:0 10px;
text-align:left;
width:250px;
}

.ver_mais {
background-image:url(images/ver.png);
background-repeat:no-repeat;
float:left;
height:25px;
width: 230px;
padding:4px 0 0 30px;
}

.ver_mais a{
text-decoration:underline;
}

.ver_peq {
background-image:url(images/ver_peq.png);
background-repeat:no-repeat;
padding:0 0 0 20px;
width:230px;
float: left;
}

h3 {
background-image:url(images/menu_rpt.jpg);
background-repeat: repeat-x;
color:#333333;
font-size:1.3em;
font-weight:bold;
height:31px;
margin:1px 0 0;
padding:10px 0 0 15px;
margin: expression('-18px 0px 0px 0px');
padding: expression('10px 0px 0px 15px');
}

#box_regiao {
float:left;
padding:15px 0 15px 15px;
width:675px;
}

#box_regiao .text {
float:left;
font-size:0.9em;
margin-right:20px;
width:500px;
}

#box_regiao .thumb {
background-image:url(images/box_regiao_thumb_back.png);
background-repeat:no-repeat;
float:left;
height:116px;
width:134px;
padding: 3px;
}

.title_regiao {
background-image:url(images/ver.png);
background-repeat:no-repeat;
float:left;
height:25px;
width: 300px;
padding:4px 0 0 30px;
font-size: 11pt;
color: #1e85c7;
}


/*FORMULARIO */

table.formu {
	border:none;
	background:none;
	}
table.formu td {
	border:none;
	background:none;
	padding-top: 6px;
	}	

table.formu input, table.formu textarea {
	background: white url('images/form_back.jpg') repeat-x;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: #999 1px solid;
	}
	
table.formu label {
	color: #333;
	text-shadow: rgb(255, 255, 255) 0px 1px 0px;
	font-weight: bold;
	}	

a.send_message{
	background: url('images/lang.png') no-repeat;
	width: 80px;
	height:23px;
	float: left;
	text-align: center;
	padding-top:3px;
	color: #333333;
	}
a:hover.send_message{
	background: url('images/lang_hover.png') no-repeat;
	text-align: center;
	color: white;
	text-decoration: none;
	width: 80px;
	height:23px;
	}		

/*HOME*/

#home_menu {
float: left;
width: 690px;
height: 70px;
background-image: url(images/home_menu_rpt.jpg);
background-repeat: repeat-x;
margin-top:expression('-2px');
}

#home_menu_text {
color:#333333;
float:left;
font-size:80%;
height:38px;
line-height:1.5em;
padding:9px 10px;
width:470px;
padding:expression('22px 10px 9px 10px');
}

#home_menu_img {
float:left;
height:70px;
margin-top:14px;
width:200px;
}

#home_menu_img a {
background-image:url(images/home_menu_button.png);
background-repeat:no-repeat;
float:left;
height:31px;
margin-right:4px;
padding-top:14px;
text-align:center;
width:44px;
color: #333333;
}

#home_menu_img a:hover, #home_menu_img a.selected  {
float: left;
width: 44px;
height: 31px;
background-image: url(images/home_menu_button_hover.png);
background-repeat: no-repeat;
margin-right:4px;
padding-top:14px;
text-align:center;
color: white;
text-decoration: none;
}

#investor_thumb {
background-image:url(images/investor_thumb.png);
background-repeat:no-repeat;
float:left;
height:85px;
margin:0 0 0 6px;
padding:3px 0 0 3px;
width:124px;
}


/* AJAXTABS */

#wrapper{
width: 250px;
margin: 0 auto;
}

.box{
background: transparent;
padding:0px 5px 0px 5px!important;
width: 250px;
float: left;
line-height:1.4em;
height: 100%;
}

.box p{
padding: 0px!important;
}


.boxholder{
background:transparent none repeat scroll 0 0;
clear:both;
float:left;
height:450px;
margin-top:0;
padding:0;
width:268px;
padding-left: 5px;
margin-top:expression('22px');
height:expression('544px');
}

.tab{
background-image:url(images/button_noselected.png);
background-repeat:no-repeat;
color:#333333;
cursor:pointer;
float:left;
font-family:Verdana;
font-size:120%;
font-weight:bold;
height:33px;
margin:2px 0 2px;
padding:15px 0 0 36px;
width:224px;
width:expression('250px');
height:expression('38px');
padding:expression('15px 0 0 36px');
height:expression('54px');
}

.tab:hover, .tabselected{
background-image: url(images/button_selected.png);
background-repeat: no-repeat;
height: 40px;
float:left;
font-family:Verdana;
font-size:120%;
font-weight:bold;
height:33px;
margin:2px 0 2px;
padding:15px 0 0 36px;
width:224px;
width:expression('250px');
height:expression('38px');
padding:expression('15px 0 0 36px');
height:expression('54px');
color:white;
}

#noticias {
width: 670px;
padding: 20px;
float: left;
}

h4 {
background-image:url(images/jornal.jpg);
background-repeat:no-repeat;
color:#333333;
float:left;
font-family:verdana;
font-size:150%;
height:65px;
margin:5px 0 10px;
padding-left:100px;
padding-top:10px;
width:680px;
}

h5 {

float:left;
font-size:2em;
height:30px;
margin:0 0 10px;
width:680px;
}

h6 {
background-image:url(images/ver.png);
background-repeat:no-repeat;
float:left;
font-size:1.5em;
height:30px;
margin:20px;
padding:5px 0 0 35px;
width:615px;
}

#apart_box {
float:left;
margin-right:12px;
width:222px;
height:250px;
margin-bottom: 10px;
}


#apart_box a img{
border:1px solid #333333;
float:left;
height:49px;
margin: 2px 0px 0px 2px;
width:63px;
}

#apart_box p{
line-height:1.7em;
padding:0 10px;
line-height: expression('1.5em');
}

#apart_box h3{
background-image:url(images/apt_back.png);
background-repeat:no-repeat;
color:#333333;
float:left;
font-size:1.4em;
height:34px;
margin:1px 0 0 1px;
padding:12px 0 0 38px;
width:182px;
width:expression('220px');
padding:expression('12px 0px 0px 34px');
margin-left:expression('1px');
}

#tipo_thumb {
float:left;
height:42px;
padding-left:10px;
padding-top:7px;
width:50px;
}

#tipo_text {
color:#333333;
float:left;
font-size:0.8em;
font-weight:bold;
height:38px;
padding-top:11px;
text-align:left;
text-transform:uppercase;
width:155px;
}

#tipo_text a{
color: #666666;
text-decoration: underline;
}

#gallery {
float: left;
width: 250px;
padding-left: 12px;
}

#gallery img{
border: 1px solid #333333;
margin: 7px;
}

#piscina_gal {
float:left;
margin-bottom:5px;
padding-left:7px;
width:210px;
}

#piscina_gal a img{
border:1px solid #333333;
float:left;
height:49px;
margin:0 0 0 3px;
width:63px;
}

#contacto_aviso {
background-color:#F9F357;
border:5px solid #F9C312;
float:left;
margin:20px;
width:925px;
}

#contacto_aviso p{
font-size:1.4em;
padding:5px 0 0 40px;
width:800px;
}



/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

