﻿﻿/*



Theme Name: Birchmount



Theme URI: http://birchmountroad.ca



Description: Custom theme design for Birchmount Road.



Version: 1.1



Author: Anna Klibanov



*/



/* Begin Structure */



body {

	width: 100%;

	margin: 0 auto;

	padding: 0;

	font-size: 62.5%; /* Resets 1em to 10px */

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	color: #333;

}

#container {

	width: 840px;

	height: 100%;

	margin: 0 auto;

	padding: 0;

}

#header a {

	display:block;

	width: 840px;

	height: 110px;

	margin: 8px auto 0 auto;

	padding: 0;

	background: white;

	border-bottom:1px black solid;

}

#navigation {

	width: 840px;

	height: 34px;

	margin: 0 auto;

	padding: 0;

	background: white;

	border-left:1px black solid;

}

#page {

	width: 840px;

	min-height:500px;

	height: 100%;

	margin: 0 auto;

	padding: 0 0 20px 0;

	background: #ffffff;

	border-left:1px black solid;

}

#content {

	background: #ffffff;

	width: 450px;

	/*height: 100%;*/



	padding: 30px 30px 0 50px;

	clear:both;

	float: left;

	font-size:12px;

}

.post {

	background: #ffffff;

	margin: 0;

}

#sidebar {

color:#FF0000;

	background:#FFFFFF;

float:right;

font-family:arial;

font-size:12px;

height:37px;

margin-right:2px;

padding-right:3px;

position:relative;

text-align:right;

top:-35px;

width:137px;


}

.clearfix:after {

	content: ".";

	display: block;

	clear: both;

	visibility: hidden;

	line-height: 0;

	height: 0;

}

#footer {

	color:#999999;

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:11px;

	margin: 0px auto;

	padding: 0;
padding-left:15px;

	width: 840px;

	height: 30px;

	background: #ffffff;

	clear: both;

	font-size: 1em;

	vertical-align:bottom;

	border-left:1px black solid;

}

#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:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:11px;

	font-weight:bold;

	padding:0 5px;

	text-align:left;

	text-decoration:none;

}

.breadcrumb {

	color:#666666;

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:11px;

	font-weight:bold;

	text-align:left;

	vertical-align:top;

}

/* End Structure */



/* Menu */



.menu {

	/*height: 100%;*/

font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	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 0 0 5px;

	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: 114px;

	margin: 0;

	padding: 0 5px 0 0;

	float: left;

	position: relative;

	top:-7px;

	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:white;

	color:black;

	text-decoration:none;

	font-size:12px;

	height:25px;

	padding-top:4px;

	-moz-border-radius-bottomleft:8px;

	-moz-border-radius-bottomright:8px;

	border-bottom:1px black solid;

	border-left:1px black solid;

	border-right:1px black solid;

}

/* current page top level */



.menu ul li.current_page_item a, .menu ul li.current_page_item a:visited {

	background:#ff0000;

	color:#ffffff;

	height:25px;

	padding-top:4px;

	-moz-border-radius-bottomleft:8px;

	-moz-border-radius-bottomright:8px;

	border-bottom:1px black solid;

	border-left:1px black solid;

	border-right:1px black solid;

}

/* top level of current subpage */	



.menu ul li.current_page_parent a, .menu ul li.current_page_parent a:visited {

	background:#ff0000;

	color:#ffffff;

	height:25px;

	padding-top:4px;

	-moz-border-radius-bottomleft:8px;

	-moz-border-radius-bottomright:8px;

	border-bottom:1px black solid;

	border-left:1px black solid;

	border-right:1px black solid;

}

/* hover on all top level instances */



.menu ul li a:hover {

	background:#918f8f;

	color:#ffffff;

	height:25px;

	padding-top:4px;

	-moz-border-radius-bottomleft:8px;

	-moz-border-radius-bottomright:8px;

	border-bottom:1px black solid;

	border-left:1px black solid;

	border-right:1px black solid;

}

/* ----- 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:#ffffff;

	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-color:#999999;

border-style:dotted none none;

border-width:1px medium medium;

color:#C1B16E;

margin:14px -50px;

padding:0;

width:840px;

}

h1 {

	color:#146449;

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:13px;

	font-weight:bold;

	margin:0;

	padding-bottom:0;

	padding-top:10px;

}

h2 {

	color:#333333;

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:14px;

	font-weight:bold;

	margin:5px 0;

	padding-bottom:0;

	padding-top:0;

	letter-spacing:2px;

}

h3 {

	color:#333333;

	font-size:1em;

	font-style:italic;

	font-weight:bold;

}

h4 {

	color:#9D0000;

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:13px;

	font-weight:bold;

	padding:2px 15px 0px 8px;

	margin:0;

}

h4 a {

	color:#9D0000;

	font-family:Helvetica, Lucida Grande, Arial, sans-serif;

	font-size:13px;

	font-weight:bold;

}

h5 {

	color:#666666;

	font-family:Helvetica, Lucida Grande, Arial, sans-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, #referral, #articles {

	background:url('images/rightbgr.gif') no-repeat;

	background-position:-19px -10px;

}

#links ul, #referral ul, #articles ul {

	color:#333333;

	display:block;

	font-family:Helvetica, Lucida Grande, Arial, sans-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;

}

#referral h5 {

	padding-left:10px;

}

#referral h4 {

 font-size

}

#referral ul {

	padding-left:9px;

}

#referral, #referral ul, #articles, #articles ul {

	line-height:normal;

	font-weight:normal;

}

#referral li, #articles li {

	padding-bottom:5px;

}

#content p {

	color:#333333;

	font-size:1em;

	margin:0;

	margin-left:20px;

	padding-bottom:5px;

	padding-top:5px;

	line-height:20px;

}

#content table {font-family:Helvetica, Lucida Grande, Arial, sans-serif; 	margin-left:20px;}



#content li {

	color:#333333;

	font-size:1em;

	padding-top:0;

	list-style:url(images/red_arrow.gif);

}

#content ul {

	color:#333333;

	font-size:13px;

	padding-top:5px;

}

input.input {

	border: 1px solid #cccccc;

	padding: 0 0 0 5px;

	;

	margin: 0;

	width: 140px;

	height: 17px;

	float: left;

	font-family:Helvetica, Lucida Grande, 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;

}

#emailform,  #searchform {

	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;

}

#emailform.clear, #searchform.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:27px;

}

#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:Helvetica, Lucida Grande, Arial, sans-serif;

}

.side-content {

	font-size: 1em;

	text-align: left;

}

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 */



/* 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:Helvetica, Lucida Grande, Arial, 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:Helvetica, Lucida Grande, Arial, sans-serif;

}

.alignleft, .alignright {

	width:auto;

}

.alignleft {

	float:left;

}

.alignright {

	float:right;

}

#buynow a {

	display:block;

	width:128px;

	height:68px;

	background:url('images/quote.png') no-repeat center 0;

	margin-bottom:20px;

	margin-left:auto;

	margin-right:auto;

}

#buynow a:hover {

	background-position:center -68px;

}

#buynow a:active {

	background-position:center -135px;

}

#sidebar_buttons {

	width:100%;

	padding:0 30px;

}

/* 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://staging.realestatementor.ca/wp-content/themes/rem_theme/images/search_but2.gif') no-repeat;

	position:relative;

	top:-37px;

}

.ddsg-wrapper {

	font-size:0.6em;

}

