﻿/**********************************************************************************************

	Title: Manila
	Date: June 2008 

***********************************************************************************************

		
	1. BASE
			1.1 Reset
			1.2 Default styles
			1.3 Basic styles
	
	2. LAYOUT
			2.1 Header
			2.2 Content
			2.3 Sidebar
		

***********************************************************************************************/


/* 1. BASE
-----------------------------------------------------------------------------------------------
===============================================================================================*/	



/* 1.1	Reset
-----------------------------------------------------------------------------------------------*/	


	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;
	}
	
	:focus {
		outline: 0;
	}
	
	ins {
		text-decoration: none;
	}
	
	del {
		text-decoration: line-through;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}


/* 1.2	Default styles
-----------------------------------------------------------------------------------------------*/	

	body {
		background: #f7f3ec;
		font: 62.5% Verdana, Arial, Helvetica, sans-serif;
		text-align: center;
	}
	
	html, body {
		height: 100%;
	}

	hr { 
		display: none;
	}
			
	strong {
		font-weight: bold;
	}
			
	em {
		font-style: italic;
	}
		
	abbr, acronym {
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	input, textarea, select {
		font: 1.2em Verdana, Arial, Helvetica, sans-serif;
	}

	a {
		color: #0000ff;
		text-decoration: underline;
	}
	
	a:hover, 
	a:active {
		color: #ff0000;
		text-decoration: none;
	}
	

/* 1.3	Basic styles
-----------------------------------------------------------------------------------------------*/	

	.hide {
		display: none;
	}
	
	.clearfix:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

	.clearfix {
		display: inline-block;
	}

	/* Hides from IE-mac \*/ 
	* html .clearfix {
		height: 1%;
	}

	.clearfix {
		display: block;
	}
	/* End hide from IE-mac */
	

/* 2. LAYOUT
-----------------------------------------------------------------------------------------------
===============================================================================================*/	
  #wrapper {
    width: 100%;
    min-height: 100%;
    background: #f7f3ec url('../images/bg-body.gif') center bottom repeat-x !important;
    display: block;
    overflow: hidden;
  }

	.container {
		width: 960px;
		position: relative;
		margin: 0 auto;
		text-align: left;
	}
	
	#header {
		background: white url('../images/bg-header.png') right top no-repeat;
		position: relative;/* z-index issue fix for IE7*/
		z-index: 1500;
	}
	
	#heading {
		float: left;
		padding: 35px 53px 0 90px;
		width: 120px;
		font: normal 2em Georgia, Garamond, serif;
		color: #bc9b6a;
	}
	
	#content {
		width: 286px; 
		padding-top: 35px;
		float: left;
	}
		
	#sidebar {
		width: 370px;
		float: right;
	}

/* 2.1	Header
-----------------------------------------------------------------------------------------------*/	

	#header h1, 
	#header h1 span,
	#header .logo a,
	#header .logo span {
		display: block;
		width: 290px;
		height: 72px;
		overflow: hidden;
		cursor: pointer;
	}
	
	#header h1,
	#header .logo {
		position: relative;
		float: left;
	}
		
	#header h1 span,
	#header .logo span {	
		position: absolute; 
		top: 0;
		left: 0;
		z-index: 10;
		background: url(../images/logo.gif) no-repeat;
	}
	
	#content-links {
		position: absolute;
		left: -1000em;
		text-align: left;
	}
	
	#topnav {
		padding-top: 50px;
		float: right;
		text-transform: uppercase;
		font: normal 1.1em Helvetica, sans-serif;
		letter-spacing: 1px;
	}
	
	#topnav li {
		display: inline;
		border-left: solid 1px #bc9b6a;
	}
	
	#topnav li a {
		color: #bc9b6a;
		padding: 0px 12px;
		text-decoration: none;
	}
	
	#topnav li a:hover {
		text-decoration: underline;
	}
	
	#topnav li.first {
		border-left: none;
		font-size: 1.2em;
		font-weight: bold;
	}
	
	#navigation {
		clear: both;
		background-color: black;
		text-transform: uppercase;
		font: normal 1.1em Helvetica, sans-serif;
/*		height: 17px;*/
		line-height: 18px;
		letter-spacing: 3.1px;
/*		overflow: hidden;*/
		position: relative;/* z-index issue fix for IE7*/
		z-index: 1500;
	}
	
	#navigation ul {
		float: left;
		text-align: left;
    padding-left: 76px;
		width: 740px;
    z-index: 100;
	}
		
	#navigation li {
		display: inline;
		border-left: solid 1px #5BC4BF;
		position: relative;
	}
	
	#navigation li a {
		color: #bc9b6a;
		padding: 0 4px 0 15px;
		text-decoration: none;
	}
	
	#navigation li.first {
		border-left: none;
	}
	
	#navigation ul ul li {
		display: block;
		color: white;
		border: none;
	}
	
	#navigation ul ul li a {
		color: white;
		display: block;
		padding: 3px 16px;
		line-height: 1.2;
		letter-spacing: 1px;
		text-transform: none;
		font-size: 1.2em;
	}
	
	#navigation ul ul li a:hover {
		background-color: #5BC4BF;
		color: black;
	}
	
	#navigation ul ul {
		position: absolute;
		top: -1000em;
		left: -1000em;
		z-index: 10;
		width: 135px;
		float: none;
		text-align: left;
		background: transparent url('../images/bg-dropdown.png');
		padding: 10px 0;
	}
	
	#navigation ul li:hover ul, #navigation ul li.sfhover ul {
		top: 10px;
		left: -1px;
	}
	
	#switch {
		float: right;
		color: #5BC4BF;
	}
	
	.switchOpen {
		background: url('../images/bullet-close.gif') right top no-repeat;
	}

	.switchClose {
		background: url('../images/bullet-open.gif') right top no-repeat;
	}
	
	#switch a {
		padding-right: 25px;
		text-decoration: none;
		color: #5BC4BF;
	}

/* 2.2	Content
-----------------------------------------------------------------------------------------------*/	

	#flash {
    height: 402px;
		display: block;
    overflow: hidden;
	}

  #flash-bottom {
    background: url('../images/bg-flash.jpg') center bottom repeat-x;
    height: 10px;
    display:block;
  }

	#main {
		background: url('../images/bg-main-map.png') center top no-repeat !important;
	}
	#main #main-shadow {
		background: url('../images/bg-main.png') left top repeat-x;
	}
	
	#content {
		color: #838383;
		line-height: 1.8;
		font-size: 1.1em;
	}
  
    #content.weather {
      width: 430px;
    }
      #content.weather table { margin-top: 20px; border:1px solid #A09F9D!important;}
      #content.weather th, #content.weather td { padding: 3px 5px; border-left:1px solid #A09F9D;	border-bottom:1px solid #A09F9D;} 
      #content.weather th  {background: #5BC4BE; color: #fff;}

	.galleryTable img {
		border: solid 2px #2a6180;
	}
	.picture-date {
	text-align: center;
	}
	
	#gallery {
		margin-bottom: 50px;
		padding-top: 40px;
	}
	
	.gallery-photos {
		width: 496px;
		height: 126px;
		padding: 36px 0 0 37px;
		background: transparent url(../images/photos_bg.gif) left top no-repeat;
		margin: 0 0 20px 228px;
		position: relative;
		top: 30px;
		left: 0px;
	}
	.gallery-photos p {
		position: absolute;
		left: 54px;
		top: 19px;
		font-family: Georgia, Times New Roman, Times, serif;
		color: #bb9a69;
		font-style: italic;
		font-weight: bold;
		font-size: 1.2em;
	}
	.gallery-photos a {
		margin-right: 14px;
		position: relative;
		display: block;
		height: 104px;
		width: 104px;
		float: left;
	}
	.gallery-photos a.thickbox span {
		background-color: #5c2717;
		display:block;
		height:100px;
		width:100px;
		position:absolute;
		top:2px;
		left:2px;
	}
	.gallery-photos img {
		border: solid 2px #bb9a69;
	}
	
	.imagegrid {
		position: relative;
		margin-left: 228px;
		width: 531px;
	}
	.imagegridtop {
		height: 60px;
		background: transparent url(../images/palmtop.gif) left top no-repeat;
	}
	.imagegridbottom {
		background: transparent url(../images/roundbottom.gif) left bottom no-repeat;
		margin-top: -20px;
	}
	.all-images {
		padding: 0px 0 10px 34px;
		margin: 0px 0 18px 0px;
	}
	.imagebox {
		/*padding: 36px 0 10px 34px;*/
		margin: 0px 0 18px 0px;
	}
	p.imagedate {
		color:#BB9A69;
		font-family:Georgia,Times New Roman,Times,serif;
		font-size:1.2em;
		font-style:italic;
		font-weight:bold;
		height: 66px;
		background: transparent url(../images/palm.gif) left top no-repeat;
		left: 4px;
		position:absolute;
		top: 0px;
		margin: 0;
		padding-left: 57px;
		padding-top: 18px;
	}
	.imagegrid a {
		margin-right: 14px;
		position: relative;
		display: block;
		height: 104px;
		width: 104px;
		float: left;
	}
	.imagegrid a.thickbox span {
		background-color: #5c2717;
		display:block;
		height:100px;
		width:100px;
		position:absolute;
		top:2px;
		left:2px;
	}
	.imagegrid img {
		border: solid 2px #bb9a69;
	}
	
	.roundedcornr_box {
		background: url(../images/tl.png) no-repeat top left;
		width: 530px;
		margin-left: 228px;
		margin-bottom: 20px;
	}
	
	.roundedcornr_top {
		background: url(../images/tr.png) no-repeat top right;
	}
	.roundedcornr_bottom {
		background: url(../images/bl.png) no-repeat bottom left;
	}
	.roundedcornr_bottom div {
		background: url(../images/br.png) no-repeat bottom right;
	}
	.roundedcornr_content {
		background: url(../images/r.png) top right repeat-y;
		padding: 0 10px;
		position: relative;
	}

	.roundedcornr_top div,.roundedcornr_top,
	.roundedcornr_bottom div, .roundedcornr_bottom {
		width: 100%;
		height: 10px;
		font-size: 1px;
	}
	.roundedcornr_content, .roundedcornr_bottom {
		margin-top: -19px;
	}
	
	.roundedcornr_content p.imagedate {
		color:#BB9A69;
		font-family:Georgia,Times New Roman,Times,serif;
		font-size:1.2em;
		font-style:italic;
		font-weight:bold;
		left:64px;
		position:absolute;
		top:17px;
		margin: 0;
	}
	
	.roundedcornr_content a {
		margin-right: 14px;
		position: relative;
		display: block;
		height: 104px;
		width: 104px;
		float: left;
	}
	
	.roundedcornr_content a.thickbox span {
		background-color: #5c2717;
		display:block;
		height:100px;
		width:100px;
		position:absolute;
		top:2px;
		left:2px;
	}
	
	.roundedcornr_content img {
		border: solid 2px #bb9a69;
	}
/* 2.3	Sidebar
-----------------------------------------------------------------------------------------------*/	
  #sidebar .info {
    padding: 35px 35px 10px 10px;
		color: #838383;
		line-height: 1.8;
		font-size: 1.1em;
  }
    #sidebar .info strong {
      color: #005571;
    }
    #sidebar .info p {padding-bottom: 5px;}

  #sidebar.weather {
    width: 120px;
    padding: 40px 50px;
    background: #B2996C;
    margin-right: 20px;
    color: #fff;
    line-height: 1.5em;
  }
    #sidebar.weather h2 {padding: 20px 15px; margin-bottom: 5px; background: #005570; text-align: center; 
      text-transform: uppercase; 
    }
    
    #sidebar.weather .condition {
      background: #5BC4BF;
      padding: 15px;
    }
    #sidebar.weather .condition p {margin-bottom: 7px;}
    
    
    
	#sidebar .box {
		background: #bc9b6a url('../images/bg-sidebar.gif') left top repeat-x;
		padding: 40px 40px 35px;
		width: 271px;
	}
	
	#sidebar .box img {
		display: block;
		margin-bottom: 4px;
	}
	
	#download {
		display: block;
		float: left;
	}
	
	#register {
		display: block;
		float: right;
	}