body {
	margin: 0;
	padding: 0;
	background: #EFEFEF url(/pics/top-back.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #4D4D4D;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #CC0001;
	color: #BF4D36;
}

a:hover {
	background: none;
}

/* Header */

#header {
	width: 900px;
	height: 118px;
	margin: 0 auto;
	padding-top:0px;
	background: url(/pics/top-back-right.gif) no-repeat right top;
}

#contact{
	float:right;
	width: 350px;
	height:50px;
	padding-right:110px;
	padding-top:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #F4CD7F;
	text-align:center;
}
#header #contact a, #header #contact a:link, #header #contact a:visited {
	color: #F4CD7F;
	border-bottom: 0px #F4CD7F dotted;
}
/* Logo */

#logo {
	width: 300px;
	height:110px;
	padding: 20px 0px 0 120px;
	background: url(/pics/Garveys-Inn-small.gif) no-repeat left top;
	color: #F4CD7F;
}

#logo h1, #logo p {
	color: #F4CD7F;
}

#logo h1 {
	padding: 0;
	margin-right: 10px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 3.26em;
	font-style: italic;
	margin-bottom:3px;
}


#logo p {
	margin: 0;
	padding: 0;
	font: bold 1.2em Georgia, "Times New Roman", Times, serif;
	color: #F4CD7F;
	padding-left:15px;
}

#logo p a {
	color: #F4CD7F;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #F4CD7F;
}

/* Search */

#search {
	float: right;
	width: 230px;
	padding: 0;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 70px 0 0 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 210px;
	border: none;
	text-transform: lowercase;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#search-submit {
	display: none;
}

/* Menu */

#menu {
	width: 910px;
	height: 37px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 7px 25px 7px 20px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	background: url(/pics/menu-tab.gif) no-repeat center top;
	text-decoration: none;
	color: #CCCCCC;
}

#menu .first, #menu .first a {
	color: #F4CD7F;
	background: url(/pics/menu-tab.gif) no-repeat center top;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(/pics/wrapper.jpg) repeat-y left top;
	min-height:450px;
	height:expression(this.scrollHeight > 450 ? "auto":"450px"); 
}

#wrapper-top {
	width: 900px;
	background: url(/pics/wrapper-top.jpg) no-repeat left top;
}

#wrapper-btm {
	width: 900px;
	background: url(/pics/wrapper-btm.jpg) no-repeat left bottom;
}



/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
}

/* Content */

#content {
	float: right;
	width: 550px;
	margin: 0;
	padding: 0;
}

.post {
}

.post .title {
	color: #967001;
	border-bottom: 1px #A9A9A9 dashed;
}

.post .title a {
	background: none;
	color: #967001;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	margin-bottom: 30px;
	padding: 3px 0px;
	border-top: 1px #A9A9A9 dashed;
	border-bottom: 1px #A9A9A9 dashed;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.post .entry {
	padding: 10px 0 5px 0;
	text-align: justify;
}

.post a {
	color: #967001;
	border-bottom: 1px #967001 dotted;
}

.post .meta a {
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 260px;
	margin: 0;
	padding: 0 0 0 35px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	border-bottom: 1px dashed #590000;
}

#sidebar li li span {
	display: block;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar h2 {
	line-height: 35px;
	letter-spacing: -.5px;
	color: #4D4D4D;
	border-bottom: 1px dashed #590000;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #BF4D36;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 30px;
	margin: 0 auto;
	padding: 40px 0 15px 0;
	background: #4D4D4D;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FF833B;
	border-bottom: 1px #FF833B dotted;
}

td.FrmLbl {
	font-size: 12px;
	vertical-align:top;
	text-align:right;
	font-weight:bold;
	padding:0px 3px 0px 0px;
}

input.button, .button {
	font-size : 12px;
	color: #ffffff;
	border-color: #64029c; 
	background-color: #967001;
	border: #64029c 1px solid;
	vertical-align : middle;
	text-align : center;
	font-weight: bold; 
	margin-bottom:5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

div.dtls-lnk {
	text-align:right;
	padding-top:0px;
	padding-left:15px;
}
div.dtls-lnk2 {
	clear:both;
	text-align:right;
	padding-top:8px;
	padding-left:15px;
}
td.menu_details{
	border-top:1px dotted #cccccc;
	padding:5px;
	padding-right:20px;
	width:95%;
}
td.menu_price{
	border-top:1px dotted #cccccc;
	color:#967001;
	padding:5px;
	padding-top:10px;
	font-weight:bold;
	vertical-align:top;
	width:5%;
	text-align:right;
	
}