/*
Theme Name: Kelowna Home
Author: www.GetOn.com
Author URI: http://www.geton.com/
*/

* {
	margin: 0; padding: 0;
}
body {
	background:url(images/bg-page.gif) center top repeat-y #020202;
	text-align: center;
	font: 11px Verdana;
	color: #333;
}
a {
	text-decoration: underline;
	color: #1a4998;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color:#4C9D45;
}
/* Fix after CSS Columns */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

.welcome-message {
	background:url(images/bg-welcome-message.jpg) center bottom repeat-x #fbfbec;
	margin-left:-12px;
	padding:20px;
	text-align:center;
	border-bottom:1px solid #C5C5C5;
	width:945px;
	text-shadow:1px 1px 0px #fff;
}
	.welcome-message h2 {
		font-family:Georgia, "Times New Roman", Times, serif;
		padding:0 0 10px 0;
		font-weight:normal;
		font-style:italic;
		font-size:25px;
		color:#4C9D45;
	}
	.welcome-message p {
		font-size:12px;
		font-family:Tahoma, Verdana, sans-serif;
		font-weight:bold;
		width:800px;
		margin:0 auto;
		line-height:17px;
	}

img {
	border: 0;
}

.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 985px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
}
	#header ul#navigation {
		list-style-type: none;
		height: 30px;
		float:right;
	}
		#header ul#navigation li {
			float: left;
			display:block;
			margin:0;
			padding:0;
		}
		#header ul#navigation li a {
			color: #4e5561;
			padding: 7px 12px 7px 12px;
			background:url(images/bg-nav.gif) center top repeat-x;
			display: block;
			font-family:Tahoma, Verdana, sans-serif;
			text-shadow:1px 1px 0px #fff;
			font-size:13px;
			font-weight:bold;
			margin:0 0 0 3px;
			text-decoration:none;
			float:left;
		}
		#header ul#navigation li a:hover {
			color:#fff;
			text-decoration: none;
			background-position:0px -32px;
			text-shadow:-1px -1px 0px #2f702a;
		}
	#header .submenu ul {
		list-style-type: none;
		background: url(images/bg-submenu.gif) 10px -30px no-repeat #E5E1D4;
		clear: both;
		height: 36px;
		clear:both;
		margin:0;
		border:1px solid #f1ebda;
		border-bottom:1px solid #c5c5c5;
	}
		#header .submenu ul li {
			text-transform: none;
			float:left;
			padding:8px 10px;
			margin:2px 0 0 0;
		}
		#header .submenu ul li:first-child {padding:5px 8px 10px 0; margin-top:4px; margin-left:50px;}
		#header .submenu ul li strong {
			color:#0054AA;
			font-family:"Trebuchet MS", Verdana, sans-serif;
			letter-spacing:1px;
			text-transform:uppercase;
			text-transform:1px 1px 0px #fff;
			font-size:12px;
		}
		#header .submenu ul li a {
			color: #373734;
			text-decoration:underline;
		}
		#header .submenu ul li a:hover {
			color: #4c9d45;
		}
	#header h1 {
		padding:25px 0 0 11px;
	}
		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			width:267px; height:53px;
			background: url(images/logo.gif) no-repeat 0 0;
		}
#header .headerContact {
	float:right;
	color:#c8b28a;
	font-family:Tahoma, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin:35px 0 0 0;
	text-align:right;
	line-height:19px;
}
#header .headerContact span {color:#fff; font-size:16px;}
#header .headerContact a {color:#fff; text-decoration:underline;}
#header .headerContact a:hover {color:#FFFF99;}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
	background:#fff;
	padding:0 12px;
}
/** END body **/

#column-container {}

/** BEGIN left sidebar **/
#lsidebar {
	width: 193px;
	float: left;
	padding: 10px 7px 10px 0;
}
	#lsidebar h2 {
		background: url(images/bg-headers.gif) left bottom repeat-x;
		color: #3b8634;
		font-size:14px;
		padding:8px 10px;
		border-bottom: 1px dotted #ccc;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		text-shadow:1px 1px 0px #fff;
	}
	#lsidebar ul {
		list-style-type: none;
		padding: 5px 4px 5px 10px;
	}
		#lsidebar ul li {
			line-height: 1.4em;
			padding: 4px 10px 4px 13px;
			background: url(images/bullet.gif) no-repeat 0 9px;
			font-family:Verdana, Arial, Tahoma, sans-serif;
			font-size:11px;
		}
	#lsidebar .box {
		border: 1px solid #ccc;
		margin-bottom: 8px;
		padding:0px;
	}
/** END left sidebar **/

/** BEGIN content **/
#content {
	width: 445px;
	float: left;
	padding: 10px 0;
}
	#content .post {
		margin-bottom: 8px;
		padding: 10px;
		font-size:12px;
	}
	#content h2.post-header {
		font-size: 2em;
		margin:0;
		margin-bottom: 5px;
		font-family:Arial, Verdana, sans-serif;
		font-weight:normal;
	}
	#content h2.post-header a {color:#1a4998; text-decoration:none;}
	#content h2.post-header a:hover {color:#4C9D45; text-decoration:underline;}
	#content .date {
		margin: 0 -8px 15px;
		padding: 2px 10px 10px;
		border-bottom: 1px dotted #ccc;
		font-family:Tahoma, Arial, sans-serif;
		color:#666;
		font-size:11px;
	}
	#content .dark {}
	#content h2 {font-size:16px; font-weight:bold; margin:12px 0;}
	#content h3 {
		font-size: 1.2em;
		margin-bottom: 10px;
		font-weight: bold;
		color:#000;
	}
	#content p {
		margin-bottom: 15px;
		line-height: 1.4em;
	}
	#content ul {
		margin: 0 0 15px 16px;
	}
	#content ol {
		margin: 0 0 15px 18px;
		padding-left: 15px;
	}
	#content li {
		line-height: 1.4em;
		padding: 2px 0;
	}
	#content blockquote {
		font-style: italic;
		font-weight: bold;
		padding: 10px 10px 10px 30px;
		background: url(images/quote.gif) no-repeat 0 0;
	}
	#content .details {
		padding: 10px;
		margin: 0 -8px 10px;
		border-width: 1px 0;
		border-style: dotted;
		border-color: #ccc;
		font-size:11px;
		background:#f4f4f4;
	}
		#content .details .l {
			float: left;
			width: 50%;
			margin-bottom: 0;
		}
		#content .details .r {
			float: right;
			width: 50%;
			margin-bottom: 0;
			text-align: right;
		}
/** END content **/

/** BEGIN right sidebar **/
#rsidebar {
	width: 298px;
	float: right;
	padding: 10px 0;
}
	#rsidebar h2 {
		background: url(images/bg-headers.gif) left bottom repeat-x;
		color: #4C9D45;
		font-size:14px;
		padding:8px 10px;
		border-bottom: 1px dotted #ccc;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:bold;
		text-shadow:1px 1px 0px #fff;
	}
	#rsidebar ul {
		list-style-type: none;
		padding: 5px 4px 5px 10px;
	}
		#rsidebar ul li {
			line-height: 1.4em;
			padding: 4px 10px 4px 13px;
			background: url(images/bullet.gif) no-repeat 0 9px;
		}
	#rsidebar .box {
		border: 1px solid #ccc;
		margin-bottom: 8px;
		padding:0px;
	}
	#rsidebar form#searchform {
		width: 290px; height: 32px;
		background: url(images/search.gif) no-repeat 1px 5px;
		padding: 5px 0 5px 2px;
	}
		#rsidebar form#searchform input[type='text'] {
			float: left;
			border: 0;
			background-color: transparent;
			font-size: 1.2em;
			width: 218px;
			margin: 5px 2px;
		}
		#rsidebar form#searchform input[type='submit'] {
			float: left;
			width: 67px; height: 32px;
			border: 0;
			text-indent: -9999px;
			margin-left: 1px;
			background-color: transparent;
			cursor:pointer;
		}
		#rsidebar form#searchform .screen-reader-text {display:none;}

	#rsidebar .flckr {
		text-align: center;
		padding: 5px 0;
	}
		#rsidebar .flckr img {
			margin: 5px;
			width: 75px; height: 75px;
		}
	#rsidebar .video {
		padding: 5px 0 10px;
	}
	#rsidebar .tags {
		padding: 5px 10px 10px;
	}
		#rsidebar .tags a {
			color: #565656;
		}
		#rsidebar .tags a:hover {
			text-decoration: none;
			color: #0089BB;
		}
/** END right sidebar **/

/** BEGIN footer **/
#footer {
	background:url(images/logo-coldwell.gif) right center no-repeat;
	clear: both;
	text-align:left;
	width:960px;
	margin:5px auto 20px auto;
	color:#adadad;
	font-family:Tahoma, Arial, sans-serif;
	border-top:2px solid #131313;
	padding:10px 0 0 0;
}
	#footer a {color:#fff; text-decoration:underline;}
	.footerBlock1 {
		float:left;
		width:250px;
		margin-left:30px;
	}
	.disclaimer {clear:both; padding:10px 0 10px 0; color:#4d4c4c;}
	.footerLogo {float:left;}
/** END footer **/

/** BEGIN miscellaneous **/
.postnav {
	clear: both;
	padding: 10px 0;
	font-size: 0.9em;
}
	.postnav a {
		border: 1px solid #cccccc;
		padding: 3px 8px;
		color: #999999;
		background-color: #ffffff;
	}
	.postnav a:hover {
		border: 1px solid #000000;
		color: #000000;
		text-decoration: none;
	}
#comments {
	
}
	#comments h2 {
		margin: 20px 0 5px;
		font-size: 1.5em;
		font-weight: normal;
	}
	#comments p {
		margin-bottom: 10px;
		line-height: 1.5em;
	}
	#comments form {
		padding-top: 20px;
	}
	#comments form p {
		margin-bottom: 5px;
	}
		#comments form input, textarea {
			border: 1px solid #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			padding: 4px 4px 4px 20px;
			background-position: 4px 4px;
			background-repeat: no-repeat;
		}
		#comments form input {
			width: 260px;
			border: 1px solid #cccccc;
		}
		#comments form textarea {
			width: 350px;
			padding: 4px 4px !important;
			border: 1px solid #cccccc;
		}
		#comments form button {
			border: 1px solid #909090;
			background-color: #cccccc;
			font-size: 0.9em;
			font-family: Verdana;
			width: 120px; height: 23px;
		}
	.commentdetails {
		margin-top: 25px;
	}
	.commentauthor {
		margin-bottom: 5px !important;
		font-weight: bold;
	}
	.commentdate {
		font-size: 0.8em;
		margin-bottom: 5px;
		color: #909090;
	}
	.required {
		color: #ff0000;
	}
h2.title {
	font-size: 1em;
	text-transform: uppercase;
	padding: 25px 25px 0;
	color: #565656;
}
.notfound {
	padding: 40px;
}
	.notfound h2 {
		font-size: 18px;
		font-weight: normal;
		margin-bottom: 10px;
	}
/** END miscellaneous **/

/** BEGIN wordpress 2.7 comments **/
#comments ol {
	list-style-type: none;
	clear: both;
	padding: 0;
	margin: 0;
}
	#comments ol li {
		padding: 10px;
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}
	#comments ol li .avatar {
		float: right;
	}
	#comments ol li .comment-author {
		
	}
		#comments ol li .comment-author .fn {
			font-weight: bold;
			font-size: 1.2em;
		}
	#comments ol li .comment-meta {
		font-size: 0.9em;
		color: #999999;
		margin: 5px 0 10px;
	}
	#comments ol li .reply {
		font-size: 0.9em;
		font-weight: bold;
		padding-bottom: 10px;
	}
	#comments .children {
		list-style-type: none;
	}
#comments .navigation {
	padding: 10px 0 20px;
	font-size: 0.9em;
}
	#comments .navigation a {
		color: #999999;
		padding: 3px 8px;
		border: 1px solid #cccccc;
	}
	#comments .navigation a:hover {
		color: #000000;
		border-color: #000000;
		text-decoration: none;
	}
/** END wordpress 2.7 comments **/

