/* {{{ YUI Base */

/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{border:0;padding:.5em;}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,table,pre{margin-bottom:1em;}

/* }}} */
/* {{{ Layout */

html, body {
	background: #17275f;
	font-family: Georgia, serif;
	color: #dfe8ff;
	line-height: 1.5;
	margin-bottom: 2em;
}

body {
	background: url(../images/elements/background.png) center top no-repeat;
}

#custom-doc {
	margin: auto;
	text-align: left;
	width: 780px;
}

#hd,
#bd,
#ft {
	clear: both;
	position: relative;
}

#logo {
	margin-left: 185px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 1em;
}

#content_container {
	margin-left: 180px;
}

h1 {
	clear: both;
}

/* }}} */
/* {{{ Links */

a:link    { color: #fff; }
a:visited { color: #fff; }
a:hover   { color: #fff; }
a:active  { color: #fff; }

/* }}} */
/* {{{ Header */

#title {
	font-size: 197%;
	font-weight: normal;
	margin: 0;
	border-bottom: 1px solid #2f3f7f;
}

#navbar {
	margin: 2px 0 10px 0;
}

/* }}} */
/* {{{ Footer */

#ft {
	border-top: 1px solid #2f3f7f;
	padding-top: 1.25em;
	margin-top: 1em;
}

#ft ul {
	margin: 0;
	padding: 0;
}

#ft li {
	list-style: none;
	display: block;
	text-align: center;
	margin-top: 2px;
}

#ft a {
	text-decoration: none;
}

#ft a:hover {
	text-decoration: underline;
}

#ft h4 {
	color: #fff;
	font-weight: normal;
	font-size: 138.5%;
	margin: 0 0 0.75em 0;
}

#footer_about,
#footer_packages,
#footer_accommodations,
#footer_contact {
	float: left;
	width: 24.9%;
}

/* }}} */
/* {{{ Menu */

#menu {
	float: left;
	width: 180px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	text-align: right;
	width: 160px;
	margin-bottom: 1em;
	padding-right: 20px;
}

#menu #contact {
	line-height: 1.2;
}

#menu a {
	text-decoration: none;
	font-size: 167%;
}

#languages {
	padding-top: 1em;
	margin-bottom: 0;
}

#languages a {
	font-size: 100%;
	color: #c2cfef;
	display: block;
	margin-bottom: 4px;
}


/* }}} */
/* {{{ Trip advisor */
#TA_excellent264 {
	margin-top: 2em;
}

#TA_excellent264 a {
	font-size: 100%;
}


/* }}} */
/* {{{ Clearing Container fix */

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* }}} */
/* {{{ Misc */
.images-left-container {
	width: 170px;
	float: left;
}

.images-left-container a,
#gallery_photos a {
	display: inline-block;
	margin-right: 6px;
	margin-bottom: 5px;
}

#gallery_photos {
	margin-top: 2em;
	display: block;
}

.image-left {
	float: left;
	margin-right: 12px;
	margin-bottom: 1em;
}

.image-right {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.left-column {
	width: 280px;
	float: left;
}

.right-column {
	float: right;
	width: 280px;
}

.map {
	margin-bottom: 1em;
}

.gallery-photo img {
	background: url(../images/elements/square-background.png) left top no-repeat;
	padding: 2px;
}

.gallery-photo img.large-square {
	background: url(../images/elements/large-background.png) left top no-repeat;
	padding: 2px;
}


/* }}} */
