/* CSS Slave Style Sheet (main), elementsprinceton.com, incept: 7-22-2009
Author: Benjamin Liu, Designer: Robert Bethanis 
This is used both by the main site only */

html {
	height: 100%;
	position: relative;
	width: 100%;
}

body {
	height: 100%;
	background: url('../img/body_bg.png') top left no-repeat;
	background-color: #f7f2eb;
}


#mainarea {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
	width: 936px;
}

* html #mainarea {
	height: 100%;
}

#header {
	position: relative;
}

ul#nav_main {
	list-style: none;
	width: 672px;
	height: 40px;
	background: url('../img/nav_main_bg.png') top left no-repeat;
	text-align: center;
	margin: 0 auto;
	padding-left: 26px;
	overflow: hidden;
}

ul#nav_main li {
	color: #404041;
	font-size: 1.1em;
	text-transform: uppercase;
	float: left;
	padding: 12px 9px 0px 9px;
	height: 28px;

}

ul#nav_main li a {
	text-decoration: none;
	color: #404041;
}

ul#nav_main li a:hover {
	border: 0;
}

body#home li#homelnk, body#rest li#restlnk, body#menu li#menulnk,
body#even li#evenlnk, body#priv li#privlnk, body#hour li#hourlnk {
	background: url('../img/nm_active_bg.png') top right no-repeat;
}

ul#nav_rightside {
	list-style: none;
	width: 94px;
	height: 312px;
	float: right;
	margin-right: 21px;
	padding-top: 20px;
	padding-left: 4px;
	padding-right: 17px;
	z-index: 101;
	position: relative;
}

ul#nav_rightside li {
	padding: 5px 0 5px 8px;
	border-bottom: 1px dotted #754c28;
	font-size: 110%;
}

ul#nav_rightside li a {
	color: #754c28;
	text-decoration: none;
}

ul#nav_rightside li a:hover {
	color: #241a0a;
	border: 0;
}

body#regi li#regilnk a, body#comm li#commlnk a, body#cont li#contlnk a,
body#pres li#preslnk a, body#gall li#galllnk a, body#gift li#giftlnk a,
body#cfad li#cfadlnk a {
	color: #241a0a;
}

#footer {
	height: 40px;
	padding-top: 60px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #F7F2D2;
	width: 100%;
	background: url('../img/footer_bg.png') bottom left repeat-x;
	position: relative;
	margin: -100px auto 0 auto;
}

* html #footer {
	margin-top: -100px;
}

.spacer {
	height: 100px;
	clear: both;
	background-color: transparent;
}

#newscolumn_container {
	/*width: 720px; old 3 column style */
	width: 980px; /* widened for 4 columns */
	margin: 0 auto;
}

.newscolumn {
	width: 240px;
	background: url('../img/newscolumn_bg.png') top left no-repeat;
	float: left;
}

.newscolumn_top {
	height: 36px;
	padding-top: 21px;
	overflow: hidden;
}

.newscolumn_top h1 {
	text-transform: uppercase;
	color: #754c28;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	padding-top: .9em;

}

.newscolumn_bot {
	padding: 0px 30px 10px 30px;
}

.newscolumn dl, .newscolumn dl a {
	color: #754c28;
	text-decoration: none;
	margin: 0;
}

.newscolumn dl {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 2px dotted #754c28;
}

.newscolumn dt {
	margin: 0;
	padding-bottom: 4px;
	font-weight: bold;
	cursor: pointer;
}

.newscolumn dd {
	margin: 0;
	padding-bottom: 5px;
}

.newscolumn a:hover {
	border-bottom: 1px dotted #754c28;
}

dd.bodycopy {
	display: none; /* hidden until clicked */
}

dt.subtitle {
	font-style: italic;
	font-weight: normal;
}

a.image_gallery_link {
	color: #f4efc9;
	font-size: 1.1em;
	text-decoration: none;
}

a.image_gallery_link:hover {
	border-bottom: 1px dotted #754c28;
}

a.non_nav_link {
	color: #754c28;
	text-decoration: none;
}

a.non_nav_link:hover {
	border-bottom: 1px dotted #754c28;
}
