* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
	min-height: 100%;
}
body {
	height:100%;
}

#container {
	float: none;
	width: 100%;
	text-align: center;
	height: 100%;
}

#navbox {
	height: 22px;
	width: 100%;
	font-family: "hypatia-sans-pro-1","hypatia-sans-pro-2",sans-serif;
	font-weight:400;
	font-size: 10pt;
	margin-top: -1px;
	padding-left:3px;
	padding-top: 5px;
	color: white;
	background-color: black; /* #8c8c8c; */
}
#navbar {
	float:left;
	width:100%;
	list-style:none;
}
#navbar li {
	float:left;
	margin-right:20px;
	margin-left: 15px;
	position:relative;
	display:block;
}
#navbar li a {
	display:block;
	text-decoration:none;
	color: #c18766;
}
#navbar li a:hover {
	color:#f4c491;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

/*--- DROPDOWN ---*/
#navbar ul {
	list-style:none;
	position:absolute;
	left:-9999px;  Hide off-screen when not needed (this is more accessible than display:none;) */
	opacity:0; /* Set initial state to transparent */
	-webkit-transition:0.25s linear opacity; /* Make the dropdown fade-in in Webkit */
	-moz-border-radius:4px;
	-webkit-border-radius:2px;
	border-radius:4px;

}
#navbar ul li {
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navbar ul a {
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
	display:block;
}
#navbar li:hover ul { /* Display the dropdown on hover */
	left:-10px; /* Bring back on-screen when needed */
	padding-top: 5px;
	padding-bottom: 8px;
	opacity:0.95; /* Fade to opaque */
	background-color: #725f60;
	font-weight:400;
	z-index: 5;
}
#navbar li:hover a { /* Set styles for top level when dropdown is hovered */
	/* background:#6b0c36;
	background:rgba(107,12,54,0.75); It'll look nice semi-transparent */
	opacity:1; /* Fade to opaque */
}
/*
#navbar li:hover ul a{ /* Override some top level styles when dropdown is hovered */
	text-decoration:none;
	-webkit-transition:-webkit-transform 0.075s linear;
}
*/
#navbar li:hover ul li a:hover{ /* Set styles for dropdown when items are hovered */
	color:#ffe4d1;
	-moz-transform:scale(1.05);
	-webkit-transform:scale(1.05);
}


#three_columns {
	position:relative;
	margin-right: auto;
	margin-left: auto;
/*
	background-image: url(images/3col_background.png);
	background-repeat: repeat-y;
*/
	width: 750px;
	overflow: hidden;
	border-bottom-style: solid;
	border-bottom-color: #AAABAD;
	border-bottom-width: thin;
	border-left-style: solid;
	border-left-color: #AAABAD;
	border-left-width: thin;
	border-right-style: solid;
	border-right-color: #AAABAD;
	border-right-width: thin;
}
#two_col_left {
	font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", serif;
	font-weight:400;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	width: 470px;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
#three_col_left {
	font-family: "adobe-caslon-pro-1","adobe-caslon-pro-2", serif;
	font-weight:400;
	font-size: 10pt;
	line-height: 14pt;
	text-align: left;
	width: 750px;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
}
#one_col_right {
	float: right;
	width: 243px;
	margin-top: -2px;
}
#three_columns p {
	margin-bottom: 6pt;
}
#three_columns ul {
	margin-left: 18px;
	margin-bottom: 6pt;
}
.event_date {
	display: inline;
	padding-left: 1em;
}
.event_place {
	display: inline;
	float: right;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.event_description {
	padding-left: 2em;
	font-style: italic;
}
.xhead {
	font-weight: bold;
	color: #333333;
}

a:hover {
	color: #f4b88a;
	text-decoration: none;
}
a {
	color: #744d3e;
	text-decoration: none;
}

