/*
Theme Name: Rent it Furnished
Theme URI: 
Description: 
Version: 1.0
Author: Gwyn Pritchett
Author URI: http://www.gwynconsulting.com/
*/

/* Import CSS */
@import url('css/reset.css');
@import url('css/typography.css');
@import url('css/core.css');
@import url('css/listing.css');

/* ======================== */
/* = Search Functionality = */
/* ======================== */
#search-form {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
}
#search-form #form1 {
	padding: ;

}
#search-form tr td {
	padding: 0 4px;
	text-align: center;
}
#search-form tr td.ta_left {
	text-align: left;
}
#search-form tr td.ta_right {
	text-align: right;
}
#search-form tr {
	height: 26px;
}
#search-form select {
	width: 100px;
}
#search-form select#neighbourhood {
	width: 230px;
}

#listing-content .heading-description {background-image: none;}

/* =========== */
/* = Columns = */
/* =========== */
.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }
.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth{ position:relative; margin-right:4%; float:left; }
.last{ margin-right:0 !important; clear:right; }

/* =============== */
/* = Entry Lists = */
/* =============== */
.page-template-default  .container ul {
	margin-left: 15px;
}
.page-template-default  .container ul li {
	padding: 0 0 4px 0;
}

/* ==================== */
/* = Property Listing = */
/* ==================== */
h3#line_4 {
	margin-top: 10px;
	font-size: 24px;
}
h3#line_4 span.mls {margin-left: 10px;}

#realtor_information {
	float: right;
	text-align: right;
}
#realtor_information span.photo img {
	width: 75px; height: 75px;
	display: block;
	margin-left: 15px;
	float: right;
	border: 2px solid #666;
}
#realtor_information span.phone {
	display: inline;
}
#realtor_information span.email {
	display: inline;
	margin-left: 10px;
}
#realtor_information span.name {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	display: block;
}
#realtor_information a {
	color: #f54f65;
}


#realtor_information_properties {
	float: right;
	text-align: right;
}
#realtor_information_properties span.photo img {
	width: 75px; height: 75px;
	display: block;
	margin-left: 15px;
	float: right;
	border: 2px solid #666;
}
#realtor_information_properties span.phone {
	display: block;
}
#realtor_information_properties span.email {
	display: block;
}
#realtor_information_properties span.name {
	font-size: 14px;
	font-weight: bold;
	margin-top: 6px;
	display: block;
}
#realtor_information_properties a {
}

/* ===================== */
/* = Property Listings = */
/* ===================== */
.listings-single h3 span.mls {
	float: right;
}
.listings-single h3 a {
}
.price_properties {
	margin-bottom: 10px; 
	font-size: 24px;
	display: block;
}

h3#line_a {
	color: #ddd;
	font-size: 26px;
	font-weight: bold;
}
	h3#line_1 .street-address { margin-right: 5px; }
	h3#line_1 .suite-number {  }
h2#line_b,h3#line_c {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
}
h3#line_c .price {font-weight: bold;}

h3#line_c  .mls {margin-left:25px;}

