@charset "utf-8";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

img, div { behavior: url(../images/iepngfix.htc) }


/* CSS Layout */

html, body {margin-left: 0;
margin-right: 0;
text-align: center;
background: #192B13;
}

#page-width {width: 960px;
margin-left: auto;
margin-right: auto;
text-align: left;
}

#header {width: 960px;
height: 400px;
float: left;
display: block;
margin: 10px 0 0 0;
}

#navigation-outer {width: 960px;
height: 40px;
float: left;
display: block;
background: url(navigation-bg.jpg) repeat-x #767550;
}

#navigation-inner {width: 960px;
height: 40px;
float: left;
display: block;
background: url(logo-bottom.png) no-repeat;
}

#content-holder {width: 960px;
float: left;
display: block;
background: #767550;
}

#content-left {width: 335px;
min-height: 250px;
height: auto !important;
height: 250px;
float: left;
display: inline;
}

#content-right {width: 625px;
float: left;
display: inline;
}

#content-text {width: 625px;
min-height: 125px;
height: auto !important;
height: 125px;
float: left;
display: block;
}

#content-buttons {width: 625px;
min-height: 125px;
height: 125px !important;
height: 125px;
float: left;
display: block;
}

#bottom-block {width: 960px;
height: 40px;
float: left;
display: block;
}

#block-left {width: 150px;
height: 40px;
float: left;
display: inline;
}

#block-mid {width: 40px;
height: 40px;
float: left;
display: inline;
background: url(block-bg.jpg) no-repeat;
}

#block-right {width: 770px;
height: 40px;
float: left;
display: inline;
background: #767550;
}

#footer {width: 960px;
float: left;
display: block;
}

/*/////////////////////////////////2010-07-02//////*/
#content-left .left-buttons {
	display: block;
	margin-bottom: 10px;
}
#sidetext {
	background: #1d1d1d;
	border: 1px solid ##FFE04F;
	clear: left;
	display: block;
	margin: 20px 0 10px 10px;
	padding: 5px 10px;
	width: 200px;
}
#sidetext p {
	text-align: center;
	font-size: 12px;
}

/* CSS Navigation */

#nav-holder {width: 960;
float: right;
display: inline;
}

#nav-holder a.home {float: left;
	display: inline;
	height: 40px;
	width: 173px;
}

#nav-holder a.accommodation {float: left;
	display: inline;
	height: 40px;
	width: 135px;
	background: url(../images/navigation/accommodation.gif) 0px 0px no-repeat;
}

#nav-holder a.accommodation:hover {background-position: 0px -40px;
}

#nav-holder a.drinking {float: left;
	display: inline;
	height: 40px;
	width: 83px;
	background: url(../images/navigation/drinking.gif) 0px 0px no-repeat;
}

#nav-holder a.drinking:hover {background-position: 0px -40px;
}

#nav-holder a.eating {float: left;
	display: inline;
	height: 40px;
	width: 69px;
	background: url(../images/navigation/eating.gif) 0px 0px no-repeat;
}

#nav-holder a.eating:hover {background-position: 0px -40px;
}

#nav-holder a.local {float: left;
	display: inline;
	height: 40px;
	width: 132px;
	background: url(../images/navigation/local-area.gif) 0px 0px no-repeat;
}

#nav-holder a.local:hover {background-position: 0px -40px;
}

#nav-holder a.functions {float: left;
	display: inline;
	height: 40px;
	width: 92px;
	background: url(../images/navigation/functions.gif) 0px 0px no-repeat;
}

#nav-holder a.functions:hover {background-position: 0px -40px;
}

#nav-holder a.dave-ange {float: left;
	display: inline;
	height: 40px;
	width: 102px;
	background: url(../images/navigation/dave-ange.gif) 0px 0px no-repeat;
}

#nav-holder a.dave-ange:hover {background-position: 0px -40px;
}

#nav-holder a.gallery {float: left;
	display: inline;
	height: 40px;
	width: 80px;
	background: url(../images/navigation/gallery.gif) center 0px no-repeat;
}

#nav-holder a.gallery:hover {background-position: center -40px;
}

#nav-holder a.contact {float: left;
	display: inline;
	height: 40px;
	width: 94px;
	background: url(../images/navigation/contact.gif) 0px 0px no-repeat;
}

#nav-holder a.contact:hover {background-position: 0px -40px;
}

.hide {display:  none;
}

/* CSS Images */

.brains-logo, .drink-aware {float: left;
display: inline;
padding: 3px 0 0 0;
}

.drink-aware {
	margin-top:-10px;
}

.left-buttons {float: left;
display: inline;
padding: 10px 10px 0 10px;
margin: 0;
}

.menu-buttons {padding: 10px 10px 10px 0;
}

/* CSS Fonts */

p, td, tr {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
line-height: 17px;
padding: 10px 10px 10px 0;
}

.title {color: #9dd680;
font-size: 18px;
border: 0;
padding: 20px 0 0 0;
}

.xmas-full {
	color: #9dd680;
	font-size: 16px;
	border: 0;
	padding: 1px 0 0 10px;
	font-weight:bold;
}

.link {color: #9dd680;
font-weight: bold;
text-decoration: none;
}

.footer-text {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
color: #71704c;
line-height: 17px;
text-align: right;
padding: 10px 0 10px 0;
}

.footer-highlight {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4d6c3e;
text-decoration: none;
}

.footer-link {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #4d6c3e;
text-decoration: none;
}

.site-by {font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #656d20;
text-decoration: none;
}

/* CSS Forms */

.errorText {
	color:red;
}
.error {
	font-weight:bold;
	color:red;
}

label {width: 100px;
float: left;
display: inline;
}

.form-style {border: solid 1px #9dd680;
background:  #182b13;
color: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 2px;
}


/* Gallery */
form.gallery_selector
{
	margin-bottom: 2em;
}
p.no_galleries
{
	text-align: center;
}
ul.gallery
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
ul.gallery li
{
	display: inline;
	margin-right: 4px;
}
#content-right ul.gallery li a, ul.gallery li a img
{
	border: 0;
	border-bottom: 0;
}

/* Lightbox */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev {
	left: 0;
	float: left;
}
#lightbox-nav-btnNext {
	right: 0;
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px;
	color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
	width: 70%;
	float: left;
	text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
}

.wedding{
margin-left:100px;
}