/* Start of CMSMS style sheet 'betsey screen' */
body {
  text-align: left;
  background-color: #182A16;
  background-image: url(b_images/gradient.jpg);
  background-repeat: repeat-x;
  margin: 0;
  padding: 0 0 15px 0;
  color: #d0d0d0;
  font-family: Times, "Times New Roman", serif;
  font-size: 15pt;
  line-height: 16pt;
  min-width: 950px;
}

#content {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto; 
  width: 850px;
}

table {
  padding: 0;
  border: 0;
  border-spacing: 0;
}

#logo {
  padding: 0 15px 0 15px;
}

.headerphoto {
  vertical-align: top;
  width: 165px;
  height: 220px;
  margin-top: 27px;
  margin-right: 8px;
  margin-left: 8px;
}

.headerphotobig {
  vertical-align: top;
  width: 329px;
  height: 220px;
  margin-top: 27px;
  margin-right: 8px;
  margin-left: 8px;
}

.eventad {
  border: 1px solid #555555;
  width:200px;
  height: 150px;
  text-align:center;
  vertical-align:middle;
  margin-bottom:25px;
}

.eventdate, .eventprice {
  font-size: 12pt;
  display: inline;
  clear: none;
}

.eventdate {
  color: #ff0000;
}

.eventtitle {
  font-weight: bold;
  font-size: 15pt;
  display: inline;
}

.eventdescription {
  font-size: 12pt;
}

.eventtime {
  font-size: 12pt;
  padding-bottom: 10px;
}

.bandname {
  font-weight: bold;
  font-size: 12pt;
  line-height: 12pt;
  margin-left: 50px;
  display: list-item;
}

.banddesc {
  font-size: 10pt;
  line-height: 10pt;
  padding-bottom: 10px;
  margin-left: 50px;
}


.drinklink {
  cursor: pointer;
  border: 1px solid #433a26;
  height: 75px;
  margin-bottom: 10px;
  display: block;
}

.drinklink:hover {
  text-decoration: underline;
  border: 1px solid #ffffff;
}

.thumb {
  padding-right:10px;
  width: 75px;
  height: 75px;
}

.drinkcell {
  background-color:#4c3428;
  background-color:#433a26;
  vertical-align: top;
  padding: 10px;
  width: 390px;
}

.leftcell {
  border: 0;
  border-right: 15px solid #182A16;
  border-bottom: 30px solid #182A16;
}

.rightcell {
  border: 0;
  border-left: 15px solid #182A16;
  border-bottom: 30px solid #182A16;
}

.hide {
  display:none;
}

.drinkDesc {
  display:none;
  font-size: 12pt
}

img {
   border: 0;
}

p, h1, h2, div, td, a, div {
  font-family: Times, "Times New Roman", serif;
  color: #e0e0e0;
}

p, td, div {
  font-size: 15pt;
  line-height: 16pt;
}

h1 {
  font-size: 27pt;
  line-height: 27pt;
}

h2 {
  font-size: 19pt;
  line-height: 19pt;
  margin-top: 9px;
  font-family: Times;
}

#navmenu {
  text-align: center;
  padding: 0;
  margin-top: 10px;
}

#friends a {
  color: #ff0000;
}

#navmenu a {
  color: #ffffff;
  background-color: #000000;
  padding: 4px 7px 4px 7px;
  text-decoration: none;
  font-weight: bold;
  font-size: 12pt;
  min-width: 80px;
  border: 1px solid #182A16;
}

#navmenu a:hover {
  text-decoration: underline;
  border: 1px solid #ffffff;
}

.footer {
  font-size: 11pt;
  line-height: 11pt;
  font-family: arial, sans-serif;
  text-align: center;
}

.footer a {
  font-family: arial, sans-serif;
}

.nounderline {
  text-decoration: none;
}

.imgtag {
  position: relative;
  margin-top: -22px;
  margin-left: 2px;
  z-index: 1;
  text-align: left;
  font-size: 13pt;
}

a:active, a:focus {
  outline: 0;
}
/* End of 'betsey screen' */

