/* text changes color when mouseover */
a.nav:hover {
  color : #939393;
  font-weight : bold;
}

/* link color */
a {
  color : #204070;
  text-decoration : none;
  background : transparent;
  font-weight : bold;
}

div.body {
  color: #000000;
  font-family : Helvetica,Lucida,Arial,sans-serif;
}

div.restaurant_body {
  color: #000000;
  /* font-family : Helvetica,Lucida,Arial,sans-serif; */
}

div.menu {
  /* color: #939393; */
  font-weight: bold;
  margin-left: 5px;
  text-align: left;
  width: 20%;
  position: absolute;
  margin-top: 146px;
  left: 5%;
}

div.banner {
  width: 93%;
  margin-top: 29px; 
  /* padding: 29px; */

}


img.centered {
    display: block;
    text-align: center; 
    margin-left: auto;
    margin-right: auto;
}

img.initials {
    float: left;
}

div.main_text {
  /* 
    position: absolute;
    left: 25%;
    width: 65%;
  */
  /* margin-top: 200px; */
  text-align: left;
  color: #000000;
  width: 93%;
  padding: 15px;  
}

div.footer {
  /* 
    position: absolute;
    left: 25%;
    width: 70%;
  */
  bottom: 10px;
  padding-left: 15px;
}

div.right_side {
  position: absolute;
  left: 25%;
  width: 70%;
}

font.live {
  font-weight : bold;
  color : #939393;
}

font.subTitle {
  font-weight : bold;
  color : #204070; 
}

font.menu {
  font-weight: bold;
  font-style: italic;
  color: #939393;
}

h3.subTitle {
  font-weight : bold;
  color : #939393; 
}

h2.recipeTitle {
  text-align: center;
}

h5.essayByline {
  text-align: center;
  font-size: smaller;
  font-style: italic;
}

hr.recipe {
  width: 200px;
}

img.recipePic {
  float: right;
}

img.validButton {
  float: right;
  border: none;
}

font.strike {
  text-decoration: line-through;
}

table.schedule {
  width: 100%;
  border: 2;
  border-style: groove;
  border-collapse: collapse;
  border-spacing: 3px;
  text-align: center;
}

table.running-days {
  width: 100%;
  border: 2;
  border-style: groove;
  border-collapse: collapse;
  border-spacing: 3px;
  text-align: center;
  background-color: #c0c0c0;
}

table.schedule td.schedule {
  border: 2px;
  border-style: groove;
  border-collapse: collapse;
  border-spacing: 3px;
  width: 12%;
}

table.schedule td.tues {
  border: 2px;
  border-style: groove;
  border-collapse: collapse;
  border-spacing: 3px;
  width: 16%;
}

table.schedule td.day {
  border: 2px;
  border-style: groove;
  border-collapse: collapse;
  border-spacing: 3px;
  width: 12%;
  background-color: #c0c0c0;
}

/* To change wallpaper page links */

a.wallpaper-nav {
  color : #939393;
  text-decoration : none;
  background : transparent;
  font-weight : bold;
}

a.wallpaper-nav:hover {
  color : #b3b3b3;
  font-weight : bold;
}

