/* resets and generic */

.clear {
  clear: both;
}

.thumb{
  width: 50px;
  height: 50px;
}

a img {
  border: 0;
  text-decoration: none;
}

a:hover img {
  text-decoration: none;
  background: none;
}

a {
  outline: none;
}

p {
  line-height: 18px;
  margin: 0 0 12px 0;
}

/* layout and all pages */
body { 
  background: url(/images/bg.png) #790000 repeat-x;
  font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

#wrapper {
  width: 1002px;
  margin: 0 auto;
}

#logo {
  margin-left: 100px;
  float: left;
}

#header {
  height: 120px;
  background: url(/images/headerbg.png) no-repeat;
  color: #fff;
  position: relative;
}
#header #user-info {
  position: absolute;
  top: 20px;
  right: 100px;
  width: 200px;
}

#header #user-info a {
  color: #fff;
}

#main-content {
  background: url(/images/contentbg.png) repeat-y;
  min-height: 400px;
  padding: 1px 0;
}

#content-tabs, #list-link {
  margin: 0 50px;
  height: 21px;
}

#content-tabs a, #list-link a{
  float: right;
  height: 20px;
  display: block;
  padding: 0 10px;
  line-height: 20px;
  background: #eee;
  border: 1px solid #b6b6b6;
  border-bottom: 0;
  text-decoration: none;
  font-size: 11px;
  color: #333;
}
#content-tabs a.profile-link{
  background: #fdd;
}

#content-tabs a.search-link{
  float: left;
}

#content-tabs a:hover {
  background: #fff;
}

#rest-banner {
  padding-top: 20px;
}

#rest-banner #restaurateurs-link{
  text-decoration: none;
  float: left;
  border: none;
  width: 140px;
  height: 50px;
  margin-left: 40px;
  *margin-left: 0px;
}

#inner-content {
  margin: 0 50px 20px;
  border: 1px solid #b6b6b6;
  background: #fff;
}

#inner-content h1 {
  color: #790000;
  margin: 10px 5px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 36px;
  font-weight: normal;
}

#restaurant-name {
  display: inline-table;
  padding: 10px;
  font-weight: bold;
  font-size: 1.5em;
}

#inner-content h3 { 
  color: #790000;
  margin: 12px 0;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  font-weight: normal;
}
#inner-content h3 a {
  color: #790000;
}
#inner-content h3 {
  color: #;
  margin: 12px 0;
}
#inner-content h4 {
  color: #;
  margin: 12px 0;
}
#inner-content a {
  color: #f00;
  text-decoration: none;
}
#inner-content img.photo {
  border: 1px solid #790000;
}

#breadcrumb-header {
  padding: 0 20px 0 20px;
  height: 49px;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 10px;
  color: #650000;
  font: 19px Georgia, "Times New Roman", Times, serif;
  line-height: 49px;
}

#breadcrumb {
  float: left;
  line-height:48px;
}

#breadcrumb a {
  color: #666;
}

#breadcrumb span.breadcrumb-link {
  display: block;
  float: left;
  line-height: 49px;
  height: 49px;
  padding-right: 25px;
  background: url(/images/breadcrumbdiv.gif) no-repeat top right;
}

#add-restaurant-link {
  float: right;
  padding-top: 9px;
}

#content {
  padding: 0 30px 20px;
}

#content fieldset {
  padding: 10px;
  margin: 20px 0;
}

/* restaurant */

#finish-editing {
  margin-top: 15px;
  float: right;
}

#tabdiv {
  position: relative;
  padding-top: 43px;
  min-height: 600px;
}

#restaurateur_subscribe #tabdiv {
  min-height: 100px;
}

#list-link {
  position: absolute;
}

#tabdiv-tabs {
  position: absolute;
  top: 0;
  left: 0;
  height: 42px;
}

#tabdiv-tabs a {
  display: block;
  float: left;
  height: 35px;
  font: 19px Georgia, "Times New Roman", Times, serif;
  line-height: 35px;
  text-decoration: none;
  color: #666;
  text-align: center;
  border: 1px solid #b6b6b6;
  padding: 0 20px;
  margin: 0 5px 0 0;
  background: #fff;
}

#tabdiv-tabs a.active {
  color: #000;
  border-bottom: 0;
  padding-bottom: 8px;
}

#subtab-content {
  border: 1px solid #b6b6b6;
  padding: 10px 20px;
}

#add-menu-link {
  margin-bottom: 5px;
}

a.edit-link-button {
  text-decoration: none;
  padding: 3px 5px 3px 5px;
  margin: 5px 5px 0 5px;
  background: #f88;
  color: #222 !important;
  border: 1px solid #922;
  height: 20px;
  line-height: 20px;
  font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

a.edit-link-button:hover {
  background: #CCC;
}

#restaurant-pic {
  width: 200px;
  height: 150px;
  border: 2px solid #7f0b0b;
  float: right;
  margin-top: 20px;
}

.restaurant-edit-container {
  background: #F5F5F5;
  border: 2px solid #888;
  padding: 5px;
  margin: 0 0 10px 10px;
  width: 530px;
}

#file-input {
  vertical-align: middle;
}

#upload_saving {
  margin: 0 auto;
}

.result-list {
  width: 99%;
  margin: 0 auto;
}

.menu-header {
  margin-top: 10px;
}

#finish-message {
  position: absolute;
  right: 10px;
  padding: 10px 10px 0;
  border: 1px solid black;
  background-color: #EEE;
  text-align: center;
}

#search-tags-field {
  position: relative;
}

img#tags-help {
  margin-top: -3px;
  padding-left: 3px;
  vertical-align:middle;
}

#tags-help-panel {
  display: none;
  position: absolute;
  top: -40px;
  left: 105%;
  padding: 5px;
  border: 2px solid #B99;
  z-index: 99;
  width: 320px;
  text-align: left;
  background: #FCC;
}

#tags-help-panel #tag-cloud {
  font-family: courier;
  padding-top: 5px;
}

.tag1 { font-size: 1.0em; }
.tag2 { font-size: 1.2em; }
.tag3 { font-size: 1.4em; }
.tag4 { font-size: 1.6em; }

#tags-close-icon {
  float: left;
  width: 16px;
  height: 16px;
  line-height: 16px;
  padding-right: 3px;
  background: url(/images/cross.png) no-repeat top left;
  cursor: pointer;
}

.editable {
  position: relative;
}

.editable-hover {
  background-color: #CACAC0 !important;
  position: relative;
  z-index: 96;
  cursor: pointer;
}

.editimage-hover {
  cursor: pointer;
  visibility: hidden;
}

.edititem-menu {
  position: absolute;
  top: -35px;
  left: 0;
  background: #DADAD0;
  border: 2px solid #764;
}

.edititem-menu .edit-button {
  margin: 4px;
  float: left;
  text-align: center;
  z-index: 97;
  color: #333;
  border: 2px solid #444;
  background: #CCC;
  padding: 3px;
}

.edit-button div {
  float: left;
  font-family: Helvetica, sans-serif;
  padding: 0 1px;
  line-height: 16px;
}

.edit-button:hover {
  cursor: pointer;
}

.menus-container ul li a:hover, .categories-container ul li a:hover, .ui-tabs-nav li.ui-state-processing a:hover {
  cursor: move !important;
}

.menu-category .category-header {
  border-bottom: 1px solid #d6d6d6;
  margin: 5px 0 10px;
  position: relative;
}

.menu-category h3 .message {
  font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

h1 .message {
  font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

h4.menu-category-name {
  padding: 10px;
  float: left;
  margin: 6px 0;
}

.menu-category-anchornav {
  height: 20px;
  float: left;  
  margin-left: 10px;
  font-size:   10px;
}

.menu-category-desc {
  padding: 5px;
  border: 1px solid black;
  background: #EFEFEF;
}

.add-dish-button {
  margin: 22px 0 0 20px;
  float: left;
}
.menu-category * a.add-img {
  padding-left: 15px;
}

.add-category-link {
  margin: 10px 0 0 0;
}

.no-items {
  padding-bottom: 10px;
}

.menu-items-list {
  list-style-type: none;
  padding: 3px;
}

.category-list {
  list-style-type: none;
  padding: 3px;
}

.item-dropzone {
  height: 100px;
  border: 1px dashed #333;
}

.menu-item, .menu-item-edit {
  border: 2px solid #DDD;
  position: relative;
  background: #EAEAE0;
  margin: 5px 5px 5px 0;
  padding: 0 50px 0 8px;
  min-height: 100px;
}

.item-container .menu-item {
  display: table;
}

.menu-item-edit:hover {
  cursor: move;
}

.item-header {
  width: 95%;
}

.menu-item .price, .menu-item-edit .price {
  text-align: right;
  font-size: 120%;
}

.menu-item .item-details .item-name, .menu-item-edit .item-details .item-name{
  margin: 12px 0 3px;
  padding: 0 8px 0 0;
  font: 20px Cambria, Georgia, 'Myriad Pro', Arial, Helvetica;
  float: left;
}

.menu-item .item-details .item-rating, .menu-item-edit .item-details .item-rating{
  min-width: 130px;
  height: 21px;
  float: left;
}

.avg-rating {
}

.user-rating {
  display: none;
  cursor: pointer;
}

.user-rating span img{
  cursor: pointer;
}

.menu-item-edit .item-details .item-comments-count {
  margin: 5px 0;
  text-align: right;
}

.menu-item .item-details .item-desc, .menu-item-edit .item-details .item-desc, .menu-item-edit .item-details .item-tags {
  margin: 10px 0;
  padding: 10px 10px;
}

.item-container {
  padding: 10px;
  margin-bottom: 5px;
}

.comments-container {
}

.comment {
  padding: 5px;
  font-size: small;
  max-width: 60em;
}

.inline-comment {
  float: left;
  background: #DDD;
  padding: 5px;
  max-width: 65%;
}

.block-comment {
  background: #DDD;
  padding: 5px;
  margin: 10px;
  max-width: 60em;
}

.comment-collapsed {
  display: none;
}

.comments-container.highlight{
  background: #DDD;
}

.comment-form {
  margin: 5px 0 10px 5px;
}

#inner-content a.collapse-link, #inner-content a.expand-link {
  font-style: normal;
  color: #000;
}

.byline {
  font-style: italic;
  font-size: x-small;
  padding: 5px 5px 5px 12px;
}

table.comment-replies {
}

.comment-reply .comment{
  background: url(/images/reply.png) no-repeat top left;
  padding-left: 10px;
  margin: 0;
}

.reply-indent {
  width: 30px;
}

#single-comment-warning {
  background: #FAB9B9;
  padding: 10px;
}

.menu-category a.edit-img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

#display-options {
  margin: 12px 0;
}

#neighborhood-select {
  display: none;
}

#alphabet-search {
  border-bottom: 1px solid #b6b6b6;
  padding: 7px;
  margin-bottom: 12px;
}

#alphabet-search a, #alphabet-search span {
  margin-right: 5px;
}

#alphabet-search #main-search {
  float: right;
  margin-top: -3px;
}

#alphabet-search #dish-search {
  float: left;
}

#search-panel {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

body.home #inner-content {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
}

#banner {
  height: 178px;
  padding: 20px;
  text-align: center;
  background: url(/images/banner.png) no-repeat;
}

#banner #intro {
  margin: 12px 0 12px;
  font-size: 26px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
#banner #buttons {
  margin: 6px 0;
  /* height and overflow to fix weird hover issue I dont feel like troubleshooting */
  height: 90px; 
  overflow: hidden;
  
}
#home_content {
  padding: 20px 90px 20px;
}

#column-1 {
  border: 1px solid #b6b6b6;
  width: 440px;
  float: left;
  margin-right: 30px;
  background: url(/images/yellow.png);
}
#column-2 {
  width: 348px;
  float: left;
}
#column-2 .box {
  border: 1px solid #b6b6b6;
  background: #fff;
  margin-bottom: 24px;
  padding: 5px 15px 15px;
}
.column-inside {
  padding: 5px 15px 15px;
}
#column-2 .box h3 {
  color: #790000;
  font-size: 20px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin-bottom: 6px;
}
#column-2 .box p {
  margin: 6px 0;
}
#column-2 .box img {
  border: 1px solid #790000;
  float: left; 
  margin: 12px 12px 6px 0;
  width: 90px;
  height: 90px;
}

#main-content h1 {
  font-family: Georgia, "Times New Roman", Times, serif;
  margin: 12px 5px;
}
#main-content h3 {
  color: #790000;
  font-size: 30px;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  margin: 12px 0;
}

#main-content h4 {
  margin: 12px 0;
}

#footer {
  background: url(/images/footerbg.png) no-repeat;
  height: 40px;
  padding: 30px;
  text-align: center;
  font-size: 1.2em;
  color: #AAA;
}

#footer div {
  margin: 10px;
}

#footer a {
  text-decoration: none;
  color: #AAA;
}

#footer a:hover {
  color: #000;
}

#inner-content a.add-img:hover, #inner-content a.edit-img:hover {
  background: none;
}

.page-form {
  width: 50%;
  margin: 0 auto;
  padding: 20px 20px;
}

.form-field {
  margin: 3px;
  padding: 3px;
  width: 300px;
  background-color: #DDD;
  border: 2px solid #BBB;
}

.form-field-wide {
  margin: 3px;
  padding: 3px;
  width: 500px;
  background-color: #DDD;
  border: 2px solid #BBB;
}

.field-error {
  display: inline;
  padding: 2px;
  color: #A00;
}

#import_link {
  float: right;
  background: #ccc;
  color: #622;
  padding: 5px;
}

#import_link:hover {
  background: #111;
  color: #DDD;
}

#new_restaurant #save_button {
  text-align: center;
  margin-top: 10px;
  width: 500px;
}

#new_restaurant #save_button a {
  padding-left: 30px;
}

.menu-item-edit form {
  padding: 5px;
  border: 2px solid #AAA;
}

.menu-item-edit form .item-field {
  padding: 3px 0;
}

.menu-item-edit form .item-field .item-label {
  width: 97px;
  float: left;
  text-align: right;
  font-weight: bold;
  padding-right: 5px;
}

.menu-item-edit form label:after {
  content: ':';
}

.menu-item-edit form input {
}

.menu-item-edit form textarea {
  margin-top: 5px;
}

.menu-item-edit form div #new-item-pic {
  width: 80px;
}

#menus {
  width: 80%;
}

.menu, .menu_category {border-left:10px solid #999; padding-left:10px; border-top: 2px solid #999; padding-top: 5px;}
.menu_item{border-left:10px solid #DDD; padding-left:10px; border-top: 2px solid #DDD; margin-top: 5px;}
.menu{border-color:#555; margin:2em 0; border-top: 2px solid #555; margin-top: 5px;}

form.restaurant_form #restaurant_info div {
  margin: 5px 0;
}

form.restaurant_form #restaurant_info label {
  width: 150px;
  float: left;
  padding-right: 10px;
  text-align: right;
  font-weight: bold;
}

form.restaurant_form #tags-field {
  float: left;
  padding: 5px 0;
}

form.restaurant_form #tags-help {
  float: right;
  width: 320px;
  padding-bottom: 20px;
}

form.restaurant_form input.long {
  width: 400px;
}

form.restaurant_form select {
  border: 1px solid #999;
  padding: 1px;
  font-family: "lucida grande", lucida, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
}

div.admin_models {
  padding: 10px;
}

table.admin_models th {
  border: 1px solid black;
}

table.admin_models tr td {
  text-align: center;
  padding: 3px;
}

table#promos-admin * a {
  text-decoration: none;
  padding: 3px;
  color: #000;
  background: #CCC;
  border: 2px solid #888;
}

table#promos-admin * a:hover {
  color: #CCC;
  background: #000;
}

tr.highlight {
  background: #CCC;
}

/**** Form Section ****/
#contact_form
{
  width: 50%;
  margin: 20px auto;
  padding: 0 0 20px;
}

form ul
{
  list-style-type:none;
  width: 60%;
  margin: 0 auto;
  padding: 0;
}

form li
{
  display:block;
  margin:0;
  padding:4px 5px 2px 9px;
  position:relative;
}

form li:after
{
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
}

div.fieldWithErrors input, div.fieldWithErrors textarea {
  border: 2px solid red;
}

.fieldWithErrors {
  display: inline;
}

#errorExplanation {
 width: 400px;
 border: 2px solid #red;
 padding: 7px;
 padding-bottom: 12px;
 margin-bottom: 20px;
 margin: 0 auto;
 background-color: #f0f0f0;
 }

 #errorExplanation h3 {
 text-align: left;
 font-weight: bold;
 padding: 5px 5px 5px 15px;
 font-size: 12px;
 margin: -7px;
 background-color: #c00;
 color: #fff;
 }

 #errorExplanation p {
 color: #333;
 margin-bottom: 0;
 padding: 5px;
 }

 #errorExplanation ul li {
 font-size: 12px;
 list-style: square;
 }

.clear {
  clear: both;
}
.selected {
  background-color: #CCC;
}

#restaurant_count {
  float: left;
  width: 60%;
}

#restaurant_count #restaurant_location {
  float: left;
}

#restaurant_count #change_location {
  padding-top: 23px;
}

#change_location_link {
  padding-left: 10px;
}

#change_location_select {
  display: none;
}

#restaurant_count #change_location select {
  margin-left: 10px;
}

#restaurateur_splash {
  padding: 20px;
}

#thanks {
  margin-top: 20px;
  font-size: 110%;
}

#restaurateur_instructions {
  margin: 20px;
  text-align: left;
}

#restaurateur_instructions #instructions_header {
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  font-size: 150%;
  font-weight: bold;
}

#restaurateur_instructions #choose_existing {
  float: left;
}

#restaurateur_instructions #add_new {
  float: right;
}

#restaurateur_instructions .choice {
  width: 350px;
  padding: 10px;
  border: #600 3px solid;
  background: #EEE;
}

#restaurateur_instructions .choice .choice_text {
  width: 90%;
  margin: 0 auto;
}

#value_proposition {
  font-size: 110%;
}

#value_proposition h3{
  margin: 5px;
  text-align: center;
}

#value_proposition h4 {
  width: 99%;
  margin: 0 auto;
}

#value_proposition table {
  padding: 5px;
  margin: 20px auto;
  background: #600;
}

#value_proposition table td{
  padding: 0 5px;
  text-align: center;
}

#value_proposition table td h3{
  margin: 10px 0 0 0;
  font-family: helvetica, arial, sans-serif;
  font-size: 2.0em;
  text-align: center;
}

#value_proposition table td ul {
  margin: 5px 0px 10px 60px;
}

.subscribe-button {
  width: 350px;
  height: 50px;
  text-align: center;
  margin: 0 auto;
  background: url(/images/button_bg.jpg) no-repeat;
}

.subscribe-button h1 {
  color: #FFF;
  padding: 7px 0;
  text-stroke: 1px red;
}

.subscribe-button h1:hover {
  color: #888;
}

.subscribe-button a {
  text-decoration: none;
}

#restaurateur_subscribe {
  margin: 30px auto;
  width: 600px;
}

#restaurateur_subscribe .subtab {
  border: 1px solid #b6b6b6;
  padding: 20px;
}

#subscribe_form {
  width: 50%;
  margin: 0 auto;
}

#subscribe_message {
  font-size: 110%;
}

#restaurants_list {
  margin: 20px 0;
}

#restaurants_list table {
  margin: 5px 0;
  border: #600 3px solid;
  width: 100%;
  text-align: center;
  font-size: 120%;
}

#restaurants_list table tbody tr td{
  background: #CCC;
  padding: 3px;
}

.restaurateur_badge {
  float: left;
  margin: -20px 0 0 10px;
}

#claim_confirm {
  margin: 10px auto;
  padding: 10px;
  width: 200px;
  font-size: 120%;
  background: #A77;
}

#claim_buttons {
 text-align: center;
}

#delete_links {
  margin: 10px auto;
  padding: 10px;
  width: 400px;
  font-size: 120%;
  background: #A77;  
}

#delete_links a:hover{
  background: white;
}

#add_more {
  padding: 20px;
  font-size: 120%;
  width: 50%;
  margin: 0 auto;
}

.restaurant-setting {
  width: 600px;
  border: 2px solid #333;
}

.select-users select, .select-users #move-buttons{
  float: left;
  margin: 10px 0 10px 10px;
}

#edit-users-button-section fieldset {
  width: 50%;
}

.select-users #move-buttons{
  margin-top: 10%;
}

.comment-link {
  font-size: x-small;
  font-weight: bold;
}

.comment-link :hover{
  color: #000;
}

.delete-confirm {
  display: none;
  font-size: x-small;
}

.delete-confirm {
  padding: 0 5px;
}

.reply-form form{
  display: none;
  margin-left: 10px;
}

.status-message {
  padding: 5px;
  border: 4px solid #EBB;
  margin: 5px;
  width: 420px;
  text-align: center;
  line-height: 25px;
}

.user-view {
  padding: 10px;
}

#embed_link {
  padding-top: 5px;
  font-weight: bold;
}

#new-password-form {
  display: none;
}

.column-inside h3{
  float: left;
}

.see-all-link {
  line-height: 75px;
  font-weight: bold;
  padding-left: 10px;
}

.see-all-link:hover {
  color: #000;
}

#embed-styles {
  display: none;
}

.style-setting {
  padding: 5px 0;
  height: 20px;
  line-height: 20px;
}

.style-setting input{
  color: #666;
}

#embed-styles .form-field-wide .style-setting-label {
  width: 220px;
  float: left;
  text-align: right;
  padding: 3px 5px 0 0;
}

.restaurateur-settings fieldset legend {
 font-size: 1.2em 
}

.style-preview {
  background: #EEE;
  width: 100px;
  padding: 3px 10px;
  border: 2px solid #CCC;
}

#user-bar-action {
  padding: 2px;
}

#twitter-feed {
  width: 90%; padding: 10px; background-color: #DDD; border: solid 1px #BBB; margin-bottom: 20px;
}
ul#twitter_update_list { list-style: none; padding: 0; margin: 0; }
ul#twitter_update_list li { list-style: none; font-family: Verdana, Geneva, sans-serif; 
font-size: 11px; padding: 5px; margin: 0px 0px 0px 0px; }
ul#twitter_update_list li a { font-size: 10px; }

a.stbar.chicklet img {border:0;height:16px;width:16px;margin-right:3px;vertical-align:middle;}
a.stbar.chicklet {height:16px;line-height:16px;}

.image-viewer img{
  margin: 0 auto;
}

.picture-nav, .item-picture-large {
  float: left;
  padding: 3px;
}

.edit-dialog {
  display: none;
}

.menu-name, .category-name {
  display: none;
}

.menus-container {
  clear: both;
}

.menu-desc {
  margin-bottom: 15px;
  padding: 5px;
  border: 1px solid black;
  background: #EFEFEF;
}

.edit-section {
  margin: 0 0 20px 20px;
}

.edit-section-header {
  font-size: 1.2em;
  font-weight: bold;
  padding: 3px 5px;
  float: left;
}

#all_or_none {
  padding: 3px 10px 3px 0;
}

#all_or_none a {
  padding: 3px;
}

#all_or_none input {
  float: right;
}

#edit-restaurant-nav {
  margin: 10px;
}

.add-hours-link {
  padding: 10px;
  margin-left: 250px;
}
