/*  
Theme Name: rhqWPtheme
Theme URI: http://rhq.com.au/rhqWPtheme/
Description: The default rhq blog theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 0.7
Author: RHQ

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #FFFFFF;
	color: #333;
	text-align: left;
	margin-top: 10px;
	padding: 0px;
}

h1 , h2, h3, h4, h5 {
	font-weight:normal;
	color:#333333;
}

#page {
	margin:0px;
}

a:link , a:active, a:visited {
	color:#333333;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:none;
}

/*icons*/

.comment-ico {
	background-image: url(images/comments-ico.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
	height: 25px;
	width: 25px;
}
.feed_back_ico {
	background-image: url(images/mail-ico.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	height: 25px;
	width: 25px;
}
.post_ico {
	background-image: url(images/post-ico.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	height: 25px;
	width: 25px;
}
/*header start*/

#header_bg {
}

#header_box {
	margin-top:0px;
	background-color:#666666;
	height:60px;
}
#blog_title {
	padding-top:15px;
	padding-bottom:5px;
	color:#333333;
	height:50px;
	width:525px;
	cursor:hand;
}
#blog_title a:link, #blog_title a:visited, #blog_title a:active{
	color:#333333;
	font-size:21px;
	font-weight:normal;
	text-decoration:none;
}
.description {
	color:#333333;
	padding-top:7px;
}
#top_bg_left {
	height:60px;
	background-color:#666666;
	background-image: url(images/rh_logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_bg_right {
	height:60px;
	background-color:#666666;
	background-image: url(images/rhq_well_look_after_you.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#header_top {
	height:60px;
	background-color:#fff;
	
}
#headertbl_title {
	height:70px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000;
	border-left-color: #000;
	padding-left:7px;
	background-image: url(images/realestatetalk_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#header_title_left {
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;*/
}
#header_title_right {
/*
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-color:#999999;*/
}

.logo_link {
	cursor:hand;
}
#logo_link_right {
	cursor:hand;
}
/*header end*/

#contents {
	padding:7px;
	font-size: 11px;
	color: #333333;
	margin-right: 7px;
}
.contenttbl_bg {
	background-image: url(images/contents_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
hr {
	display:none;
}
#rss_box {
	color:#333;
	font-size:11px;
	background-color:#DDDDDD;
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #CCCCCC;
}
.rss-heading {	
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding-bottom:4px;
}
#rss_enteries {
	color:#333333;
	background-image: url(images/rss_tn.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 21px;
	padding-bottom:5px;
}
#rss_enteries a:link, #rss_enteries a:visited, #rss_enteries a:active {
	color:#333333;
	text-decoration:underline;
}
#rss_enteries a:hover {
	color:#000000;
	text-decoration:none;
}

#rss_comments {
	color:#333333;
	background-image: url(images/rss_tn.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 21px;
	padding-bottom:5px;
}
#rss_comments a:link, #rss_comments a:visited, #rss_comments a:active {
	color:#333333;
	text-decoration:underline;
}
#rss_comments a:hover {
	color:#000000;
	text-decoration:none;
}

#mobile_enteries {
	color:#333333;
	text-indent: 0px;
	padding-bottom:5px;
}
#mobile_enteries a:link, #mobile_enteries a:visited, #mobile_enteries a:active {
	color:#333333;
	text-decoration:underline;
}
#mobile_enteries a:hover {
	color:#000000;
	text-decoration:none;
}

#sidebar {
}

#sidebar ul.bul, #sidebar li.bul{
	list-style-type:none;
	text-indent:-40px;
}
#sidebar h2{
	font-size:12px;
}
#sidebar ul, #sidebar li{
	list-style-type:none;
}
#sidebar li.bul a:link, #sidebar li.bul a:visited, #sidebar li.bul a:active{
	color:#0000FF;
	text-decoration:underline;
	list-style-type:none;
}
#sidebar li.bul a:hover {
	color:#0000FF;
	text-decoration:none;
	list-style-type:none;
}

#sidebar li a:link, #sidebar li a:visited, #sidebar li a:active{
	color:#0000FF;
	text-decoration:underline;
	list-style-type:none;
}
#sidebar li a:hover {
	color:#0000FF;
	text-decoration:none;
	list-style-type:none;
}
#about {
	font-size: 11px;
	color: #333333;
	background-color: #E6E6E6;
	margin-top: 7px;
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}
#about a:link, #about a:visited, #about a:visited{
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
#about a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}


#owner {
	font-size: 11px;
	color: #333333;
	background-color: #E6E6E6;
	margin-top: 7px;
	border: 1px solid #CCCCCC;
	padding: 7px;
}
#owner a:link, #owner a:visited, #owner a:visited{
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
#owner a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

#page_list {
	font-size: 11px;
	color: #333333;
	background-color: #E6E6E6;
	margin-top: 0px;
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 7px;
}
#sidebar #page_list .page_list_heading {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}

#sidebar #page_list a:link, #sidebar #page_list a:visited, #sidebar #page_list a:visited{
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
#sidebar #page_list a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

#sidebar #page_list ul, #sidebar #page_list li{
	list-style-type:none;
	text-indent:-40px;
}

#sidebar #page_list li a:link, #sidebar #page_list li a:visited, #sidebar #page_list li a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#sidebar #page_list li a:hover {
	color:#000000;
	text-decoration:none;
	list-style-type:none;
}


#top_search_form {
	padding:7px;
	background-image: url(images/search-ico.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#top_search_form input {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 200px;
}
#search-ico {

}

.footer_h2 {
	color:#333333;
	font-size:17px;
}

#footer {
	/*background-color:#CCCCCC;
	height:150px;*/
}
#footer_box {
	background-color:#DDDDDD;
	border: 1px solid #CCCCCC;
	margin-top:7px;
	margin-bottom:7px;
}

#credit_box {
	background-color:#E6E6E6;
	border: 1px solid #CCCCCC;
}

#footer h2{
	color:#333333;
	font-size:12px;
}

#footer_note {
	color:#999999;
	font-size:10px;
	padding:7px;
}
#footer_note a:link, #footer_note a:visited, #footer_note a:visited{
	font-size: 10px;
	color: #999999;
	text-decoration:underline;
}
#footer_note a:hover {
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
#footer-recent-posts {
	text-align:left;

}
#footer-recent-posts ul.bul, #footer-recent-posts li.bul{
	list-style-type:none;
	text-indent:-40px;
	
}

#footer-recent-posts ul, #footer-recent-posts li{
	list-style-type:none;
	padding-bottom:2px;
}
#footer-recent-posts li.bul a:link, #footer-recent-posts li.bul a:visited, #footer-recent-posts li.bul a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#footer-recent-posts li.bul a:hover {
	color:#333333;
	text-decoration:none;
	list-style-type:none;
}

#footer-recent-posts li a:link, #footer-recent-posts li a:visited, #footer-recent-posts li a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#footer-recent-posts li a:hover {
	color:#000000;
	text-decoration:none;
	list-style-type:none;
}
.footer_heading {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
.sidebar_heading {
	color:#333333;
	font-size:12px;
	font-weight:bold;
}
#footer-recent-comments {
	margin-left:-40px;
}
#footer-recent-comments ul.bul, #footer-recent-comments li.bul{
	list-style-type:none;
	padding-bottom:2px;
	
}

#footer-recent-comments ul, #footer-recent-comments li{
	list-style-type:none;
	padding-bottom: 3px;
}
#footer-recent-comments li.bul a:link, #footer-recent-comments li.bul a:visited, #footer-recent-comments li.bul a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#footer-recent-comments li.bul a:hover {
	color:#333333;
	text-decoration:none;
	list-style-type:none;
}

#footer-recent-comments li a:link, #footer-recent-comments li a:visited, #footer-recent-comments li a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#footer-recent-comments li a:hover {
	color:#000000;
	text-decoration:none;
	list-style-type:none;
}

.top_meta {
	padding-right:7px;
	padding-bottom:3px;
	padding-top:7px;
}

.top_meta ul, .top_meta li{
	list-style-type:none;
	display:inline;
}

.top_meta li a:link, .top_meta  li a:visited, .top_meta  li a:active{
	color:#FFF;
	font-size:10px;
	text-decoration:underline;
	list-style-type:none;
}
.top_meta  li a:hover {
	color:#FFF;
	font-size:10px;
	text-decoration:none;
	list-style-type:none;
}

#sidebar_contents {
	font-size: 11px;
	color: #333333;
	background-color: #E6E6E6;
	margin-top: 7px;
	border: 1px solid #CCCCCC;
	padding-top: 7px;
	padding-right: 7px;
	padding-left: 7px;
}
#sidebar_contents a:link, #sidebar_contents a:visited, #sidebar_contents a:visited{
	font-size: 11px;
	color: #333333;
	text-decoration:underline;
}
#sidebar_contents a:hover {
	font-size: 11px;
	color: #000000;
	text-decoration:none;
}

#sidebar_contents ul.bul, #sidebar_contents li.bul{
	list-style-type:none;
	text-indent:-40px;
}
#sidebar_contents h2{
	font-size:12px;
}
#sidebar_contents ul, #sidebar_contents li{
	list-style-type:none;
}
#sidebar_contents li.bul a:link, #sidebar_contents li.bul a:visited, #sidebar_contents li.bul a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#sidebar_contents li.bul a:hover {
	color:#000000;
	text-decoration:none;
	list-style-type:none;
}

#sidebar_contents li a:link, #sidebar_contents li a:visited, #sidebar_contents li a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#sidebar_contents li a:hover {
	color:#000000;
	text-decoration:none;
	list-style-type:none;
}

#footer-links {
	margin-left:-40px;
}
#footer-links ul.bul, #footer-links li.bul{
	list-style-type:none;
	
}

#footer-links ul, #footer-links li{
	list-style-type:none;
	padding-bottom: 3px;
}
#footer-links li.bul a:link, #footer-links li.bul a:visited, #footer-links li.bul a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#footer-links li.bul a:hover {
	color:#333333;
	text-decoration:none;
	list-style-type:none;
}

#footer-links li a:link, #footer-links li a:visited, #footer-links li a:active{
	color:#333333;
	text-decoration:underline;
	list-style-type:none;
}
#footer-links li a:hover {
	color:#000000;
	text-decoration:none;
	list-style-type:none;
}
#footer_logo {
	background-image: url(images/footer_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:200px;
	height:40px;
}
/*contents*/


.post {
	font-size: 11px;
	color: #333333;
}
.post h2{
	color: #333333;
	font-weight:normal;
}
.post h2 a:link, .post h2 a:active, .post h2 a:visited{
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}

.post h2 a:hover{
	color: #333333;
	font-weight:normal;
	text-decoration:underline;
}
.entry p {
	color:#333333;
	font-size:11px;
	font-weight:normal;
}
.entry a:link, .entry a:active, .entry a:visited{
	color: #333333;
	text-decoration:underline;
}
.entry a:hover{
	color: #333333;
	text-decoration:none;
}
.postmetadata {
	background-color: #E6E6E6;
	padding: 15px;
	border: 1px dashed #CCCCCC;
}

.postmetadata a:link, .postmetadata a:active, .postmetadata a:visited{
	color: #333333;
	text-decoration:underline;
}
.postmetadata a:hover{
	color: #333333;
	text-decoration:none;
}

.navigation a:link, .navigation a:active, .navigation a:visited{
	color: #333333;
	text-decoration:underline;
}
.navigation a:hover{
	color: #333333;
	text-decoration:none;
}
.navigation .alignleft {
	float:left;
}
.navigation .alignright {
	float:right;
}
textarea {
	font-size: 11px;
	color: #333333;
	width: 400px;
	border: 1px solid #CCCCCC;
}
.btn_submit {
	font-size: 12px;
	color: #333333;
	background-color: #DDDDDD;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
input {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 3px;
	border: 1px solid #CCCCCC;
}
#comments{
	color: #333333;
	font-weight:normal;
}

#respond{
	color: #333333;
	font-weight:normal;
}

.commentmetadata {
	
}

.commentlist li{
	padding: 5px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-top: 5px;
}
.imagelink a:link, .imagelink a:visited, .imagelink a:active, .imagelink a:hover {
	border:none;
}
img {
	border:none;
}


#navcontainer ul
{
	padding-left: 0;
	margin-left: 0;
	background-color:#DDDDDD;
	color: #333;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.5em 1em;
background-color:#DDDDDD;
color: #333;
text-decoration: none;
float: left;
border-right: 1px solid #CCC;
}

#navcontainer ul li a:hover
{
background-color: #CCCCCC;
color: #000;
}