@import url('nav.css');
@import url('reset.css');

/*

Description : Abbey Beach Resort Stylesheet

*/

@font-face {
	font-family: 'JournalRegular';
	src: url('journal-webfont.eot');
	src: local('journal-webfont'), url('journal-webfont.woff') format('woff'), url('journal-webfont.ttf') format('truetype'), url('journal-webfont.svg#webfont3lGqYzYA') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*---------------------------------------------- GLOBAL SETTINGS */

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: .75em; 
	background: url(images/bg.jpg) repeat-x top center #fff;
	color: #555;
}

/*-------------------------------------------------------- LINK */

a {
	color: #945a2d;
	text-decoration: underline;
}

a:hover {
	color: #2f6bca;
}

/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6, .head2, .roomTitleRow {
	font-weight:normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin:0;
	padding:0;
	color: #945a2d;
	line-height: 1.5em;
}

h1 {
	font-size: 1.8em;
	padding: 0 0 10px 0;
}

h2 {
	font-size: 1.6em;
	padding: 0 0 8px 0;
}

h3, .head2, .roomTitle {
	font-size: 1.4em;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
}



/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.6em;
	padding: 0 0 1.25em 0;
}


/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}

#content ul {
	list-style-type: url(images/list-style.png);
	}

#content li { 
	font-size: 100%;
	line-height: 1.6em;
}



/*-- nested lists --*/

#content ul ul {
	padding: 0 0 0 1.5em;
}

#content ol ol {
	padding: 0 0 0 1.5em;
}

/*------------------------------------------------------ LAYOUT */

#wrapper {
	width: 100%;
	background: url(images/wrapper-bg.png) no-repeat center 150px;
	display: block;
}


#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	background: url(images/container.png) no-repeat 0 170px;
	min-height: 800px;
}

#header {
	height: 222px;
	display: block;
}

#logo {
	width: 228px;
	height: 122px;
	display: block;
	background: url(images/logo.png) no-repeat;
	position: absolute;
	top: 14px;
	left: 386px;
	text-indent:  -9999px;
}

#flags {
  position: absolute;
	right:170px;
	top: -3px; 
  background: url(images/social-bg.png);
  padding: 10px 6px 6px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px #327fd1;
	-moz-box-shadow: 0px 2px 2px #327fd1;
	box-shadow: 0px 2px 2px #327fd1;
}

#social {
	padding: 10px 6px 6px 6px;
	background: url(images/social-bg.png);
  position: absolute;
	right: 0;
	top: -3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 2px 2px #327fd1;
	-moz-box-shadow: 0px 2px 2px #327fd1;
	box-shadow: 0px 2px 2px #327fd1;

  /*
  position: absolute;
	right: 0;
	top: 121px;
  */
}

#social a {
	padding: 0 2px;
	}

#feature-area {
	width: 990px;
	height: 273px;
	display: block;
	padding: 5px 5px 22px;
	background: url(images/feature-shadow.png) bottom left no-repeat;
	position: relative;
}

#feature-slides, #feature-image {
	width: 665px;
	height: 273px;
	overflow: hidden;
	}

#feature-slides div {
	position: relative;
	}

#feature-slides div .feature-content {
	background: url(images/feature-content-bg.png) no-repeat;
	padding: 10px;
	font-family: Georgia, Times, "Times New Roman", serif;
	position: absolute;
	top: 30px;
	left: 0;
	width: 210px;
	height: 131px;
	}

#feature-slides div .feature-content p {
	font-size: 1.8em;
	line-height: 1.3em;
	text-shadow: 0px 1px 0px #ffffff;
	}

#feature-slides div .feature-content a {
	width: 123px;
	height: 16px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: url(images/find-out-more-btn.png) no-repeat;
	color: #7b5931;
	text-decoration: none;
	padding: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1.2em;
	text-shadow: 0px 1px 0px #ffffff;
	}


#feature-slides div .feature-content a:hover {
	background-position: 0 -36px;
	}
	
#feature-title {
	position: absolute;
	top: 30px;
	left: 5px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
	color: #945a2d;
	background: url(images/feature-title.png) no-repeat top right;
	height: 36px;
	padding: 15px 25px 15px 15px;
	}

#pager {
	position: absolute;
	top: 240px;
	left: 5px;
	z-index: 100;
	width: 230px;
	height: 38px;
	display: block;
	background: url(images/pager-bg.png) no-repeat;
	}
	
#prev, #next {
	width: 8px;
	height: 13px;
	display: block;
	background: url(images/next-prev.png) no-repeat;
	position: absolute;
	top: 12px;
}

#prev {
	left: 8px;
	}

#prev:hover {
	background-position: 0 -13px;
}
	
#next {
	background-position: -8px 0;
	right: 8px;
}

#next:hover {
	background-position: -8px -13px;
}

#pages {
	position: absolute;
	top: 12px;
	left: 70px;
	}

#pages a {
	text-indent: -9999px;
	width: 11px;
	height: 11px;
	margin: 0 5px;
	display: block;
	float: left;
	background: url(images/paginator.png) no-repeat 0 -11px;
	}

#pages a.activeSlide {
	background-position: 0 0;
	}
	
	
#breadcrumbs {
	padding: 0 5px 8px 10px;
	margin: -3px 0 0 0;
	position: relative;
	}

#breadcrumbs a {
	padding: 0 18px 0 0;
	background: url(images/bread-arrow.png) no-repeat right 3px;
	margin: 0 10px 0 0;
	}
	
#content {
	margin: 3px 5px;
	background: url(images/divider.png) repeat-x 1px 0;
	padding: 10px 5px;
}

#main-content {
	width: 650px;
	float: left;
	margin: 5px 10px 0 0;
	} 

#main-content td {
  line-height: 1.3em;
}

.content-box {
	width: 640px;
	background: url(images/content-box-bg.png) repeat-x #eee;
	padding: 5px;
	border: 1px solid #e6e6e6;
	position: relative;
	margin: 10px 0;
}

.content-box .image {
	position: relative;
	text-decoration: none;
	float: left;
	width: 235px;
	margin: 0 20px 0 0;
	display: inline;
	}

.content-box .image span {
	width: 108px;
	height: 10px;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/view-room-btn.png) no-repeat;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 10px;
	color: #414141;
	}

.content-box .image:hover span {
	background-position: 0 -30px;
	}
	
.content-box .description {
	float: left;
	width: 365px;
	margin: 10px 0 0 0;
	display: inline;
}

.content-box .description a {
	color: #2688bc;
	}

.content-box .description a:hover {
	color: #945a2d;
	}

#side-content {
	width: 320px;
	float: right;
	}

#competitions {
	width: 322px;
	height: 88px;
	margin: 0 0 10px 0;
	display: block;
	background: url(images/competitions-bg.png) no-repeat;
	color: #0a3f58;
	text-shadow: 0px 1px 0px #cceaf9;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}

#foxtel {
	width: 322px;
	height: 88px;
	margin: 0 0 10px 0;
	display: block;
	background: url(images/foxtel-bg.png) no-repeat;
	color: #0a3f58;
	text-shadow: 0px 1px 0px #cceaf9;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
}

#competitions:hover, #foxtel:hover {
	background-position: 0 -88px;
}

#competitions .title, #foxtel .title {
	font-size: 1.8em;
	display: block;
	padding: 0 0 5px 0;
  color: #955821;
	text-shadow: 0px 1px 0px #cceaf9;
  padding-top: 20px;
  padding-left: 12px;
}

#competitions .text, #foxtel .text {
	display: block;
	padding: 0px 0 5px 12px;
  margin-top: -2px;
  color: #955821;
	text-shadow: 0px 1px 0px #cceaf9;
	font-family: Georgia, Times, "Times New Roman", serif;
  line-height: 1.4em;
}

#competitions strong, #foxtel strong{
	font-weight: normal;
	text-decoration: underline;
}

#special {
	width: 180px;
	height: 45px;
	margin: -8px 0 10px 0;
	display: block;
	background: url(images/special.jpg) no-repeat;
	padding: 35px 10px 20px 130px;
	color: #0a3f58;
	text-shadow: 0px 1px 0px #cceaf9;
	font-family: Georgia, Times, "Times New Roman", serif;
	text-decoration: none;
	}

#special:hover {
	background-position: 0 -100px;
	}
	
#special .title {
	font-size: 2em;
	display: block;
	padding: 0 0 5px 0;
}

#special span {
	font-size: 1.15em;
	}

#special strong {
	font-weight: normal;
	color: #fff;
	text-shadow: 0px 1px 0px #5997b5;
	text-decoration: underline;
}

#deals {
	width: 180px;
	margin: 10px 0 0 0;
	}

#deals h2 {
	text-align: right;
	font-family: 'JournalRegular';
	background: url(images/arrow.png) no-repeat 130px 16px;
	font-size: 2.5em;
}

.deal {
	padding: 0 0 5px 0;
	background: url(images/divider.png) repeat-x bottom left;
}

.deal span {
	width: 320px;
	height: 152px;
	display: block;
	position: relative;
	}

.deal span.corners {
	width: 320px;
	height: 152px;
	display: block;
	background: url(images/image-corners.png) no-repeat;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}	

.deal p {
	font-family: 'JournalRegular';
	font-size: 2.2em;
	color: #9d6b44;
	float: left;
	padding: 0;
	}

.deal a {
	float: right;
	padding: 10px;
	background: url(images/view-package-btn.png) no-repeat;
	height: 12px;
	width: 82px;
	display: block;
	text-decoration: none;
	color: #524539;
	font-size: .9em;
	margin: 6px 0;
	}

.deal a:hover {
	background-position: 0 -32px;
	color: #fff;
	}
	
.side-image {
	padding: 5px 0 0;
	margin: 0 0 8px 0;
	/*background: url(images/divider.png) repeat-x bottom left;*/
	}

/*
.side-image span {
	width: 320px;
	height: 152px;
	display: block;
	position: relative;
	}

.side-image span.corners {
	width: 320px;
	height: 152px;
	display: block;
	background: url(images/image-corners.png) no-repeat;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
}*/

.side-image p {
	padding: 8px;
	color: #767676;
	font-size: .9em;
}	
	
#footer {
	height: 390px;
	width: 100%;
	margin: 10px 0 -20px 0;
	background: url(images/footer-bg.jpg) repeat-x bottom center;
	}

#footer-inner {
	width: 980px;
	margin: 0 auto;
	height: 390px;
	background: url(images/footer-inner.png) no-repeat;
	}

#sub-footer {
	width: 981px;
	height: 300px;
	display: block;
	margin: 0 0 0 -1px;
	}

#sub-footer .footer-box {
	width: 306px;
	margin: 0 0 0 1px;
	padding: 10px;
	float: left;
	height: 275px;
	display: inline;
	}

.footer-box h3 {
	text-shadow: 0px 1px 0px #ffffff;
	padding: 0 0 15px;
	}

#see-do {
	padding: 8px;
	width: 289px;
	height: 194px;
	display: block;
	background: url(images/footer-box.png) no-repeat;
	position: relative;
	}

#see-do #slider {
	width: 289px;
	height: 194px;
	overflow: hidden;
	display: block;
	}

#see-do #slider span {
	width: 229px;
	height: 58px;
	display: block;
	background: url(images/see-do-content.png) repeat-x;
	font-family: 'JournalRegular';
	padding: 10px 30px;
	font-size: 2.2em;
	color: #6d6440;
	}
	
#see-do #prev-btn {
	width: 19px;
	height: 30px;
	display: block;
	background: url(images/box-prev-next.png) no-repeat;
	position: absolute;
	top: 150px;
	left: 8px;
	z-index: 100;
	}
	
#see-do #prev-btn:hover {
	background-position: 0 -30px;
	}
	
#see-do #next-btn {
	width: 19px;
	height: 30px;
	display: block;
	background: url(images/box-prev-next.png) no-repeat -19px 0;
	position: absolute;
	top: 150px;
	right: 8px;
	z-index: 100;
	}
	
#see-do #next-btn:hover {
	background-position: -19px -30px;
	}

#location {
	width: 306px;
	height: 212px;
	display: block;
	background: url(images/location.png) no-repeat 1px 0;
	}
	
#newsletter {
	width: 286px;
	height: 192px;
	display: block;
	background: url(images/footer-box.png) no-repeat;
	padding: 10px;
	color: #505050;
	}

#newsletter input {
	width: 272px;
	display: block;
	padding: 4px 3px;
	margin: 0 0 10px;
	background: url(images/box-input-bg.png) repeat-x #fff;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 1.2em;
	color: #847d62;
	border: 1px solid #dadada;
	}

#newsletter button {
	float: right;
	width: 126px;
	height: 37px;
	display: block;
	background: url(images/sign-up-btn.png) no-repeat;
	text-indent: -9999px;
	border: none;
	cursor: pointer;
	}

#newsletter button:hover {
	background-position: 0 -37px;
	}

#newsletter button:active {
	margin: 1px 0 0 0;
	}
	
#footer-info {
	color: #b9b5a6;
	font-size: 11px;
	}
	
#footer-info a{
	color: #898576;
	text-decoration: none;
	}
	
#footer-info a:hover {
	color: #4d4a3c;
	text-decoration: underline;
	}

#copyright {
	float: left;
	padding: 5px 0 0 100px;
	background: url(images/footer-logo.png) no-repeat;
	height: 45px;
	width: 600px;
	}

#credits {
	float: right;
	padding: 5px 0 0 0;
	text-align: right;
	}
	

/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}



/* LEVART STYLES */
.element {
  padding: 4px;
}

.roomTitleRow {
  background: #eeeada;
}

.roomTitle {
  padding: 4px;
}

.error {
  color: #d63f3f;
}

#client-log {
  width: 310px;
  padding-left: 15px;
	background: url(images/divider.png) repeat-x bottom left;
  margin-bottom: 10px;
  height: 220px;
  /*
  background: url(images/client-bg.png) top left no-repeat;*/
}

.comp-asterisk {
  color: #D63F3F;
}



#upcomingEvents {
  padding: 0px;
  /*border: 1px solid #945a2d;*/

}

#upcomingEvents .event-title {

}

#upcomingEvents .event-items {
  padding-left: 0px;
}

#upcomingEvents .event-dates {
  font-size: 0.8em;
  font-style: italic;
}



/* Breadcrumbs --------------------------------------------------------  */
#site-breadcrumbs {
  width: 100%;
  background: #fff;
  padding-top: 0px;
  display: block;
  height: 20px;
  color: #8d8d8d;
}
#site-breadcrumbs ul {
  list-style-type: none;
  margin-left: 20px;
  padding: 0px;
}
#site-breadcrumbs ul li {
  float: left;
  padding: 0px;
}
#site-breadcrumbs a {
  text-decoration: none;
}
#site-breadcrumbs a:hover {
  text-decoration: underline;
}
