/*
Theme Name: Real Estate Mentor
Theme URI: http://realestatementor.ca
Description: Custom theme design for Real Estate Mentor
Version: 1.1
Author: Anna Klibanov
*/

/* Begin Structure */

body {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #e9e9e9;
	color: #333;
}

#container {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}
#header {
	width: 840px;
	height: 110px;
	margin: 8px auto 0 auto;
	padding: 0;
	background: #1d0f05 url('images/header.png') no-repeat center center;
}
#navigation {
	width: 840px;
	height: 34px;
	margin: 0 auto;
	padding: 0;
	background: #cccccc;
	border-bottom: 4px #1d0f0e solid;
}
#page {
	width: 840px;
	height: 100%;
	margin: 0 auto;
	padding: 0 0 20px 0;
	background: #ffffff;
}
#content {
	background: #ffffff;
	width: 498px; /*height: 100%;*/;
	padding: 30px 30px 0 50px;
	float: left;
	font-size: 1.3em;
}
.post {
	background: #ffffff;
	margin: 0;
}
#sidebar {
	background: #ffffff;
	width: 202px;
	height: 100%;
	padding: 15px 30px 0 30px;
	float: right;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#footer {
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0px auto;
	padding: 0;
	width: 840px;
	height: 64px;
	background: #ffffff url('images/footer.png') no-repeat center center;
	clear: both;
	font-size: 1em;
	vertical-align: bottom;
}
#footer_text1 {
	display: block;
	padding: 43px 0 0 8px;
	float: left;
}
#footer_text2 {
	display: block;
	padding: 43px 17px 0 0;
	float: right;
}
#footer a {
	color: #999999;
	display: inline;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
	text-decoration: none;
}
.breadcrumb {
	color: #666666;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
/* End Structure */
/* Menu */
.menu {
	/*height: 100%;*/

	padding-top: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	padding: 0 20px;
	list-style-type: none;
}
.menu ul ul {
	width: 200px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu ul li {
	width: 108px;
	margin: 0;
	padding: 0 3px;
	float: left;
	position: relative;
	text-align: center;
	z-index: 200;
}
.menu ul ul li {
	float: left; /*width:200px;*/;
	position: relative;
	padding: 0;
	margin: 0;
}
/*------- top level---------- */
/* unselected, unhovered */
.menu ul li a, .menu ul li a:visited {
	display: block;
	line-height: 20px;
	background: #b2ab9d;
	color: #5a4e36;
	text-decoration: none;
	font-size: 12px;
}
/* current page top level */
.menu ul li.current_page_item a, .menu ul li.current_page_item a:visited {
	background: #1d0f0e;
	color: #ffffff;
}
/* top level of current subpage */
.menu ul li.current_page_parent a, .menu ul li.current_page_parent a:visited {
	background: #1d0f0e;
	color: #ffffff;
}
/* hover on all top level instances */
.menu ul li a:hover {
	background: #1d0f0e;
	color: #ffffff;
}
/* ----- sub level ---------- */
/* unselected, unhovered */
.menu ul li ul li a, .menu ul li ul li a:visited, .menu ul li.current_page_item ul li a, .menu ul li.current_page_item ul li a:visited, .menu ul li.current_page_parent ul li a, .menu ul li.current_page_parent ul li a:visited {
	background: #b2ab9d;
	color: #5a4e36;
	text-transform: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 1em;
	padding: 5px 10px 5px 20px;
	text-align: left;
}
/* current sublevel page */
.menu ul li.current_page_parent ul li.current_page_item a, .menu ul li.current_page_parent ul li.current_page_item a:visited {
	color: #000000;
}
/* hover on all sub level instances */
.menu ul li ul li a:hover, .menu ul li.current_page_item ul li a:hover, .menu ul li.current_page_parent ul li.current_page_item a:hover, .menu ul li.current_page_parent ul li a:hover {
	background: #5a4e36;
	color: #b2ab9d;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0; /*top:20px;*/;
	left: 0;

/*	width:200px;*/

/*	border-top:1px solid #000;*/
}
/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {
	position: absolute;
	top: 0;
	left: 10px;
	border-collapse: collapse;
}
.menu ul li:hover ul, .menu ul a:hover ul {
	visibility: visible;
}
/*End Menu */
/* Typography & Colors */
hr {
	border: none;
	border-top: 2px #1d0f0e solid;
	color: #1d0f0e;
	margin: 12px 0;
	padding: 0;
}
h1 {
	color: #AD0707;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
	padding-top: 10px;
}
h2 {
	color: #333333;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
}
h3 {
	color: #333333;
	font-size: 2em;
	font-style: italic;
	font-weight: bold;
	padding: 10px 0 0 0;
}
h4 {
	color: #AD0707;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 15px 0px 8px;
	margin: 0;
}
h5 {
	color: #666666;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
}
#sidebar ul {
	line-height: 2em;
	color: #5182b3;
	text-decoration: none;
	text-align: left;
	list-style-image: url(images/red_arrow.gif);
	padding: 6px;
	margin: 10px 16px;
}
#sidebar ul a {
	color: #5182b3;
	text-decoration: none;
}
#sidebar ul a:hover {
	color: #147;
	text-decoration: underline;
}
#links, #ask, #articles {
	background: url('images/rightbgr.gif') no-repeat;
	background-position: -19px -10px;
}
#links ul, #ask ul, #articles ul {
	color: #333333;
	display: block;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.1em;
	font-weight: bold;
	padding: 7px 5px 15px 22px;
	text-decoration: none;
	margin: 0;
}
#links ul {
	list-style: none;
	padding-left: 10px;
}
#ask h5 {
	padding-left: 10px;
}
#ask, #ask ul, #articles, #articles ul {
	line-height: normal;
	font-weight: normal;
}
#ask li, #articles li {
	padding-bottom: 5px;
}
#content p {
	color: #333333;
	font-size: 1em;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}
#content li {
	color: #333333;
	font-size: 1em;
	padding-top: 0;
}
#content ul {
	color: #333333;
	font-size: 1em;
	padding-top: 5px;
}
input.input, #cf3_field_1 {
	border: 1px solid #cccccc;
	padding: 0 0 0 5px;
;	margin: 0;
	width: 140px;
	height: 17px;
	float: left;
	font-family: Tahoma, Arial, Sans-Serif;
	background: none;
	vertical-align: middle;
	font-size: 10pt;
}
input.submit {
	float: right;
	height: 13px;
	width: 21px;
	vertical-align: middle;
	padding-top: 4px!important;
}
#emailform, #searchform, #sch_subscribe_block {
	height: 19px;
	width: 173px;
	padding: 0;
	margin: 0 0 6px 0;
}
#emailform {
	background-image: url('images/input_email_bg.png');
	background-repeat: no-repeat;
	background-position: 2px center;
}
#searchform {
	background-image: url('images/input_search_bg.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}
#sch_subscribe_block {
	background-image: url('images/input_newsletter_bg.png');
	background-repeat: no-repeat;
	background-position: 5px center;
}
#emailform.clear, #searchform.clear, #sch_subscribe_block.clear {
	background: #ffffff;
}
.search_but_off {
	display: block;
	width: 19px;
	height: 19px;
	background: url("images/search_but.gif") no-repeat 0 0;
}
.search_but_on {
	display: block;
	width: 19px;
	height: 19px;
	background: url("images/search_but_over.gif") no-repeat -19px 0;
}
#textsize {
	height: 25px;
	margin: 6px 0 0;
	padding: 0;
	width: 147px;
}
#textsize_img {
	background: #FFFFFF url(images/textsize.gif) no-repeat scroll left center;
	height: 25px;
	margin: 0;
	padding: 0;
	width: 64px;
}
#textsize_img, #textsize_minus, #textsize_default, #textsize_plus {
	float: left;
}
#textsize_minus a {
	background: #FFFFFF url(images/minus_but.gif) no-repeat scroll left center;
	display: block;
	height: 24px;
	width: 28px;
}
#textsize_minus a:hover {
	background-position: -30px 0;
}
#textsize_minus a:active {
	background-position: -58px 0;
}
#textsize_default a {
	background: #FFFFFF url(images/default_but.gif) no-repeat scroll left center;
	display: block;
	height: 24px;
	width: 28px;
}
#textsize_default a:hover {
	background-position: -29px 0;
}
#textsize_default a:active {
	background-position: -56px 0;
}
#textsize_plus a {
	background: #FFFFFF url(images/plus_but.gif) no-repeat scroll left center;
	display: block;
	height: 24px;
	width: 27px;
}
#textsize_plus a:hover {
	background-position: -29px 0;
}
#textsize_plus a:active {
	background-position: -56px 0;
}
#page {
	font-size: 1.1em;
}
#sidebar .title {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.side-content {
	font-size: 1em;
	text-align: left;
}
h2 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a, h2 a:hover, h3 a:hover {
	color: #5182b3;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#footer-left {
	width: 365px;
	height: 27px;
	float: left;
	padding: 2px 0 0 20px;
	text-align: left;
	color: #ffffff;
}
#footer-right {
	width: 364px;
	height: 27px;
	float: right;
	padding: 2px 20px 0 0;
	text-align: right;
	color: #ffffff;
}
/* Print */
#print a {
	display: block;
	margin: 3px 0 0 0;
	width: 147px;
	height: 24px;
	background: url('images/print.gif') 0 0 no-repeat;
}
#print a:hover {
	background-position: -146px 0;
}
#print a:active {
	background-position: -294px 0;
}
/* End Print */

/* Twitter */
#twitter {
	display: block;
	margin: 6px 0 0 0;
	width: 147px;
	height: 24px;
	
}
/* End Twitter */

/* Begin Lists



	Special stylized non-IE bullets

	Do not work in Internet Explorer, which merely default to normal bullets. */
html > body .entry ul {
	margin: 0;
	padding: 0 0 0 10px;
	list-style: none;
}
html > body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
/* End Entry Lists */
p {
	margin: 10px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
.entry {
	margin: 0;
	padding: 0;
}
/* COMMENTS */
#comments {
	border-top: 1px dotted;
	margin-top: 10px;
}
#commentbox {
	width: 100%;
}
.navigation {
	font-size: 0.8em;
	padding: 10px 0 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.alignleft {
	width: auto;
	float: left;
}
.alignright {
	width: auto;
	float: right;
}
img.alignleft {
padding: 0 8px 0 0;
}
img.alignright {
padding: 0 0 0 8px;
}

#buynow a {
	display: block;
	width: 128px;
	height: 68px;
	background: url('images/buy_now.gif') no-repeat center 0;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
#buynow a:hover {
	background-position: center -67px;
}
#buynow a:active {
	background-position: center -133px;
}
#sidebar_buttons {
	width: 100%;
	padding: 0 30px;
}
/* NEWSLETTER FORM */
#newsletterform, #emailform {
	width: 173px;
}
#newsletterform .cform, #emailform .cform {
	width: 173px;
}
#newsletterform span {
	width: 148px;
}
#newsletterform input.single, #emailform input.single {
	color: #999999;
	border: 1px solid #CCCCCC;
	display: block;
	font-size: 10pt;
	height: 17px;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	width: 140px;
}
#newsletterform input.sendbutton, #emailform input.sendbutton {
	border-color: #ffffff !important;
	border-style: hidden !important;
	display: block;
	float: right;
	height: 13px;
	width: 15px;
	background: url('http://realestatementor.ca/wp-content/themes/rem_theme/images/search_but2.gif') no-repeat;
	position: relative;
	top: -20px;
	cursor: pointer;
}
#emailform {
	margin-bottom: 12px;
}
#emailform .cform {
	margin: 0!important;
}
#emailform span {
	display: none;
}
#emailform ol.cf-ol {
	padding: 0!important;
	border: 0!important;
}
#emailform .cform input#cf2_field_1, #emailform .cform textarea, #emailform .cform select {
	background: none;
}
/* NEWSLETTER FORM */
#newsletterform {
	width: 173px;
}
#newsletterform .cform {
	width: 173px;
}
#newsletterform span {
	width: 148px;
}
#newsletterform input.single {
	color: #999999;
	border: 1px solid #CCCCCC;
	display: block;
	font-size: 10pt;
	height: 17px;
	margin: 0;
	padding: 0 0 0 5px;
	vertical-align: middle;
	width: 140px;
}
#newsletterform input.sendbutton {
	border-color: #ffffff;
	border-style: hidden;
	float: right;
	height: 13px;
	width: 21px;
	background: url('http://realestatementor.ca/wp-content/themes/rem_theme/images/search_but2.gif') no-repeat;
	position: relative;
	top: -37px;
}
.ddsg-wrapper {
	font-size: 0.6em;
}
#sendbutton3:hover {
	background-position: -10px 0;
}
