/* ======================== */
/* = Main Style Overrides = */
/* ======================== */
body {
  /* background: #ffffff url(images/body_bg.jpg) repeat-x top left; */
  background-color: #87957A;
  font: normal normal 14px Arial, sans-serif;
  color: #777;
}

div#wrapper a, div#wrapper a:link, div#wrapper a:visited {
  color: #8193A9;
  text-decoration: none;
}

div#wrapper a:hover {
  text-decoration: underline;
}

div#wrapper.container {
  background-color: #FEFDE8;
  position:relative;
}

h1 {
  color: #8193a9;
  font-size: 24px;
  font-family: "Cantarell", Arial, sans-serif;
}

h2 {
  color: #8193a9;
  font-size: 22px;
  font-family: "Cantarell", Arial, sans-serif;
}

h3 {
  color: #8193a9;
  font-size: 18px;
  font-family: "Cantarell", Arial, sans-serif;
}

hr {
  color: #cccccc;
  margin: 10px 0 5px 0;
  height: 1px;
}

/* ========================== */
/* = Logo and Search Styles = */
/* ========================== */
div#wrapper #logo_and_search {
  margin-top: 40px;
}

div#wrapper #logo_and_search div#search {
  text-align: right;
}

div#wrapper #logo_and_search div#search form span.quick_search {
  font-size: 16px;
  padding-right: 10px;
}

div#wrapper #logo_and_search div#search form input {
  font-size: 16px;
  width: 190px;
}

/* ==================== */
/* = Navigation Styes = */
/* ==================== */
div#wrapper div#header ul#nav {
  list-style-type: none;
  padding: 8px 0 0 20px;
  /* background: url(images/nav_bg.jpg) repeat-x top left; */
  background-color: #B5712E;
  height: 30px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 0;
}

div#wrapper div#header ul#nav li {
  display: inline;
  padding: 0 30px 0 0;
}

div#wrapper div#header ul#nav li a {
  color: white;
  font-family: "Cantarell", Arial, sans-serif;
  font-weight: 100;
}

/* ======================= */
/* = Main Content Styles = */
/* ======================= */
div#welcome {
  padding: 8px 10px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

div.whitebox {
  padding: 10px 10px 0 0;
  border: 1px solid #e4e4e4;
  background: #fff;
}

/* ================== */
/* = Sidebar Styles = */
/* ================== */
div#wrapper div#content div#sidebar div.block {
  margin: 0 0 10px 0;
}

div#wrapper div#content div#sidebar div.block h3 {
  color: #8193a9;
  margin: 0 0 5px 0;
  padding: 0;
}

div#wrapper div#content div#sidebar div.block p.desc {
  color: #777777;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

div#wrapper div#content div#sidebar div.block ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div#wrapper div#content div#sidebar div.block ul li {
  margin: 0;
  padding: 5px 0;
}

div#wrapper div#content div#sidebar div.block ul li a {
  font-weight: bolder;
  color: #777777;
  font-size: 12px;
}


/* ======================= */
/* = Search page Buttons = */
/* ======================= */
#search_basic h3{margin-bottom:6px;}
#search_basic p{margin-bottom:7px;}
#seach_basic input,input[type="text"],select{margin:1px 0px;}
#search_basic label{font-size:13px;}

#search_advanced_options h3{margin-bottom:6px;}
#search_advanced_options p{margin-bottom:5px;}



/* ================== */
/* = Result Buttons = */
/* ================== */
div#wrapper div#results_buttons {
  margin: 0px 0;
}

div#wrapper div#results_sort_by {
  margin: 0px 0;
  float:left;

}

div#wrapper div.button {
  background: #8193a9;
  padding: 10px;
  float: left;
  margin: 4px 4px 4px 0;
  font-size: 10px;
  color: #efefef;
  font-family: "Cantarell", Arial, sans-serif;
  text-transform: uppercase;
}

div#wrapper div.button a {
  color: #fff;
  font-size: 10px;
}

div#wrapper div#results_buttons div.button {
  margin-right: 7px;
}

/* ================ */
/* = Pager Styles = */
/* ================ */
div#pager {
  margin: 10px 0;
  float:left;
}

/* ======================== */
/* = Search Result Styles = */
/* ======================== */
div.result {
  margin: 8px 8px 8px 0;
  padding: 4px 4px 4px 12px;
  border: 1px solid #e4e4e4;
  background: #fff;
}

div.result div.result_details > h3 {
  font-size: 14px;
  font-weight:100;
  padding-top: 10px;
}

div.result div.result_details > h3 > a > span.city {
  font-family:Arial, sans-serif;
  font-size: 11px;
  color: #777;
}


/* ======================== */
/* = Detail Page Styles = */
/* ======================== */
div#details_photos img.thumbnail {
  border:1px solid #e4e4e4;
  display:inline;
  float:left;
  height:68px;
  margin:3px;
  padding:3px;
  position:relative;
  width:90px;
}


/* ========== */
/* = Footer = */
/* ========== */
div#footer {
  text-align: center;
  margin-top: 20px;
}

/* ======================== */
/* = Nifty Corners Styles = */
/* ======================== */
b.niftycorners, b.niftyfill {
  display:block
}

b.niftycorners * {
  display:block;
  height: 1px;
  line-height:1px;
  font-size: 1px;
  overflow:hidden;
  border-style:solid;
  border-width: 0 1px
}

/* normal */
b.r1 {
  margin: 0 3px;
  border-width: 0 2px;
}

b.r2 {
  margin: 0 2px;
}

b.r3{
  margin: 0 1px;
}

b.r4{
  height: 2px;
}

b.rb1 {
  margin: 0 8px;
  border-width:0 2px;
}
       
b.rb2 {
  margin: 0 6px;
  border-width:0 2px;
}
       
b.rb3 {
  margin: 0 5px;
}
       
b.rb4 {
  margin: 0 4px;
}
       
b.rb5 {
  margin: 0 3px;
}
       
b.rb6 {
  margin: 0 2px;
}
       
b.rb7 {
  margin: 0 1px;
  height:2px;
}
       
b.rb8 {
  margin: 0;
  height:2px;
}
       
b.rs1 {
  margin: 0 1px;
}

/* transparent inside */
b.t1 {
  border-width: 0 5px;
}    
b.t2 {
  border-width: 0 3px;
}     
  
b.t3 {
  border-width: 0 2px;
}     
  
b.t4 {
  height: 2px;
}
b.tb1 {
  border-width: 0 10px;
}      
  
b.tb2 {
  border-width: 0 8px;
}      
  
b.tb3 {
  border-width: 0 6px;
}      
  
b.tb4 {
  border-width: 0 5px;
}      
  
b.tb5 {
  border-width: 0 4px;
}      
  
b.tb6 {
  border-width: 0 3px;
}     
b.tb7 {
  border-width: 0 2px;
  height:2px;
}     
b.tb8 {
  border-width: 0 1px;
  height:2px;
}     
b.ts1 {border-width: 0 2px;
}
