/* copyright 2006-10 Zihuatanejo-Condos.com
design by Isahrai Azaria of www.irmacreative.com */

/* basic elements */

html
{
   margin: 0;
   padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: optima, 'times new roman', georgia;
	font-size: .9em;
	text-align: center;
	min-width: 1000px;
	color: #c9c5b8;
	background: #20454b;
	}

form, input { margin: 0; padding: 0; }

a { 
	color: #0c515c;
	text-decoration: none; 
	}
	
a:visited {
	color: #63605b;
	text-decoration: none;
	}
	
a:hover { 
	color: #ac2245;
	text-decoration: underline; 
	}
	
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
	margin-bottom: 2px;
	}
	
h1 {
	font-size: 2.4em;
	color: #226b80;
	}
	
h2	{
	font-size: 1.3em;
	color: #ac2245;
	font-style: italic;
	}
	
h3 {
	font-size: 1.1em;
	color: #63605B;
	}
	
p, ol, ul, pre, blockquote
{
  margin: 6px 0;
}

li {
	list-style: circle;
	list-style-position: outside;
	}

strong {
	font-weight: normal;
	color: #908e87;
	font-size: 1.4em;
	}
	
.big{
	font-size: 1.3em;
	}
	
.caption {
	width: 640px;
	text-align: right;
	color: #908e87;
	font-size: .85em;
	padding-top: 10px;
	}

/* helpers */

.clr {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
   content: " ";
   display: block;
   visibility: hidden;
   clear: both;
   height: 0.1px;
   font-size: 0.1em;
   line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */

/* layout */


#container {
	position: static;
	margin: 0 auto;
	width: 1000px;
	min-height: 600px;
	text-align: left;
	background: #062b31 url(img/bkgrd.png);
	}

#container2 {
	position: relative;
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	text-align: left;
	background: #062b31 url(img/bkgrd.png) top left no-repeat;
	}
	
#slideshow, #gallery-menu {
	display: block;
	}
	
#slideshow {
	height: 650px;
	}
		
#gallery-menu {
	clear: both;
	}
	
#container-inner {
	position: static;
	width: auto;
	align: center;
	border: none;
	padding: 0;
	background: transparent;
	}
	
#logo img {
	display: block;
	height: 100px;
	margin-left: -80px;
	}
	

#sidebar, #main {
	display: inline;
	float: left;
	min-height: 1px;
	}
	
#sidebar {
	width: 300px;
	position: relative;
	background: none;
	}
	
#sidebar-inner {
	font-size: .9em;
	padding: 2px 5px 5px 22px;
	}
	
#main {
	position: relative;
	width:  680px;
	min-height: 650px;
	background: none 
	}
	
#main-inner {
	position: static;
	padding: 10px;
	}
	
#footer {
	clear: both;
	width: 650px;
	float: right;
	background: url(img/footer.png) top right no-repeat;
	min-height: 110px;
	margin-right: -50px;
	}
	
#footer-inner {	
	line-height: 1.2;
	font-size: .9em;
	text-align: right;
	padding: 30px 90px 5px 10px;
	}

		
	
/* Navigation */

#nav {
	padding: 5px 5px 10px 20px;
	}

#menu {
	margin: 0;
	height: 40px;
	list-style: none;
	display: inline;
	overflow: hidden;
	width: 200px;
	}
	
#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 200px;
	}
	
#menu a,
#menu a:visited {
	display: block;
	padding: 40px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:40px; /* for IE5/Win only */
	}

#menu a:hover,
#menu a:active {
	background-position: 0 -40px;
	}

#home a {
	background: url(img/home.png);
	}
	
#amenities a {
	background: url(img/amenities.png);
	}
	
#reviews a {
	background: url(img/reviews.png);
	}
	
#rates a {
	background: url(img/rates.png);
	}
	
#rooms a {
	background: url(img/rooms.png);
	}
	
#specials a {
	background: url(img/specials.png);
	}
	
#gallery a {
	background: url(img/gallery.png);
	}
	
#unique a {
	background: url(img/unique.png);
	}
	
#zihua a {
	background: url(img/zihua.png);
	}
	
#misc a {
	background: url(img/misc.png);
	}
	
#contact a {
	background: url(img/contact.png);
	}
	
/* images */	

.pics {  
    height:  440px;  
    width:   640px;  
    padding: 0;  
    margin:  0;  
    overflow: hidden;
} 
 
.pics img {  
    width:  640px; 
    height: 440px; 
    top:  0; 
    left: 0 
} 

#home-pics {
	width: 640px;
	height: 440px;
	background: url(photos/home01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#amenities-pics {
	width: 640px;
	height: 440px;
	background: url(photos/amenities01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#details-pics {
	width: 640px;
	height: 440px;
	background: url(photos/details01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#misc-pics {
	width: 640px;
	height: 440px;
	background: url(photos/misc01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#offers-pics {
	width: 640px;
	height: 440px;
	background: url(photos/offers01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#rates-pics {
	width: 640px;
	height: 440px;
	background: url(photos/rates01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#reviews-pics {
	width: 640px;
	height: 440px;
	background: url(photos/reviews01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#unique-pics {
	width: 640px;
	height: 440px;
	background: url(photos/unique01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#zihua-pics {
	width: 640px;
	height: 440px;
	background: url(photos/zihua01.png) bottom left no-repeat;
	overflow: hidden;
	}
	
#slideshow img { display: none }
#slideshow img.first { display: block }

	

/***** Lightbox Gallery *****/

.thumb img {
	display: inline;
	float: left;
	padding: 3px;
	}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 10000; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #b3af9f; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink, #prevLink:visited { background: url(img/back.png) left 40% no-repeat; }
#nextLink, #nextLink:visited { background: url(img/next.png) right 40% no-repeat; }

#imageDataContainer{ font: .9em 'Trebuchet MS', 'Gill Sans', Helvetica, Arial, sans-serif; background-color: #b3af9f;margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:10px; color: #221b03; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #63605b; font-size: .85em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 2000; width: 100%; height: 500px; background-color: #062b31; }
		
