/* ***** BEGIN  RESET CSS ***** */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background-color:transparent;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: transparent;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "'";
}

blockquote, q {
  quotes: "'" "'";
}

/* *********************** END RESET CSS ******************** */

/* ****** Fonts ************ */

body {
  font: normal normal 62.5% Tahoma, Arial, Calibri, 'Lucida Grande', Arial, Sans-Serif;
  color:#333;
}

#page {
  font-size: 10px;
}

small {
  font-size: 0.8em;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.4em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
h5, h6 { font-size: 1em; }

.post {
  font-size: 1.3em;
}

.navigation {
  font-size:1.2em;
}  

#comments {
  margin: 0 10px 0 15px;
  font-size:1.4em;
}

.comment-author cite {
  font-style:normal;
  font-weight:bold;
}

#comments div.navigation {
  font-size:0.8em;
}

acronym, abbr {
  cursor: help;
  border-bottom: 1px dashed #999;
}

hr {
  clear:both;
  border: 1px solid #ccc;
  border-width: 0 0 1px 0;
  height:1px;
}

/**********************************  LINKS *************************/

a img { border:0; }

a { color: #224BAE; }
.postmetadata a { color:#E87E49; }

a:hover {
  text-decoration: none;
}

a:visited { color: #0072BB; }

a.more-link {
  display:block;
}


#header h1 a {
  text-align:right;
  float:right;
  margin: 20px 50px 0 0;
  padding: 35px 0 30px 300px;
  letter-spacing: 0.2em;
  font-size: 28px;
  color:#fff;
}

#header h1 a:hover {
  background-color:transparent;
  color:#F3631D;
  text-decoration:none;
}

#header {
  width:668px;
  height:187px;
  background:url(/images/home_header.jpg) top left no-repeat;
}

h1 a, h2 a, h3 a, #sidebar a, #hmenu a {
  text-decoration: none;
  color: #285FA2;
}

h1 a:hover, h2 a:hover, h3 a:hover, #sidebar a:hover, #hmenu a:hover {
  text-decoration: underline;
  color:#F3631D;
}

/******************** END LINKS **********************/


/******************** Layout  ************************/

#wrapper {
  float:left;
  width: 668px;
}

#page {
  margin: 0 auto;
  width: 919px;
  background: transparent none;
  border: 1px solid #A5D4F2;
}

#nav img {
  float: left;
}

#nav li {
  display:inline;
}

#content {
  float:left;
  width: 100%;
  clear:left;
  background: #FFF url(/images/interior_title_newsletter.jpg) top left no-repeat;
}

#sidebar {
  width:251px;
  float:left;
}

/* "Find a home" Search */


#searchBody {
  background:url(/images/home_search_body.jpg) top left no-repeat ;
  width:251px;
  height:245px;
}

#searchBody p {
  color:#ffcc00;
  font: bold 11px Arial;
  margin:0;
}

#searchContainer {
  background: url(/images/home_search_body.jpg) top left no-repeat;
  font: normal bold 11px Arial, sans-serif;
  color: #ffcc00;
  padding:0 0 0 20px;
}

#searchContainer form p {
  padding:3px 0 0 0;
}

#searchContainer form option {
  font:normal 11px Tahoma, arial;
  color:#0072bc;
  padding:1px;
}

#searchContainer form .price {
  width:128px;
  margin:0 0 3px 0;
}

#searchContainer form .title {
  float:left;
  width:35px;
  position:relative;
  top:9px;
  margin:0;
  padding:0;
  font-weight:normal;  
}

#searchContainer form .titleLong {
  float:left;
  width:60px;
  position:relative;
  top:9px;
  margin:0;
  padding:0;
  font-weight:normal;
}

#searchContainer form #searchBtn {
  background:#ffcc00;
  border:2px solid #0086a6;
  color:#564503;
  font-size:11px;
  height:26px;
  padding:3px;
  margin:5px 0 0 50px;
}

/* End "Find a home" Search */


/* ******************* Header ******************* */


/* Navigation*/
  

/* ******************* End header ******************* */

/******************************** Sidebar *******************/

#sidebar ul li {
  margin-bottom: 5px;
}

#sidebar ul p, #sidebar ul select {
  margin: 5px 0 8px;
}

#sidebar ul ul ul, #sidebar ul ol {
  margin: 0 0 0 10px;
}

#sidebar ul ol li {
  list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
  margin: 3px 0 0;
}
  
/******************************** End Sidebar *******************/

  
/* ******************* Post  ******************* */

.post {
  margin: 3px 10px 3px 15px;
  padding: 8px 12px;
  background-color: #fff;
  border: 1px dotted #ccc;
}

.post h2 {
  margin: 0 0 10px;
  font-size: 18px;
}

.post h3.post-title {
  font-weight:bold;
  text-align:left;
}  

div.archive-title {
  font-size:1.6em;
  font-weight:bold;
}

.post hr {
  display: block;
}

.post div.postmetadata {
  text-align:right;
  clear: both;
  font-size:0.8em;
  color:#333;
}

.clear {
  clear: both;
}

.entry h1 {
  margin-bottom: 1em;
}

.entry {
  margin-top: 10px;
  line-height:1.4em;
}

.entry p , .entry ul {
  margin-bottom: 0.8em;
}

.entry li {
  margin:0.1em 0 0.3em 1.5em;
}

.entry ul li {
  list-style: square
}

.entry blockquote {
  border:1px dashed #ccc;
  font-size:0.9em;
  margin:10px 20px;
  background:#f8f8f8;
}

.entry blockquote blockquote {
  font-size:1em;
}

.entry fieldset {
  border:1px dashed #ccc;
}

.entry fieldset legend {
  font-weight:bold;
  text-transform:uppercase;
}

.entry table td, .entry table th {
  padding:5px 10px;
  border:1px solid #ccc;
}

.entry table th {
  font-weight:bold;
  text-transform:uppercase;
  text-align:center;
}

.entry table tr.odd {
  background:#eeeee0;
}

.entry ol { list-style: decimal inside; }

.entry ol ol { list-style-type:lower-alpha; }

.entry ol ol ol { list-style-type:lower-roman; }

img.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  padding:0;
  margin: 2px 0 5px 10px;
  display: inline;
  float:right;
}

.alignleft {
  padding:0;
  margin: 2px 10px 5px 0;
  display: inline;
  float:left;
}

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.navigation .alignleft {
  text-align:left;
}

.navigation .alignright {
  text-align:right;
}

.navigation {
  clear:both;
  margin:5px 0;
}  

.wp-caption {
  border: 1px solid #ccc;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

.center {
  text-align: center;
}

.hidden {
  display: none;
}


/* ****************** Comments ****************** */
.commentlist {
  margin:20px 0;
  padding:0 0 1px 0;
  background:url('images/border_h.png') repeat-x bottom;
}

.commentlist li {
  list-style:none;
  margin:0;
  padding:0;
  background:url('images/border_h.png') repeat-x top;
}

li.comment div, li.pingback div {
  padding:20px;
  overflow:auto;
}

li.comment div div, li.pingback div div {
  padding:0;
  overflow:visible;
}

.commentlist li.even {
  background-color:#fafafa;
}

.commentlist li.odd {
  background-color:#f6f6f6;
}

ul.children li {
  list-style:none;
}

img.avatar {
  float:right;
  border:1px solid #eee;
  padding:2px;
  margin:0;
  background:#fff;
}

.comment-meta, .reply {
  margin:0;
  padding:0;
  font-size:0.8em;
}

.comment-author cite {
  font-style:normal;
  font-weight:bold;
}

textarea#comment {
  width:99%;
}

/* ****************** End Comments ****************** */

/* ******************* Calendar ******************* */
#wp-calendar {
  empty-cells: show;
  width: 155px;
  }

#wp-calendar #next a {
  padding-right: 10px;
  text-align: right;
  }

#wp-calendar #prev a {
  padding-left: 10px;
  text-align: left;
  }

#wp-calendar a {
  display: block;
  font-weight:bold;
  }

#wp-calendar caption {
  font-weight:bold;
  text-transform:uppercase;
  text-align:left;
  margin:0 0 5px 8px;
  color:#666;
  }

#wp-calendar td {
  padding: 3px 5px;
  text-align: center;
  }

  
#wp-calendar td#today {
  background:#eee;
}  

#wp-calendar td#prev a {
  padding: 0;
  text-align:left;
  font-weight:normal;
}

#wp-calendar td#next a {
  padding: 0;
  text-align:right;
  font-weight:normal;
}

/* ******************* End Calendar ******************* */


/* ******************* Footer  ******************* */  

#footer {
	background: url(/images/footer_bg.jpg) repeat;
	height:53px;
	clear:both;
}

#footer p {
	color:#fff;
	margin-top: 23px;
	float: left;
}

#footer p a {
  text-decoration: none;
	color:#ffd602;
}

#footer p a:hover {
  background-color: transparent;
  text-decoration: underline;
}

#footer p img {
	position:relative;
	top:3px;
}

/* **************** End Footer ******************* */  