/*
Theme Name: Vision Custom
Theme URI: http://www.dominiquedawes.com/
Description: Original implementation of Reid Knorr's "Vision - Real Estate Edition" template.
Version: 1.0
Author: Reid Knorr/David Barker/James Barker
Author URI: http://www.reidknorr.com/
Tags: vision, real, estate, realestate, blue
*/


/* Basic Styles */
* {
	margin: 0;
	padding: 0;
}

.rounded{ -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.roundedSm{ -moz-border-radius: 3px; -webkit-border-radius: 3px; }
.noTopL{ -moz-border-radius-topleft: 0 !important; -webkit-border-top-left-radius: 0 !important; }
.noTopR{ -moz-border-radius-topright: 0 !important; -webkit-border-top-right-radius: 0 !important; }
.noBotL{ -moz-border-radius-bottomleft: 0 !important; -webkit-border-bottom-left-radius: 0 !important; }
.noBotR{ -moz-border-radius-bottomright: 0 !important; -webkit-border-bottom-right-radius: 0 !important; }


body {
	font-family: "Myriad Pro", Arial, sans-serif;
	font-size: 14px;
	background: #1e424e url('/wp-content/themes/vision/images/background_2.jpg') no-repeat center 31px;
	color: #666;
}
a{ color: #2D6375; }
a img{ border: none; }
ul, ul li {
	margin-left: 10px;
}
.ddsg-wrapper a, a.systemlink{ color: #666 !important; text-decoration: none; }
.ddsg-wrapper a:hover, a.systemlink:hover{ text-decoration: underline; }

h3 {
	font-weight: normal;
	color: #666;
}
.left {
	float: left;
}
.right {
	float: right;
}
#top_bar {
	width: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #c3c7c8;
	background: url('/wp-content/themes/vision/images/top_bg.png') repeat-x;
	height: 32px;
}
	#top_bar .center {
		width: 950px;
		margin-left: auto;
		margin-right: auto;
	}
	#top_bar .date {
		float: left;
		margin-top: 8px;
	}
	#top_bar .login {
		float: right;
		margin-top: 8px;
	}
	#top_bar .login a {
		color: #c3c7c8;
		text-decoration: none;
	}
	#top_bar .login a:hover {
		text-decoration: underline;
	}
#wrapper {
	width: 962px;
	margin-left: auto;
	margin-right: auto;
}

/* Header and Navigation */
#header {
	float: left;
	width: 100%;
	height: 70px;
	padding-top: 15px;
}
#logo {
    position: relative;
	float: left;
	height: 88px;
	width: 387px;
	background: url('/wp-content/themes/vision/images/logo.png') no-repeat;
	margin: 5px 0 5px 0;
	z-index: 10;
}
#navigation {
	width: 962px;
	height: 62px;
	background: url('/wp-content/themes/vision/images/nav_bg.png') no-repeat;
	float: left;
	clear: both;
}
	#navigation ul, #navigation ul li {
		margin: 0;
		padding: 0 0 0 5px;
		list-style: none;
	}
	#navigation ul li {
	    position: relative;
		float: left;
		display: block;
		z-index: 20;
	}
	#navigation ul li a {
		padding: 27px 0px 20px 15px;
		float: left;
		display: block;
		font-size: 11px;
		text-decoration: none;
		outline: none;
		color: #eee;
	}
	#navigation ul li a:hover {
		text-decoration: underline;
	}
#search {
	float: right;
	margin: 15px 15px 0px 0px;
}
	#search input {
		background: url('/wp-content/themes/vision/images/search_bg.png') no-repeat;
		width: 175px;
		height: 22px;
		border: none;
		outline: none;
		font-size: 12px;
		color: #fff;
		padding: 8px 30px 0px 10px;
	}
	
/* Main Image and Page Name */
#featured {
	width: 962px;
	float: left;
	clear: both;
	margin: 10px 0px 0px 0px;
}
#main_image {
	width: 960px;
	height: 228px;
	margin-left: 1px;
}
.ss-img{
    position: absolute;
    display: block;
    opacity: 100;
    z-index: 20;
}

.off{ position: absolute; display: none; opacity: 0; z-index: 10;}

#sub_featured {
	float: left;
	height: 60px;
	width: 960px;
	margin-left: 1px;
	background: url('images/orangebar-stretch.jpg') repeat-x;
	font-style: italic;
	color: #f1f1f1;
}
	#sub_featured span {
		float: left;
		margin: 12px 0px 0px 20px;
		font-size: 0.9em;
		line-height: 1.1em;
	}
	
	#buttons{
	   float: right;
	   padding-top: 15px;
	}
	
	#buttons img{
	   float: left;
	   margin-right: 5px;
	}
.right{ float: right; }
.orangeBarLg{ padding: 10px 20px 0 5px; }

#slide-arrow{
    position: relative;
    top: 5px;
    left: 207px;
}

	
#page_name {
	float: left;
	width: 962px;
	height: 71px;
	clear: both;
	background: url('/wp-content/themes/vision/images/page_name.png') no-repeat;
	margin-top: 10px;
	color: #fff;
}
	#page_name div.heading {
		float: left;
		margin: 22px 10px 0px 22px;
	}
	#page_name div.heading h3 {
		color: #fff;
		font-size: 26px;
		font-weight: normal;
	}
	#page_name div.description {
		float: left;
		margin: 25px 0px 0px 3px;
		padding: 2px 0px 0px 13px;
		border-left: 1px solid #d8d8d8;
		color: #d8d8d8;
		font-style: italic;
	}
	#page_name div.description span {
		margin: 0;
		padding: 0;
	}
	#page_name div.phone {
		float: right;
		color: #fff;
		margin: 19px 25px 0px 0px;
	}
	
/* Content */
#content_subpage {
	width: 960px;
	float: left;
	clear: both;
	padding-left: 1px;
	margin-top: 0px;
}
#content {
	width: 960px;
	float: left;
	clear: both;
	padding-left: 1px;
	margin-top: 10px;
}
	#content_top {
		float: left;
		clear: both;
		height: 5px;
		width: 960px;
		background: url('/wp-content/themes/vision/images/content_top.jpg') no-repeat;
	}
	#content_main {
		float: left;
		clear: both;
		background: #f2f2f2;
		width: 940px;
		padding: 0px 10px 2px 10px;
	}
	#listing_items {
		width: 645px;
		float: left;
	}
	#listing-images {
		width: 640px;
		height: 350px;
		float: left;
		clear: both;
	}
	.listing-item {
		float: left;
		width: 645px;
		margin: 10px 0px 10px 0px;
	}
		.listing-image {
			float: left;
			width: 285px;
			height: 138px;
		}
		.listing-content {
			float: left;
			width: 350px;
			margin-left: 10px;
		}
		.listing-content h2 a, .listing-content h2 {
			color: #4F748A;
			font-weight: normal;
			padding: 2px 0px 0px 0px;
			text-decoration: none;
		}
		.listing-content h2 a:hover {
			text-decoration: underline;
		}
		.listing-content h3 {
			font-weight: bold;
			padding: 7px 0px 0px 0px;
		}
		#listing_items div.listing-content p {
			padding: 5px 2px 5px 2px;
			line-height: 20px;
		}
		.listing-info {
			width: 640px;
			float: left;
		}
		.listing-bold {
			width: 620px;
			height: 45px;
			background: #cfcfcf;
			border-bottom: 1px solid #bfbfbf;
			border-top: 1px solid #bfbfbf;
			float: left;
			padding: 10px;
			margin-bottom: 10px;
		}
		.listing-info h2 {
			color: #4F748A;
			font-weight: normal;
			padding: 2px 0px 0px 0px;
		}
		.listing-info h3 {
			font-weight: bold;
			padding: 7px 0px 0px 0px;
		}
		.listing-info div.info {
			float: left;
		}
		.listing-info div.price {
			float: right;
		}
		.listing-info div.image-nav {
			float: left;
			clear: both;
			width: 620px;
			background: #ddd;
			height: 15px;
			padding: 5px 10px 5px 10px;
		}
		.listing-info span#image-name {
			float: left;
			width: 400px;
		}
		.listing-info div.controls {
			float: right;
			width: 200px;
			text-align: right;
		}
			.listing-info div.controls a {
				color: #4F748A;
			}
			.listing-info div.controls a:hover {
				text-decoration: none;
			}
	#subpage_main {
	    position: relative;
		width: 960px;
		background: url('/wp-content/themes/vision/images/subpage_sidebar.jpg') repeat-y;
		float: left;
		clear: both;
	}
	#subpage_main p a {
		color: #2d6375;
	}
	#subpage_main p a:hover {
		text-decoration: none;
	}
	#subpage_main #sidebar a {
		color: #2d6375;
	}
	#subpage_main #sidebar a:hover {
		text-decoration: none;
	}
		#subpage_main #sidebar {
			float: left;
			clear: both;
			width: 291px;
			height: 100%;
			background: url('/wp-content/themes/vision/images/sidebar.jpg') repeat-y;
			padding: 10px 0px 10px 0px;
		}
			#subpage_main #sidebar h3 {
				padding: 10px 0px 5px 2px;
				width: 272px;
				float: left;
				color: #444;
				font-size: 16px;
				margin-left: 8px;
				border-bottom: 3px solid #ccc;
			}
			div.contact h3 {
				padding: 10px 0px 5px 2px;
				width: 272px;
				float: left;
				color: #444;
				font-size: 16px;
				margin-left: 8px;
				border-bottom: 3px solid #ccc;
				border-top: 3px solid #ccc;
			}
			#subpage_main #sidebar ul, #subpage_main #sidebar ul li {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			#subpage_main #sidebar ul li a {
				float: left;
				clear: both;
				display: block;
				width: 270px;
				padding: 7px 0px 6px 5px;
				margin-left: 8px;
				color: #777;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
			}
			#subpage_main #sidebar ul li a:hover {
				background: #f0f0f0;
				color: #888;
			}
			div.contact {
				float: left;
				width: 265px;
				margin-left: 7px;
			}
			span.town {
				padding: 0px 0px 6px 5px;
				float: left;
				width: 100%;
			}
			span.phone {
				padding: 7px 0px 6px 35px;
				float: left;
				width: 240px;
				background: url('/wp-content/themes/vision/images/phone.png') no-repeat 3px top;
			}
			span.email {
				padding: 7px 0px 6px 31px;
				float: left;
				margin: 6px 0px 0px 3px;
				width: 240px;
				background: url('/wp-content/themes/vision/images/mail.png') no-repeat;
			}
			
			span.email a{ color: #2D6375; }
			span.email a:hover{ color: #4F748A; }
			span.street {
				padding: 7px 0px 0px 5px;
				float: left;
				width: 100%;
			}
		#subpage_main #right {
			width: 650px;
			float: right;
			padding: 13px 5px 5px 5px;
		}
		#subpage_main p {
			padding: 7px 2px 7px 2px;
			line-height: 20px;
		}
		#subpage_main #right h1 {
			font-weight: normal;
			padding: 5px 2px 2px 0px;
			font-size: 22px;
		}
	#content_bottom {
		float: left;
		clear: both;
		height: 5px;
		width: 960px;
		background: url('/wp-content/themes/vision/images/content_bottom.jpg') no-repeat;
	}
	
/* Featured Section */
	#our_company {
		width: 300px;
		float: left;
		padding-top: 0px;
	}
		#our_company h3 {
			border-bottom: 1px solid #aaa;
			padding: 5px;
			margin-bottom: 5px;
		}
		#our_company p {
			padding: 5px;
			font-family: Arial, sans-serif;
			font-size: 12px;
			line-height: 18px;
		}
		#our_company a {
			color: #1e424e;
			font-size: 12px;
			font-style: italic;
		}
		#our_company a:hover {
			text-decoration: none;
		}
#featured_listings {
	width: 634px;
	float: right;
}
	#featured_top {
		background: url('/wp-content/themes/vision/images/featured_top_bg.jpg') no-repeat;
		width: 634px;
		height: 55px;
	}
	#featured_bg {
		background: url('/wp-content/themes/vision/images/featured_bg.jpg') repeat-y;
		float: left;
		width: 634px;
	}
	#featured_content {
		float: left;
		clear: both;
		position: relative;
		top: -40px;
		margin-bottom: -15px;
		padding: 0px 10px 0px 10px;
		width: 634px;
		z-index: 10;
	}
	#featured_content h3 {
		margin: 0px 0px 10px 10px;
	}
	#featured_bottom {
		height: 46px;
		width: 634px;
		background: url('/wp-content/themes/vision/images/featured_bg_bottom.jpg') 0px -10px no-repeat;
		float: left;
		clear: both;
		position: relative;
		top: -35px;
		z-index: 5;
		margin-bottom: -35px;
	}
	#featured_content .listing {
		width: 285px;
		float: left;
		margin-right: 15px;
		margin-left: 10px;
		min-height: 377px;
	}
	
	#featured_content .listing.sm {
		min-height: 300px;
	}
	
	#featured_content .listing h4, #featured_content .listing h4 a {
		font-size: 16px;
		font-weight: normal;
		color: #4f748a;
		float: left;
		width: 284px;
		margin: 3px 0px 0px 2px;
		text-decoration: none;
	}
	#featured_content .listing h4 a:hover {
		text-decoration: underline;
	}
	#featured_content .listing p {
		padding: 8px 2px 7px 2px;
		clear: both;
		line-height: 20px;
	}
	#featured_content .listing a {
		color: #4F748A;
	}
.price {
		float: right;
		margin: 6px 0px 2px 0px;
		font-weight: bold;
	}
.city {
		float: left;
		clear: both;
		font-size: 12px;
		margin-left: 2px;
		display: block;
		width: 100%;
}
.type {
	font-size: 12px;
	color: #888;
	margin-left: 2px;
}
/* Footer */
#footer {
	float: left;
	clear: both;
	width: 962px;
	height: 56px;
	background: url('/wp-content/themes/vision/images/footer_bg.jpg') no-repeat;
	color: #c3c7c9;
	font-size: 12px;
}
	#footer span {
		float: left;
		margin: 22px 0px 0px 20px;
	}
	#footer_menu {
		float: right;
		margin: 0px 10px 0px 0px;
	}
		#footer_menu ul, #footer_menu ul li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
		#footer_menu ul li {
			float: left;
			display: block;
		}
		#footer_menu ul li a {
			float: left;
			color: #f5f5f5;
			display: block;
			text-decoration: none;
			padding: 12px 5px 18px 5px;
		}
		#footer_menu ul li a:hover {
			text-decoration: underline;
		}
#sub_footer{
	float: left;
	clear: both;
	margin-bottom: 20px;
	width: 962px;
	font-size: 12px;
	color: #c8d2d6;
	text-align: center;
	padding: 10px 0 20px 0;
}
#sub_footer span.larger{ font-size: 1.2em; }
#sub_footer a{ text-decoration: none; color: #eee; }
#sub_footer a:hover{ text-decoration: underline; }


/* Contact Form */
#right fieldset {
	padding: 10px;
}
#right legend {
	color: #555;
}
#right label {
	width: 125px;
	height: 26px;
	line-height: 36px;
	display: inline-block;
	float: left;
	clear: both;
}
#right input, textarea {
	float: left;
	border: none;
	outline: none;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ccc;
}
#right input.submit {
	clear: both;
	color: #555;
	float: left;
	margin-left: 130px;
}

div.entry{
    padding-right: 20px;
}

ul.roll{
    padding: 10px 0 5px 0;
    margin: 0px;
    list-style-type: none;
}
ul.roll li{
    list-style-type: none;
    padding: 0 0 5px 0;
}

div.twitter{
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #CCC;
    padding: 10px;
    margin-top: 20px;
    background: #3C839C;
    color: #EEE !important;
}

div.twitter h3{
    color: #EEE !important;
}

div.twitter a{ color: #CCC !important; }

div.twitter .divider{
    position: relative;
    margin: auto;
    width: 70%;
    height: 1px;
    background: #CCC;
}

div.twitter p, div.twitter p a{
    font-size: 80% !important;
    text-align: left;
}
