@import url(luna_core.css);

body {
  background: transparent url(images/background.gif) top center no-repeat;
  /*font-family: Lucinda Grande; */
}
#header {
  padding: 0px 15px 15px 15px;
  background: none;
}
#headerright {
  float: right;
  text-align: right;
}
#logo {
  background: transparent url(images/bahamaslogo.gif) 0px 15px no-repeat;
  width: 222px;
  height: 82px;
}
.searchbar2 {
  text-align: left;
  background: transparent url(images/searchbox.gif) top no-repeat;
  padding: 6px;
  width: 219px;
  height: 34px;
}
.searchbar2 a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}
#searchbox.text {
  border: 1px solid #fff;
  width: 150px;
}
#loginbar {
  text-align: right;
  float: none;
  list-style: none;
  margin-top: 5px;
  height: 15px;
  padding: 10px 0px 10px 0px;
}
#loginbar li {
  float: left;
  padding: 0px 5px 0px 0px;
}
#loginbar a {
  color: #212126;
  margin-top: 0px;
  padding: 0px;
  font-weight: bold;
  display: block;
}
/* these colours are the same as defined by 'a', but we unset a:visited */
#loginbar a.in, #loginbar a.out {
  background: none;
}

#content {
  padding: 10px 0px;
}
ul.primarynav {
  width: 874px;
  height: 56px;
  background: transparent url(images/navbg.gif) no-repeat;
  margin: 0px;
  padding: 0px;
  border-bottom: 0px solid #ffffff;
  float: left;
  list-style: none;
}
ul.primarynav li {
  background: none;
}
ul.primarynav a {
  margin-right: 1px;
  padding: 20px 0px 7px 0px; 
  text-align: center;
  float: left;
  color: #ffffff;
  height: 29px;
  width: 95px;
  font-size: 12px;
  text-decoration: none;
}
ul.primarynav a.selected {
  background: url(images/navarrow.gif) top center no-repeat;
}
ul.primarynav a:hover {
  color: #ffffff;
  background: url(images/navarrow.gif) top center no-repeat;
}
ul.primarynav li.home {
  border-right: 0px solid #ffffff;
  background: none;
}

#wrapper {
  width: 874px;
}
#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}

#footer {
  margin-top: 3px;
  padding: 5px 0px;
  border-top: 0px;
  background: none;
  height: 100px;
}
#footer img, #footer .otherlinks {
  float: right;
}
#footer .otherlinks {
  border-left: 1px solid #dbdbdb;
  margin-top: 18px;
}
#footer .otherlinks ul {
  margin-left: 15px;
}
#footer p {
  margin: 0px;
  padding: 10px 0px;
  font-size: 9px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
}
#footer ul {
  width: 160px;
  float: left;
  margin: 0px;
  padding: 0px 0px 0px 15px;
}
#footer .quicklinks {
  margin: 0 0 0 10px;
  padding: 0px;
}
#footer ul li {
  padding: 3px 0px;
}
#footer a, #footer ul li {
  text-decoration: none;
  color: #616161;
}

/*---------------*\
|* home hotspots *|
\*---------------*/
#content .hotspots {
  padding: 0px 15px;
}
#content .hotspots h3 {
  border: 0px;
}
#content .hotspots .detailright {
  text-align: center;
}
#content a.seemore, #content .linkactions a, #detailed p.actions a {
  background: url(images/seemore.gif) top left no-repeat;
  display: block;
  font-size: 9px;
  color: #fff;
  font-weight: bold;
  padding: 4px 0px 0px 0px;
  margin-right: 5px;
  width: 65px;
  text-align: center;
  height: 20px;
}
#content .hotspots .title,
#content .hotspots .desc {
  padding: 5px;
}
#content .hotspots .title {
  font-size: 12px;
  font-weight: bold;
  color: #265076;
}

/*---------------*\
|* detailed page *|
\*---------------*/
#detailed .address {
  padding: 10px 20px;
  background: #e9e9e9;
}
#detailed .info {
  width: 560px;
  padding: 0px 10px;
  float: left;
}
#detailed .moreinfo {
  padding: 10px;
}
#detailed .check_avail {
  margin-left: 20px;
  float: left;
  width: 250px;
}
#detailed .check_avail h3 {
  height: 34px;
  background: #08b9cb;
  padding: 16px 0 0 20px;
  color: #fff;
}
#detailed .check_avail form {
  background: #235695;
  color: #fff;
}
/* check availability forms */
#detailed .check_avail .row {
  margin-bottom: 1px;
  padding: 4px;
}
#detailed .check_avail .row label.name {
  padding-right: 5px;
  padding-top: 2px;
  width: 30%;
  float: left;
}
#detailed .check_avail .row label.name span {
  color: #8c3030;
}
/* hack for ie 5.5 text/textarea resizing */
#detailed .check_avail .row .value input.text, .row .value input.password, .row .value textarea {
  width: expression(this.parentNode.offsetWidth * 0.74 + 'px');
}
/* the previous style causes problems with long sidebars in ie6 */
#detailed .check_avail .row .value input.text, .row .value input.password, .row .value textarea {
  w\idth: 67%;
}
#detailed .check_avail .row .value input.text.shorttext {
  width: 100px;
}
#detailed .check_avail .formsubmit {
  margin-top: 10px;
  text-align: right;
}

#detailed #map {
  margin: 20px 0px;
  width: 250px;
  height: 250px;
  display: block;
}
.linklisting .image {
  float: left;
  width: 110px;
  text-align: center;
  padding: 0px 10px 0px 0px;
}
.linklisting .image img {
  width: 100px;
  padding: 0px 5px;
}
.linklisting .info {
  float: left;
  width: 350px;
}
.linklisting p.linkactions a, #detailed p.actions a, #jump_frame .actions a {
  border: 0px;
  float: left;
}
.linklisting .linkdescription, .review .reviewcontent {
  border: 0px; 
  background: none;
}

div.rounded {
  background: #e4e4e4 url(images/footer_topright.gif) no-repeat top right;
}
div.rounded div {
  background: transparent url(images/footer_topleft.gif) no-repeat top left;
}
div.rounded div div {
  background: transparent url(images/footer_bottomright.gif) no-repeat bottom right;
}
div.rounded div div div {
  background: transparent url(images/footer_bottomleft.gif) no-repeat bottom left;
  padding: 15px;
}
#category dl, #home dl {
  margin: 10px 0px 0px 0px;
  width: 33%;
  float: left;
}
.roundedtop, .roundedbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.roundedtopleft, .roundedtopright, .roundedbottomleft, .roundedbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.roundedtop {
  background: url(images/directory_top.gif) bottom repeat-x;
}
.roundedbottom {
  background: url(images/directory_bottom.gif) top left repeat-x;
}
.roundedleft {
  background: url(images/directory_left.gif) left repeat-y;
}
.roundedright {
  background: url(images/directory_right.gif) right repeat-y;
}
.roundedtopleft {
  float: left;
  background: url(images/directory_topleft.gif) bottom left no-repeat;
}
.roundedtopright {
  float: right;
  background: url(images/directory_topright.gif) bottom right no-repeat;
}
.roundedbottomleft {
  float: left;
  background: url(images/directory_bottomleft.gif) top left no-repeat;
}
.roundedbottomright {
  float: right;
  background: url(images/directory_bottomright.gif) top right no-repeat;
}
.rounded_content {
  border-left: 1px solid #cbcbcb;
  padding-bottom: 10px;
}
.rounded_body {
  padding: 10px;
}
#content .rounded_content h2 {
  margin: 0px 1px 0px 0px;
  padding: 10px;
  background: #e9e9e9;
}
#content h3 {
  margin: 0px 0px 0px 15px;
  border: 0px;
}
#detailed #content h3 {
  margin: 0px;
}
#detailed p.linknav {
  float: right;
}
#home #content .rounded_content h4 span { 
  float: right;
}

a {
  color: #043e87;
  text-decoration: none;
}
#home dt a {
  font-weight: normal;
  font-size: 13px;
}
.new-item {
  background: none;
  font-weight: bold;
  color: #dd9eb3;
}
/* Detailed */
.detailtop, .detailbottom {
  height: 10px;
  font-size: 1px;
  display: inline-block;
/* ie/mac fix \*/
  display: block;
/* end fix */
}
.detailtopleft, .detailtopright, .detailbottomleft, .detailbottomright {
  width: 15px;
  height: 10px;
  font-size: 1px;
}
.detailtop {
  background: url(images/detail_top.gif) bottom repeat-x;
}
.detailbottom {
  background: url(images/directory_bottom.gif) top left repeat-x;
}
.detailleft {
  background: url(images/directory_left.gif) left repeat-y;
}
.detailright {
  background: url(images/directory_right.gif) right repeat-y;
  border-left: 1px solid #c5c5c5;
}
.detailtopleft {
  float: left;
  background: url(images/detail_topleft.gif) bottom left no-repeat;
}
.detailtopright {
  float: right;
  background: url(images/detail_topright.gif) bottom right no-repeat;
}
.detailbottomleft {
  float: left;
  background: url(images/detail_bottomleft.gif) top left no-repeat;
}
.detailbottomright {
  float: right;
  background: url(images/detail_bottomright.gif) top right no-repeat;
}

.rating_image {
  background: url(images/star-ratings.png) 0 0 no-repeat;
  display: block;
  width: 65px;
  height: 14px;
}
.rating-4-5 { background-position: 0px -14px; }
.rating-4 { background-position: 0px -28px; }
.rating-3-5 { background-position: 0px -42px; }
.rating-3 { background-position: 0px -57px; }
.rating-2-5 { background-position: 0px -71px; }
.rating-2 { background-position: 0px -85px; }
.rating-1-5 { background-position: 0px -99px; }
.rating-1 { background-position: 0px -114px; }
.rating-0-5 { background-position: 0px -128px; }

/*
This file inherits from luna_core.css, so styles in this file will override
styles defined in it.  Changes to this file will NOT be overwritten during
upgrades.

Here's a quick tutorial on overriding styles.  Say you want to change the
background colour of the body.  Looking at luna_core.css, the colour is
defined in the rule:

    body {
      margin: 0px;
      padding: 0px;
      color: #33332e;
      background: #ffffff;
      font: normal 11px tahoma, geneva, verdana, sans-serif;
      text-align: center;
    }

To change the background colour of white (#ffffff) to gray (#dddddd), you would
add the following to this file:

    body {
      background: #dddddd;
    }

If you also wanted to change the font as well as the background, then you could
use:

    body {
      background: #dddddd;
      font: normal 12px times new roman;
    }

Also note that every template's body id is assigned the template name (without
the .html extension).  So if you want to change the h2 heading in the
category.html template, you can do this by:

    #category h2 { 
      color: red; 
      font-weight: bold; 
    }

To start you off, some sample overriding styles have been provided below.  Note
that you will have to uncomment the rules for them to work.
*/

/* Logo size and image source */
/*
#logo {
  width: 250px;
  height: 80px;
  background-image: url(images/logo.gif);
}
*/
/* If the height of your logo changes from the original, then you will probably
want to also change the vertical position of the login link */
/*
#loginbar a {
  margin-top: 25px;
}
*/

/* Show the left sidebar */
/*
#ocwrapper {
  border-left-width: 200px;
}
#leftsidebar {
  display: block;
}
#contentheader .error, #contentheader .message {
  margin: 0px 200px 0px 200px;
}
*/

/* Hide the right sidebar */
/*
#ocwrapper {
  border-right-width: 0px;
}
#rightsidebar {
  display: none;
}
#contentheader .error, #contentheader .message {
  margin: 0px;
}
*/

/* Change the right sidebar width.  Note that the sidebars have a 10px left or
right padding (left sidebar has a left padding and right sidebar has a right
padding), hence the 150px - 10px = 140px width */
/*
#ocwrapper {
  border-right-width: 150px;
}
#rightsidebar {
  margin-right: -150px;
  width: 140px;
}
#contentheader .error, #contentheader .message {
  margin: 0px 150px 0px 0px;
}
*/

/* Change width of document */
/*
#wrapper {
  width: 95%;
}
*/

/* Don't want the shadows? */
.shadowtop, .shadowbottom, .shadowleft, .shadowright {
  background: none;
}
.shadowtopleft, .shadowtopright, .shadowbottomleft, .shadowbottomright {
  width: auto;
  height: auto;
  float: none;
  background: none;
}

.shadowtop, .shadowbottom {
  height: 0px;
}
#content {
  margin: 0px;
}
/* If you change the globals category_cols or home_category_cols, then you will
need to change the width of the columns themselves.  Note that IE sometimes has
problems if this value adds up to 100%, so keep the width a little under 100%.
For example, if you changed category_cols to 3, then this example would set
the width of the columns to 33% (99% total).  If you want to change the columns
on the home page as well, then remember to set a rule for "#home dl" as well. */
/*
#category dl {
  width: 33%;
}
*/
