@charset "UTF-8";
/* CSS Document */

/*Normalizing across site///////////////////////////////////////////////*/
/*Normalizes margin and padding*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, iframe {
	margin: 0;
	padding: 0;
}
/*Normalizes font-size for headers*/
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
/*Removes list-style from lists*/
ol, ul {
	list-style: none;
}
/*Normalizes font-style and font-weight*/
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
/*Removes border from fieldset and img*/
fieldset, img {
	border: 0;
}

/* Custom reset for common tags */

strong, b { font-weight: bold; }

em, i { font-style: italic; }

p, ul, ol { padding: 5px 0px; }

p, td { line-height: 1.5em; }

ol, ul { padding-left: 25px; }
ol { list-style-type: decimal; }
ul { list-style-type: disc; }

h1, h2, h3, h4, h5, h6 { font-family: "Times New Roman", Times, serif; }
h1 { font-size: 20px; text-transform: uppercase; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a:link, a:visited { color: #700; }
a:active, a:hover { color: #ffc; background-color: #700; }

hr { border: none; border-bottom: 1px dotted #3a1f09; }

img { margin: 5px; border: 2px solid #3a1f09;  }
img.noborder { border: 0;  }

/*End Normalizing////////////////////////////////////////////////////////*/


/* Utility Classes */

.center { text-align: center; }
.floatleft { float: left };
.floatright { float: right };
.clear { clear: both; }

/* End Utility Classes */

body {
	background-color: #ffffcc;
	background-image: url(/images/bitner/body_top.jpg);
	background-repeat: repeat-x;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #3a1f09;
}

#container {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 800px;
	height: 205px;
	background-image: url(/images/bitner/header.jpg);
	background-repeat: no-repeat;
}

#nav {
	overflow: auto;
	list-style-type: none;
	font-size: 12px;
	line-height: 18px;
	float: right;
	text-align: center;
	padding: 0px;
	padding-top: 164px;
	padding-right: 63px;
	text-transform: uppercase;
	width: 500px;
}

#nav li { 
	display: inline;
	padding: 0 10px;
}

#nav li a:link, #nav li a:visited {
	color: #fff;
	text-decoration: none;
}

#nav li a:active, #nav li a:hover {
	color: #cc9c56;
	background: none;
}

#nav.home_nav { width: 500px; padding-right: 25px; }

#content {
	width: 750px;
	min-height: 350px;
	background-image: url(/images/bitner/content_top.jpg);
	background-repeat: no-repeat;
	padding: 50px 35px 25px 35px;
	position: relative; 
}

#admintools {
	width: 450px;
	padding: 0px 6px 0px 6px;
	margin:0;
	border: 1px solid #000000;
	position: absolute;
	top: 5px;
	left: 330px;
	background-color: #ffffff;
	font-size:11px;
	font-family: Arial,Helvetica,sans-serif;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;

}

#footer {
	width: 800px;
	height: 107px;
	background-image: url(/images/bitner/footer.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	border-bottom: 1px dotted #3a1f09;
	margin-bottom: 25px;
	clear: both;
}

#footer .legalese { font-size: 11px; padding:0px; }

#footer .horizon {
	font-variant: small-caps; 
	color: silver;
	margin: 0px;
	font-size: 10px; 
	padding: 0px;
	text-decoration: none;
	background-color: #ffffcc;
	}

#home_text {
	padding: 0 10px 0 25px;
	margin-bottom: 20px;
	width: 300px;
	float: right;
	font-size: 16px;
	border-left: 1px solid #3a1f09;
}

#image_rotator {
	width: 368px;
	height: 245px;
	border: 2px solid #3a1f09;
	float: left;
	margin-top: 35px;
	margin-left: 0px;
	position:relative;
}


#image_rotator IMG {
    position:absolute;
    top:-7px;
    left:-7px;
    z-index:8;
}

#image_rotator IMG.active {
    z-index:10;
}

#image_rotator IMG.last-active {
    z-index:9;
}



.winename { font-size:12pt; color:#978345; }
.winenotes { font-size:12px; line-height:16px; }

.winedetails {
	text-align: left;
}
.winedetails label {
	float: left;
	width: 100px;
	/* padding-top:4px; */
	font-size: 12px;
	font-weight:bold;
}
.winedetails div {
	clear:both;
	margin-bottom:5px;
	margin-left: 11px;
}




ul.menu, ul.menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
  width: 15em;
}

ul.menu a {
  display: block;
  text-decoration: none;	
}

ul.menu li {
  margin-top: 1px;
}

ul.menu li a {
  background: #333;
  color: #fff;	
  padding: 0.5em;
}

ul.menu li a:hover {
  background: #000;
}

ul.menu li ul li a {
  background: #ccc;
  color: #000;
  padding-left: 20px;
}

ul.menu li ul li a:hover {
  background: #aaa;
  border-left: 5px #000 solid;
  padding-left: 15px;
}



.form { text-align: left; }
.form div.line { clear:both; margin-bottom:5px; }
.form label { float: left; width: 110px; font-size: 12px; }






/* ************************************* Events Calendar ************************************* */
table#calendar {
	background-color: #999999 ;
}
table#calendar td {
	vertical-align: top ;
}
table#calendar tr.header td {
	background-color: #FEF3B9 ;
	color: #3F3F3F ;
	font-size: 11px ;
	line-height: 22px ;
	text-align: center ;
}
	
table#calendar tr.days td {
	background-color: #FFFFFF ;
	color: #6B4F2E ;
	padding: 4px 4px 4px 4px ;
	}
	
table#calendar tr.days td.header {
	background-color: #E0E0E0 ;
	padding: 0px 0px 0px 0px ;
	vertical-align: middle ;
	}
	
table#calendar tr.days td.header a {
	color: #333333 ;
	display: block ;
	font-size: 10px ;
	font-weight: bold ;
	height: 80px ;
	line-height: 80px ;
	text-align: center ;
	text-decoration: none ;
	width: 15px ;
	}
	
table#calendar tr.days td.other {
	background-color: #F0F0F0 ;
	}
	
table#calendar tr.days td.today {
	background-color: #BDE2AC ;
	}
	
table#calendar tr.days td a.daynumber, 
table#calendar tr.days td a.daynumberfull {
	background-color: #FFFFFF ;
	border: 1px solid #666666 ;
	border-left: 1px solid #CCCCCC ;
	border-top: 1px solid #CCCCCC ;
	display: block ;
	font-size: 10px ;
	height: 15px ;
	line-height: 15px ;
	margin-bottom: 3px ;
	text-align: center ;
	text-decoration: none ;
	top: 0px ;
	width: 23px ;
	}

table#calendar tr.days td a.daynumberfull {
	background-color: #FEF3B9 ;
	color: #262626 ;
	font-weight: bold ;
	width: auto ;
	}
	
table#calendar tr.days td a.event {
	color: #262626 ;
	display: block ;
	font-size: 11px ;
	margin: 0px 0px 5px 0px ;
	text-decoration: none ;
	}
	
table#calendar tr.days td em.note {
	color: #999999 ;
	}
	
table#calendar tr.footer td {
	background-color: #BDE2AC ;
	font-size: 2px ;
	line-height: 2px ;
	padding: 0px 0px 0px 0px ;
	}

div.blogtitle { font-family: "Times New Roman", Times, serif; font-weight:bold; font-size:20px; }
div.blogfooter { font-size:11px; }