@charset "UTF-8";
/* reset browser inconsistencies - originally by eric meyer */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
}
	
:focus {
	outline: 0;
}
	
ol, ul {
	list-style: none;
}
	
html {
    width: 100%;
	height: 100%;
}

body {
    width: 100%;
    height: 100%;
    font: 62.5%/1em Helvetica, Arial, sans-serif;
    background: url(../images/layout/background.png) repeat #fff;

}

#main-container {
    width: 996px;
    margin: 0 auto;
    padding-top: 20px;
}

#internal-content {
    position: relative;
    background: #fff;
    overflow: hidden;
    background: url(../images/layout/faux-background.png) repeat-y #fff -1px 0;

}

#header {
    height: 235px;
    position: relative;
    background-repeat: no-repeat;
    background-color: #fff;
}

#header h1 {
    display: inline;
    width: 209px;
    height: 162px;
    float: right;
    margin: 3px 65px 0 0;
    background: url(../images/layout/logo.png) no-repeat;
}

#header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#header strong {
    display: block;
    width: 65px;
    height: 13px;
    position: absolute;
    bottom: 0px;
    left: 136px;
    background: url(../images/layout/menu-shadow-top.png) no-repeat -36px 1px;
    text-indent: -9999px;
    
}

/* menu */

#menu {
    display: inline;
    width: 163px;
    float: left;
}

#menu ul li {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 1.5em;
   
}

#menu ul li a {
    display: block;
    color: #111;
    text-decoration: none;
    padding: 0.6em 1em 0.6em 1em;

}

#menu ul li a:hover {
    background: #00a4c8;
    color: #fff;

}

/* content */

#content-container {
    width: 607px;
    min-height: 500px;
    float: left;
}

#content {
    padding: 1.3em;
    font-size: 1.3em;
    line-height: 1.4em;
    color: #111;
}

#content h2 {
    color: #00a4c8;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 0.8em;
}

#content .important {
    color: #00a4c8;
}

#content img {
    display: inline;
}

#content .image-right {
    float: right;
    margin: 0 0 1em 1em;
}

#content p,
#content ul,
#content ol {
	margin-bottom: 1.3em;

}


#content ol {
	margin-left: 1.4em;

}

#content ul li,
#content ol li {
	margin-bottom: 0.4em;
}

#content ul {
	list-style: inside disc;
}

#content ol {
	list-style: inside decimal;
}


#content strong {
	font-weight: bold;
}

#content em {
	font-style: italic;
}

#content a {
    color: #d19414;
    text-decoration: none;
}

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

#content h3,
#content h4 {
    color: #00a4c8;
	font-weight: bold;	
	margin-bottom: 0.8em;
}

#content h3 {
	
	font-size: 1.2em;
}

#content h4 {
	
	font-size: 1.1em;
}


form {
    display: block;
    width: 550px;
	margin-bottom: 1.5em;
    
}

form fieldset {
}

form fieldset legend,
form span {
    display: none;
}

form div {
    width: 100%;
    margin-bottom: 1.2em;
    overflow: hidden;
}

form div label,
form div .label {
    display: block;
    float: left;
    width: 140px;
	cursor: pointer;
}

form div input,
form div textarea,
form div .boxes-area {
    width: 400px;
    padding: 3px;
}

form div textarea {
    overflow: auto;
}

form button {
	cursor: pointer;
}


form div input,
form div select,
form div textarea {
    display: block;  
    float: left;
    border: 1px solid #777;
	font: inherit;
}

form div.checkboxes input {
    width: auto;
    border: 0;
}

form div .boxes-area {
    
}

form div input:active,
form div textarea:active {
    border: 1px solid #00a4c8;
}
form div.input-submit {
	overflow: hidden;
}

form div.input-submit button {
	float: right;
	
}

form div p.error {
	display: block;
	width: 100%;
	clear: both;
	float: left;
	margin: 8px 0;
	
}

form div p.error span {
	display: inline;
	*display: block;
	width: auto;
	*width: 80%;
	padding: 5px 5px 5px 30px;
	background: url(../images/layout/error.png) #f6cbca no-repeat 3px center;
}


/* sidebar */


#sidebar {
    display: inline;
    width: 221px;
    height: 320px;
    position: relative;
    float: right;
    margin: -65px 0 auto 0; 
    background: url(../images/layout/loyalty.png) no-repeat #e7ca96 -2px 0;
    
}

#sidebar h3 {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50px;
    right: 0;
}

#sidebar h3 a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
}

#sidebar ul {
    display: none;
}

#sidebar-bottom {
    width: 223px;
    height: 186px;
    position: absolute;
    bottom: 0;
    right: -1px;
    background: url(../images/layout/sidebar-bottom.jpg) no-repeat;


}



/* footer */

#footer {
    height: 120px;
    position: relative;
    clear: both;
    background: url(../images/layout/footer.png) no-repeat -3px 0;
}

#footer ul li {
    display: block;
    position: absolute;
}

#footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -9999px;   
}    

#footer #acura {
	width: 181px;
	height: 9px;
    top: 80px;
    left: 20px;
	background: url(../images/layout/powered-by-acura.png) no-repeat;
}

#footer #facebook {
    width: 135px;
    height: 40px;
    top: 60px;
    left: 700px;   
}

#footer #noosa {
    width: 115px;
    height: 100px;
    top: 20px;
    left: 875px;   
}



/* home */

.welcome #header {
    background-image: url(../images/layout/header-1.jpg);
}


#whats-on {
    width: 282px;
    height: 445px;
    position: relative;
    float: right;
    background: url(../images/layout/whats-on-background.png) no-repeat;
}

#whats-on h3 {
    display: none;
}

#whats-on ul {
    width: 210px;
    height: 180px;
    position: absolute;
    top: 90px;
    left: 40px;
    overflow: hidden;
    list-style: inside none none;
}

#whats-on ul li {
    color: #00a4c8;
    margin-bottom: 0.5em;
    font-size: 1.15em;
    line-height: normal;
}

#whats-on ul li span {
    display: block;
    color: #111;   
    padding-left: 1em;
    font-size: 80%;
}

#whats-on img {
    display: block;
    position: absolute;
    top: 305px;
    left: 20px;
}


p.first,
#phone {
    color: #00a4c8;
    font-weight: bold;
}

#content #cafe-features {
    list-style: inside none none;
    color: #f1ad26;
}

p.first,
#phone,
#cafe-features {
    font-size: 120%;   
}

/* whats on */

.whats-on #header {
    background-image: url(../images/layout/header-2.jpg);
}

.whats-on #content ul li .meta {
    color: #999;
}

/* see media for more CSS */

/* functions */

.functions #header {
    background-image: url(../images/layout/header-8.jpg);
}

/* dining */

.dining #header {
    background-image: url(../images/layout/header-7.jpg);
}

/* just for kids */

.just-for-kids #header {
    background-image: url(../images/layout/header-5.jpg);
}

/* reservations */

.reservations #header {
    background-image: url(../images/layout/header-6.jpg);
}

#input-reservation-date,
#input-guests {
    width: 80px;
    padding: 3px;
}


/* loyalty program */

.loyalty-program #header {
    background-image: url(../images/layout/header-3.jpg);
}

/* affiliates */

.affiliates #header {
    background-image: url(../images/layout/header-4.jpg);
}

/* see media gallery CSS for additional styles */



/* media gallery */

.media-gallery #header {
    background-image: url(../images/layout/header-3.jpg);
}

#content #files-list,
.affiliates #content ul,
.whats-on #content ul {
	display: block;
	list-style: none;
	margin: 0;

}

#files-list li a {
	display: inline;
	font-size: 1.2em;

	
}

#files-list li img,
#files-list li .no-preview,
.affiliates #content ul li img,
.whats-on #content ul li img {
    display: inline;
    float: left;
    margin: 0 0.6em 0.6em 0;
    padding: 1px;
    border: 1px solid #ccc;
}

#files-list li .no-preview {
    width: 100px;
    height: auto;
    padding: 0.3em 0;
    text-align: center;
    color: #ccc;
}

#content #files-list li,
.affiliates #content ul li,
.whats-on #content ul li {
	margin-bottom: 0.8em;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #eee;

}

#files-list li .file-meta {
	clear: both;
	font-size: 80%;
	color: #666;
}


/* contact us */

.contact-us #header {
    background-image: url(../images/layout/header-4.jpg);
}

/* terms & conditions */

.terms-and-conditions #header {
    background-image: url(../images/layout/header-2.jpg);
}

/* page not found */

.page-not-found #header {
    background-image: url(../images/layout/header-6.jpg);
}













