/*
Theme Name: Riverboat Landing
Theme URI: http://www.riverboatlanding.com/
Description: The default theme for Riverboat Landing.
Version: 1.0
Author: Jeremy Martin
*/

/* General Layout */
#header {
  background-image: url(images/bg-header.png);
  background-repeat: no-repeat;
  height: 300px;
}

#navigation {
  background-image: url(images/bg-navigation.png);
  background-repeat: no-repeat;
  font-size: 16px;
  height: 33px;
  padding-top: 7px;
  text-align: center;
}
  #navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    #navigation ul li {
      display: inline;
      margin: 0 22px;
    }
      #navigation ul li a:link,
      #navigation ul li a:visited {
        color: #FEFEFE;
        text-decoration: none;
      }
      #navigation ul li a:hover {
        text-decoration: underline;
      }
      
#content {
  background-image: url(images/bg-content.png);
  background-repeat: repeat-y;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 1px 25px;
}
  #content h1,
  #content h2 {
    color: #4E3B1B;
    font-family: "Times New Roman", Times, serif;
    font-size: 20px;
    margin-bottom: 5px;
  }

#sidebar {
  float: right;
  margin-left: 10px;
  width: 237px;
}
  #reservations {
    margin: 10px 0 10px 15px;
  }
  #special {
    background-image: url(images/bg-special.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 249px;
    width: 179px;
    margin: 15px auto;
  }
    #special p {
      color: #FFFFFF;
      padding: 85px 15px;
      text-align: center;
    }

#footer {
  background-image: url(images/bg-footer.png);
  background-repeat: no-repeat;
  font-size: 9px;
  height: 40px;
  text-align: center;
}
  #footer a {
    color: #444444;
    text-decoration: none;
  }

.clear {
  clear: both;
}

.error {
  color: #FF0000;
  font-weight: bold;
}

.menuItem {
  vertical-align: top;
}

.menuDivide {
  background-color: #4E3B1B;
  height: 1px;
}


/* Tab Styling */
#tabs {
	margin-top: 10px;
  width: 500px;
}

#tabGroup {
  list-style: none;
  margin: 0;
  padding: 0;
}
  #tabGroup li {
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    background-color: #791309;
    border: 1px solid #4E3B1B;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 4px 10px;
    text-align: center;
  }
    #tabGroup li:hover {
      background-color: #EFD5B4;
    }
      #tabGroup li:hover a {
        color: #4E3B1B;
      }
    #tabGroup li a {
      color: #FEFEFE;
      padding: 6px 10px 7px 1px;
      text-decoration: none;
    }
    #tabGroup li.active {
      background-color: #EFD5B4;
      border-bottom: 1px solid #EFD5B4;
      border-left: 1px solid #4E3B1B;
      border-right: 1px solid #4E3B1B;
      border-top: 1px solid #4E3B1B;
    }
      #tabGroup li.active a {
        color: #4E3B1B;
      }

.tabContent {
  background-color: #EFD5B4;
  border: 1px solid #4E3B1B;
  margin: 4px auto;
  padding: 5px 15px 15px;
}
  .tabContent table tr {
    border: 1px solid #4E3B1B;
  }

#tabShi {
  text-align: center;
}


/* HTML Tags */
body {
  background-image: url(images/bg.png);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0;
}


/* Signature */
#viewtiful {
  margin: 0 auto;
  position: relative;
  width: 800px;
}
