/* BASE CSS */

* {
	margin: 0px;
	padding: 0px;
}

html {
	background-color: #BE5341;
	background-image: url('../images/background.gif');
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-style: italic;
}

body.editor {
	background-color: #FFFFFF;
}

table {
	border-collapse:collapse;
	border-spacing: 0px;
	border: 0px;
} 

table td {
	vertical-align: top;
}

p {
	margin-bottom: 10px;
}

ul {
	padding-left: 15px;
}

h1 {
	font-size: 30px;
	font-weight: bold;
	line-height: 34px;
	height: 40px;
}

h2 {
	font-size: 16px;
	margin-bottom: 10px;
	margin: 10px 0px;	
	padding-bottom: 2px;
}

h3 {
	font-size: 16px;
	color: #660000;
	margin-bottom: 4px;
}

h4 {
	font-size: 13px;
}

.name {
	font-weight: 100;
}

img { 
	border: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #660000;
}

iframe {
	border: 1px solid #000000;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

/* FORM CSS */                      

input, textarea, select {
	border: 1px solid #b45c44;
	background: none;
	margin-bottom: 3px;
}

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #999966; 
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	padding: 1px;    
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #777754;
}

.alert, .red {
	color: #FF0000;
}

/* LAYOUT CSS */

#container {
	width: 738px;
	height: 504px;
	overflow: hidden;
	margin: 33px auto;
	border: 1px solid #000000;
	background-color: #BD694E;
	background-image: url('../images/container_bg.jpg');
	background-repeat: no-repeat;
}

#container.home {
	background-image: url('../images/container_home_bg.jpg');
}

#content_box {
	margin: 33px 0px 0px 0px;
}

#container.home #content_box {
	margin: 22px 0px 0px 0px;
}

#content {
	float: right;
	width: 554px;
	height: 358px;
	padding: 9px 20px 0px 0px;
	overflow: auto;
}

#container.home #content {
	width: 407px;
	height: 399px;
	padding: 0px 10px 0px 0px;
}

#logo {
	float: left;
	margin: 69px 0px 0px 20px;
	display: inline;
}

#leftnav {
	float: left;
	width: 120px;
	height: 358px;
	padding: 9px 0px 0px 15px;
	overflow: hidden;
}

#footer {
	clear: both;
	padding: 26px 10px 0px 10px;
	color: #695229;
}

#container.home #footer {
	padding: 6px 10px 0px 10px;
}

#footer #hours {
	float: right;
	text-align: right;
}

#footer a {
	font-size: 14px;
	color: #3F3F0C;
}

/* NAVIGATION CSS */

#nav {
	padding: 0px;
	margin: 2px 0px 0px 29px;
	height: 32px;
}

#nav li {
	list-style: none;
	float: left;
}

#nav li a {
	color: #000000;
	display: block;
	height: 32px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -32px !important;
}

#nav a.home {
	background-image: url('../images/nav_home.gif');
	width: 61px;
}

#nav a.food {
	background-image: url('../images/nav_food.gif');
	width: 59px;
}

#nav a.drink {
	background-image: url('../images/nav_drink.gif');
	width: 65px;
}

#nav a.about {
	background-image: url('../images/nav_about.gif');
	width: 69px;
}

#nav a.events {
	background-image: url('../images/nav_events.gif');
	width: 70px;
}

#nav a.meow {
	background-image: url('../images/nav_meow.gif');
	width: 66px;
}

#nav a.contact {
	background-image: url('../images/nav_contact.gif');
	width: 77px;
}

#subnav {
	padding: 0px;
	margin: 12px 0px 0px 0px;
}

#subnav li {
	list-style: none;
	font-size: 15px;
	line-height: 26px;
}

#subnav li a {
	color: #000000;
}

#subnav li a:hover, #subnav li.active a {
	color: #660000;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 1px;
}

.gallery td {
	width: 151px;
	text-align: center;
	padding: 0px 17px 17px 0px;
}

.gallery table {
	background-color: #E2C48E;
	border: 1px solid #B48E6D;
	width: 151px;
	height: 151px;
}

.gallery td table td {
	padding: 2px;
	width: 147px;
	height: 147px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* ADMIN CSS */
#admin .button {
	margin: 0 3px 6px 0;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td, .reservations td {
	padding-right: 4px;
}

.admin-index-list img { 
	float: left; 
	/*background-color: #ff00ff;*/
	padding: 2px 6px 2px 4px;
}

.admin-index-list, .admin-index-grid { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	width: 100%;
}

.admin-index-list li { 
	padding: 3px;
	margin: 5px 0;
	line-height: 19px;
	background-color: #E2C48E; 
	background-image: url('../images/admin_bar_bg_light.png');
	background-position: center left;
	background-repeat: repeat-x;
	border: 1px solid #B48E6D;
}

.admin-index-list li div {
	float: right;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#admin .admin-index-list .button { margin: 0px; }
.admin-index-list li div.view { width: 40px; }
.admin-index-list li div.configure { width: 66px; }
.admin-index-list li div.edit { width: 33px; }
.admin-index-list li div.subpages { width: 90px; }
.admin-index-list li div.delete { width: 48px; }

.admin-index-grid li {
	width: 143px;
	height: 188px;
	padding: 8px 0 0 8px;
	float: left;
	border: 1px solid #B48E6D;
	background-color: #E2C48E; 
	margin: 0 10px 10px 0;
}


/* MENU CSS */

#menu h2 {
	margin-top: 15px;
	border-bottom: 1px solid #000000;
}

#menu h4 {
	float: left;
	width: 130px;
}

#menu ul + h3 {
	margin-top: 10px;
}

ul.indented {
	margin-left: 137px;
}

ul.menu {
	list-style: none;
	padding: 0px;
}

ul.menu li {
	margin-bottom: 10px;
}

ul.indented li {
	margin-bottom: 5px;
}

ul.menu .name {
	font-weight: bold;
	margin-right: 5px;
}

ul.indented .name {
	font-weight: normal;
}

ul.menu .price {
	margin-right: 5px;
}

ul.menu img {
	margin-right: 5px;
}

ul.menu p {
	margin-top: -10px;
}

ul.menu .addon {
	margin-right: 30px;
	display: block;
	float: left;
	white-space: nowrap;
}

.testimonial {
	margin-bottom: 50px;
}

.testimonial cite {
	display: block;
	text-align:right;
	font-weight: bold;
}
