/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~ Style sheet created 10/11/2005                                       ~~ */
/* ~~ Copyright (C) 2005 September and Dave Leach                          ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* ~~ Colors ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~   red: 	#cc0000	(204/0/0)                                          ~~ */
/* ~~   blue:	#0099ff (0/153/255)                                        ~~ */
/* ~~   green:	#00ff99 (0/255/153)                                        ~~ */

/* ~~ Main body style ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

body {
  background-color: #ffffff;  /* white */
  background-image: url(images/banner_background_vertical.jpg);
  background-repeat: repeat-y;

  font-family: Garamond, serif;
  font-size: 1em;

  margin-top: 0px;
  margin-bottom: 3%;
  margin-left: 0px;
  margin-right: 0px;

  text-align: justify;
}

/* ~~ Class styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

p.cls-fine-print {
  clear: both;
  color: #cc0000;  /* red */

  margin-left: 150px;
  margin-top: 3%;

  font-family: Verdana, Arial, sans-serif;
  font-size: 0.66em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  text-align: justify;
  text-decoration: none;
}

p.cls-left-navigation {
  color: #ffffff;
 
  float: left;

  font-family: Garamond, serif;
  font-size: 0.9em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  margin-left: 10px;

  text-align: left;
  text-decoration: none;
}

a.cls-left-navlink:active {
  border-bottom: 1px dotted;
  color: #ffffff;  /* parchment */    
}

a.cls-left-navlink:hover {
  border-bottom: 1px solid;
  color: #ffffff;  /* parchment */  
}

a.cls-left-navlink:link {
  border-bottom: 1px dotted;
  color: #ffffff;  /* parchment */ 
}

a.cls-left-navlink:visited {
  border-bottom: 1px dotted;
  color: #ffffff;  /* parchment */
}

p.cls-link {
  font-family: Garamond, serif;
  font-size: 0.9em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  margin-left: 150px;

  text-align: justify;
  text-decoration: none;

  vertical-align: text-top;
}

p.cls-page-byline {
  background-color: #000000;

  color: #dcd3b8;
 
  font-family: Impact, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;

  margin-left: 150px;
  margin-right: 30px;

  text-align: center;
  text-decoration: none;
}

p.cls-page-headline {
  background-image: url(images/banner_background_horizontal.jpg);
  background-repeat: repeat-x;
  background-position: 0px 0px;

  font-family: Impact, sans-serif;
  font-size: 2em;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;
   
  text-align: right;
  text-decoration: none;
}

p.cls-section-headline {
  font-family: Impact, sans-serif;
  font-size: 1.5em;
  font-style: normal;
  font-variant: normal;
  font-weight: lighter;

  margin-left: 150px;

  text-align: left;
  text-decoration: none;  
}

p.cls-section-text {
  font-family: Georgia, "Book Antiqua", Garamond, serif;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  margin-left: 175px;
  margin-right: 30px;

  text-align: justify;
  text-decoration: none;
}

table.cls-menu-list {
  border: none;

  margin-left: 175px;
  margin-right: 30px;
  
  width: 65%
}

table.cls-schedule {
  border: none;

  margin-left: 175px;
  margin-right: 30px;
  
  width: 70%
}

td.cls-menu-description {
  font-family: Georgia, "Book Antiqua", Garamond, serif;
  font-size: 0.8em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  margin-left: 12%;
  margin-right: 130px;
  margin-top: -2%;

  text-align: left;
  text-decoration: none;  
}

td.cls-menu-item {
  font-family: sans-serif;
  font-size: 1em;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;

  text-align: left;
  
  vertical-align: middle;

  width: 55%
}

td.cls-menu-wine-brand {
  border: none;

  font-family: Georgia, "Book Antiqua", Garamond, serif;
  font-size: 0.8em;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;

  text-align: left;

  vertical-align: middle;

  width: 70%;
}

td.cls-menu-price {
  border: none;

  font-family: Georgia, "Book Antiqua", Garamond, serif;
  font-size: 0.8em;
  font-style: normal;
  font-variant: normal;
  font-weight: bolder;

  text-align: right;
  text-decoration: none;

  vertical-align: middle;

  width: 15%;
}

td.cls-schedule-location {
  padding-left: 3%;
  padding-right: 3%;

  text-align: right;

  width: 50%;
}

td.cls-schedule-logo {
  padding-left: 3%;
  padding-right: 3%;

  text-align: center;

  width: 30%;
}

td.cls-schedule-time {
  padding-left: 3%;
  padding-right: 3%;

  text-align: left;

  vertical-align: middle;

  width: 20%;
}

/* ~~ Default element styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1 {
  font-family: Impact, sans-serif;
  font-size: 2em;
  font-weight: normal;
  text-decoration: none;
  text-align: right;
}

h2 {
  font-family: Impact, sans-serif;
  font-size: 1.75em;
  font-weight: normal;
  text-decoration: none;
}

h3 {
  font-family: Impact, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
  text-decoration: none;
}

a:link {
  color: #0000ff;
  text-decoration: none;
}

a:visited {
  color: #79331c;  /* sepia */
  text-decoration: none;
}

a:hover {
  color: #79331c;  
  text-decoration: underline;
}

a:active {
  color: #79331c;  /* sepia */
  text-decoration: underline;
}

