/*
 _____                            _                _                   _      
 |  __ \                          | |              | |                 | |     
 | |__) |_ __ ___  _ __   ___ _ __| |_ _   _       | |_   _ _ __   __ _| | ___ 
 |  ___/| '__/ _ \| '_ \ / _ \ '__| __| | | |  _   | | | | | '_ \ / _` | |/ _ \
 | |    | | | (_) | |_) |  __/ |  | |_| |_| | | |__| | |_| | | | | (_| | |  __/
 |_|    |_|  \___/| .__/ \___|_|   \__|\__, |  \____/ \__,_|_| |_|\__, |_|\___|
                  | |                   __/ |                      __/ |       
                  |_|                  |___/                      |___/
Colour Swatch
----------------
Bright Pink - #ff33cc
----------------
*/

@import url(https://fonts.googleapis.com/css?family=Reenie+Beanie);

html {
	background: #eee url(../imgs/wood_bg_pink.jpg) repeat-x;
}

body {
	font: .8em Arial, 'Helvetica Neue', Helvetica, sans-serif;
	color: #666;
}

/* =============== */
/* ! Text Styles   */
/* =============== */

h1 {
	font-size: 2em;
	padding: 10px 0 10px 0;
	color: #111;
}

h2 {
	font-size: 1.7em;
	padding: 10px 0 10px 0;
	color: #111;
}

h3 {
	font-size: 1.5em;
	padding: 10px 0 10px 0;
	color: #111;
}

p {
	line-height: 160%;
	padding: 10px 0 10px 0;
}

a {
	color: #ff33cc;
	text-decoration: none;
}

strong {
	line-height: 160%;
	padding: 10px 0 10px 0;
	font-style: italic;
	color: #111;
}

.center {
	text-align: center;
}

.reenieText {
	color: #fff;
	font: 1.9em Reenie Beanie;
	line-height: .1em;
}

.divider {
	background: url(../imgs/divider.jpg) repeat-x;
	height: 2px;
	padding: 5px 0 5px 0;
}

.clear {
	clear: both;
}

.highlight {
	color: #ff33cc;
}

/* =============== */
/* ! Text Styles   */
/* =============== */

/* ================== */
/* ! Core Structure   */
/* ================== */
#wrapper {
	overflow: auto;
}

#header {
	background: url(../imgs/header_bg_pink.png) repeat-x;
	height: 121px;
}

#logo {
	margin-top: 10px;
	width: 398px;
	height: 104;
	float: left;
}

#headerDetails {
	float: right;
	width: 450px;
	height: 104px;
	margin-top: 20px;
	color: #000;
	text-align: center;
	font-size: 1.5em;
}

#search {
	height: 225px;
}

#search table {
	width: 100%;
}

#search h3 {
	color: #ff33cc;
	text-align: center;
}

#search p {
	color: #fff;
	padding: 0;
}

#search select {
	width: 120px;
}

#search button {
	background: url(../imgs/button_bg.png) no-repeat;
	border: none;
	width: 103px;
	height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

#search td {
	padding: 2px 0 2px 0;
}

#thumbsSearch {
	height: 225px;
	padding: 0 0 20px 0;
}

#thumbsSearch table {
	width: 100%;
}

#thumbsSearch h3 {
	color: #ff33cc;
	text-align: center;
}

#thumbsSearch p {
	color: #fff;
	padding: 0;
}

#thumbsSearch select {
	width: 120px;
}

#thumbsSearch button {
	background: url(../imgs/button_bg.png) no-repeat;
	border: none;
	width: 103px;
	height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

#thumbsSearch td {
	padding: 2px 0 2px 0;
}

.tdRight {
	text-align: right;
}

.tdCenter {
	text-align: center;
}

#siteContent {
	background: #fff;
	border: 1px solid #bbb;
	margin: 10px 0 10px 0;
}

#content {
	padding: 20px;
	font-size: 1.1em;
}

#content ul {
	margin: 0 0 10px 0;
}

#content li {
	background: url(../imgs/bullet.png) left 11px no-repeat;
	padding: 6px 0 0 20px;
	margin-left: 30px;
}

#content li a {
	color: #000;
}

#content li a:hover {
	color: #ff33cc;
}

#buttons {
	text-align: center;
}

#sideBar {
	margin-top: 10px;
}

.sidebarHeader {
	background: url(../imgs/headerRibbon.png) no-repeat;
	font: 2em Reenie Beanie;
	width: 222px;
	height: 34px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.sidebarHeaderFeat {
	background: url(../imgs/headerRibbonFeat.png) no-repeat;
	font: 2em Reenie Beanie;
	width: 222px;
	height: 34px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.sidebarHeaderSocial {
	background: url(../imgs/headerRibbonSocial.png) no-repeat;
	font: 2em Reenie Beanie;
	width: 222px;
	height: 34px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
}
.icon {
	opacity: 0.6;
	-webkit-transition: opacity 1s ease;
	-moz-transition: opacity 1s ease;
	-o-transition: opacity 1s ease;
	transition: opacity 1s ease;
}

.icon:hover {
	opacity: 1;
}

/* Featured Properties Section */
#featuredProps {
	margin-top: 10px;
	padding-top: 10px;
}

#featuredProps ul {
	margin: 0 0 10px 0;
}

#featuredProps li {
	background: url(../imgs/bullet.png) left 11px no-repeat;
	padding: 6px 0 0 20px;
	margin-left: 30px;
}

.featuredProp {
	clear: both;
	margin-bottom: 10px;
	overflow: auto;
}

.featuredProp img {
	border: 2px solid #fff;
	float: left;
	width: 100px;
	height: 70px;
}

.featuredProp img:hover {
	border: 2px solid #ff33cc;
	float: left;
	width: 100px;
	height: 70px;
}

.featuredDetails {
	float: right;
	width: 110px;
	text-align: center;
	
}

.featuredAddress {
	color: #666;
	font-size: 1.2em;
}

.featuredAvail {
	color: #000;
	font-size: 1.2em;
}

.featuredPrice {
	color: #ff33cc;
	font-size: 1.5em;
}
/* Featured Properties Section */

#propertyActions ul {
	margin: 0 0 10px 0;
}

#propertyActions li {
	background: url(../imgs/bullet.png) left 8px no-repeat;
	padding: 6px 0 0 20px;
	margin-left: 30px;
}

#propertyActions a {
	color: #000;
}

#propertyActions a:hover {
	color: #ff33cc;
}

#socialNetworks {
	text-align: center;
	clear: both;
}

/* Form styles */
#form {
	border: 1px solid #bbb;
	background: #eee;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 5px;
	color: #000;
}

#form table {
	background: #fff;
	width: 100%;
}

#form {
	
}

#form td {
	padding: 5px;
	vertical-align: middle;
	width: 275px;
}

#form input {
	width: 95%;
}

#form input:hover {
	background: #faffbd;
}

#form input:focus {
	background: #faffbd;
}

#form select {
	width: 95%;
}

#form textarea {
	width: 95%;
}

#form textarea:hover {
	background: #faffbd;
}

#form textarea:focus {
	background: #faffbd;
}

#form button {
	background: url(../imgs/button_bg.png) no-repeat;
	border: none;
	width: 103px;
	height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

label.error {
	color: #ff33cc;
	display: block;
	white-space: nowrap;
}

#currencyForm {
	width: 480px;
	margin: 0 auto;
}

#currencyForm td {
	padding: 5px;
	text-align: center;
}

#currencyForm button {
	background: url(../imgs/button_bg.png) no-repeat;
	border: none;
	width: 103px;
	height: 30px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	cursor: pointer;
}

/* Form styles */

#footer {
	border-top: 1px solid #bbb;
	text-align: center;
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
	font-size: .8em;
}

/* ================== */
/* ! Core Structure   */
/* ================== */

/* ================= */
/* ! NavBar Styles   */
/* ================= */
#navBar {
	background: url(../imgs/navBarbg_black.jpg) repeat-x;
	height: 35px;
	text-align: center;
}

#navBar ul {
	list-style: none;
}

#navBar li {
	display: inline;
	line-height: 35px;
}

#navBar li a {
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	text-shadow: 1px 1px 1px #000;
	margin: 0 20px 0 20px;
}

#navBar li a:hover {
	color: #ff33cc;
}

#home #navBar .home a,
#buy #navBar .buy a,
#sell #navBar .sell a,
#rent #navBar .rent a,
#mortgages #navBar .mortgages a,
#register #navBar .register a,
#about #navBar .about a,
#contact #navBar .contact a {
	color: #ff33cc;
}
/* ================= */
/* ! NavBar Styles   */
/* ================= */

/* ============= */
/* ! Slideshow   */
/* ============= */
#slideShow {
	height: 221px;
	width: 698px;
	overflow: hidden;
	margin: 20px 10px 0 0;
}

#slideShow img {
	display: none;
}

#slideShow img.first {
	display: block
}

/* ============= */
/* ! Slideshow   */
/* ============= */

/* ========================= */
/* ! Search Results Styles   */
/* ========================= */
.pagination {
	background: url(../imgs/fullWidthRibbon.jpg) repeat-x;
	height: 36px;
}

.paginationPrevious {
	float: left;
	width: 80px;
	color: #fff;
	text-shadow: 1px 1px #000;
	margin-left: 30px;
}

.paginationPrevious a {
	color: #fff;
	cursor: pointer;
}

.paginationInfo {
	color: #fff;
	text-shadow: 1px 1px #000;
	width: 400px;
	margin-left: 30px;
	height: 36px;
	float: left;
}

.paginationStart {

}

.paginationEnd {
	
}

.paginationResults {

}

.paginationNext {
	float: right;
	width: 80px;
	margin-right: 10px;
	color: #fff;
	text-shadow: 1px 1px #000;
}

.paginationNext a {
	color: #fff;
	cursor: pointer;
}

.thumbProperty {
	clear: both;
	border-bottom: 1px solid #bbb;
	padding: 15px 0 15px 0;
}

.thumbImage {
	float: left;
	width: 250px;
	height: 190px;
}

.thumbImage img {
	background: #bbb;
	width: 250px;
	height: 190px;
	padding: 4px;
}

.thumbImage img:hover {
	background: #ff33cc;
}

.thumbAddress {
	border-bottom: 1px solid #bbb;
	float: right;
	width: 395px;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 2px;
}

.thumbDescription {
	float: right;
	width: 395px;
	margin-top: 10px;
}

.thumbFeatures {
	padding: 5px;
	margin-top: 10px;
}
/* ========================= */
/* ! Search Results Styles   */
/* ========================= */

/* ======================= */
/* ! Full Details Styles   */
/* ======================= */
#propAddress {
	text-align: center;
}

#propPrice {
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	color: #ff33cc;
}

#propImgs {
	
}

#propMainImg {
	float: left;
}

#propMainImg img {
	border: 1px solid #ff33cc;
	width: 490px;
}

#propThumbImgs {
	width: 158px;
	float: right;
	padding: 2px;
}

#propThumbImgs img {
	border: 1px solid #ff33cc;
	width: 75px;
	height: 56px;
}

#propShortDescr {
	
}

#propLongDescr {
	
}

#googleMapHolder {
	background: #eee;
	border: 1px solid #bbb;
	padding: 2px;
}

#googlemap {
	width: 652px;
	height: 400px;
}

/* ======================= */
/* ! Full Details Styles   */
/* ======================= */

/* ================= */
/* ! Footer Styles   */
/* ================= */

/* ================= */
/* ! Footer Styles   */
/* ================= */