/* GENERAL
_____________________________________________________________________________*/

.edit {
	float: right;
}

html {
	margin-bottom: 1px;
	min-height: 100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img {
	margin:0;
	padding:0;
	border:0;
}

table {
	cellspacing: 0;
	cellpadding: 0;
	font-size:inherit;
	font: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}

img {
	border: 0;
	vertical-align: bottom;
}

cite, code, em, strong, th {
	font-style:normal;
	font-weight:normal;
}

ol, ul {
	list-style:none;
}

th {
	text-align:left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

q:before, q:after {
	content:'';
}

select, input, textarea {
	font:99%;
}

* {
	outline: none;
}

/* commented backslash hack \*/
html, body{height:100%;}
/* end hack */
html,body {margin:0;padding:0}

body {
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #af943b;
	text-align: center;
	background-image: url(/images/site/bg.gif);
	line-height: 20pt;
}

/* LINKS
_____________________________________________________________________________*/

a {
	text-decoration: none;
	color: #af943b;
}

a:hover {
	color: #FFF;
}

a.active {
	color: #FFF;
}

/* STRUCTURE
_____________________________________________________________________________*/

#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 970px;
}

#header {
	height: 263px;
}

#header-left {
	float: left;
	width: 185px;
}

		#header-left .logo {
			margin: 77px 0 0 20px
		}

#header-right {
	float: left;
	width: 785px;
}

		#home #header-right {
				display: none;
		}

#content {

}

#col-1 {
	float: left;
	width: 185px;
}

#col-2 {
	float: left;
	line-height: 20pt;
}

		#home #col-2 {
			width: 784px;
		}
		
		#about #col-2,
		#catering #col-2,
		#employment #col-2,
		#menu #col-2 {
			width: 342px;
		}
		
		#contact #col-2 {
			width: 413px;
		}
		
		#email #col-2,
		#gallery-detail #col-2,
		#nhbg-blog #col-2 {
			width: 434px;
		}

		#gallery #col-2 {
			width: 783px;
		}


#col-2-pad {
	padding-right: 25px;
}

#col-3 {
	float: left;
}

		#home #col-3,
		#gallery #col-3 {
			display: none;
		}

		#about #col-3 {
			width: 441px;
		}

			#about #col-3 td {
				font-style: italic;
				font-size: 9pt;
			}			
		
		#catering #col-3,
		#employment #col-3,
		#menu #col-3 {
			width: 308px;
		}
		
		#contact #col-3 {
			width: 371px;
		}
		
		#email #col-3,
		#gallery-detail #col-3,
		#nhbg-blog #col-3 {
			width: 42px;		
		}
			
	
#col-4 {
	float: left;
}

		#home #col-4,
		#about #col-4,
		#contact #col-4,
		#menu #col-4,
		#employment #col-4,
		#gallery #col-4 {
			display: none;
		}
		
		#catering #col-4 {
			width: 133px;
			padding-top: 65px;
		}
			
		#email #col-4,
		#gallery-detail #col-4,
		#nhbg-blog #col-4 {
			width: 230px;		
		}		

#footer {
	padding: 25px 0;
	text-align: right;
}

/* LEFT COLUMN
_____________________________________________________________________________*/


ul.left-nav {
	margin: 65px 28px 28px 0;
	text-align: right;
	text-transform: uppercase;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .06em;
	line-height: normal;
}

ul.left-nav li {
	margin-bottom: 11px;
}

ul.left-nav li.left-line {
	border-top: 1px dotted #af943b;
	padding-top: 11px;
}

input.text {
	border: 1px solid #bcbdc1;;
	background-color: #bcbdc1;
	width: 380px;
}

textarea.text {
	border: 1px solid #bcbdc1;;
	background-color: #bcbdc1;
	width: 100%;
	height: 250px;
}

/* MIDDLE COLUMN
_____________________________________________________________________________*/


h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 15pt;
}

#gallery-container .image {
	float: left;
	width: 127px;
	height: 139px;
}

#pagination {
	font-family: "Times New Roman", Times, serif;	
}

#pagination-top {
	font-family: "Times New Roman", Times, serif;	
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9pt;
	margin: 10px 0 5px 0;
}

		#pagination-top a {
			color: #FFF;	
		}
		
		#pagination-top a:hover {
			color: #af943b;
		}

#gallery-detail #col-2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20pt;
	margin: 20px 0;
}

#nhbg-blog #col-2 h1 {
	margin-bottom: 15px;
}

#nhbg-blog #col-2 h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20pt;
	margin: 0;
}

#nhbg-blog #col-2 .blog-image{
	margin-bottom: 15px;
}

#nhbg-blog #col-2 .blog-date{
	text-transform: uppercase;
	font-size: 8pt;
	letter-spacing: .1em;
}

#nhbg-blog #col-2 .blog-posted {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	padding: 0;
	margin: 0;
}

#nhbg-blog #col-2 .blog-comments {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	color: #FFF;
	line-height: normal;
	padding: 0;
	margin: 0;
}

	#nhbg-blog #col-2 .blog-comments a {
		color: #FFF;
	}

	#nhbg-blog #col-2 .blog-comments a:hover {
		color: #af943b;
	}
	
#nhbg-blog .line {
	margin: 20px 0 20px 0;
	border-top: 1px dotted #af943b;
}	
	
/* RIGHT COLUMN
_____________________________________________________________________________*/

#catering #col-4 h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: .1em;
	color: #FFF;
	text-transform: uppercase;
}

#col-4.archive h2 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;
	letter-spacing: .1em;
	color: #af943b;
	margin-bottom: 13px;
	text-transform: uppercase;	
}

#col-4.archive h2.line {
	border-top: 1px dotted #af943b;
	margin-top: 23px;
	padding-top: 13px;				
}		

#col-4.archive a {
	display: block;
	line-height: normal;
	margin-bottom: 13px;
}

a.white {
	text-decoration: none;
	color: #FFF;
}

a.white:hover {
	color: #af943b;
}

/* HEADER
_____________________________________________________________________________*/

#photo1 {
	float: left;
	width: 262px;
	height: 181px;
}

#photo2 {
	float: left;
	width: 262px;
	height: 181px;
}

#photo3 {
	float: left;
	width: 253px;
	height: 181px;
}

#photo1 img,
#photo2 img,
#photo3 img {
	top:  0; 
	left: 0;
}