/* General */

* {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: lucida grande,verdana;
	min-height: 100%;
	min-width: 850px;
	max-width: 100%;
	background-color: #f1eee7;
}

a {
	text-decoration: none;
}

input {
	border: 1px solid grey;
	margin: 2px;
	padding: 2px;
}

.savebtn {
	display: block;
	clear: both;
	margin: 5px 5px 0px 10px;
	padding: 3px 5px;
	xtext-transform: uppercase;
	font-family: lucida grande;
	font-weight: bold;
	background-color: lime;
	border: 3px solid grey;
}

.savebtn:hover {
	background-color: green;
	color: white;
}

/* header */
#header {
	background-color: #7AA867;
	height: 164px;
	overflow: hidden;
}

/* icon */
#icon {
	float: left;
	margin: 10px;
	border: 1px dashed white;
	width: 100px;
	height: 100px;
}

#icon img {
	width: 100%;
}

/* General Info */
#general_info {
	color: white;
	float: left;
	padding: 15px;
	margin: 5px 0px;
}

#general_info h1 {
	line-height: 1.3em;
}

#general_info small {
	font-size: 12px;
	line-height: 10px;
	color: white;
}

div.tab {
	padding: 15px;
}

/* Welcome */
#welcome {
}

/* Special offers */

#special_offers {
	padding: 15px 15px 0px 0px;
	font-size: 15px;
	color: #211e1e;
	width: 98.3%;
	
	position: absolute;
}

#special_offers input {
	margin: 0px;
}

#special_offers ul {
	list-style: none;
}

#special_offers .button a {
	color: black;
}

#special_offers .timepicker {
	font-size: 12px;
	display: inline;
	width: 500px;
	xfloat: right;
	xmargin: 0px 20px 0px 0px;
	xtop: 0px;
	xposition: fixed;
	xleft: 350px;
	xclear: left;
	display: none;
}

#special_offers .timepicker p {
	display: inline;
}

#special_offers .button {
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	font-stretch: normal;
	background-color: white;
	margin: 2px 5px;
	padding: 0px 5px;
	
	float: right;
	top: 0px;
	position: relative;
	right: 8px;
}

#special_offers .button:hover {
	background-color: #a2cdff;
}

.special_offer {
	background-color: #659AA7;
	color: white;
	
	padding: 5px 0px 0px 15px;
	height: 1.75em;
	width: 100%;
	border-bottom: 1px solid white
}

.special_offer.odd {
	background-color: #e0e0e0;
}

.special_offer.odd:hover {
	background-color: #cecece;
}

/* Photos */

#photos {
}

#photos a img {
	border:  1px solid #888;
	height: 66px;
	width: 100px;
}

#photos a:hover img {
	border-color: #666;
}

#photos a.thickbox {
	float: left;
	display: block;
	height: auto;
	width: 100px;
}

.image {
	position: relative;
	float: left;
	display: block;
	margin:  0 0 15px 11px;
	xheight: 66px;
	width: 100px;
}


/* Menu */
#menu {
	width:auto;
	margin: 0 auto;
    font-family: "lucida grande",verdana;
    text-align:left;
}

#menu input {
	margin: 0px;
}

/* menu editing */

.m_title, .mp_title, .i_title {
	width: 80%;
}

.menuedit {
	float: left;
	margin: 10px;
	list-style: none;
	padding: 0px 1px;
	border-top: none;
	border-bottom: none;
}

.menuedit li {
	margin: 2px 0px;
	width: 170px;
}

#menus.menuedit li {
	font-size: 20px;
	border-bottom: 1px dashed #9B968F;
	background-color: white;
	color: #5699a7;
	font-weight: bold;
	height: auto;
	padding:10px 0px 0px 5px;
}

#menus.menuedit li.selected,
.menu_parts.menuedit li.selected,
.menu_items.menuedit li.selected {
	border: 2px solid red;
}

.menu_parts.menuedit li {
	font-size: 14px;
	height: auto;
	padding:3px 0px 3px 3px;
	border-bottom:2px solid #444444;
	background-color: #5699a7;
	color: white;
}

.menu_items.menuedit li {
	color:#42423B;
	font-size:12px;
	font-weight: bold;
	height:auto;
	border-bottom: 1px dashed #9B968F;
	padding: 5px 0px 3px 3px;
	width: 200px;
}

.menu_parts.menuedit li.placeholder,
#menus.menuedit li.placeholder,
.menu_items.menuedit li.placeholder {
	background-color: #444444;
	color: white;
	border-bottom: none
}

.menu_parts.menuedit li.placeholder:hover,
#menus.menuedit li.placeholder:hover,
.menu_items.menuedit li.placeholder:hover {
	background-color: #AAAAAA;
	color: black;
}

.menuedit p {
	font-weight: bold;
	display: inline;
	font-size: 10px;
	position: absolute;
	right: 5px;
}

.delete {
	color: #A81818;
}

.menuedit a {
	font-size: 10px;
}

.item_info {
	float: left;
	margin: 5px;
	padding: 5px;
	width: 225px;
	height: 150px;
}

.item_info textarea {
	width: 100%;
	height: 100%;
}


/* hours */
#hours .dayfield {
	display:block;
	float: left;
	width: 75px;
}

#hours .timeEntry_wrap {
	margin: 0px 10px;
}
