/**************************************************
**************** Sapir Org. Website ***************
***************************************************
Coded by Yann Bettremieux on Wednesday Dec 20, 2006
      (c) Copyright 2006 by Real Estate Arts
***************************************************
***************************************************/
@import url(global.css);
@import url(navbar.css);

/* HEADER */

h1 {
	height: 0;
	width: 238px;		/* image width */
	margin-bottom: 32px;
	padding-top: 55px;	/* image height */
	overflow: hidden;
	text-indent: -2000px;
	background: #fff7e8 url(../_img/gl_h1_logo.gif) no-repeat;
}

h2, h3, h4 {
	margin-bottom: 10px;
}

/* HOME */

.home #secondary h3 {
	margin-bottom: 9px; /* to balance the margin next line :P */
	border-bottom: 1px solid #ccc7c4;
}

.home dl {
	border-bottom: 1px solid #ccc7c4;
}

.home dt {
	margin-bottom: 4px;
	padding-left: 20px;
	font-weight: bold;
	color: #857d76;
	background: url(../_img/gl_multi_newsArticle.png) 0 .1em no-repeat;
}

.home dd {
	margin-bottom: 14px;
}

.home #secondary p {
	margin-top: 6px;
	padding-left: 20px;
	background: url(../_img/gl_p_calendar.png) 0 .1em no-repeat;
}

.home #secondary a {
	padding-right: 16px;
	text-decoration: none;
	background: url(../_img/gl_a_goTo_arrow.gif) right .4em no-repeat;
}

/* ABOUT */

.about #secondary a {
	padding-right: 16px;
	text-decoration: none;
	background: url(../_img/gl_a_goTo_arrow.gif) right .4em no-repeat;
}

/* NEWS */

.news #secondary h3 {
	margin-bottom: 9px; /* to balance the margin next line :P */
	border-bottom: 1px solid #ccc7c4;
}

.news dt {
	margin-bottom: 2px;
	padding-left: 20px;
	font-weight: bold;
	color: #857d76;
	background: url(../_img/gl_multi_newsArticle.png) 0 0 no-repeat;
}

.news dd {
	margin-bottom: 14px;
}

.news #secondary p {
	margin-top: 6px;
	padding-left: 20px;
	background: url(../_img/gl_p_calendar.png) 0 .1em no-repeat;
}

.news #secondary a {
	padding-right: 16px;
	text-decoration: none;
	background: url(../_img/gl_a_goTo_arrow.gif) right .4em no-repeat;
}

/* CONTACT */

address {
	font-style: normal;
	margin-bottom: 10px;
}

address strong {
	display: block;
}

address a {
	display: block;
}

/* CONTACT FORM */

#primary form {
	padding: 16px 20px;
	background-color: #fff7e8;
}

#primary form em {
	font-weight: bold;
	font-style: normal;
	color: #b0012c;
}

#primary form ol {
	margin: 0;
}

#primary form ol li {	/* clears the default li formating */
	margin: 0;
	padding: 0 0 6px 0;
	background: none;
}

#primary form fieldset {
	border: none;
}

#primary form legend {
	padding: 12px 0 10px 0;
	font-weight: bold;
	color: #3b332b;
}

#primary input, #primary textarea {
	border: 1px solid #d5b87c;
}

#primary form label {
	display: inline-block;
	width: 70px;
	vertical-align: top;
	display: -moz-inline-box;
}

#first_name, #last_name, #sender_email {
	width: 200px;
}

#subject, #message {
	width: 380px;
}

#message {
	height: 180px;
}

#submit {
	width: 120px;
	margin-left: 260px;
}

.alert {
	padding: 10px 0;
	background-color: #fff7e8;
	text-align: center;
}

/* PORTFOLIO */

.prop_thumb {
	float: left;
	width: 144px;
	margin-right: 16px;
	background: #fff url(../_img/_portfolio/index_th/portfolio_img_frame.jpg) no-repeat;
}

.prop_thumb a {
	display: block;
	width: 130px;
	height: 190px;
	padding: 5px 9px 9px 5px;
	background: #fff url(../_img/_portfolio/index_th/portfolio_img_frame_hover.jpg) no-repeat;
}

.prop_thumb a:hover {
	padding: 7px;
	background: none;
}

.prop_thumb p {
	padding-left: 10px;
}

.portfolio #secondary h3 {
	margin-bottom: 9px; /* to balance the margin next line :P */
	border-bottom: 1px solid #ccc7c4;
}

h3.external {
	margin-top: 30px;
}

.portfolio #secondary ol {
	padding-top: 8px;
}

.portfolio #secondary li {
	margin-bottom: 6px;
	padding: 3px 0 3px 20px;
	background: url(../_img/portfolio_li_viewProp.gif) 0 .3em no-repeat;
}

.portfolio #secondary .external li  {
	background: url(../_img/external.gif) 0 .3em no-repeat;	
}

.portfolio #secondary a {
	text-decoration: none;
}

/* SINGLE PROPERTY PAGE */

.listing {
	margin-bottom: 10px;
}

.listing li {
	padding: 3px 0 2px 20px;
	background: url(../_img/property_quickview_arrow.gif) .5em .8em no-repeat;
}

#property_quickview {
	width: 248px;
	margin-bottom: 20px;
	background: #fdf8f1 url(../_img/property_quickview_mid.gif) repeat-y;
}

#property_quickview .top, #property_quickview .bottom {
	display: block;
	width: 248px;
	height: 5px;
}

#property_quickview .top {
	background: #fdf8f1 url(../_img/property_quickview_top.gif) no-repeat;
}

#property_quickview .bottom {
	background: #fdf8f1 url(../_img/property_quickview_bot.gif) no-repeat;
}

#property_quickview h5, #property_quickview ul, #property_quickview p {
	margin: 0 14px;
}

#property_quickview h5 {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 1em;
	background: url(../_img/property_quickview_highligh.gif) 0 .1em no-repeat;
}

#secondary #property_quickview li {
	padding-left: 20px;
	background: url(../_img/property_quickview_arrow.gif) .5em .8em no-repeat;
}

p#dl_pdf, p#view_gallery, p#google_map {
	margin-bottom: 10px;
	padding-left: 20px;
}

#property_quickview #dl_pdf {
	background: url(../_img/property_quickview_pdf.gif) 0 .1em no-repeat;	
}

.pdf_list {
	padding: 6px 0;
}

.portfolio #secondary #property_quickview .pdf_list li {
	padding: 0 0 0 20px;
	background-image: none;
}

#view_gallery {
	background: url(../_img/property_quickview_gallery.gif) 0 .1em no-repeat;
}

#google_map {
	background: url(../_img/property_quickview_google.gif) 0 .1em no-repeat;
}

/* FOOTER */

#footer p {
	margin: 10px 0;
	font-size: .9em;
}

#footer strong {
	color: #cda652;
}

#single_property #property_nav {
	margin-left: 14px;
}