/*   
Theme Name: Team Cook
Author: Chris Dunn
Author URI: http://dunndesign.ca/
*/

* {
	margin: 0;
	padding: 0;
}
html {
	background: url('images/fauxhtml.png') repeat-y 100% 0 #dcdcdc;
}
body {
	background: transparent url('images/grad-trans.png') 0 138px repeat-x;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}
html.home body {
	background: transparent url('images/grad-trans.png') 0 483px repeat-x !important;
}
#leftcol p a, #rightcol p a, #leftcol h3 a, #rightcol h3 a  {
	color:#d35f47;
	text-decoration:none;
}
#leftcol p a:hover, #rightcol p a:hover, #leftcol h3 a:hover, #rightcol h3 a:hover  {
	color:#000;
	text-decoration:underline;
}
#leftcol p a:visited, #rightcol p a:visited, #leftcol h3 a:visited, #rightcol h3 a:visited  {
	color:#d35f47;
}
#header {
	background: url('images/header-trans.png') repeat-x;
	z-index: 6;
	position: relative;
	height: 146px;
	margin-bottom: -7px;
	width:100%;
	min-width:1020px;
}
#header > div {
		background: url('images/header-trans.png') repeat-x;
	width: 1020px;
	margin: 0 auto;
	height: 138px;}
#header h1 a {
	background: url('images/logo-trans.png') no-repeat;
	display: block;
	width: 181px;
	height: 84px;
	margin: 28px 0 0 31px;
	text-indent: -200em;
	float: left;
}
#navigation {
	width:740px;
	float: right;
	margin-right:30px;
}
#navigation > li {
	position: relative;
	float: left;
}
#navigation > li > a {
	color: #fff;
	display: block;
	line-height: 32px;
	text-transform: uppercase;
	text-decoration: none;
	font: bold 14px sans-serif;
	margin-right: 1px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#navigation > li > a:hover, #navigation > li:hover > a, #navigation > li.sfhover a, #navigation > li.current_page_item > a, #navigation > li.current_page_parent > a {
	background: #d35f47;
}
#navigation > li.current_page_parent > ul > li.current_page_item a {
	color: #fff;
	background: #d35f47;
}
#navigation > li:hover ul, #navigation > li.sfhover ul {
	display: block;
}
#navigation > li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	margin-left: -1px;
	z-index: 5;
}
#navigation > li > ul {
	top: auto;
	left: auto;
}
#navigation > li ul {
	border: #3d3f3e 1px solid;
	border-bottom: 0 !important;
}
#navigation > li ul li a {
	background: #5c5c5e;
	color: #ccc;
	text-decoration: none;
	padding: 9px 10px 6px;
	display: block;
	font: 14px sans-serif;
	text-transform: uppercase;
	border-bottom: #3d3f3e 1px solid;
	width: 10em;
}
#navigation > li ul li a:hover {
	color: #fff;
	background: #d35f47;
}
#royallepage {
	background: url('images/header-border.jpg') top left repeat-y;
	float: right;
	height: 60px;
	padding-left: 10px;
	padding-top: 0px;
	margin: 22px 10px 9px 0;
	color: #d35f47;
	font-size: 15px;
	cursor: default;
}
#info {
	background: url('images/header-border.jpg') top left repeat-y;
	overflow: auto;
	float: right;
	height: 49px;
	padding-left: 16px;
	padding-top: 11px;
	margin: 22px 30px 9px 0;
	color: #dddddc;
	font-size: 15px;
	cursor: default;
}
#info a {
	color: #d35f47;
	text-decoration: none;
}
#info span {
	color: #989696;
	font-size: 21px;
	display: block;
}
#social {
	background: url('images/header-border.jpg') top left repeat-y;
	overflow: auto;
	float: right;
	height: 40px;
	padding-left: 16px;
	margin: 22px 0 9px 0;
	padding-top: 20px;
	margin-right:30px;
}
#social li {
	float: left;
}
#social li a {
	display: block;
	text-indent: -200em;
	width: 24px;
	height: 23px;
	margin-right: 10px;
}
#youtube {
	background: url('images/social-trans.png') 0 0;
}
#youtube:hover {
	background: url('images/social-trans.png') 0 24px;
}
#facebook {
	background: url('images/social-trans.png') 48px 0;
}
#facebook:hover {
	background: url('images/social-trans.png') 48px 24px;
}
#twitter {
	background: url('images/social-trans.png') 24px 0;
}
#twitter:hover {
	background: url('images/social-trans.png') 24px 24px;
}
#content {
	background: url('images/faux.jpg') repeat-y;
	width: 1020px;
	margin: 0 auto -49px;
	overflow: hidden;
}
#slideshow {
	background: #000;
	overflow: hidden;
	border-bottom: #fff 1px solid;
	height: 343px;
	width: 100%;
	min-width:1020px;
	}
#slideshow > div {
	z-index: 0;
	margin: 0 auto;
	width: 1020px;
	min-width:1020px;
	background-color: #000;
}
#slideshow img {
	position: absolute;
	z-index: 1;
}
#slideshow h2 {
	font-size: 28px;
	line-height: 32px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 16px;
}
#slideshow .description {
	width: 370px;
	color: #fff;
	float: right;
	margin-top: 66px;
	margin-right: 62px;
	line-height: 22px;
	position: absolute;
	right: 0;
	z-index: 2;
}
#slideshow .description a {
	color: #d35f47;
	text-decoration: none;
}
#slideshow .description h2 a {
	color: #fff;
}
.jshowoff-slidelinks {
	top: 290px;
	z-index: 3;
	right: 30px;
	position: absolute;
}
.jshowoff-slidelinks a {
	color: #999;
	text-decoration: none;
	float: left;
	background: #666;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: center;
	border: #434343 1px solid;
	margin-right: 5px;
}
.jshowoff-slidelinks a:hover {
	color: #fff;
}
.jshowoff-slidelinks .jshowoff-active {
	background: #d35f47 !important;
	border: #653d28 1px solid !important;
	color: #fff !important;
}
#leftcol {
	background: url('images/grad-trans.png') repeat-x;
	float: left;
	width: 620px;
	min-height: 87px;
	padding: 36px 38px 167px 30px;
}
.titleimage {
	margin: -36px -38px 0 -30px;
	display: block;
}
.titledate {
	background: url('images/border.jpg') bottom repeat-x;
	overflow: hidden;
}
.listingpost {
	background: url('images/border.jpg') bottom repeat-x;
	clear: both;
}
.listingpost h2 {
	background: 0 !important;
	padding-bottom: 12px !important;
}
.listingpost h1 {
	font-size:24px;
	padding-top:5px;
	font-weight:lighter;
	background: 0 !important;
	padding-bottom: 10px !important;
}
.listingpost > span {
	display: block;
	padding: 0 0 15px;
	font-size: 14px;
}
.listingpost mg {
}
.mls {
	color:#d35f47;
}
/*.date {
	float: left;
	background: url('images/blog-date.jpg');
	width: 31px;
	height: 30px;
	border: 1px solid #fff;
	-moz-box-shadow: 2px 2px 5px #acacac; /* Firefox */
	/*-webkit-box-shadow: 2px 2px 5px #acacac; /* Webkit */
	/*box-shadow: 2px 2px 5px #acacac; /* CSS3 */
	/*color: #fff;
	text-transform: uppercase;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
}
.date span {
	font-size: 21px;
	display: block;
}
*/*/*/*/
#leftcol .titledate h2, #leftcol .post h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: 16px;
	background: none !important;
	margin-left: 0px;
	margin-top: 1px;
	text-transform: Capitalize;
}
#leftcol object {
	-moz-box-shadow: 2px 2px 5px #acacac; /* Firefox */
	-webkit-box-shadow: 2px 2px 5px #acacac; /* Webkit */
	box-shadow: 2px 2px 5px #acacac; /* CSS3 */
	border: solid #fff 1px;
	width: 617px;
	height: 372px;
	margin: 20px 0 15px;
}

#leftcol h2 {
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/border.jpg') bottom repeat-x;
	font-size: 20px;
	line-height: 24px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
#leftcol h4 {
	font-size: 18px;
	margin-top:20px;
	font-weight: normal;
	margin-bottom:10px;
	padding-bottom:0;
	color: #323632;
}
#leftcol h2 a {
	color: #000;
	text-decoration: none;
}
.black a, .black a:visited{
	color: #000;
}
.black a:hover {
	color: #D35F47;
	text-decoration:underline;
}

#leftcol h2 a:hover {
	color: #000;
	text-decoration: underline;
}
#leftcol h2.title {
	background: none;
	margin-top: 37px;
}
#leftcol .listingpost h2 {
	font-family: Arial, Helvetica, sans-serif;
}
#leftcol p, #leftcol li, #leftcol table {
	color: #000000;
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
	text-align:left;
}
#leftcol ol.justalist li{
	list-style-type: decimal;
	margin: 0;
}
#leftcol ul.justalist li {
	list-style-type: disc;
	margin: 0;
}
#leftcol ul.justalist, #leftcol ol.justalist {
	padding-top:0px;
	padding-left:20px;
	padding-bottom:10px;
}
#rightcol {
	background: url('images/grad-trans.png') repeat-x;
	float: right;
	width: 330px;
	min-height: 87px;
	padding-top: 15px;
	padding-bottom: 59px;
}
#rightcol > div {
	background: #ececec;
	border: #fbfbfb 1px solid;
	width: 249px;
	margin: 0 auto;
	margin-top: 20px;
	-moz-box-shadow: 2px 2px 5px #888888; /* Firefox */
	-webkit-box-shadow: 2px 2px 5px #888888; /* Webkit */
	box-shadow: 2px 2px 5px #888888; /* CSS3 */
	padding: 20px 14px;
	font-size: 12px;
	color: #666666;
}
#rightcol > div h3, #rightcol > div legend{
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: #000;
	margin-bottom: 5px;
	font-size: 14px;
}
/*#rightcol > div legend {
	font-weight: bold;
	color: #000;
	text-transform: uppercase;
}*/
#rightcol > div > ul a {
	color: #c63;
	text-decoration: none;
	line-height: 18px;
}

#rightcol > div > ul a:hover {
	color: #000;
	text-decoration: underline;
}

#rightcol > div p {
	line-height: 18px;
}
#rightcol > div ul li {
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 8px;
	background-image: none;
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B8B8B8;
}
#rightcol > div img {
	display: block;
	margin: -21px -15px 0px;
}
#rightcol .buying{
	background: url('images/sale.jpg');
	padding-top:70px;
	width:250px;
	height:40px;
}
#rightcol .selling{ 
	background: url('images/sold.jpg');
	padding-top:70px;
	width:250px;
	height:40px;
}

#rightcol .selling a, #rightcol .buying a, #rightcol .selling h3, #rightcol .buying h3 {
color: #fff !important;
}
#rightcol .selling a:visited, #rightcol .buying a:visited {
color: #fff !important;
}

#rightcol > div.subscribe{
}


#rightcol > div a {
	/*color: #067380;*/
	text-decoration: none;
}
#rightcol > div a:hover {
	/*color: #03474F;*/
	text-decoration: underline;
}

.viewblog {
	color: #d35f47;
	float: right;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 12px;
}
.viewblog a {
	color: #d35f47;
}
.recent li {
	background: url('images/border.jpg') bottom repeat-x;
	overflow: auto;
	padding-top: 16px;
	padding-bottom: 19px;
}
.recent li:last-child {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.recent li p {
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
.recent li span {
	color: #333;
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin-bottom: 15px;
}
.recent li p a {
	color: #d35f47;
	text-decoration: none;
}
.recent li h3 a {
	color: #d35f47;
	text-decoration: none;
	font-size: 14px;
}
.recent li img {
	float: left;
	display: block;
	border: #fff 1px solid;
	margin-right: 18px;
}
.sold {
	margin-top: 40px;
}
.openhouses {
	line-height: 16px;
	background: #c0cfc0 !important;
	color: #fff !important;
}
.contact {
	line-height: 16px;
	background: #363530 !important;
	color: #fff !important;
}
.contact h3 {
	color: #fff !important;
}
.contact span {
	color: #d35f47;
}
#search, #subscribe {
	border-left: #ccc 1px solid;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	float: left;
	width: 209px;
	margin-top: 13px;
	font-size: 13px;
	color: #666;
	padding: 10px 0px 10px 10px;
}
#submit {
	background: #fff;
	border-right: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	border-top: #ccc 1px solid;
	float: left;
	margin-top: 13px;
	padding: 6px 0;
	width: 24px;
	margin-left: -2px;
}
.dropshadow, .wp-post-image {
	-moz-box-shadow: 2px 2px 5px #acacac; /* Firefox */
	-webkit-box-shadow: 2px 2px 5px #acacac; /* Webkit */
	box-shadow: 2px 2px 5px #acacac; /* CSS3 */
}
.diamond {
	margin-right: 32px;
}
#footer {
	width: 100%;
	clear: both;
	display: block;
	background-image: url('images/footer-trans.png');
	background-repeat: repeat-x;
	height: 172px;
	padding-top: 80px;
	min-width:1020px;
}

#footer > div {
	width: 1020px;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:0px;
}
#footer > div > ul > li {
	position: relative;
	float: left;
}
#footer > div > ul > li > a {
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 50px;
}
#footer > div ul > li > ul {
	position: absolute;
	margin-top: 15px;
}
#footer > div ul > li > ul > li > a {
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	margin: 10px 0;
	display: block;
}
#footer > div ul > li a:hover {
	color: #d35f47;
}
.post-categories {
	float: left;
}
.post-categories li a {
	float: left;
	color: #d35f47;
	text-decoration: none;
}
.meta {
	float: left;
	font-size: 11px;
	font-style: italic;	
}
.post {
	clear: both;
	padding-bottom: 41px;
}
.meta a {
	text-decoration: none;
	color: #d35f47;
}
#leftcol .meta {
	background-color:#ECECEC;
	padding:4px;
	margin-bottom:30px;
}
.comments a {
	color: #333;
}
.notfound {
	float: left;
}
#leftcol .post h3{
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
#leftcol h3{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size:14px;
		padding-bottom: 5px;
}

 #leftcol li h3 a {
font-size:16px;
}
.post ul {
	list-style: disc inside;
	font-size: 12px;
	color: #333;
	margin-left: 20px;
	margin-bottom: 10px;
}
#leftcol .post ul li {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.catlist {
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.catlist li {
	background: none !important;
	margin: 0 !important;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#respond {
	clear: left;
	padding-top: 25px;
}
#respond input, #respond textarea {
	border: #ccc 1px solid;
	padding: 5px;
	font-family: sans-serif;
	font-size: 12px;
}
#respond a {
	color: #d35f47;
	text-decoration: none;
}
.commentlist {
	margin: 10px 0;
}
.commentlist li {
	margin: 10px 0;
}
.commentlist img {
	float: left;
	display: block;
	background: #fff;
	padding: 3px;
	border: #aaa 1px solid;
	margin: 5px 10px 5px 5px;
}
.comment-author {
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	background: #ccc;
	border: #bbb 1px solid;
}
.comment-author a {
	color: #000;
	text-decoration: underline;
}
.comment-reply-link {
	background: #d35f47;
	color: #fff;
	border-right: #e6956c 1px solid;
	border-bottom: #e6956c 1px solid;
	text-decoration: none;
	padding: 5px 5px 3px;
	font-size: 12px;
	text-transform: uppercase;
}
#comments {
	clear: left;
	padding-top: 35px;
	display: none;
}
.comment-meta {
	display: none;
}
#commentlist li.odd div {
	background: #fff;
}
ul.bookaviewing {
	margin-left: 0 !important;
	padding-bottom: 10px;
	overflow: hidden;
	padding-top:25px;
	margin-top:-30px;
	clear:both;
}
ul.bookaviewing li {
	float: left;
	list-style: none;
	background: url('images/leftdivider.jpg') repeat-y;
	padding: 5px 6px 5px;
}
ul.bookaviewing li a {
	text-decoration: none;
	color: #d35f47;
	font-size: 14px;
	display: block;
 	padding-left: 0px;
	margin-right: 10px;
}
.gallery-icon a img {
	border: #fefefe 1px solid !important;
	-moz-box-shadow: 2px 2px 3px #acacac; /* Firefox */
	-webkit-box-shadow: 2px 2px 3px #acacac; /* Webkit */
	box-shadow: 2px 2px 3px #acacac; /* CSS3 */
	display: block;
}
.gallery dl.gallery-item {
	float: left;
	width: auto !important;
}
.gallery dl.gallery-item img {
	margin: 5px 9px 5px 0;
}
.postgallery {
	margin-bottom: 30px;
	margin-top: 12px;
padding-bottom:12px;
}
.mg {
	margin-bottom: 26px;

}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	padding: 0 !important;
	max-width: 100% !important;
}
.headshot {
	float: left;
	height: 130px;
	width: 110px;
	margin-right: 12px;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.member {
	float: left;
	width: 620px;
	background-image: url(images/border.jpg);
	margin-top: 20px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top;
}
.member h4 a, .member p, .member a, .member p a{
	padding-top: 0px;
	margin-top: 0px;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/* Contact Form 7 Styles*/
/* Referral Form 1 Styles*/

#wpcf7-f1-p103-o1{
		background-color: #ECECEC;
		padding:10px
}

#wpcf7-f1-p103-o1 p.label {
	width: 200px;
	float:left;
	margin:0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#wpcf7-f1-p103-o1 p input {
	display:block;
	float:left;
	width:200px;
}
#wpcf7-f1-p103-o1 br {
	clear:both;
}
#wpcf7-f1-p103-o1 h4 {
	display: block;
	clear:both;
	color: #ECECEC;
	background-color: #323632;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#wpcf7-f1-p103-o1 p input, .wpcf7-form p textarea {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #fff;
	font-size: 12px;
	padding: 5px;
	margin:5px;
	color: #000000;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#wpcf7-f1-p103-o1 .row {
	clear:both;
}*/


/* Referral Form 2 Styles*/

#wpcf7-f2-p103-o1{
		background-color: #ECECEC;
		padding:20px
}
#wpcf7-f2-p103-o1 h4 {
font-size: 12px;
	display: block;
	clear:both;
	margin: 20, 0;
}

#wpcf7-f2-p103-o1 input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #fff;
	font-size: 12px;
	padding: 5px;
	margin:5px;
	color: #666;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

#wpcf7-f2-p103-o1 textfield {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #fff;
	font-size: 12px;
	padding: 5px;
	margin:5px;
	color: #666;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
}

/*selling form table*/
.selling_form {
}
.selling_form tbody tr th {
}
.selling_form tbody tr td {
	border: 1px solid #efefef;
}
.selling_form tbody tr th {
	background-color: #323632;
	color: #FFF;
	padding: 5px;
	border: 1px solid #efefef;
}
.selling_form tbody tr td {
	padding: 5px;
	margin: 1px;
	border: 1px solid #efefef;
}

.gallery-icon a {
display: block;
width: 113px;
height: 75px;
margin: 5px 9px 5px 0;
}

.gallery-icon img {
display: block;
}

/* Nice button Styling */
.buttonGeneral {
 background: #ff842c;
}
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/ 100% Arial, Helvetica, sans-serif;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	border: solid 1px rgba(0, 0, 0, .1);
	opacity: 1;
	background-image: url(images/button_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	clear: both;
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 7px;
	padding-left: 25px;
}
.button a {
	color: #fff;
}
.button:hover {
	background-color:#333333;
	text-decoration: none;
	opacity: 0.9;
}
.button:active {
	position: relative;
	top: 1px;
	opacity: 1;
}
.nicebutton a:hover, .propertiesForsale a:hover, .blogButton a:hover {
	text-decoration:none;	
}
.nicebutton {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #d35f47;
	background-image: url(images/button_bg.png);
	background-origin: padding-box;
	border-bottom-color: rgba(0, 0, 0, 0.0976562);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.0976562);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.0976562);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.0976562);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	color: white;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 13px;
	line-height: 13px;
	margin-bottom: 16px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	opacity: 1;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 1px;
	top: 1px;
	vertical-align: baseline;
	/*width: 30px;*/
}

.blogButton {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #d35f47;
	background-image: url(images/button_bg.png);
	background-origin: padding-box;
	border-bottom-color: rgba(0, 0, 0, 0.0976562);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.0976562);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.0976562);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.0976562);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	color: white;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 13px;
	line-height: 13px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	opacity: 1;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 1px;
	top: 1px;
	vertical-align: baseline;
	width: 90px;
}

.propertiesForsale {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #d35f47;
	background-image: url(images/button_bg.png);
	background-origin: padding-box;
	border-bottom-color: rgba(0, 0, 0, 0.0976562);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: rgba(0, 0, 0, 0.0976562);
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: rgba(0, 0, 0, 0.0976562);
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: rgba(0, 0, 0, 0.0976562);
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top-style: solid;
	border-top-width: 1px;
	color: white;
	cursor: pointer;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	height: 13px;
	line-height: 13px;
	margin-bottom: 32px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 13px;
	opacity: 1;
	outline-color: white;
	outline-style: none;
	outline-width: 0px;
	padding-bottom: 7px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.296875) 0px 1px 1px;
	top: 1px;
	vertical-align: baseline;	/*width: 30px;*/
}
#content h3 a, #content p a, .recent a, #content h2 a, .listingpost a:visited, .listingpost a{
	color: #d35f47;
	text-decoration: none;
}
#content h3 a:hover, #content p a:hover, .recent a:hover, #content h2 a:hover, .listingpost a:hover {
	color: #000;
	text-decoration: underline;
}
#content h2 a:hover {
	color: #D35F47;
	text-decoration: underline;
}
acronym {
	display:none;
}
.date {
	font-size: 12px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 18px;
	margin-left: 0;
}
.blogThumb {
	background: url('images/border.jpg') bottom repeat-x;
	width:185px;
	height:123px;
}
.blogThumb img {
	float: left;
	display: block;
	border: #fff 1px solid;
	margin-right: 18px;
}
