/********************************************************/

/*	GLOBAL PAGE SETUP - BODY, FONTS	*/

/********************************************************/

 body {
	width: 100%;
	background: white;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;	
	padding: 0;
	color: #000000;
	}
	
html {
	font-family: Tahoma, Verdana, Arial, Helv, Helvetica, sans-serif;
	font-size: 8pt;
	background: white;
	color: #000000;
	}		
	
@page {
  	size: 210mm 297mm;
/*  margin: 20mm 10mm 25mm 10mm; */
	margin: 0 0 0 0;
}

/*
div.chapter, div.appendix {
  page-break-after: always;
}
*/

table, tr, td {
	font-family: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	color: #333;	
	}



/********************************************************************/
/*	PRINT ONLY STYLES 												*/
/*  hide for screen css
/********************************************************************/

#bayviews_warnersbay {
	display: visible;
	float: none;
	width: 100%;
	overflow: visible;
	height: 80px;
	border-bottom: 2px solid #EAEAEA; 
	padding: 0;
	margin: 0;
	text-align: center;
	}

	#bayviews_warnersbay:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #bayviews_warnersbay { height:1px;	}
	
	
	/* bay views & brown sugar logos - print only */	
	#bayviews_warnersbay div.function_venue_warners_bay,
	#bayviews_warnersbay div.function_venue_hunter	 {
		float: left;
		width: 23%;	
		height: 80px; 	}
		
	#bayviews_warnersbay div.function_venue_warners_bay img,
	#bayviews_warnersbay div.function_venue_hunter img {
		width: 160px;
		height: 60px;	}

	/* contact details - print only */	
	#bayviews_warnersbay .function_venue_lake_macquarie {
		float: left;
		width: 53%;
		height: 80px;
		padding: 0 0 0 0;
		margin: 0;
		color: #999999;
		line-height: 115%;		}

	
/********************************************************************/
/*	CONTAINER ZONES  												*/
/*  each zone forms the page layout holders
/********************************************************************/

/* OUTER CONTAINER - top gradient */
#restaurant {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
	}


/********************************************************************/
/*	TOP SECTION   												*/
/*  logos & photos
/********************************************************************/

/* TOP HOLDING CONTAINER */
#warners_bay {
	display: none;
	float: none;
}

/* Bay views LOGO CONTAINER */
#wedding {
	display: none;
	float: none;	}
	
/* top photos container */
#cafe {
	display: none;
	float: none;
	}	
	
/* Brown Sugar LOGO container */
#brownsugar {
	display: none;
	float: none;
	}	
	

/********************************************************************/
/*	MIDDLE SECTION   												*/
/*  content area and right pane
/********************************************************************/

/* MIDDLE HOLDING CONTAINER */
#brown_sugar {
	width: 100%;
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	border-bottom: 1px solid #EAEAEA;
	overflow: visible;	}
	#brown_sugar:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #brown_sugar { height:1px;	}

/****************************************/

/*	NAVIGATION - main menu				*/

/****************************************/	


/* CONTAINER - for nav/left pane 	*/
#lake_macquarie {
	width: 21%;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	}
	

/* CONTAINER 	*/
#function {
	margin: 0;
	width: 99%;
	padding: 5px 0 0 0;
	position: relative;
	clear: both;
	}
	#function:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #function { height:1px;	}
	
#function ul {
	padding: 0 0 0 0;
	margin: 0;
	color: #cccccc;
	}

#function ul li {
	list-style-type: none;	
	font-size: 7pt;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: auto;	
	z-index: 2;
	white-space: nowrap;
	color: #000;
	}

#function ul li a:link, #function ul li a:visited,
#function ul li a:hover, #function ul li a:active {
	display: block;
	padding: 8px 0 0 3px;
	margin: 0;
	color: #cccccc;
	height: 16pt;
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	z-index: 2;	
	}

#function ul li.active {
	width: auto;
	padding: 0;}

/****************************************/

/* SUBSCRIBE FORM	 					*/

/****************************************/	

/* ERROR MESSAGE FOR SUBSCRIBE ONLY */
#suberrorhd ul {
	display: none;
	float: none;
	}
	
#suberrorhd ul li{
	display: none;
	float: none;
	}	
	
/* SUBSCRIBE FORM - container PENNY */
#conference form {
	display: none;
	float: none;}

#conference {
	display: none;
	float: none;
	}	

/* subscribe form styles */
#conference form {
	display: none;
	float: none;
	}

	
/****************************************/

/* PHONE, ADDRESS & MAP LINK			*/

/****************************************/

#dining {
	display: none;
	float: none;
 }	


/****************************************/

/* MAIN BODY CONTAINER 					*/

/****************************************/	

/* CONTENT AREA CONTAINER */
#venue {
	width: 79%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	clear: none;	
	}	

	#venue:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #venue { height:1px;	}


/****************************************/

/*	CONTENT AREA					*/

/****************************************/	

#content {
	width: 69%;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: visible;
	border-left: 1px solid #EAEAEA;	
	border-right: 1px solid #EAEAEA;		
 	}

	#content:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #content { height:1px;	}


/* CONTENT STRETCH */
#food {
	display: none;
	height: 0;
	float: none; }
	
	

/****************************************/

/*	CONTENT ZONE - font styles		*/

/****************************************/	

	
#content p	{
	line-height: 140%;
	text-align: left;
	padding: 5px 15px 10px 15px;
	margin: 0;
	}	


#content p a:link, #content p a:visited { 	color: #B0A887; text-decoration: none; }
#content p a:hover, #content p a:active {	color: #B0A887; text-decoration: underline; }


/* main page header */
#content h1 {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: normal;
	color: #869231;
	padding: 20px 15px 10px 15px;
	margin: 0 0 0 0;
	}	
	
/* standard bold subheader in beige */
#content h2 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #B0A887;
	padding: 8px 10px 0 15px;
	margin: 0 0 0 0;
	}	

/* HEADER with dotted underline */
#content h3 {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #B0A887;
	width: 90%;
	border-bottom: 1px dotted #ccc;
	padding: 0;
	margin: 30px 15px 2px 15px;
	height: 24px;
	}	

/* SPACED HEADER with BG*/
#content h4 {
	font-family: Tahoma, Verdana, Arial, Helvetica, Century Gothic, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 125%;
	text-align: center;
	width: 450px;
	height: 16px;
	color: #B0AA9D;
	letter-spacing: 3px;
	margin: 10px 0 0 15px;
	padding: 0;
	text-transform: lowercase;
/*	border-top: 1px dotted #BAB4A9;
	border-bottom: 1px dotted #BAB4A9;*/
	background-color: #EBEBE4;	
	}	

/* CONTENT PHOTOS - home */
#content img.photo {
	float: right;
	padding: 0;
	margin: 0 15px 5px 0;
	border: 0;	
	}

/* MENU IMAGES #1 */
#content img.photo1 {
	float: right;
	padding: 2px;
	margin: 9px 15px 5px 10px;
	border: 4px solid #E7E5DB;	
	}

/* MENU IMAGES #2 */
#content img.photo2 {
	padding: 2px;
	margin: 5px 15px 10px 10px;
	border: 4px solid #EAE8E5;
	float: right;
	clear: right;
	width: 100px;
	height: 75px;
	z-index: 3; }
		

/* WEDDING/FUNCTION PACKAGE MENU IMAGES */
#content img.photo3, #content img.photo3 a:link, #content img.photo3 a:visited {
	padding: 2px;
	margin: 9px 10px 10px 15px;
	border: 0;
	float: left;
	border: 4px solid #EAE8E5;	
	width: 80px;
	height: 60px;	
		
	}

/* ITEM3 MAIN PHOTO - WIZARD */
#content div.photo4 {
	width: 440px;
	margin: 10px 0 10px 15px; 
	padding: 0;
	clear: both;
	}

/* ITEM3 MAIN PHOTO - WIZARD */
#content img.photo4 {
	float: left;
	padding: 2px;
	margin: 10px 15px 10px 0;	
	border: 4px solid #EAE8E5;	
	width: 100px;
	height: 75px;
	display: inline;
	}
	
.clearer {
	width: 98%;
	height: 1px;
	padding: 0;
	margin: 0;
	display: block;
	clear: both;
	overflow: visible; }
	
#content .textsmall {
	font-size: 100%;
	color: #999999;	}	
		
.errorhd, .errortxt, li.errortxt {
	color: #CC0000;
	margin: 0;
	padding: 2px 15px 2px 15px; }
	
li.errortxt	{
	margin: 3px 0 5px 15px;
	padding: 2px 0 2px 0;}

.errorhd {
	font-weight: bold; }	

.itemtxt1, .itemtxt2, .itemtxt3 {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 0 0 0;
	padding: 0 15px 10px 15px; }
	
.itemtxt1 { color: #788387; }	
.itemtxt2 { color: #333; margin-bottom: 8px; }	
.itemtxt3 { color: #B0A887; }	



/****************************************/

/*  SMOOTH SCROLL GALLERY - content  	*/

/****************************************/

div.function_venue {
	width: 100%;
	margin: 0;
	padding: 0;
	}
	#function_venue:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #function_venue { height:1px;	}

/*
div.function_venue img {
	border: 4px solid #EAE8E5;
	margin: 0 10px 10px 0;
	padding: 2px;
	float: left;
	width: 80px;
	height: 60px;
	}
*/
/****************************************/

/*  SMOOTH SCROLL GALLERY - content  	*/

/****************************************/

/* title */
#photo_gallery {
	display: none;
	float: none;
	}

/* gallery container - with beige bg */
#waterview {
	display: none;
	float: none;
	}
	
/* Styles for scrolling layers  
Specify width and height in hold and wn, and in clip for wn */

div#hold	{ 
	display: none;
	float: none;
	}
div#wn	{ 
	display: none;
	float: none;
	}
div#lyr1	{ 
	display: none;
	float: none;
	}

img.water {
	display: none;
	float: none;}


/* BACK & NEXT icons */
#waterview img.back, #waterview img.next { 
	display: none;
	float: none;
}	


/****************************************/

/*	RIGHT PANE - photo & features		*/

/****************************************/	

#bay {
	width: 30%;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 1;
	clear: none;
	}

	#bay:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #bay { height:1px;	}


/****************************************/

/*	FEATURE IMAGES - right fade			*/

/****************************************/	

#best_restaurant {
/*	width: 200px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	z-index: 1;*/
	display: none; }


/****************************************/

/*	NEWS - under nav menu			*/

/****************************************/	

/* HEADER IMAGE */
#seafood {
	display: none;
	}

/* NEWS SECTION CONTAINER */
#lake {
	width: 90%;
	position: relative;
	padding: 10px 0 10px 0;
	margin: 0 auto;
	text-align: center;
	z-index: 3;
	float: right;
	clear: both;
	
	}
	#lake:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #lake { height:1px;	}	

/* ITEM CONTAINER */
div.hunter {
	width: 100%;
	text-align: center;
	margin: 0 0;
	padding: 10px 0 10px 0;
	position: relative;
	z-index: 3;
	}
	div.hunter:after {
	content:"";
	display:block;
	clear:both; 	}
	* html div.hunter { height:10px;	}		
	
	div.hunter img {
	width: 60px;
	height: 45px;
	float: left;
	margin: 0 6px 0 0;
	padding: 2px;
	border: 2px solid #EAEAEA;
	}

	div.hunter h1 {
	color: #788387;
	color: #869231;	
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 0;
	margin: 0;
	}
	
	div.hunter p {
	color: #B5B1AD;
	font-size: 11px;
	text-align: left;
	line-height: 115%;
	margin: 0;
	padding: 4px 0 0 0;
	}
		
	div.hunter p a:link, div.hunter p a:visited {
	color: #FFF;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0 0 10px 0;
	text-decoration: none;
	}

	div.hunter p a:hover, div.hunter p a:active {
	text-decoration: underline;}



/****************************************/

/*  FOOTER SECTION - below gallery	 	*/

/****************************************/	

/* FOOTER CONTAINER - credits copyright links  */
	#brownsugar_restaurant {
	width: 98%;
	margin: 20px auto 10px auto;
	text-align: center;
	padding: 20px 0 4px 0;
	color: #000;
	position: relative;
	clear: both;
	}
	
	#brownsugar_restaurant a:link, #brownsugar_restaurant a:visited {	color: #BAB4A9; text-decoration: none; }
	#brownsugar_restaurant a:hover, #brownsugar_restaurant a:active { color: #FFF; text-decoration: underline; }		
	
	/* Web Sharp Designs link */
	#web_site_design_newcastle {
	width: 98%;
	margin: 0 auto;
	text-align: center;
	padding: 0 0 30px 0;
	color: #999;
	position: relative;
	clear: both;	}	
	
	#web_site_design_newcastle a:link, #web_site_design_newcastle a:visited { color: #9D9686; text-decoration: none; }
	#web_site_design_newcastle a:hover, #web_site_design_newcastle a:active { color: #FFF; text-decoration: underline; }	




/****************************************/

/*	    DATABASE ITEMS 					*/

/****************************************/

/* PDF link & image */
div.pdflink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B2A97D;
	width: 300px;
	padding: 0 0 0 0;
	margin: 2px 0 3px 20px;
	clear: left;
	}

div.pdflink a:link, div.pdflink a:visited { 
	color:#B0A887;	text-decoration: none; }
div.pdflink a:hover, div.pdflink a:active { 
	color: #CB5832; text-decoration: underline;}
	
img.pdflink {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0;
	float: left; }



/***********************
	FORM STYLES
***********************/

/* USED ON CONTACT FORM */
#content form {
	padding: 10px 0 0 30px;
	width: auto;
	}

/* beige bg - */	
#content .formHeader {
	font-size: 11px;
	color: #A49D8E;
	text-align: center;
	width: 440px;
	height: 14px;
	line-height: 115%;
	margin: 10px 0 10px 0;
	padding: 2px;
	background-color: #EBE9E2;
	clear: both;
	}
#content .formLabel {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #B0A887; 
	padding: 3px 0 5px 6px;
	float: left;
	width: 160px;	}

#content .formNote {
	font-size: 11px;
	color: #888;
	margin: 2px 0 10px 0;
}


/* GENERIC STYLES FOR TEXT FIELDS, CHECK BOX, SELECT MENU, SUBMIT, ETC */
input {
	margin: 0 0 15px 0;
	width: 240px;
	border: 1px solid #ccc;
	clear: right;
	}

input.txtSml {
	width: 50px;
	margin: 4px 0 10px 0;
	clear: right; }
			
input.checkbox {
	padding: 2px;
	margin: 2px 1px 0 0;
	border: 0;
	width: 25px }	

input.submit {
	width: 86px;
	height: 37px;
	margin: 10px 0 0 0;
	clear: right;
	border: 0;
	}
	
select {
	font-size: 11px;
	width: 60px;
	padding: 2px 2px 2px 3px;
	color: #666;
	margin: 5px 5px 0 0;
	background-color: #fff;
	border: 1px solid #CEDBDA;
	float: left;
 }
 
select.large {
	font-size: 11px;
	width: 200px;
	padding: 4px 2px 4px 4px;
	color: #444;
	margin: 5px 5px 5px 0;
	background-color: #fff;
	border: 1px solid #CEDBDA;
	float: left;
	clear: right;
 }	

/* PHOTO GALLERY - select category */
#gallery {
	width: 437px;
	padding: 5px;
	margin: 8px 0 0 30px;
	border: 1px solid #e2e2e2;
	overflow: visible;
	}
	#gallery:after {
	content:"";
	display:block;
	clear:both; 	}
	* html #gallery { height:1px;	}			

#gallery p {
	font-family: Century Gothic, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #6C6453;
	float: left;
	padding: 10px 8px 8px 8px;
	margin: 0;
}
select.photos {
	font-size: 11px;
	width: 150px;
	padding: 2px 2px 2px 3px;
	color: #666;
	margin: 0 5px 0 0;
	background-color: #fff;
	border: 1px solid #CEDBDA;
	float: left;	}
	
	
	
textarea {
	margin: 0 0 10px 0;
	width: 440px;
	height: 60px;
	border: 1px solid #ccc;
	clear: right;
}	
select.dropdown {
	font-size: 11px;
	width: 60px;
	height: 20px;
	padding: 2px 2px 2px 3px;
	color: #666;
	background-color: #fff;
	border: 1px solid #CEDBDA;	 }		

/* HIDDEN FIELD to reduce spam */
.moreinfo {
	width:5px;
	visibility:hidden;
	display: inline;
	}


/****************************************/

/*	SEARCH - currnetly not used!!!!!	*/

/****************************************/	

	/* CONTAINER */
	#search {
		width: 260px;
		height: 75px;
		border: 1px dotted #DFDCDA;
		text-align: left;
		padding: 10px;
		margin: 20px auto 10px auto;
		overflow: visible;
		}
	
	#search img.find {
		clear: right;	}
		
	#search p {
		color: #A6B0B7;
		padding: 0;
		margin: 0;
		}
	#search input.search {
		width: 210px;
		height: 16px;
		vertical-align: middle;		
		border: 1px solid #E6E9EB; }
		
	#search .searchbutton {
		width: 32px;
		height: 31px;
		border: 0;
		padding: 5px 5px 5px 2px;
		vertical-align: middle; }
		
#map	{
	width: 430px;
	height: 430px;
	z-index: 4;
	margin: 10px 0 10px 30px;
	border: 3px solid #ccc;
	padding: 2px;
	clear: both;
	 }

/****************************************/

/*	SUB-DOMAIN PAGES					*/

/****************************************/	

#wedding_venue {
	width: 500px;
	margin: 20px auto 20px auto;
	text-align: center;
	background-color: #fff;
	padding: 0 5px 20px 0;
	}	
	
#restaurant_warners_bay {
	width: 500px;
	margin: 20px auto 20px auto;
	text-align: center;
	background-color: #fff;
	padding: 0 5px 20px 0;
	}		