/*** CSS Reset ***/
/* v1.0 | 20080212 */

html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, em, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}


/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*** General Layout ***/
body {
	font-family: Arial, san-serif;
	font-size: 13px;
	line-height: 18px;
	background: url(/images/layout/creamPlasterBackground.jpg) repeat;
	color: #383838;
}
p {
	padding-bottom: 20px;
}
a {
	text-decoration: none;
	color: #9f2434;
}
#container {
	width: 875px;
	margin: 0 auto;
}
#header {
	position: relative;
}
#header #logo {
	float: left;
	width: 270px;
	height: 126px;
	top: 40px;
	position: absolute;
	z-index: 10;
}
#header #info {
	background: #93a949 url(/images/layout/Trellis_Birdcages.png) no-repeat 210px center;
	width: 550px;
	height: 90px;
	margin-left: 275px;
	padding-left: 15px;
	padding-top: 50px;
	color: #fbf7db;
	font-size: 11px;
	line-height: 17px;
}
#topContainer {
	height: 120px;
	margin-top: -30px;
}
#topContainer #nav {
	top: 40px;
	position: relative;
}
#sidePhotoContainer {
	position: relative;
	z-index: 10;
}
.home #photoContainer, #topContainer {
	background-color: #8e8bb0;
	position: relative;
}
.home #photoContainer {
	height: 170px;
}
.home #photoContainer img, #sidePhotoContainer img {
	position: absolute;
	border: 1px solid #999;
	background-color: #fef5e1;
	padding: 10px;
}
.top {
	top: 50px;
	left: -50px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}
.middle {
	top: 200px;
	left: -75px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}
.bottom {
	top: 375px;
	left: -50px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
.left {
	left: 85px;
	top: 30px;
	-webkit-transform: rotate(-2deg);
	-moz-transform: rotate(-2deg);
}
.center {
	left: 300px;
	top: 20px;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
}
.right {
	right: 85px;
	top: 30px;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
}

#nav {
	height: 30px;
	background-color: #9f2434;
	/*padding: 15px 95px;*/
	margin: 30px 141px 0px;
	/*width: 510px;*/
 padding: 15px 40px;
   width: 630px;
}
.home #nav {
	margin: 90px 50px 0px;
	width: auto;
	/*padding-left: 140px;*/
 padding-left: 50px; 
}
#nav ul, #subNav ul {
	list-style-type: none;
}
#nav li {
	float: left;
	padding: 3px 10px 0px;
}
#nav a:hover, #nav a.active {
	background: #9f2434 no-repeat center -15px;
}
#nav a {
	background: #9f2434 no-repeat center -60px;
}
#nav #menus {
	background-image: url(/images/layout/menu.png);
	width: 64px;
}
#nav #about {
	background-image: url(/images/layout/about.png);
	width: 64px;
}
#nav #private-dining {
	background-image: url(/images/layout/privatedining.png);
	width: 129px;
}
#nav #contact {
	background-image: url(/images/layout/contact.png);
	width: 73px;
}
#nav #shop {
	background-image: url(/images/layout/shop.png);
	width: 64px;
}
#nav #reservations {
	background-image: url(/images/layout/reservations.png);
	width: 112px;
}

#subNav {
	font-size: 16px;
	text-transform: lowercase;
	width: 100%;
	height: 30px;
	padding: 10px 0px 20px;
}
#subNav li {
	float: left;
	margin-right: 15px;
}
#subNav a {
	color: #383838;
}
#subNav a.active, #subNav a:hover {
	color: #c49245;
}

#nav a {
	display: block;
	height: 30px;
}
#content {
	width: 500px;
	padding: 25px;
	padding-left: 160px;
	margin-left: 40px;
	min-height: 500px;
	background-color: #fef5e1;
	border-left: 80px solid #93a949;
	position: relative;
}
.home #content {
	text-align: center;
	padding: 30px 20px 50px;
	margin: 0 auto;
	min-height: inherit;
	width: 550px;
	background-color: none;
	border: none;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3 {
	font-size: 22px;
	padding: 10px 0px;
	font-weight: normal;
line-height: 33px;
}
h2 {
	font-size: 18px;
line-height: 27px;
}
h3 {
	font-size: 16px;
line-height: 24px;
}
a img {
	border: none;
}
#footer {
	height: 30px;
	background-color: #c49245;
	color: #f2be6d;
	font-size: 11px;
	text-align: left;
	padding-top: 15px;
	margin: 0 auto;
	width: 825px;
	padding-left: 20px;
}
.home #footer {
	width: 590px;
	margin: 0 auto;
}
#footer a, #footer a:visited {
	color: #f2be6d;
}
#footer img {
	float: right;
	position:relative;
	right:5px;
	top:-10px;
}
/*** Lists ***/
.item-list .item img {
	float: left;
	padding-right: 10px;
}
.item-list .item .contentImg {
	float: right;
	padding-left: 10px;
}
.item-list .item .titleImg {
	float: none;
}
.item-list {
	clear: right;
}
.sub-list {
	margin-left: 30px;
}
#people-list .item {
	clear: right;
}
#people-list .onlyPic {
	float: none;
}

#content ul {
	margin-left: 25px;
}
#callout ul {
	margin: 5px 10px 20px;
	list-style-type: none;
}

/*** Contact Us ***/
#googleMap {
	float: right;
	width: 320px;
}
#btbInfo {
	padding-top: 50px;
}
#btbInfo img {
	position: relative;
	top: -40px;
	float: left;
	padding-right: 10px;
}
/*** Menus ***/
.menuItem {
	text-align: left;
	margin-bottom: 30px;
}
.menuItem .menuTitle {
	display: block;
}
.menuItem .lastUpdated {
	font-style: italic;
	font-size: .9em;
}
.menuItem a img {
	border: 1px solid #ccc;
}

/*** Home ***/
.home #callout {
	float: left;
	background-color: #93A949;
	color: #FBF7DB;
	width: 170px;
	position: relative;
	z-index: 100;
	margin: 30px 10px 0 0;
	padding: 5px 10px 15px;
	font-size: .9em;
}
.home #callout p {
	padding-bottom: 0px;
}
.home #callout h3 {
padding-bottom: 0px;
line-height: 20px;
}
.home #callout ul {
margin-left: 0px;
margin-bottom: 5px;
}
