@font-face {
	font-family: Trajan;
	src: url('../fonts/TrajanPro-Regular.otf');
}
 

                    /* Font styles. */
/* line 2, ../sass/style.sass */
body {
  margin: 0;
  /* Setting up font size, leading and font family
   * http://www.markboulton.co.uk/journal/comments/five-simple-steps-to-better-typography */
  font: 66% Verdana, "Helvetica Neue", helvetica, Arial, sans-serif;
  background: url(../images/body.jpg) repeat-x;
  color: #555555;
}

#page {
	font-size: 1em;
	line-height: 1.4em;
	background: url(../images/page.jpg) no-repeat center 0;
}

body.admin-menu,
body.admin {
    margin-top: 20px !important;
    background: url(../images/body.jpg) repeat-x 0 20px;
}

/* Links */
/* line 10, ../sass/style.sass */
a:link, a:visited {
  color: blue;
  text-decoration: none;
}

/* line 15, ../sass/style.sass */
a:hover, a:active {
  color: red;
  text-decoration: underline;
}

/* Titles. */
/* line 21, ../sass/style.sass */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	color: #34451a;
    font-family: Trajan, Georgia, Times New Roman, Times, serif;
	font-weight: normal;
}

/* line 24, ../sass/style.sass */
h1 {
  font-size: 1.6em;
  padding: 0 0 1em;
  margin: 0;
}

h1.title {
	background: url(../images/h1_bg.png) no-repeat center 9px;
	text-align: center;
}

h1.title span {
	background: url(../images/h1_span_bg.jpg) repeat-x 0 0;
	padding: 0 10px;
}

/* line 30, ../sass/style.sass */
h2 {
  font-size: 1.5em;
  margin-bottom: 0.75em;
    font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

/* line 35, ../sass/style.sass */
h3 {
  font-size: 1.4em;
  margin-bottom: 1em;
}

/* line 39, ../sass/style.sass */
h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}

/* line 43, ../sass/style.sass */
h5 {
  font-size: 1.1em;
  margin-bottom: 0;
}

/* line 48, ../sass/style.sass */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* Paragraph styles. */
/* line 53, ../sass/style.sass */
p {
  margin: 0 0 1em 0;
}

/* List styles. */
/* line 57, ../sass/style.sass */
ul, ol {
  margin-left: 0;
  padding-left: 2em;
}

/* Table styles. */
/* line 62, ../sass/style.sass */
table {
  width: 99%;
}

/* line 67, ../sass/style.sass */
tr.even td,
tr.odd td {
  padding: 10px 5px;
}

/* line 70, ../sass/style.sass */
tr.odd {
  background-color: white;
}

/* Code. */
/* line 74, ../sass/style.sass */
pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}

/* line 78, ../sass/style.sass */
pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa;
}

/* List styles. */
/* line 86, ../sass/style.sass */
ul {
  list-style-type: disc;
}
/* line 88, ../sass/style.sass */
ul ul {
  list-style-type: circle;
}
/* line 90, ../sass/style.sass */
ul ul ul {
  list-style-type: square;
}
/* line 92, ../sass/style.sass */
ul ul ul ul {
  list-style-type: circle;
}

/* line 95, ../sass/style.sass */
ol {
  list-style-type: decimal;
}
/* line 97, ../sass/style.sass */
ol ol {
  list-style-type: lower-alpha;
}
/* line 99, ../sass/style.sass */
ol ol ol {
  list-style-type: decimal;
}

/* Abbreviation. */
/* line 103, ../sass/style.sass */
abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap;
}

/* UI improvments. */
/* line 109, ../sass/style.sass */
#edit-title {
  font-size: 24px;
  width: 98%;
}

/* line 113, ../sass/style.sass */
#system-themes-form img {
  width: 100px;
}

/* line 116, ../sass/style.sass */
.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777;
}

/* line 123, ../sass/style.sass */
#edit-delete {
  color: #cc0000;
}

/* Console, style from slate theme. */
/* line 127, ../sass/style.sass */
div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee;
}

/* line 134, ../sass/style.sass */
div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55;
}

/* line 139, ../sass/style.sass */
div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522;
}

/* line 144, ../sass/style.sass */
div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77;
}

/* Region Colors. delete when starting a new theme. */
/* line 150, ../sass/style.sass */
#header, #footer {

}

/* line 159, ../sass/style.sass */

#navigation li {
	float: left;
	display: block;
	height: 46px;
	line-height: 46px;
	background: url(../images/dots.png) no-repeat right 15px;
	padding: 0;
	border: none;
	font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

#navigation li a {
	display: block;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	color: #efefef;
}

#navigation li.active a,
#navigation li a:hover {
	background: url(../images/menu-active.jpg) repeat-x;
	color: #efefef;
}

#navigation ul.nice-menu li.menuparent ul, 
#navigation #header-region ul.nice-menu li.menuparent ul {
    overflow: visible !important;
}


#navigation ul.nice-menu ul {
    top: 46px;
    background: url(../images/overlay-dark.png);
    z-index: 3000;
}

#navigation ul.nice-menu ul li  {
	float: left;
	display: block;
	height: auto;
	line-height: 32px;
	padding: 0;
	border: none;
	width: 200px;
	background: none;
}

#navigation ul.nice-menu ul li a:hover {
	background: #333333;
}

#navigation ul.nice-menu ul li ul li  {
	background: url(../images/overlay-green.png);
}

#navigation ul.nice-menu ul li  a {
	display: block;
	height: auto;
	line-height: normal;
	padding: 8px 28px;
	color: #efefef;
}


#navigation ul.nice-menu-down li ul li ul {
	top: -1px;
    left: 200px;
}

#navigation ul.nice-menu-down li ul li ul a:hover {
	background: #497823;
}



#search-theme-form {
	float: right;
	width: 190px;
	height: 26px;
	background: url(../images/search_bg.jpg) no-repeat;
	margin-top: 10px;
}

#search-theme-form label {
	display: none;
}

#search-theme-form .form-text {
	float: left;
	height: 18px;
	width: 136px;
	padding: 4px 7px;
	font-size: 11px;
	color: #999999;
	border: none;
	background: none;
}

#search-theme-form .form-submit {
	float: right;
	height: 26px;
	width: 36px;
	border: none;
	background: none;
	font-size: 0;
	text-indent: 40px;
	overflow: hidden;
	cursor: pointer;
}

#logo {
	clear: both;
	height: 89px;
}

#logo img {
	margin-top: 34px;
}

#header-region {
	overflow: hidden;
}

#header-region-inner {
	overflow: hidden;
	position: relative;
	padding: 10px;
	background: url(../images/slideshow-shadow.png) no-repeat;
}


/* Featured */

#block-views-frontpage_destinations-block_1,
#block-views-destination_header_img-block_1,
#block-views-resort_header_img-block_1  {
	float: left;
	width: 680px;
	height: 274px;
	padding: 2px 0 0 2px;
	position: relative;
}

#block-views-frontpage_destinations-block_1 .views-field-title,
#block-views-destination_header_img-block_1 .views-field-title,
#block-views-resort_header_img-block_1 .views-field-title {
	position: absolute;
	top: 190px;
	background: url(../images/overlay.png);
	padding: 20px 20px 14px;
	width: 640px;
	font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

#block-views-frontpage_destinations-block_1 .views-field-title a,
#block-views-destination_header_img-block_1 .views-field-title,
#block-views-resort_header_img-block_1 .views-field-title {
	color: #ffffff;
	font-size: 20px;
	font-weight: normal;
}

#block-views-frontpage_destinations-block_1 .views-slideshow-controls-top {
	position: absolute;
	right: 6px;
	bottom: 8px;
	z-index: 1000;
}

#block-views-frontpage_destinations-block_1 div.pager-item {
	width: 11px;
	height: 11px;
	background: url(../images/pager.png) no-repeat center center;
	padding: 0;
	margin-right: 4px;
	float: left;
	font-size: 0;
	text-indent: 12px;
	overflow: hidden;
}

#block-views-frontpage_destinations-block_1 div.pager-item a {
	padding: 6px;
	display: block;
}

#block-views-frontpage_destinations-block_1 div.activeSlide {
	background: url(../images/pager-active.png) no-repeat;
}



/* Resort Galleries */

#block-views-resort_gallery-block_1,
#block-views-destination_gallery-block_1 {
	position: relative;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #B4B4B4;
}

#views_slideshow_singleframe_main_resort_gallery-block_1,
#views_slideshow_singleframe_main_destination_gallery-block_1 {
	text-align: center;
}

#views_slideshow_singleframe_teaser_section_resort_gallery-block_1,
#views_slideshow_singleframe_teaser_section_destination_gallery-block_1 {
	margin: 0 auto;
}

#block-views-resort_gallery-block_1 .views-field-field-resort-gallery-fid img,
#block-views-destination_gallery-block_1 .views-field-field-destination-gallery-fid img {
	padding: 4px;
	border: 1px solid #b4b4b4;
}

.view-resort-gallery .views-slideshow-controls-bottom,
.view-destination-gallery .views-slideshow-controls-bottom {
	text-align: center;
}

.view-resort-gallery .views-slideshow-controls-bottom img,
.view-destination-gallery .views-slideshow-controls-bottom img {
	padding: 4px;
	border: 1px solid #b4b4b4;
}

.views_slideshow_singleframe_pager div.first {
    display: inline;
    padding-left: 0;
}

#content-bottom .view-resort-gallery .views-row,
#content-bottom .view-destination-gallery .views-row {
    border-top: none;
    clear: both;
    margin-top: 0;
    padding-top: 0;
}

#views_slideshow_singleframe_controls_resort_gallery-block_1,
#views_slideshow_singleframe_controls_destination_gallery-block_1 {
	position: absolute;
	top: 214px;
	left: 290px;
	z-index: 500;
}

#views_slideshow_singleframe_controls_resort_gallery-block_1 a,
#views_slideshow_singleframe_controls_destination_gallery-block_1 a {
	display: inline-block;
	width: 16px;
	height: 20px;
	margin: 0 2px;
	text-indent: 16px;
	overflow: hidden;
	font-size: 0;
}

#views_slideshow_singleframe_prev_resort_gallery-block_1,
#views_slideshow_singleframe_prev_destination_gallery-block_1 {
	background: url(../images/prev.png) no-repeat;
}

#views_slideshow_singleframe_playpause_resort_gallery-block_1,
#views_slideshow_singleframe_playpause_destination_gallery-block_1 {
	background: url(../images/pause.png) no-repeat;
}

#views_slideshow_singleframe_next_resort_gallery-block_1,
#views_slideshow_singleframe_next_destination_gallery-block_1 {
	background: url(../images/next.png) no-repeat;
}



/* Webform */

#block-webform-client-block-1 {
	width: 278px;
	height: 278px;
	float: right;
	color: #efefef;
	font-size: 10px;
	background: url(../images/form_bg.jpg);
}

#block-webform-client-block-1 a {
	color: #444444;
}

#block-webform-client-block-1 .block-inner {
	padding-left: 30px;
	line-height: normal;
}

#block-webform-client-block-1 h3 {
	color: #34451a;
	text-transform: uppercase;
	font-weight: normal;
	margin: 12px 0 0px 0;
	font-size: 20px;
	font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

#block-webform-client-block-1 label {
	color: #444444;
	font-size: 9px;
	font-weight: normal;
}

#webform-component-destination select {
	width: 218px;
}

#webform-component-destination option {
	font-size: 0.8em;
}

#block-webform-client-block-1 .form-item {
	margin: 0;
}

#webform-component-golfers,
#webform-component-rounds,
#webform-component-rooms {
	float: left;
	margin-right: 4px;
}

#webform-component-golfers select,
#webform-component-rounds select,
#webform-component-Rooms select {
	width: 70px;
}

#webform-component-name input,
#webform-component-email-address input,
#webform-component-phone input  {
	width: 214px;
	margin: 2px 0;
}

#webform-component-footer {
	float: left;
	width: 120px;
}

#block-webform-client-block-1 .form-submit {
	float: right;
	height: 29px;
	width: 98px;
	border: none;
	background: none;
	font-size: 0;
	text-indent: 120px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/form_submit.png);
	margin-top: 4px;
	margin-right: 24px;
}

#webform-component-footer p {
	margin: 0;
}

/* Highlights */

#highlights {
	color: #ffffff;
}

#highlights-inner {
	width: 980px;
	padding-bottom: 10px;
}

#block-views-frontpage_destinations-block_2 td {
	vertical-align: top;
}

#block-views-frontpage_destinations-block_2 td.col-2 {
	padding: 0 10px;
}

#block-views-frontpage_destinations-block_2 .views-field-field-resort-img-fid img {
	padding: 12px;
	background: url(../images/secondary_bg.png);
}

#block-views-frontpage_destinations-block_2 .views-field-title,
#block-views-frontpage_destinations-block_2 .views-field-body,
#block-views-frontpage_destinations-block_2 .views-field-view-node {
	padding: 0 20px;
}

#block-views-frontpage_destinations-block_2 .views-field-title {
	margin-bottom: 4px;
	font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

#block-views-frontpage_destinations-block_2 .views-field-title a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}

#block-views-frontpage_destinations-block_2 .views-field-view-node {
	text-align: right;
}

#block-views-frontpage_destinations-block_2 .views-field-view-node a {
	color: #ffffff;
	text-transform: uppercase;
	font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

#main {
	clear: both;
	background: #f3f4f1 url(../images/main.jpg) repeat-x;
	padding-bottom: 30px;
}

#main-inner {
	width: 980px;
	padding-left: 10px
	overflow: hidden;
}

#content-inner {
	padding-right: 12px;
}

.no-sidebars #content-inner {
	padding: 0 60px;
}

/* line 153, ../sass/style.sass */
#sidebar-first {

}


/* Desitination block views */


#content-bottom .views-row {	
	clear: both;
	border-top: 1px solid #cccccc;
	margin-top: 20px;
	padding-top: 10px;
}


#content-bottom .imagecache img {	
	float: left;
	margin: 0 12px 12px 0;
	padding: 12px;
	background: url(../images/secondary_bg.png);
}

#content-bottom h3 {
	margin-top: 30px;
	color: #34451A;
	font-size: 1.6em;
	text-transform: uppercase;
	clear: both;
}

#content-bottom .views-field-title {
	padding-top: 13px;
	margin-bottom: 8px;
	font-size: 1.4em;
	color: #34451A;
	font-family: Trajan, Georgia, Times New Roman, Times, serif;
}

#content-bottom .views-field-title a {
	color: #34451A;
}

#content-bottom .views-field-view-node {
	text-align: right;
}

#content-bottom .views-field-view-node a {
	color: #34451A;
	font-weight: bold;
	 font-family: Trajan, Georgia, Times New Roman, Times, serif;
}


/* line 156, ../sass/style.sass */

#sidebar-second .block {
	margin-bottom: 1em;
	padding: 0 10px;
}

#sidebar-second h3.title {
	background: url(../images/sidebar-hd.jpg) repeat-x;
	color: #ffffff;
	height: 41px;
	line-height: 41px;
	font-size: 1.1em;
    font-family: Trajan, Georgia, Times New Roman, Times, serif;
    text-align: center;
}

#block-views-news-block_1 .views-row {
	border-bottom: #cecece 1px solid;
	padding-bottom: 12px;
	margin-bottom: 12px;
}

#block-views-news-block_1 .views-field-title a {
	color: #3c3d39;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, Times New Roman, serif;
	font-size: 1.2em;
}

#block-views-news-block_1 .views-field-created {
	color: #999999;
	font-size: 0.8em;
	text-align: right;
}

#block-views-testimonials-block_1 .views-field-body {
	background: url(../images/quote-open.png) no-repeat;
}

#block-views-testimonials-block_1 .views-field-body .field-content {
	background: url(../images/quote-closed.png) no-repeat right bottom;
	padding: 6px 16px 2px 16px;
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, Times New Roman, serif;
}

#block-views-testimonials-block_1 .views-field-title  {
	text-align: right;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, Times New Roman, serif;
	margin-bottom: 4px;
}

#sidebar-second .more-link,
#block-views-testimonials-block_1 .view-footer {
	text-align: right;
}

#sidebar-second .more-link a,
#block-views-testimonials-block_1 .view-footer a {
	text-align: right;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, Times New Roman, serif;
	color: #34451A;
	font-size: 1.2em;
}

#sidebar-second #block-gmap_location-0 {
	padding: 0;
}

#sidebar-second #block-gmap_location-0 h3.block-title {
	margin: 0 10px;
}

#block-gmap_location-0 .content {
	background: url(../images/map_bg.png) 0;
	padding: 12px;
}

#footer {
	background: #212121 url(../images/footer-bg.jpg) center top;
	padding: 20px 0;
	color: #efefef;
	font-size: 0.8em;
}

#footer a {
	color: #efefef;
}

#block-menu-secondary-links ul.menu {
	text-align: right;
}

#block-menu-secondary-links ul.menu li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	padding: 0 8px;
	border-right: 1px solid #efefef;
}

#block-menu-secondary-links ul.menu li a {
	color: #efefef;
}

#block-menu-secondary-links ul.menu li.last {
	padding-right: 0;
	border: none;
}
