@charset "UTF-8";
br, p, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
a {
	color: #005c2f;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005c2f;
	font-style: italic;
	font-weight: normal;
}
a:hover {
	color: #ffcb05;
	background-color: #005c2f;
}
body  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #005c2f url(../images/bgd-body.jpg) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 0 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 */
	color: #000000;
}
#container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-container.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#onlyContainer { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/bgd-light.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header { 
	background: url(../images/bgd-header.jpg); 
	padding: 20px 0 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 130px;
}
#menu {
	background: url(../images/bgd-button.jpg);
	font-size: 14px;
	text-transform: uppercase;
	height: 40px;
}
#menu ul {
	margin: 0; 
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	text-decoration: none;
	color: #ffcb05;
	height: 27px;
	text-align: center;
	padding: 13px 20px 0 20px;
	border-right: 1px solid #000000;
}
#menu ul li a:hover{
	color: #ffcb05;
	background: url(../images/bgd-button.jpg);
	background-position: 0 -40px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 45px 30px;
}
#sidebar1 h1{
	font-size: 32px;
	margin: 20px 0 0 0;
}
#sidebar1 h2 {
	font-size: 18px;
	background: url(../images/celtic-knot-dark.jpg) no-repeat;
	height: 25px;
	padding: 3px 0 0 30px;
	margin-top: 25px;
}
#sidebar1 h3 {
	font-size: 14px;
}
#sidebar1 p{
	font-size: 12px;
	line-height: 16px;
	margin: 5px 0 0 0;
}
#sidebar1 ul {
	margin: 10px 0 0 30px;
	padding: 0;
}
#sidebar1 li {
	font-size: 11px;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#sidebar1 .facebook {
	font-size: 18px;
	font-style: italic;
	color: #005c2f;
	font-weight: normal;
	background: url(../images/logo-facebook.jpg) no-repeat;
	height: 25px;
	padding: 3px 0 0 35px;
	margin-top: 25px;
}
#sidebar1 .twitter {
	font-size: 18px;
	font-style: italic;
	color: #005c2f;
	font-weight: normal;
	background: url(../images/logo-twitter.jpg) no-repeat;
	height: 25px;
	padding: 3px 0 0 35px;
	margin-top: 25px;
}
#sidebar1 .date {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 16px;
	padding-top: 10px;
}
#sidebar1 .title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #005c2f;
}
#sidebar1 .emailarea {
	width: 150px;
	height: 14px;
	border: 1px solid #005c2f;
	padding: 2px;
	vertical-align: top;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 12px;
	color: #005c2f;
}
#sidebar1 .submitbutton {
	width: 80px;
	height: 20px;
	border: 1px solid #005c2f;
	background: #ffffff;
	color: #005c2f;
	display: block;
	float: left;
	cursor: pointer;
	margin-left: 10px;
}
#sidebar1 .submitbutton:hover {
	background: #005c2f;
	color: #ffcb05;
}
#sidebar1 img {
	margin: 10px 0 0 -10px;
}
#mainContent { 
	margin: 0 0 0 300px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 55px 20px 55px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent h1{
	font-size: 32px;
	margin: 20px 0 10px 0;
}
#mainContent h2 {
	font-size: 18px;
	background: url(../images/celtic-knot-light.jpg) no-repeat;
	height: 25px;
	padding: 3px 0 0 30px;
	margin-top: 20px;
}
#mainContent h3 {
	margin-top: 20px;
	font-size: 14px;
}
#mainContent h3 a {
	margin-top: 20px;
	font-size: 14px;
}
#mainContent h3 a:hover {
	color: #ffcb05;
}
#mainContent a {
	font-size: 12px;
}
#mainContent .intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 28px;
	text-align: justify;
}
#mainContent .content{
	font-size: 12px;
	line-height: 16px;
}
#mainContent p {
	margin-bottom: 10px;
}
#mainContent .title {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	color: #005c2f;
}
#mainContent .highlight {
	float: left;
	margin: 0 10px 20px 0;
}
#calendarContent, #foodContent, #staffContent { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 50px 30px 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#calendarContent h1 {
	font-size: 32px;
	margin: 0 0 0 20px;
}
#calendarContent h2 {
	font-size: 18px;
	margin: 0 0 10px 20px;
}
#calendar {
	border: 1px solid #005c2f;
	margin: 0;
}
#calendar p {
	margin: 0;
	padding: 5px 0 5px 0;
}
#calendar th{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffcb05;
	font-size: 13px;
	border: 1px solid #005c2f;
	text-align: center;
	padding: 5px 0 5px 0;
	background: url(../images/bgd-button.jpg);
	font-weight: normal;
}
#calendar td{
	border: 1px solid #005c2f;
	height: 95px;
	width: 110px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	font-size: 11px;
	padding: 5px;
}
#calendar td .date {
	width: 20px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: -5px 0 0 -5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	background: #005c2f;
	font-size: 10px;
}
#calendar .event {
	background: #ebede9;
}

#foodContent h1 {
	font-size: 32px;
	margin: 0 0 0 20px;
}
#foodContent a.bodylink {
	line-height: 18px;
	margin-left: 10px;
	font-size: 12px;
}
#foodContent a.bodylink:hover {
	color: #ffcb05;
}
#foodmenu {
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bgd-button.jpg);
	font-size: 11px;
	height: 25px;
	margin-bottom: 10px;
}
#foodmenu ul {
	margin: auto; 
	padding: 0;
}
#foodmenu ul li {
	display: inline;
	text-align: center;
}
#foodmenu ul li a {
	float: left;
	text-decoration: none;
	color: #ffcb05;
	height: 21px;
	padding: 10px 10px 0 10px;
	border-right: 1px solid #000000;
}
#foodmenu ul li a:hover{
	color: #ffcb05;
	background: url(../images/bgd-button.jpg);
	background-position: 0 -40px;
}

#food {
	border: 1px solid #005c2f;
	margin: 0;
	width: 100%;
}
#food p {
	margin: 0;
	padding: 5px 0 5px 0;
}
#food th{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffcb05;
	font-size: 12px;
	border: 1px solid #005c2f;
	text-align: center;
	padding: 5px 0 5px 0;
	background: url(../images/bgd-footer.jpg);
	font-weight: normal;
}
#food th h1{
	color: #ffcb05;
	margin: 0;
	font-size: 18px;
	padding: 0;
}
#food .menuItem{
	border: 1px solid #005c2f;
	width: 75%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
	font-size: 11px;
	padding: 5px;
}
#food td .title {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005c2f;
	font-size: 11px;
	font-weight: bold;
}
#food .price {
	width: 25%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #005c2f;
	font-size: 11px;
	text-align: center;
	border: 1px solid #005c2f;
	background: #ffffff;
	padding: 5px;
}

#staff, #store {
	margin:0 auto 0 auto;
	width: 100%;
}
#staff p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	line-height: 18px;
}
#staff h1{
	color: #005c2f;
	margin: 0;
	font-size: 24px;
	padding: 0;
}
#staff .statement{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 10px;
}
#staff .frame-staff-brown {
	width: 246px;
	height: 150px;
	padding: 20px 0 20px 20px;
	background: url(../images/staff/frame-staff-brown.jpg);
}
#staff .frame-staff-redandbrown {
	width: 253px;
	height: 150px;
	padding: 27px 0 27px 27px;
	background: url(../images/staff/frame-staff-redandbrown.jpg);
}
#staff .frame-staff-gold {
	width: 250px;
	height: 150px;
	padding: 25px 0 25px 24px;
	background: url(../images/staff/frame-staff-gold.jpg);
}
#staff .frame-staff-mahogany {
	width: 175px;
	height: 223px;
	padding: 23px 0 23px 24px;
	background: url(../images/staff/frame-staff-mahogany.jpg);
}
#staff .frame-staff-gray {
	width: 182px;
	height: 225px;
	padding: 32px 0 32px 33px;
	background: url(../images/staff/frame-staff-gray.jpg);
}
#store .frame-store {
	width: 180px;
	height: 200px;
	padding: 28px 0 28px 30px;
	background: url(../images/store/bgd-frame-store.jpg);
}
#store .price{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding: 10px;
}
#store h1{
	color: #005c2f;
	margin: 0 0 0 0;
	font-size: 22px;
	padding: 0;
}
#store p {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 12px;
	line-height: 14px;
}

.footnote {
	font-size: 9px;
}
.google_map {
	width: 550px;
	height: 425px;
	border: solid 5px #005c2f;
	margin-top: 35px;
}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/bgd-footer.jpg);
	height: 30px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#bottom { 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	width: 960px;
	padding: 10px 0 0 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	font-size: 12px;
	color: #327954;
}
#bottom ul {
	margin: 0; 
	padding: 0;
	text-transform: uppercase;
}
#bottom ul li {
	display: inline;
	padding: 0 15px 0 15px;
	border-right: 1px solid #ffcb05;
}
#bottom ul li a {
	text-decoration: none;
	color: #ffcb05;
	height: 27px;
}
#bottom ul li a:hover{
	color: #327954;
	background: none;
}
#bottom  a.grd {
	text-decoration: none;
	color: #ffcb05;
	height: 27px;
}
#bottom a.grd:hover{
	color: #327954;
	background: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
    height: 0;
    font-size: 0;
    line-height: 0px;
	margin: 0;
	padding: 0;
}