/* LEFT CONTENT */

#left_content {
	float: left;
	width: 174px;
	margin: 10px 3px 0 15px;
}

/* logo/video */

#logo {
	height: 169px;
	width: 174px;
	background:left top no-repeat url(../images/cincinnati_realtor_logo.jpg);
	float:left;
	margin-bottom: 8px;
}

#logo a {
	display:block;
	width:100%;
	height:100%;
}

#logo:hover {
	cursor:pointer;
	background:left top no-repeat url(../images/cincinnati_realtor_logo_hover.jpg);
}

#play_video {
	height: 27px;
	width: 172px;
	background:left top no-repeat url(../images/cincinnati_realtor_play_video.png);
	float:left;
	margin-bottom: 8px;
}

#play_video a {
	display:block;
	width:100%;
	height:100%;
}

#play_video:hover {
	cursor:pointer;
	background:left top no-repeat url(../images/cincinnati_realtor_play_video_hover.png);
}

/* twitter feed */

#heading {
	font: 20px Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	margin:0 0 8px 0;
	float:left;
}

#entry {
	font:14px Arial, Helvetica, sans-serif;
	letter-spacing:0px;
	float:left;
}

span#tweet {
	float:left;
	color: #FFFFFF;
}

span#date {
	display:block;
	clear:both;
	color:#c9ad7d;
	margin:0 0 20px 0;
	font:14px Arial, Helvetica, sans-serif;	
}

/* social icons */

#social {
	float:left;
	width:100%;
}

#social a#facebook {
	float:left;
	width: 52px;
	height: 48px;
	background: top left no-repeat url(../images/linda_facebook.jpg);
}

#social a#facebook:hover {
	background: url(../images/linda_facebook_hover.jpg);
}

#social a#twitter {
	float:left;
	width: 54px;
	height: 48px;
	margin-left:5px;
	background: top left no-repeat url(../images/linda_twitter.jpg);
}

#social a#twitter:hover {
	background: url(../images/linda_twitter_hover.jpg);
}

#social a#linkedin {
	float:left;
	width: 54px;
	height: 48px;
	margin-left:6px;
	background: top left no-repeat url(../images/linda_linkedin.jpg);
}

#social a#linkedin:hover {
	background: url(../images/linda_linkedin_hover.jpg);
}

/* CENTER CONTENT */

#center_content {
	float:left;
	width: 515px;
	min-height: 530px;
	margin: 10px 3px 0 30px;
}

#search_listings {
	float:left;
	width: 100%;
	margin:0 0 25px 0;
}

#search_listings h2 {
	font:20px Arial, Helvetica, sans-serif;
	color:#c9ad7d;
	letter-spacing:-1px;
	margin:0 0 25px 0;
	text-align:center;
}

#featured_homes_left {
	float:left;
	height:210px;
	width:40px;
	background:center no-repeat url(../images/left_arrow.png);
	margin:0 0 0 70px;
}

#featured_homes_left:hover {
	cursor:pointer;
}

#featured_homes {
	float:left;
	height:200px;
	width:300px;
	overflow:hidden;
	border:5px solid #FFFFFF;
}

#featured_homes:hover {
	cursor:pointer;
}

#featured_homes_right {
	float:left;
	height:210px;
	width:40px;
	background:center no-repeat url(../images/right_arrow.png);
}

#featured_homes_right:hover {
	cursor:pointer;
}

#center_content div#blog {
	float:left;
	width:100%;
}

#center_content div#blog span#heading {
	width:100%;
}

#entry span#title {
	float:left;
	font-weight: bold;
	width:100%;
}

#entry span#summary {
	float:left;
	clear:left;
	width:100%;
}

#more_link {
	float:left;
	width: 100%;
	text-align:right;
}

/* EXTRA SPACE TO SEE CINCINNATI */

#cincinnati_realtor_buffer {
	clear:left;
	float:left;
	height:700px;
	min-width:100px;
}
