/* ====== Olive Drab Color Theming ====== */

body {
  background-color: #444;
}

#sidebar-left .block, #sidebar-left ul.menu a:hover, #sidebar-right ul.menu a:hover, ul.menu a.active {
  border-color: #1d1d1d;
}

#logo a:hover, a:link, a:visited, ul.menu li a {
  color: #005c99;
}

#header, #sidebar-left, #sidebar-right, #footer, ul.menu li a:hover, ul.menu li a.active {
  background-color: #005c99;
}

ul.menu li a.active {
  background-color: #005c99;
  color: #fff;
}

#bodycontainer-inside {
  border-color: #fff;
}

#header, #header a, #footer, .sitename a:link, .site-name a:visited, ul.menu li a:hover, .block .title, .comment_add a, .comment_edit a, .comment_delete a, .comment_reply a {
  color: #fff;
}

#bodycontainer-inside, #sidebar-left .block {
  background-color: #fff;
}

#sidebar-left, #sidebar-right, a:hover {
  color: #777;
}

#header {
  /* background-image: url('sites/all/themes/propertydemo/header_brown.jpg');
  background-image: url(header_brown.jpg);
  background-repeat: no-repeat; */
}

h1.title, body {
  color: #1e1e1e;
}
