/* START ERIC MEYER'S RESET.CSS */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END ERIC MEYER's RESET.CSS */

/* GENERAL SYTLES */

.content {
  font-size: 1.4em;
  line-height: 1.286em;
}

.default {
  text-align: left;
  margin: 3em 40px;
  font-size: 1.5em;
  line-height: 1em;
}

h2 {
  color: #9c2e71;
/*   text-transform: uppercase; */
  font-variant: small-caps;
  font-weight: normal;
  font-size: 1.143em;
  line-height: 1.125em;
  margin-top: .5625em;
  margin-bottom: .5625em;
  letter-spacing: 1px;
}

h3 {
  font-weight: normal;
  font-style: italic;
  letter-spacing: 1px;
}

a {
  color: #555555;
}

a:hover {
  color: #9c2e71;
}

a:visited {
  color: #8c4c9c;
}

.content p, .content ul, .content table {
  margin-bottom: 1.286em;
}

.content td {
  padding-right: 1.286em;
}

.content li {
  list-style:square;
  margin-left: 1.286em;
}

/* LAYOUT */

html {
 height: 100%;
 min-height: 100%;
}

body {
 font-size: 62.5%; /* 1em=10px */
 font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
 font-family: Georgia, "Times New Roman", serif;
 background: url(../images/paperbg.png);
 height: 100%;
 min-height: 100%;
}

#backdrop {
	background: url(../images/backdrop.png) repeat-y center top;
	position: absolute;
	left: 0;
	width: 100%;
	display: table;
/*
	height: 100%;
	min-height: 100%;
*/
	overflow: auto;
}

#container {
  max-width: 960px;
  width: 960px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
  padding-top: 99px;
  background: url(../images/paperbg.png);
/*   background: url(../images/grid.png); */
  color: #555555;
}

#olives {
  position: absolute;
  top: 0;
  right: -1px;
  background: url(../images/olives.png) no-repeat top right;
  width: 328px;
  height: 197px;
  z-index: 2;
}

#logo {
  position: absolute;
  display: block;
  top: 45px;
  left: 20px;
  background: url(../images/uliveto.png) no-repeat top left;
  height: 41px;
  width: 525px;
  text-decoration: none;
  text-indent: -10000px;
}

#logo :hover {
  cursor: pointer;
}

#menu {
  background-color: #7b4969;
  overflow: auto;
  margin-bottom: 2.7em;
  width: 960px;
  background: url(../images/menubg.png) repeat-y top left;
}

#menu li {
  display: inline;
}

#menu li a, #menu li span {
  display: inline;
  float: left;
  font-size: 1.4em;
  line-height: 1.286em;
  padding: .643em 20px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  font-variant: small-caps;
  letter-spacing: 1px;
}

#menu li a.first, #menu li.first span {
  border-left: 1px solid #ffffff;
  margin-left: 21px;
}

#menu li span {
  background-color: #dc6fb2;
  color: #ffffff;
}

#menu li a:hover {
  background-color: #ab568a;
}

/* COPYRIGHT */

#copy {
  clear: both;
  text-align: right;
  color: #cccccc;
  margin-right: 40px;
  font-size: 1.2em;
  line-height: 1.5em;
  padding-bottom: 1.8em;
  padding-top: 2.4em;
}

#copy a {
  color: #cccccc;
}

#copy a:hover {
  color: #9c2e71;
}

#copy a:visited {
  color: #8c4c9c;
}

/* INFO */

#infoclear {
  clear: both;
  height: 3.6em;
  width: 100%;
}

#info {
  clear: both;
  font-size: 1.2em;
  line-height: 1.5em;
  overflow: auto;
  background-color: #f3f3f3;
}

#info div {
  width: 190px;
  margin: 1.5em 10px 0 20px;
  float: left;
  display: inline;
}

#info p {
  margin-bottom: 1.5em;
}

#info #shield {
  margin-left: 40px;
  width: 130px;
}

#info #shield img {
  border: 0;
}

#info #copy {
  font-size: 1em;
  margin-bottom: 0;
}

#info h3 {
  font-style: normal;
  font-weight: bold;
  color: #9c2e71;
}

#info .highlight {
  color: #dc6fb2;
}

/* HOMEPAGE */

#homeshowcase {
  width: 920px;
  height: 450px;
  margin: 1.8em 20px 0 20px;
  background: url(../images/homeframe.png) no-repeat top left;    
  position: relative;
}

#homeshowcase #photopanel1, #homeshowcase #photopanel2 {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 880px;
  height: 414px;
}

.ajaxhome.inactive {
  display: none;
}

#homeshowcase #sidebarbg, #homeshowcase #sidebar {
  position: absolute;
  top: 18px;
  right: 20px;
  height: 414px;
}

#homeshowcase #sidebar p {
  margin-top: 1.5em;
}

#homeshowcase #sidebarbg {
  overflow: hidden;
  width: 310px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	background-color: #6D204F;
}

#homeshowcase #sidebar {
  font-size: 1.4em;
  line-height: 1.283em;
  padding: 1.283em 20px;
  width: 270px;
  color: #fbfbfb;
}

#homeshowcase #sidebar .sidebarimg img {
  border-bottom: 0.167em solid #ffffff;
  border-top: 0.167em solid #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

#quickshots {
  position: relative;
  margin-top: 1.5em;
}
 
#homeshowcase #sidebar #sidebar1 img {
  position: absolute;
  top: 0;
  left: 18px;
  z-index: 1;
}

#homeshowcase #sidebar #sidebar2 img {
  position: absolute;
  top: 117px;
  left: 58px;
  z-index: 2;
}

#homeshowcase #sidebar #sidebar3 img {
  position: absolute;
  top: 234px;
  left: 38px;
  z-index: 3;
}

#homeshowcase #sidebar a {
  color: #ffc5e8;
  text-decoration: none;
}

#homeshowcase #sidebar a:hover {
  text-decoration: underline;
}

#callout {
  margin: 1.286em 330px 0 170px;
  text-align: center;
  position: relative;
  height: 76px;
  padding-bottom: 1.286em;
}

#callout #shield {
  position: absolute;
  left: -120px;
}

#callout #shield img {
  border: 0;
}

/* ROOMS PAGE */

#roomshowcase {
  width: 620px;
  height: 396px;
  margin: 0 0 0 20px;
  background: url(../images/roomframe.png) no-repeat top left;    
  position: relative;
  float: left;
  display: inline;
}

#roomshowcase img {
  width: 580px;
  height: 360px;
  position: absolute;
  top: 18px;
  left: 20px;
}

#roomshowcase #bg {
  width: 580px;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.75em 0;
  position: absolute;
  left: 20px;
  bottom: 18px;
  background-color: #6D204F;
  display: block;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#roomshowcase span {
  width: 580px;
  font-size: 1.4em;
  line-height: 1.286em;
  padding: 0.643em 0;
  position: absolute;
  left: 20px;
  bottom: 18px;
  display: block;
  text-align: center;
  color: #fbfbfb;
  font-style: italic;
}

#roomshowcase div.inactive {
  display: none;
}

#roomthumbs {
  width: 620px;
  height: 126px;
  margin: 0 0 0 20px;
  background: url(../images/roomthumbs.png) no-repeat top left;    
  float: left;
  display: inline;
}

#roomthumbs div.active, #roomthumbs div.inactive {
  position: relative;
}

#roomthumbs div.inactive {
  display: none;
  z-index: 1;
}

#roomthumbs div.active {
  z-index: 2;
}

#roomthumbs table {
  position: absolute;
  top:18px;
  left: 30px;
}

#roomthumbs td {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
}

#roomthumbs div {
  position: relative;
}

#roomthumbs img {
  width: 130px;
  height: 90px;
  z-index: 1;
}

#roomthumbs .highlight {
  position: absolute;
  top: 0;
  left: 0px;
}

#roomthumbs .highlight img {
  z-index: 2;
}

#roomthumbs .rinactive {
  display: none;
}

#rooms .content {
  margin: 1.286em 40px 0 0;
  float: right;
  width: 270px;
  display: inline;
}

/* ATTRACTIONS */

#attractionsidebar {
  width: 320px;
  margin: 0 20px 0 0;
  background: url(../images/sidebarmid.png) repeat-y top left;    
  position: relative;
  float: right;
  color: #888888;
  display: inline;
}

#attractionsidebar .content {
  font-size: 1.2em;
  line-height: 1.5em;
}

#attractionsidebar p, #attractionsidebar ul {
  margin-bottom: 1.5em;
}

#attractionsidebar #top {
  background: url(../images/sidebartop.png) no-repeat top left;    
  width: 260px;
  padding: 3em 30px 0 30px;
}

#attractionsidebar #bottom {
  width: 260px;
  padding: 0 30px 3em 30px;
  background: url(../images/sidebarbottom.png) no-repeat bottom left;    
}

#attractionsidebar h3 {
  color: #9c2e71;
  text-transform: uppercase;
  font-weight: 100;
  font-style: normal;
}

.attraction {
  margin: 1.286em 0 0 40px;
  float: left;
  width: 560px;
  padding-bottom: 1.286em;
  background: url(../images/break.png) no-repeat 115px bottom;
  display: inline;
}

.attraction.last {
  background-image: none;
}

.attraction p {
  margin: 1.286em 0 0 0;
}

.attraction .crop {
  height: 126px;
  float: right;
  margin-left: 17px;
  overflow: hidden;
}

.attraction img {
  display: block;
}

/* WEDDINGS */

#weddings .content {
  margin: 1.286em 0 0 40px;
  float: left;
  width: 400px;
  display: inline;
}

#weddings #photo {
  float: right;
  width: 460px;
  height: 306px;
  background: url(../images/weddingframe.png) no-repeat top left;
  margin-right: 30px;
  position: relative;
  display: inline;
}

#weddings #photo img {
  position: absolute;
  top: 18px;
  left: 20px;
  width: 420px;
  height: 270px;
}

#weddings #bouquet {
  background: url(../images/bouquet.gif) no-repeat 0px 0px;
  position: absolute;
  top: -9px;
  left: -58px;
  z-index: 5;
  width: 120px;
  height: 120px;
}

#weddings #sidebar {
  float: right;
  width: 460px;
  height: 306px;
  background: url(../images/weddingsidebar.png) no-repeat top left;
  margin-right: 30px;
  position: relative;
  display: inline;
}

#weddings #sidebar.content {
  margin-left: 0;
  font-size: 1.2em;
  line-height: 1.5em;
}

#weddings #sidebar p {
  margin: 0 30px 1.5em 30px;
}

#weddings #sidebar h3 {
  margin: 1.5em 30px 0 30px;
}

#weddings #sidebar img {
  float: right;
  margin-left: 20px;
  margin-top: 1.5em;
}

#weddings #sidebar h3 {
  color: #9c2e71;
  text-transform: uppercase;
  font-weight: 100;
  font-style: normal;
}

/* GALLERY */

#galleryimgarea {
  width: 640px;
  height: 414px;
  overflow: hidden;
  position: relative;
  clear: both;
  float: left;
  background: url(../images/galleryframe.png) no-repeat 40px 0;    
  display: inline;
}

#galleryimgarea div.active, #galleryimgarea div.inactive {
  position:absolute;
  top: 18px;
  left: 60px;
  width: 580px;
  height: 360px;
  overflow: hidden;
}

#galleryimgarea div.inactive {
  display: none;
}

#galleryimgarea img {
  width: 540px;
}

#galleryimgarea .bg {
  width: 540px;
  display: none;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.75em 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fbfbfb;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#galleryimgarea .loading {
  width: 540px;
  font-size: 1.4em;
  line-height: 1.286em;
  padding: 0.643em 0;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  text-align: center;
  color: #888888;
  font-style: italic;
}

#galleryimgarea a, #gallerythumbs a {
  display: block;
  text-decoration: none;
}

#galleryimgarea .prev, #galleryimgarea .next, #galleryimgarea .play {
  height: 18px;
  width: 18px;
  position: absolute;
  display: block;
  z-index: 4;
}

#galleryimgarea .prev {
  right:0px;
  top: 36px;
  background: url(../images/prev.png) no-repeat top left;
}

#galleryimgarea .next {
  right:0px;
  top: 18px;
  background: url(../images/next.png) no-repeat top left;
}

#galleryimgarea .play {
  right:0px;
  top: 56px;
  background: url(../images/playoff.png) no-repeat top left;
}

#galleryimgarea .prev:hover {
  background: url(../images/prevon.png) no-repeat top left;
}

#galleryimgarea .next:hover {
  background: url(../images/nexton.png) no-repeat top left;
}

#galleryimgarea .play:hover {
  background: url(../images/playon.png) no-repeat top left;
}

#galleryimgarea #slideshow.pause {
  background: url(../images/pauseoff.png) no-repeat top left;
}

#galleryimgarea #slideshow.pause:hover {
  background: url(../images/pauseon.png) no-repeat top left;
}

#gallerythumbs {
  width: 300px;
  height: 396px;
  margin: 0 20px 0 0px;
  background: url(../images/gallerythumbframe.png) no-repeat 40px 0px;    
  float: right;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
  display: inline;
  z-index: 1;
}

#gallerythumbs #tbg {
  width: 200px;
  display: none;
  font-size: 1.2em;
  line-height: 1.5em;
  padding: 0.75em 0;
  position: absolute;
  right: 40px;
  top: 0px;
  background-color: #fbfbfb;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
  z-index: 3;
}

#gallerythumbs #tloading {
  width: 200px;
  font-size: 1.4em;
  line-height: 1.286em;
  padding: 0.643em 0;
  position: absolute;
  right: 40px;
  top: 0px;
  display: none;
  text-align: center;
  color: #888888;
  font-style: italic;
  z-index: 4;
}

#gallerythumbs div.inactive, #gallerythumbs div.active {
  position: absolute;
  width: 200px;
  height: 360px;
  right: 0px;
  top: 18px;
}
 
#gallerythumbs div.inactive {
  display: inline;
  z-index: 1;
}

#gallerythumbs table {
  width: 200px;
  position: absolute;
  right: 40px;
  display: inline;
}

#gallerythumbs td {
  position: relative;
}

#gallerythumbs td div {
  position: relative;
  width: 100px;
  height: 72px;
  display: block;
}

#gallerythumbs td img, #gallerythumbs td span, #gallerythumbs td a {
  width: 100px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#gallerythumbs .highlight img {
  z-index: 2;
}

#gallerythumbs .rinactive {
  display: none;
}

#gallerythumbs a.prev, #gallerythumbs a.next {
  height: 18px;
  width: 18px;
  display: block;
  position: absolute;
  right: 0px;
}

#gallerythumbs a.prev {
  top: 54px;
  background: url(../images/upoff.png) no-repeat top left;
}

#gallerythumbs a.next {
  top: 72px;
  background: url(../images/downoff.png) no-repeat top left;
}

#gallerythumbs a.prev:hover {
  background: url(../images/upon.png) no-repeat top left;
}

#gallerythumbs a.next:hover {
  background: url(../images/downon.png) no-repeat top left;
}

/* LOCATION */

#map {
  width: 570px;
  height: 432px;
  margin: 0 0 0 20px;
  background: url(../images/mapframe.png) no-repeat top left;    
  position: relative;
  float: left;
  display: inline;
}

#map iframe {
  width: 530px;
  height: 396px;
  position: absolute;
  top: 18px;
  left: 20px;
}

#map #link {
  position: absolute;
  top: 414px;
  left: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

#location .content {
  margin: 1.286em 40px 0 0;
  float: right;
  width: 310px;
  display: inline;
}

#locationimage {
  float: left;
  display: inline;
  margin-top: 1.8em;
  margin-left: 310px;
  width: 260px;
  height: 216px;
  background: url(../images/locationpicframe.png) no-repeat top left;    
} 

#locationimage div {
  margin: 1.8em 20px 0 20px;  
  height: 162px;
  overflow: hidden;
}

#locationimage span {
  display: block;
  font-size: 1em;
  width: 220px;
  line-height: 1.8;
  text-align: center;
  margin: 0 20px;  
}