/*
Theme Name: Jon Dishon Theme
Theme URI: http://www.pixeljar.net/jon-dishon/
Description: Custom Wordpress theme created for Jon Dishon
Version: 1.0
Author: Pixel Jar
Author URI: http://www.pixeljar.net/

*/

/* CORE STYLES */
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #bcbec0;
	font-family: "Helvetica", "Arial", sans-serif;
}
a { text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus { outline: none; }
a img, a:hover img {
	text-decoration: none;
	border: none;
}
h2 {
	font-size: 15px;
	color: #bcbec0;
	font-weight: normal;
}
#content {
}
#grey-heading {
	height: 10px;
	background-color: #7d7f81;
}
#page {
	width: 900px;
	margin: 0px auto;
}
#header {
	border-bottom: 1px solid #939598;
	height: 110px;
	position: relative;
}
#headerimg {
	position:absolute;
	bottom: 8px;
}
#headerimg a,
#headerimg a:link,
#headerimg a:visited,
#headerimg a:hover,
#headerimg a:active {
	color: #000000;
}
#navigation {
	position:absolute;
	right: 0px;
	bottom: -1px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	display:inline;
	list-style-type: none;
}
#navigation ul li {
	height: 31px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display:inline;
	float: left;
}
#navigation ul li a,
#navigation ul li a:link,
#navigation ul li a:visited,
#navigation ul li a:hover,
#navigation ul li a:active {
	color: #000000;
	border: none;
	outline: none;
}
#navigation ul li a img {
}
#footer {
	position: fixed;
	width: 100%;
	bottom: 0px;
	padding: 0px 0px 10px 0px;
	background-color: #000000;
}
div#footer div#page {
	padding-top: 10px;
	border-top: 1px solid #939598;
}
#footer div.left {
	
	color: #ffffff;
	font-style: italic;
	font-size: 12px;
	float: left;
}
#footer div.right a {
	color: #939598;
}
#footer div.right {
	color: #939598;
	font-size: 10px;
	float: right;
}
.clear {
	clear: both;
}
/* END CORE STYLES */

/* HOME PAGE */
#home-image-block {
	padding: 20px 0px 30px 0px;
	width: 900px;
}
#home-slideshow {
	height: 380px;
	overflow: hidden;
}

/* FEATURED LISTING STYLES */
#featured-listing {
	height: 94px;
	font-size: 12px;
	color: #bcbec0;
	line-height: 18px;
	vertical-align: middle;
	padding-bottom: 12px;
}
#featured-listing h3,
#featured-listing h3 a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
#featured-listing p {
	margin-top: 0px;
	padding-top: 0px;
}
#featured-listing-image {
	width: 130px;
	height: 94px;
	padding-right: 10px;
	float: left;
}
#featured-listing-content {
	width: 320px;
	padding-right: 10px;
	vertical-align: middle;
	float: left;
}
#featured-listing-divider {
	width: 1px;
	height: 86px;
	padding-right: 10px;
	vertical-align: middle;
	border-left: 1px solid #939598;
	float: left;
}
#featured-listing-meta {
	float: left;
}
#featured-listing-hom-logo {
	width: 59px;
	height: 94px;
	background-image: url('media/images/hom-logo-off.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
}
#featured-listing-hom-logo:hover {
	width: 59px;
	height: 94px;
	background-image: url('media/images/hom-logo-on.gif');
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
}
/* END FEATURED LISTING STYLES */
/* END HOME PAGE */

/* LEFT-SIDE NAVIGATION */
div.left-navigation {
	padding-top: 40px;
	padding-left: 15px;
	float: left;
	line-height: 0px;
}
div.left-navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.left-navigation ul li {
	margin: 0 0 20px 0;
}
div.left-navigation ul li a,
div.left-navigation ul li a:link,
div.left-navigation ul li a:visited,
div.left-navigation ul li a:hover,
div.left-navigation ul li a:active {
	color: #000000;
}
img.sold-gallery-off {
	background: url('media/images/sold-gallery-off.gif') no-repeat;
}
img.sold-gallery-on {
	background: url('media/images/sold-gallery-on.gif') no-repeat;
}
img.active-listings-off {
	background: url('media/images/active-listings-off.gif') no-repeat;
}
img.active-listings-on {
	background: url('media/images/active-listings-on.gif') no-repeat;
}
/* END LEFT-SIDE NAVIGATION */

/* CONTENT COLUMN */
div.content-column {
	float: right;
	width: 720px;
	padding-right: 15px;
	padding-top: 40px;
	padding-bottom: 40px;
	font-size: 12px;
	line-height: 18px;
}
div.content-column h3,
div.content-column h3 a {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	line-height: 12px;
}
div.content-column p {
	margin-top: 0px;
	padding-top: 0px;
}
/*END CONTENT COLUMN*/

/* ASSOCIATES */
#associate {
	margin-bottom: 30px;
}
#associate a {
	color: #bcbec0;
	font-style: italic;
}
#associate-image {
	width: 180px;
	height: 260px;
	float: left;
}
#associate-content {
	width: 500px;
	float: right;
}
#associate-content h3 {
	font-size: 16px;
	line-height: 16px;
}
/* END ASSOCIATES */

/* PROPERTY LISTINGS */
#listing {
	padding-bottom: 30px;
}
#listing-image {
	width: 180px;
	height: 130px;
	float: left;
}
#listing-content {
	width: 525px;
	float: right;
}

#next-previous-properties {
	width: 900px;
	height: 25px;
	position: relative;
	font-size: 10px;
	color: #bcbec0;
}

.wp-pagenavi {
	position: absolute;
	right: 0px;
	padding-bottom: 50px;
}

/* BUTTONS */
.wp-pagenavi div.next-post-link {
	float: left;
	/*width: 60px;*/
	height: 27px;
}
img.next-off {
	background: url('media/images/next-off.gif') no-repeat;
}
img.next-on {
	background: url('media/images/next-on.gif') no-repeat;
}
.wp-pagenavi div.previous-post-link {
	float: left;
	/*width: 92px;*/
	height: 27px;
}
img.previous-off {
	background: url('media/images/previous-off.gif') no-repeat;
}
img.previous-on {
	background: url('media/images/previous-on.gif') no-repeat;
}
.wp-pagenavi div.page-nav {
	float: left;
	padding: 8px;
}
.wp-pagenavi div.current {
	float: left;
	color: #ffffff;
	font-weight: bold;
	padding: 8px;
}



.wp-pagenavi div.next-post-link a, .wp-pagenavi div.previous-post-link a {}
.wp-pagenavi div.page-nav a, .wp-pagenavi div.page-nav a:link, .wp-pagenavi div.page-nav a:visited {
	color: #bcbec0;
}
.wp-pagenavi div.page-nav a:hover, .wp-pagenavi div.page-nav a:active, .wp-pagenavi div.current {
	text-decoration: none;
	color: #ffffff;
}
.wp-pagenavi div.pages {
	display: none;
}
.wp-pagenavi div.extend { }
/* END PROPERTY LISTINGS */

/* PROPERTY DETAIL */
div.property-detail {
	padding-top: 20px;
}
#property-detail-image-block {
	width: 440px;
	float: left;
}
#back-to-listings-button {
	color: #939598;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#back-to-listings-button:hover {
	color: #ffffff;
	text-decoration: none;
}
#property-detail-slideshow {
	height: 316px;
	overflow: hidden;
}
#property-detail-slideshow-navigation {
	width: 440px;
	text-align: center;
	float: left;
	padding-top: 15px;
}
#pager {
	vertical-align: middle;
	width: 50px;
	font-size: 11px;
	color: #bcbec0;
}
#property-detail-content {
	width: 420px;
	height: 301px;
	padding: 0px 15px 15px 25px;
	float: right;
	vertical-align: bottom;
	position: relative;
	background-color: #262626;
}
#property-detail-content a {
	color: #ffffff;
	font-style: italic;
	font-weight: bold;
}
#property-detail-content h3 {
	color: #ffffff;
	font-weight: bold;
	font-size: 16px;
}
#property-detail-content p, #property-detail-meta {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	padding-top: 0px;
}
#property-detail-meta {
	width: 420px;
	padding: 15px 15px 25px 0px;
	float: right;
}
/* END PROPERTY DETAIL */

/* AREA INFORMATION */
#area-information-image-block {
	padding-top: 40px;
	width: 900px;
}
#area-information-slideshow {
	height: 240px;
	overflow: hidden;
}
#area-information-content table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-top: 40px;
}
#area-information-content strong {
	color: #ffffff;
	font-weight: bold;
}
#area-information-content ul {
	margin: 0px;
	padding-top: 0px;
	padding-left: 14px;
	padding-bottom: 15px;
	color: #bcbec0;
	font-weight: normal;
}
#area-information-content ul li {
	margin: 0px;
	padding-bottom: 5px;
	color: #bcbec0;
	font-weight: normal;
}
#area-information-content ul li a {
	color: #bcbec0;
}
#area-information-content ul ul {
	padding: 5px 0px;
	list-style-type: none;
}
#area-information-content ul ul li {
	padding: 0px 0px 5px 15px;
}
/*END AREA INFORMATION */

/* MARKETING */
#marketing-image-block {
	padding-top: 40px;
	width: 900px;
}
#marketing-slideshow {
	height: 240px;
	overflow: hidden;
}
#marketing-hom-logo {
	width: 80px;
	height: 80px;
	background-image: url('media/images/hom-logo-on.gif');
	background-repeat: no-repeat;
	float: left;
}
#marketing-content strong {
	color: #ffffff;
	font-weight: bold;
}
#marketing-content a {
	color: #bcbec0;
}
/*END MARKETING */

/* CONTACT */
#contact-image-block {
	padding-top: 40px;
	width: 900px;
}
#contact-slideshow {
	height: 240px;
	overflow: hidden;
}
#contact-hom-logo {
	width: 80px;
	height: 80px;
	background-image: url('media/images/hom-logo-on.gif');
	background-repeat: no-repeat;
	float: left;
}
#contact-content strong {
	color: #ffffff;
	font-weight: bold;
}
#contact-content a {
	color: #bcbec0;
}
/*END CONTACT */
#ll, #ll a {
	color: #000000;
}
