@charset "utf-8";
/* CSS Document */

html,body{margin:0;padding:0}
body {
	font: 12px arial,sans-serif;
	background-color: #333300;
	background-image:url(images/BG4.jpg); background-repeat: repeat; 
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */   }
	}
p {
	margin:10px 20px 20px 0;
	font: 12px arial,sans-serif;
	}

a:link {
	color: #CC3300; 
	text-decoration: none;
	padding:10px
	}
a:hover, a:visited {
	color:#333333;
}
.floatR {
	float: right;	
}

#header {
	height:132px;
	line-height:80px;
	margin-left:20px;
	color: #79B30B;
	border-bottom: #32200d solid 10px;
	}
#outer-wrapper {
/*	background-color: #333300;   */
	background-image: url(images/BRbackground.gif);
	background-repeat: repeat;
	width: 840px;	
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
}
#wrapper {
	margin: 20px;
}

#frontSide p {
	font-family:"Courgette", Helvetica, sans-serif;
	line-height: 150%;
	margin: 20px;
	font-size: 17px;
	}
#leftSide p {
	margin: 0 20px 0 20px;
	}
#frontSide {
	float: left;
	text-align: left;
	width:335px;
	background: #C2AB27;
	line-height: 22px;
	padding-top: 10px;
	}
#leftSide {
	float: left;
	text-align: left;
	width:335px;
	background: #C2AB27;
	line-height: 20px;
	padding-top: 15px;
	}
#leftSideL {
	float: left;
	text-align: left;
	width:305px;
	background: #C2AB27;
	line-height: 20px;
	padding: 15px;
	min-height: 500px;
	}
#rightSide {
	float:right;

}
#rightSide p {	
	font-family:"PT Sans Caption", Helvetica, sans-serif;
	font-size: 17px;
}

#navigationH {
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;
	background-image: url(images/herb-menuS.jpg); background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	}
	
#home-info {
	margin-top: 5px;
	margin-left: 20px;
	float: right;
	position: absolute;
	width: 445px; /* since this element is floated, a width must be given */
	line-height: 24px;
	color: #fff;
}

#moviePic {
	position: absolute;
	top: 365px; left: 375px;
	width:445px;
	border-top: #32200d solid 10px;
	}


#closure {
	position: absolute;
	top: 390px;
	left: 395px;
	width: 400px;
	text-align: left;
	line-height: 20px;
	z-index: 100;
}
#closure a:link {
	color: #060;
	padding: 0;
}

#navigationM {
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(images/herb-menuM.jpg); background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 20px;
		}
	
#navigationE {
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(http://woolseycreekbistro.ca/images/herb-menuE.jpg); background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 20px;
	padding-top: 10px;
	}
#navigationA {
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(images/herb-menuA.jpg); background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 20px;
	}
#navigationG{
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(images/herb-menuG.jpg); background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 20px;
	padding-top: -15px;
	}
#navigationD{
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(images/herb-menuD.jpg); background-repeat: no-repeat;
	line-height: 25px;
	padding-left: 20px;
	}
#navigationMap{
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(images/directions.jpg); background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	}
#navigationC{
	position: absolute;
	top: 178px; left: 375px;
	width:445px;
	height: 170px;	background-image: url(images/contact.jpg); background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	}


#content {
	float:left;
	width:355px;
	background-color: #C36;
	}
#content p {line-height:1.4}

#content-menu {
	float:left;
	width:335px;
	background: #C2AB27;
	}
#content-menu a:visited {
	color:#330;
	}
	
#content-menu p {
	margin: 10px;
	}
	

@font-face {
font-family: papryus;
src: url(papyrus.ttf);
}

	


#iframe {
	float:right;
	clear:right;
	width:445px;
	height: 100px;
	border-top: #32200d solid 10px;
	background-color:#ccc;
	}


#footer {
	clear:both;
	margin-left: 20px;
	width:100%;
	height: 60px;
	background-image: url(images/footer.jpg); background-repeat: no-repeat;
	font-size: 9px;
	
	}
#footer p {
	margin:0;
	padding:20px 10px
	}

#herb-menu {
	margin-top: 10px;
	margin-left: 20px;
	float: right;
	position: relative;
	width: 445px; /* since this element is floated, a width must be given */
	line-height: 24px;

}




#menu {
	position: absolute; top: 90px; left: 470px;
}
#menu-item {
	width:55px;
	height:10px;
	display: inline;
	text-decoration:none;
	text-align: left;
	font-size: 14px;
	color: #300;
	font-weight:bold;
	}
#menu-item:hover {
	color: #fff;
}
#menu-item span {
	position: relative;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
 }
.box-text {
	font-family:"Courgette", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	}

.lg {
	font-size: 20px;
	line-height: 24px;
	}
.bold {
	font-weight: bold;
}
.white {
	color:#FFF;
}
.grey {
	color:#333;
	font-size:smaller;
}
.indent {
	left-margin: 30px;

}
.sans {
	font-size:13px;
	line-height: 14px;
	font-family: "PT Sans Caption", Helvetica, sans-serif;  */
}
.firstLetter {
/*	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;  */
	font-family:papryus;
	font-size: 30px;
	line-height: 18px;
}
.fancyHeaders {
	font-family: "Courgette", Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin: 2px;
	}
.fancyHeadersL {
	font-family: "Courgette", Helvetica, sans-serif;
	font-size: 21px;
	line-height: 26px;
	}
.price {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style:italic;
	font-size: 14px;
	line-height: 12px;
}

.mapLink {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
}