@import url('960.css');

* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/1.8 Helvetica, Arial, sans-serif;
	background: url('../images/body-bg.jpg') top center;
	color: #715330;
}
p {
	margin: 20px 0;
}
ul {
	list-style: none;
}
li {
	padding-left: 25px;
	background: url('../images/li-bg.png') no-repeat 0 50%;
}

#container {
	width: 100%;
	height: 152px;
	background: url('../images/gradient-bg.png') repeat-x top left;
}
#header { 
	position: relative;
	margin-top: 56px;
	z-index: 9000;
}
#header #logotype {
	width: 460px;
	height: 163px;
	background: url('../images/header-logo.png');
	display: block;
	text-indent: -7789px;
	position: relative;
}
#header #position {
	position: absolute;
	bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	width: 100%;
}
#header .pinenuts-brush {
	width: 337px;
	height: 229px;
	display: block;
	background: url('../images/brush-nuts.png') no-repeat;
	position: absolute;
	top: -44px;
	right: -99px;
}
#footer {
	background: url('../images/footer-bg.png') no-repeat;
	height: 171px;
	margin-top: 30px;
}
#copyright p {
	margin: 10px 0 0;
}
#copyright .logo {
	width: 146px;
	height: 40px;
	display: block;
	background: url('../images/footer-logo.png') no-repeat;
	text-indent: -8899px;
	margin: 0 auto 20px;
}


#primary p {
	text-align: justify;
}
#primary .basil {
	float: left;
	margin: 5px 20px 5px -15px;
}
#secondary h4 {
	color: #8E8A25;
	font-size: 16px;
	margin: 10px 0;
}
#food-specialties {
	background: url('../images/divider-bg.png') repeat-y top right;
}
a.button {
	font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #465219;
	text-align: center;
	color: #FFF;
	text-decoration: none;
}

.button.portfolio {
	width: 195px;
	height: 25px;
	display: block;
	line-height: 25px;
	margin: 15px 0;
	background: url('../images/button-portfolio.png') no-repeat;	
}

#slideshow {
	position: relative;
	height: 492px;
	left: -8px;
}
#slideshow .mask {
	width: 482px;
	height: 492px;
	display: block;
	position: absolute;
	left: -10px;
	z-index: 5000;
	background: url('../images/slideshow-mask.png') no-repeat;
}
/*#slideshow */
#slideshow img {
	margin: 30px 0 0;
/*	left: -8px;*/
}
#slideshow li {
	padding: 0;
	background: none;
	position: absolute;
}

/* Portfolio */
/* the overlayed element */
.simple_overlay {
	/* must be initially hidden */
	display:none;
	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#333;
	width:300px;	
	min-height:450px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}
/* close button positioned on upper right corner */
.simple_overlay .close {
	background-image:url('../images/close.png');
	position:absolute;
	left:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.next, .prev, .info {
	background-color: #D1C8AB;
}
/* "next image" and "prev image" links */
.next, .prev {
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	cursor:pointer;
	display:block;
	padding:12px 22px;
	color:#fff;
	font-size:11px;
	/* upcoming CSS3 features */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-indent: -9966px;
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
	z-index: -1;
}
.prev {
	left:-40px;
	background: #C7BA92 url('../images/prev.png') no-repeat 10px 50%;
	padding-right: 30px;
}
.next {
	right:-40px;
	background: #C7BA92 url('../images/next.png') no-repeat 20px 50%;
	padding-left: 30px;
}
.next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#D1C8AB;
}
/* when there is no next or previous link available this class is added */
.disabled {
	visibility:hidden;		
}
/* the "information box" */
.info {
	position:relative;
	bottom:0;
	left:0;
	margin-top: 20px;
	padding:20px 15px;
	text-align: center;
	font-size: 11px;
	-moz-border-radius: 10px;
/*	border: 1px solid #FFF;*/
	/* CSS3 styling for latest browsers */
	-moz-box-shadow:0 0 90px 5px #000;
	-webkit-box-shadow: 0 0 90px #000;
}
.info strong {
	display:block;	
}
/* progress indicator (animated gif). should be initially hidden */
.progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

#footer .column-1 p {
	margin-left: 20px;
}
.button.facebook {
	width: 195px;
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	margin-left: 20px;
	display: block;
	background: url('../images/button-facebook.png') no-repeat;
	float: left;
}
.button.twitter {
	width: 195px;
	height: 25px;
	padding-left: 20px;
	line-height: 25px;
	margin-left: 10px;
	display: block;
	background: url('../images/button-twitter.png') no-repeat;
	float: left;
}
#footer .column-2 {
	margin-top: 20px;
	font-size: 16px;
	color: #F08A07;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	text-align: center;
}
#footer .column-2 a {
	color: #F08A07;
	text-decoration: none;
}
#footer .phone {
	width: 214px;
	height: 34px;
	display: block;
	background: url('../images/footer-phone-bg.png') no-repeat;
	padding-left: 15px;
	margin-bottom: 14px;
	line-height: 34px;
}
#footer .email {
	width: 214px;
	height: 34px;
	display: block;
	background: url('../images/footer-email-bg.png') no-repeat;
	padding-left: 15px;
	margin-bottom: 14px;
	line-height: 34px;
	font-size: 12px;
}
#footer .address {
	width: 214px;
	height: 34px;
	display: block;
	background: url('../images/footer-address-bg.png') no-repeat;
	padding-left: 15px;
	margin-bottom: 14px;
	line-height: 34px;
	font-size: 12px;
}
#footer .column-3 img {
	margin-top: -20px;
}
