/* OUR EVENTS */
#our_events {
    background-color: #00245D;
    color: white;
}

#season {
    position: absolute;
    right: 20px;
}

#our_events img {
  position: relative;
}
#our_events_image {
    display: block;
	position: realtive;
}

#ourevents_transparent {
  background-color: #00245D;
    -moz-opacity:0.6;
    opacity:0.6;
    filter:alpha(opacity=60);
  position: absolute;
	top: 383px;
  height: 160px;
  width: 725px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

#our_events_blurb {
    margin-top: 0px;
}

#our_events_content {
  position: absolute;
  color: white;
  width: 320px;
	height: 500px;
	top: 0px;
	left: 0px;
}

#our_events_content p {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
}

#our_events_content p a {
	color: white;
}

#our_event_teaser {
  background-color: #666666;
  height: 286px;
  color: white;
  width: 725px;
  padding-bottom: 30px;
}
#our_events_content p {
  margin-top: 0px;
  margin-bottom: 5px;
}

#our_events_counties {
	margin-top: 40px;
}

#our_events_counties p {
	margin-top: 0px;
	margin-bottom: 0px;
}

#our_events_viveurlogo {
	position: absolute;
	bottom: 20px;
	right: 30px;
}

/* SCROLL BAR ON OUR EVENTS PAGE */
#specscroller {
	z-index: 1;
        overflow: hidden;
	clip: rect(0px 320px 155px 0px);
        width: 320px;
	height: 500px;
	position: absolute;
	top: 410px;
	left: 350px;
}
#controlLayer {
        position: absolute;
	top: 403px;
	right: 40px;
	height: 160px;
}
#uparrow,#downarrow {
        position: absolute;
        left: 0px;
        cursor: pointer;
        height: 10px;
        width: 11px;
}
#uparrow { top: 0px; }
#downarrow { bottom: 0px; }



#bottom_events {
	height: auto;
}

/* UPCOMING EVENTS */
#latest_event {
  width: 340px;
  position: relative;
  left: 340px;
  top: 0px;
}

#latest_event p {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 0px;
}

#latest_event_images {
  position: absolute;
  top: 20px;
  left: 20px;
}

#latest_event_images img {
  margin-right: 15px;
}

#upcoming_events {
  background-color: #6D6E71;
}

#events_index {
  background-color: #9175AA;
  color: white;
}

.event {
  background-color: #6D6E71;
  border-bottom: 1px solid #B6B6B8;
  color: white;
  padding: 20px;
}

.event_images {
  width: 333px;
  float: left;
  position: relative;
}

.event_images img {
  margin-right: 20px;
}

.odd .event_images {
  float: left;
}

.even .event_images {
  float: right;
}

.odd .event_content {
    margin-left: 350px;
}

.even .event_content {
    margin-right: 350px;
}

.event p {
    margin: 0px 0px 10px 0px;
}

.event a {
    color: #FFFFFF;
}

#sorrynoevents p {
	zoom: 1;
}

#sorrynoevents img {
    float: left;
    margin-right: 20px;
}

/* BOOK NOW */

#eventbook {
    padding: 20px;
    color: #FFFFFF;
}

#eventbook div {
  border: 0px !Important;
}

#booking_print {
  position: relative;
}

#booking_print img {
  position: absolute;
  left: -25px;
  top: -2px;
}

/* WHOS COMING TO DINNER */
#booked {
  background-color: #8D3724;
  color: white;
}

#whos_booked_image div.viveur_logo {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 70px;
    width: 100%;
}

#whos_booked_image img.whoscoming {
    display : block;
}

#whos_booked_image div.viveur_logo img {
    position: absolute;
    bottom: 8px;
    left: 15px;
}

#whos_booked_image {
    float: left;
    position: relative;
}

#whos_booked_margin {
    height : 80px;
}

#whos_booked_left {
    background-color: #67140E;
    -moz-opacity:0.75;
    opacity:0.75;
    filter:alpha(opacity=75);
    height: 70px;
    position: absolute;
    bottom: 80px;
    width: 291px;
    margin-right: 3px;
}

#whos_booked_content {
    width: 409px;
    border: 1px solid #231F20;
    margin-left: 294px;
    padding: 10px;
    min-height: 336px;
}

#guestlist th {
    padding-right: 20px;
    vertical-align: top;
}





