@import url(style.css);

body {
	background:url(images/silver/body-bg.png) #f1f1f1 repeat-x; 
	color:#161616; 
	font:14px Arial, Helvetica, "Trebuchet MS", sans-serif;
}

#advSearchForm input.search-button  {
	margin: 12px 2px 4px 0px; 
	cursor: pointer; 
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	box-shadow: 0px 1px 1px #e4e4e4;
	-webkit-box-shadow: 1px 1px 1px #e4e4e4;
	-moz-box-shadow: 0px 1px 1px #e4e4e4;
	text-shadow: 1px 1px 1px #fff;
	width: 80px;
	height:30px;
	float:right;
	text-align: center;
	color: #444;
	border:1px solid #ddd;
	font: 13px Helvetica ,sans-serif;
	line-height: 26px!important;
	font-weight:bold;
}

#advSearchForm input.search-button:hover  {
	margin: 12px 2px 4px 0px; 
	cursor: pointer; 
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	box-shadow: 0px 1px 1px #e4e4e4;
	-webkit-box-shadow: 1px 1px 1px #e4e4e4;
	-moz-box-shadow: 0px 1px 1px #e4e4e4;
	text-shadow: 1px 1px 1px #fff;
	width: 80px;
	height:30px;
	float:right;
	text-align: center;
	color: #444;
	border:1px solid #ddd;
	font: 13px Helvetica ,sans-serif;
	line-height: 26px!important;
	font-weight:bold;
}
.main-nav { 
	background: #ddd; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(204,204,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%); /* W3C */
	border-radius: 4px; 	
	-moz-border-radius:4px;
	clear:both;
	border:1px solid #ddd;
	box-shadow: 0px 1px 2px #828282; 
	-webkit-box-shadow: 0px 1px 2px #828282; 
	-moz-box-shadow: 0px 1px 2px #828282; 
	height:48px; 
	position:absolute; 
	bottom:0px; 
	left:11px; 
	width:975px; 
	z-index: 52;
}


.main-nav li {
	float: left; 
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:none;
	text-shadow:1px 1px 1px #fff;
	position: relative;
	border-right: 1px solid #ccc;
	height:44px;
	margin: 1px 0 0px 0;
}

.main-nav li a{	
	color:#333!important;
}

.main-nav li ul li a { 
	padding: 0;
	color:#000!important;
	text-shadow:1px 1px 1px #fff!important;
	margin: 0;
	padding-left: 10px;
}

.main-nav li:hover a, .main-nav li:hover a {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-shadow:1px 1px 1px #fff; 
	color:#000;
}


.main-nav .current-menu-item a {
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	text-shadow:1px 1px 1px #fff; 
	color:#000; 
	
}

.main-nav .current-menu-item:first-child a {
	float: left;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold; text-transform:none;
	text-shadow:1px 1px 1px #fff;
	height:47px; line-height:46px;
	position: relative;
	border-left: none;
	margin-left: -2px!important;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.main-nav > li:first-child {
	float: left;
	font:15px Arial, Helvetica, sans-serif;
	font-weight:bold; text-transform:none;
	text-shadow:1px 1px 1px #fff;
	height:47px; line-height:46px;
	position: relative;
	border-left: none;
	margin: 1px;
}

.main-nav > li:last-child {
	float: left;
	font:15px Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-transform:none; 
	text-shadow:1px 1px 1px #fff;
	height:47px; 
	line-height:46px; 
	position: relative;
	border-right: none;
}


.main-nav li ul li { 
	width: 150px; 
	padding: 0px 10px 4px 5px; 
	margin: 0;
	background: rgb(255,255,255);
	font-size: 12px;
	color: #000!important; 
	-moz-box-shadow:1px 2px 4px #555; 
	-webkit-box-shadow: 1px 2px 4px #555; 
	box-shadow: 1px 2px 4px #555; 
	border-bottom: 1px solid #444;
}

.send-form .send-btn input { 
	cursor: pointer; 
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(50%,#dbdbdb), color-stop(51%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C */
	-webkit-border-radius: 5px; 
	-moz-border-radius:5px; 
	border-radius:5px;
	width: 80px;
	height:30px;
	color: #000;
	border: 1px solid #e2e2e2;
	box-shadow: 0px 1px 1px #e4e4e4; 
	-webkit-box-shadow: 1px 1px 1px #e4e4e4; 
	-moz-box-shadow: 0px 1px 1px #e4e4e4; 
	font: 13px Helvetica ,sans-serif; 
	text-shadow: 1px 1px 1px #fff; 
	line-height: 20px!important;
	font-weight:bold; 
	cursor:pointer; 
	display: inline-block; 
	height:30px; 
	margin:0px 0px 6px 0px; 
	width:80px;
}

.send-form .send-btn input:hover {
	cursor: pointer; 
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C */
	box-shadow: 0px 1px 1px #e4e4e4;
	-webkit-box-shadow: 1px 1px 1px #e4e4e4;
	-moz-box-shadow: 0px 1px 1px #e4e4e4;
	text-shadow: 1px 1px 1px #fff;
	width: 80px;
	height:30px;
	text-align: center;
	color: #444;
	border:1px solid #ddd;
	font: 13px Helvetica ,sans-serif;
	line-height: 26px!important;
	font-weight:bold;
}

.recent-list ul li:hover a.bulited,.recent-list ul li:focus a.bulited { 
	background:url(images/grey/hover-bullet.png) no-repeat left center;
}

.back-round .more-properties-search ul li {
	border:none;
	background:url(images/grey/slider-checkmark.png) no-repeat left center;
	line-height:23px;
	padding:0px;
	text-indent:25px;
}

.back-round .more-properties-intro ul li {
	border:none;
	background:url(images/grey/slider-checkmark.png) no-repeat left center;
	line-height:28px;
	padding:0px;
	text-indent:25px;
}

.slider .pagination li a { 
	display: inline-block; 
	width: 14px; 
	height: 14px; 
	background: url(images/grey/slider-buttons.png) right top no-repeat; 
	font-size: 0px; 
	margin: 0 2px; 
}

.slider-content ul li { 
	background:url(images/grey/slider-checkmark.png) no-repeat left center; 
	color:#161616; 
	font:12px Arial, Helvetica, sans-serif; 
	line-height:19px; 
	margin:5px 0px; 
	text-indent:25px;
}

.single-post .single-post-intro ul li { 
	background:url(images/slider-checkmark.png) no-repeat left center; 
	line-height:14px;
	text-indent:25px;
}

.single-post .post-slider .pagination li.current a {
	background: url(images/grey/slider-buttons.png) left top no-repeat;
}

.slider .pagination li a {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(images/grey/slider-buttons.png) right top no-repeat;
	font-size: 0px;
	margin: 0 2px;
}

.slider .pagination li.current a {
	background: url(images/grey/slider-buttons.png) left top no-repeat;
}

a.twtr-hyperlink {
	color:#c31f20!important;
	font-weight:bold; 
}

a.twtr-reply {
	color:#333!important;
	font-weight:bold;
}

a.twtr-rt {
	color:#333!important;
	font-weight:bold;
}

a.twtr-atreply {
	color:#c31f20!important;
	font-weight:bold;
}

a.twtr-fav { 
	color:#333!important;
	font-weight:bold;
}

a.twtr-hashtag {
	color:#000!important;
	font-weight:bold;
}

a.twtr-join-conv {
	color:#fff!important;
}

a.twtr-timestamp {
	color:#000!important;
	font-weight:bold;
}

.dsidx-results ol li div div {
	font-size: 12px;
	background:url(images/grey/slider-checkmark.png) no-repeat left center;
	line-height:24px;
	text-indent:25px;
}

.post ol li b, .post ol li b a {
	font:30px "MyriadProBoldCondensed",arial,sans-serif;
}

.post ol li div div {
	font-size: 12px ;
	background:url(images/grey/slider-checkmark.png) no-repeat left center;
	line-height:24px;
	text-indent:25px;
}

.back-round  .more-properties-intro ul li {
	border:none; 
	background:url(images/grey/slider-checkmark.png) no-repeat left center; 
	line-height:28px; 
	padding:0px; 
	text-indent:25px;
}

.back-round  .more-properties-search ul li {
	border:none; 
	background:url(images/grey/slider-checkmark.png) no-repeat left center;
	line-height:23px;
	padding:0px; 
	text-indent:25px;
}

.single-post .single-post-intro ul li {
	background:url(images/grey/slider-checkmark.png) no-repeat left center;
	line-height:14px; text-indent:25px;
}

.mls-listings .post  ol li div b a {
	color: #666;
}

.mls-listings .post  p a{
	color: #666;
}

.post-data a {
	color:#000; 
	font:12px Arial, Helvetica, sans-serif; 
	line-height:14px; 
	text-decoration:none;
	font-weight: bold;
}