/* Dimensions */
/* Colors */
/* Font */
/* Mixins */
html {
  overflow: hidden; }

body {
  background: #000;
  font-size: 80%;
  font-family: Lucida Grande, FreeSans, Helvetica Neue, sans-serif;
  margin: 0;
  padding: 0; }

a, a:link, a:visited {
  color: #0099cc;
  text-decoration: none; }

a.clear_filter {
  color: #ff3333;
  font-weight: bold; }

a.fancy {
  font-weight: bold; }

h1.sub, h2.sub, h3.sub, h4.sub, h5.sub {
  margin-top: 0; }

h2.title {
  font-size: 1.4em;
  font-weight: normal; }

form {
  margin: 0; }

img {
  border: 0; }

.right {
  float: right; }

.left {
  float: left; }

.clearfix {
  clear: both; }

#header_wrapper {
  background: #051327 url(/images/bg2.jpg) no-repeat -148px 0px; }
  #header_wrapper #header {
    padding: 0;
    color: #fff;
    position: relative;
    width: 904px;
    height: 171px; }
    #header_wrapper #header .contact {
      text-align: center;
      width: 160px;
      position: absolute;
      bottom: 10px;
      right: 40px;
      color: #fcfcbe; }
      #header_wrapper #header .contact h3 {
        text-transform: uppercase;
        color: #fff;
        font-size: 1.2em; }
      #header_wrapper #header .contact a {
        color: #fcfcbe;
        font-weight: bold; }
    #header_wrapper #header h1 {
      text-indent: -9999px;
      overflow: hidden;
      margin: 0;
      padding: 0; }
      #header_wrapper #header h1 a#logo {
        display: block;
        width: 181px;
        height: 86px;
        position: absolute;
        top: 31px;
        left: 30px;
        overflow: hidden; }
    #header_wrapper #header #navigation {
      position: absolute;
      bottom: 0;
      left: 0; }
      #header_wrapper #header #navigation ul#menu {
        margin: 0;
        padding: 0;
        list-style: none; }
        #header_wrapper #header #navigation ul#menu li {
          padding: 0;
          margin: 0;
          float: left;
          overflow: hidden;
          text-indent: -9999px;
          display: block; }
          #header_wrapper #header #navigation ul#menu li a {
            display: block;
            text-decoration: none;
            height: 32px; }
            #header_wrapper #header #navigation ul#menu li a.home {
              width: 96px; }
            #header_wrapper #header #navigation ul#menu li a.blog {
              width: 101px; }
            #header_wrapper #header #navigation ul#menu li a.about {
              width: 101px; }
            #header_wrapper #header #navigation ul#menu li a.communities {
              width: 131px; }
            #header_wrapper #header #navigation ul#menu li a.map {
              width: 155px; }
            #header_wrapper #header #navigation ul#menu li a.community_search {
              width: 166px; }
            #header_wrapper #header #navigation ul#menu li a.property_search {
              width: 180px; }

#google_map {
  margin-left: 326px; }

#content {
  color: white;
  position: absolute;
  top: 171px;
  left: 0px;
  bottom: 0px;
  width: 310px;
  background: #0B2541;
  z-index: 80;
  padding: 8px; }
  #content .filter, #content .filter_change {
    color: white; }
  #content select {
    display: block; }
  #content h2 {
    text-align: left;
    font-size: 1.3em;
    font-family: Palatino Linotype, FreeSerif, Georgia, serif;
    margin-bottom: 1px; }
  #content .community {
    padding: 2px 0px; }
    #content .community.inactive {
      color: #666;
      background-image: none; }
    #content .community:hover {
      background-color: black;
      cursor: pointer; }
  #content #page_content {
    line-height: 1.5em;
    padding: 0px 10px 10px 25px;
    z-index: 1000;
    overflow: hidden; }
    #content #page_content .post {
      line-height: 1.6em;
      padding: 0 10px; }
      #content #page_content .post .date {
        display: inline; }
      #content #page_content .post .author {
        display: inline; }
      #content #page_content .post .post_body {
        padding: 0 0 10px 0; }
      #content #page_content .post h2.title {
        font-size: 1.8em; }
    #content #page_content p {
      padding: 0 10px; }
    #content #page_content h2 {
      font-size: 1.3em;
      font-family: Palatino Linotype, FreeSerif, Georgia, serif;
      text-align: center; }
      #content #page_content h2.title {
        font-size: 1.4em;
        font-family: Lucida Grande, FreeSans, Helvetica Neue, sans-serif;
        font-weight: normal; }
    #content #page_content .start {
      text-align: center; }
      #content #page_content .start a.swap {
        text-transform: uppercase;
        font-size: 1.2em;
        font-weight: bold;
        color: #009900; }
        #content #page_content .start a.swap:hover {
          color: #00bb00; }
    #content #page_content #content_menu {
      margin-top: 15px;
      text-align: center; }
  #content #filters {
    z-index: 1001;
    padding: 0px 30px 10px 5px;
    overflow: hidden; }
  #content #content_slider {
    margin-top: 15px;
    float: left; }
  #content #filter_slider {
    margin-top: 15px;
    float: right; }

.kr_mapwindow {
  position: absolute;
  width: 500px; }

.kr_mapwindow_content {
  background: transparent url(/images/black-70.png) repeat;
  position: relative;
  overflow: hidden;
  padding: 4px 10px;
  color: white; }

.kr_mapwindow_bottom {
  height: 40px;
  background: transparent url(/images/mapwindow_bottom.png) top center no-repeat; }

#message, #list {
  position: absolute;
  width: 700px; }

#list li {
  list-style: none;
  padding: 3px;
  margin-bottom: 2px; }
  #list li:hover {
    cursor: pointer;
    cursor: hand; }

.accordion, .tabs {
  font-size: 12px!important;
  width: 300px; }

.ui-dialog, .ui-slider {
  font-size: 12px!important; }

.ui-tabs {
  width: auto; }

.icon {
  float: left;
  position: absolute;
  cursor: pointer;
  cursor: hand;
  padding: 3px; }

#fancy_div .posts {
  padding: 0 10px;
  height: 100%;
  overflow: auto; }
#fancy_div .post {
  line-height: 1.6em;
  padding: 0 10px; }
  #fancy_div .post .date {
    display: inline; }
  #fancy_div .post .author {
    display: inline; }
  #fancy_div .post .post_body {
    padding: 0 0 10px 0; }
  #fancy_div .post h2, #fancy_div .post h2.title {
    margin: 0;
    padding: 10px 0;
    font-size: 1.8em; }

img {
  border: 0; }

ul#admin_menu {
  margin: 0;
  padding: 8px;
  list-style: none;
  background: transparent url(/images/black-70.png) repeat;
  width: 100%;
  height: 22px; }
  ul#admin_menu li {
    float: left; }
    ul#admin_menu li.info {
      color: #ccc; }
    ul#admin_menu li a {
      color: white;
      text-decoration: none;
      font-size: 20px;
      padding: 0 8px; }
      ul#admin_menu li a:hover {
        color: #FFFF29; }

textarea.mceEditor {
  width: 500px;
  height: 400px; }

table.admin {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2em;
  font-size: .9em;
  border-bottom: 1px solid #919191; }
  table.admin tr:hover {
    background: #ffec82; }
  table.admin th {
    background: #f5f5f5;
    padding: 2px 4px;
    text-align: left; }
  table.admin td {
    border-top: 1px solid #919191;
    padding: 0;
    text-align: left; }
    table.admin td a {
      text-decoration: none;
      font-weight: bold; }
      table.admin td a:hover span {
        color: blue; }
      table.admin td a img {
        vertical-align: middle; }
      table.admin td a span {
        vertical-align: middle;
        font-size: 1.3em; }
