/*

----- Casa Hoopoe screen stylesheet -----
----- Simon Kitson 2008 (kitsimons.com) -----

----- enjoy. -----

----- Background Colours -----

	Main Sandy Background: #e7b76f
	Secondary Background: #c00

----- Text Colours -----

	Main Heading: #000
	Sub-Heading: #666
	Main Body: #1f1f1f
	Link: #7e0c0c
	Blue: #261e74

----- Dimensions -----

	Site Width: 836px (820px + 8px + 8px)
	Column Width: 185px
	Gutter Width: 20px 

*/

* {
	padding: 0; /* global margin and padding reset */
	margin: 0;
}

/* ----- Tags ----- */
/* ------------------------------------------------------------ */
body {
	background: #e7b76f url(../images/bg_sandy.jpg) 50% 0 no-repeat;
	text-align: center; /* centre in IE */
	font: 12px Arial, Helvetica, sans-serif;
	color: #1f1f1f;
	padding: 42px 0 24px 0;
}
a {
	color: #7e0c0c;
	outline: none;
}
a:hover {
	color: #666;
}
a img {
	border: none;
}
em {
	color: #ff0202;
}
ul {
	list-style: none;
}
blockquote {

}
blockquote p {

}

/* ----- Universal styles ----- */
/* ------------------------------------------------------------ */
.hide {
	display: none;
}
.clear {
	clear: both;
}

/* ----- Containers ----- */
/* ------------------------------------------------------------ */
#frame {
	margin: 0 auto; /* centre in proper browsers */
	width: 836px;
	text-align: left;
}
#content {
	clear: both;
	float: left;
	width: 820px;
	padding: 0 8px;
	background: url(../images/frame_bg.png) 0 0 repeat-y !important;
	background-image: url(../images/frame_bg.gif);
}
#footer {
	clear: both;
	float: left;
	width: 780px;
	padding: 28px 28px 0 28px;
	margin-bottom: 24px;
	background: url(../images/frame_foot.png) 0 0 no-repeat !important;
	background-image: url(../images/frame_foot.gif);
}

/* ----- Masthead ----- */
/* ------------------------------------------------------------ */
#masthead {
	float: left;
	width: 800px;
	height: 190px;
	padding: 18px 18px 0 18px;
	background: url(../images/masthead/masthead_bg.png) 0 0 no-repeat !important;
	background-image: url(../images/masthead/masthead_bg.gif);
}
#masthead .inner {
	position: relative;
	width: 800px;
	height: 190px;
	background: url(../images/masthead/masthead.jpg) 0 0 no-repeat;
}
#home #masthead {
	background-image: url(../images/masthead/masthead_bg_5.png) !important;
	background-image: url(../images/masthead/masthead_bg_5.gif);
}
#home #masthead .inner {
	background-image: url(../images/masthead/masthead_5.jpg);
}
#villa #masthead {
	background-image: url(../images/masthead/masthead_bg_8.png) !important;
	background-image: url(../images/masthead/masthead_bg_8.gif);
}
#villa #masthead .inner {
	background-image: url(../images/masthead/masthead_8.jpg);
}
#activities #masthead {
	background-image: url(../images/masthead/masthead_bg_3.png) !important;
	background-image: url(../images/masthead/masthead_bg_3.gif);
}
#activities #masthead .inner {
	background-image: url(../images/masthead/masthead_3.jpg);
}
#location #masthead {
	background-image: url(../images/masthead/masthead_bg_4.png) !important;
	background-image: url(../images/masthead/masthead_bg_4.gif);
}
#location #masthead .inner {
	background-image: url(../images/masthead/masthead_4.jpg);
}
#availability #masthead {
	background-image: url(../images/masthead/masthead_bg_7.png) !important;
	background-image: url(../images/masthead/masthead_bg_7.gif);
}
#availability #masthead .inner {
	background-image: url(../images/masthead/masthead_7.jpg);
}
#masthead p {
	position: absolute;
	top: 9px;
	left: 11px;
	width: 284px;
	height: 67px;
}
#masthead p a {
	display: block;
	width: 284px;
	height: 67px;
	text-indent: -1000em;
	background: url(../images/casa_hoopoe_logo.png) 0 0 no-repeat !important;
	background-image: url(../images/casa_hoopoe_logo.gif);
}
#bird {
	position: absolute;
	top: -60px;
	right: -70px;
	width: 210px;
	height: 250px;
	background: url(../images/bird.png) 0 0 no-repeat;
}

/* ----- Global Navigation ----- */
/* ------------------------------------------------------------ */
#global-nav {
	position: relative;
	width: 820px;
	height: 115px;
	background: url(../images/tiles.jpg) 0 0 no-repeat;
}
#global-nav ul {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 784px;
	height: 50px;
	margin: 0;
	padding-left: 36px;
	background: url(../images/nav/bg.gif) 0 100% no-repeat;
}
#global-nav li {
	float: left;
}
#global-nav li a {
	display: block;
	height: 38px;
	text-indent: -1000em;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#global-nav li a:hover {
	background-position: 0 -200px;
}
#global-nav li a.current {
	background-position: 0 -400px;
}
#nav1 {
	width: 104px;
	background-image: url(../images/nav/nav1.gif);
}
#nav2 {
	width: 101px;
	background-image: url(../images/nav/nav2.gif);
}
#nav3 {
	width: 101px;
	background-image: url(../images/nav/nav3.gif);
}
#nav4 {
	width: 102px;
	background-image: url(../images/nav/nav4.gif);
}
#nav5 {
	width: 160px;
	background-image: url(../images/nav/nav5.gif);
}
#nav6 {
	width: 104px;
	background-image: url(../images/nav/nav6.gif);
}

/* ----- Sub Navigation ----- */
/* ------------------------------------------------------------ */
.sub-nav {
	float: left;
	width: 260px;
	margin-bottom: 24px;
	border-top: 1px dashed #261e74;
}
.sub-nav li {
	width: 260px;
	padding: 1px 0;
	border-bottom: 1px dashed #261e74;
}
.sub-nav li a {
	display: block;
	width: 248px;
	padding: 8px 6px;
	text-decoration: none;
	background-image: url(../images/icons/arrow_sub_nav.gif);
	background-repeat: no-repeat;
	background-position: -1000px 50%;
}
.sub-nav li a:hover {
	color: #7e0c0c;
	background-color: #f4e8db;
	background-position: 227px 50%;
	text-decoration: underline;
}
.sub-nav li a.current {
	background-color: #f4e8db;
	text-decoration: underline;
}
.sub-nav li a.current:hover {
	background-image: none;
}

/* ----- Content Panel ----- */
/* ------------------------------------------------------------ */
#panel {
	clear: both;
	float: left;
	display: inline;
	width: 740px;
	margin-left: 14px;
	padding: 12px 26px 0 26px;
	background: url(../images/panels/panel_bg.gif) 0 0 repeat-y;
}
#panel-foot {
	clear: both;
	float: left;
	display: inline;
	width: 792px;
	height: 18px;
	margin-left: 14px;
	background: url(../images/panels/panel_foot.gif) 0 0 no-repeat;
}

/* ----- Typography ----- */
/* ------------------------------------------------------------ */
h1 {
	font-size: 2.5em; /* 12*2.5=30 */
}
h2 {
	margin-bottom: 10px;
	font-size: 1.17em; /* 12*1.17=14 */
	color: #261e74;
}
p {
	font-size: 1em;
	line-height: 16px;
	margin-bottom: 15px;
}
.intro {
	font: 1.5em Georgia, serif; /* 12*1.5=18 */
	line-height: 1.5em;
}
.info {
	font-size: 0.917em; /* 12*0.917=11 */
}
.alert {
	color: #7e0c0c;
	font: 1.5em Georgia, serif; /* 12*1.5=18 */
}
#footer p {
	float: left;
	font-size: 0.917em; /* 12*0.917=11 */
	color: #9d7b48;
}
#footer p.lnk {
	float: right;
}
#footer p a {
	color: #9d7b48;
}
ul, ol {
	margin-bottom: 15px;
}
ul.list {
	list-style: outside disc;
	margin-left: 15px;
	color: #383838;
}
ul.list li {
	margin-bottom: 5px;
	line-height: 1.4em;
}

/* ----- Special Links ----- */
/* ------------------------------------------------------------ */
ul.lnk {
	float: left;
}
ul.lnk li {
	float: left;
	margin-right: 25px;
	font: 1.5em Georgia, serif; /* 12*1.5=18 */
	line-height: 1.5em;
}
ul.lnk li a {
	padding: 2px 35px 2px 0;
	background: url(../images/icons/arrow.gif) 100% 50% no-repeat;
	text-decoration: none;
}
ul.lnk li a:hover {
	color: #7e0c0c;
	text-decoration: underline;
}

/* ----- Rows & Columns ----- */
/* ------------------------------------------------------------ */
.col-460 {
	width: 460px;
	float: left;
}
.col-260 {
	width: 260px;
	float: right;
}

/* ----- Thumbnail Lists ----- */
/* ------------------------------------------------------------ */
ul.thumbs-116 {
	float: left;
	width: 280px;
	margin-right: -20px;
}
ul.thumbs-116 li {
	float: left;
	margin: 0 20px 20px 0;
}
ul.thumbs-116 li a {
	display: block;
	width: 116px;
	height: 92px;
	padding: 1px;
	border: 1px dashed #261e74;
}

/* ----- Contact Form ----- */
/* ------------------------------------------------------------ */
h2.contact {
	clear: both;
	float: left;
	display: inline;
	margin: 10px 5px;
	color: #1f1f1f;
	font-size: 1em;
	font-weight: bold;
}
h2.contact span {
	font-weight: normal;
	font-size: 0.917em; /* 12*0.917=11 */
}
p.contact, p.error {
	clear: both;
	float: left;
	width: 450px;
	margin-bottom: 4px;
	padding: 5px;
	background: #f4e8db;
	border: 1px solid #d9cec2;
}
p.error {
	background: #ff8e8e;
	border-color: #f00;
}
p.contact label, p.contact span, p.error label, p.error span {
	display: block;
	float: left;
	width: 100px;
	padding-top: 3px;
	font-weight: bold;
}
p.contact label.hide, p.error label.hide {
	display: none;
}
p.contact input, p.error input {
	width: 260px;
}
p.contact textarea, p.error textarea {
	width: 264px;
}
p.button {
	clear: both;
	float: left;
	width: 460px;
	margin-top: 10px;
	text-align: right;
}
p.info {
	clear: both;
}

/* ----- Pricing Table ----- */
/* ------------------------------------------------------------ */
.pricing-chart {
	width: 258px;
	margin-bottom: 12px;
	background: #f4e8db;
	border: 1px solid #d9cec2;
	border-bottom: none;
}
.pricing-chart th {
	width: 158px;
	padding: 5px;
	border-bottom: 1px solid #d9cec2;
	border-right: 1px solid #d9cec2;
	vertical-align: top;
}
.pricing-chart th span {
	font-weight: normal;
	font-size: 0.917em; /* 12*0.917=11 */
}
.pricing-chart td {
	padding: 5px;
	border-bottom: 1px solid #d9cec2;
	text-align: center;
	vertical-align: top;
}

/* ----- Key ----- */
/* ------------------------------------------------------------ */
#key {
	clear: both;
	float: left;
}
#key li {
	float: left;
	margin-right: 24px;
}
#key .today, #key .unavailable {
	float: left;
	margin: -8px 8px 0 0;
	width: 40px;
	height: 30px;
}
#key .today {
	background: #e6c594;
}
#key .unavailable {
	background: #7e0c0c;
}
