/*
 *  orange 227-111-30
 *  brown 77-52-33
 *  tan 210-136-37
 *  green 153-153-51
 *  greys 198-173-145, 113-93-77, 215-199-177
 *
 *  I am hoping that Michael has the sRGB or PMS for the color
 *  purple we used for the SAVE THE DATE post card.
 *
 *  The Fonts are Verdana for HTML and The Sans Plain Bold for any
 *  headlines. For quotes use The Serif Plain.
 */

html, body {
	background: #660048; /* #C6AD91; */
}

h1, h2, h3, h4 {
	font-family: sans-serif;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h3 {
	font-size: 14px;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}

p {
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
}

#container {
	margin: 0 auto;
	width: 890px;
}

#container div {
	float: left;
}

#home, #page {
	border: 1px solid black;
	float: left;
	width: 890px;
	background: #fff;
}

#header {
	border-bottom: 1px solid black;
	height: 97px; /* +1 when border is removed */
	width: 890px;
}

#header h1 {
	color: #7E1E5B;
}

#header p {
	text-transform: uppercase;	
}

#header div.details {
	float: right;
	margin-right: 30px;
}

#home div.body {
	background: #A82878; /*#7E1E5B;*/ 
	color: #fff;
	padding-bottom: 22px;
}

#footer {
	color: #C6AD91; /*198-173-145*/
	font-family: Arial, sans-serif;
	font-size: 9px;
	line-height: 18px;
	text-transform: uppercase;
	border-top: 1px black solid;
	height: 44px; /* +1 when border is removed */
	width: 890px;
	padding-top: 20px;
}

#footer ul {
	text-align: center;
}
	
#footer ul li {
	display: inline;
}

#footer ul li:after {
	content: "\A0\ | \A0\ ";
}

#footer ul li.last:after {
	content: none;
}

.banner {
	height: 240px;
	width: 596px;
}

.nav {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.nav ul li {
	color: #A82878;
	background: #5E1643;
	border-bottom: 1px black solid;
	height: 19px; /* +1 when border is removed */
	padding: 10px 0 0 30px;
	width: 200px;
}

.nav .current-page {
	color: #5E1643;
	background: #A82878;
}

#home .nav ul li {
	width: 264px;
}

#home .nav ul li.first {
	height: 90px; /* +1 when border is removed */
	border: 0;
	padding: 0;
}

#home .nav ul li.event {
	display: none;
}

.page-promo {
	border-bottom: 1px black solid;
	height: 239px; /* +1 when border is removed */
	width: 230px;
}

.page-banner {
	line-height: 0;
}

.page-bottom div.main {
	padding: 30px 40px 40px;
	border-left: 1px black solid;
	width: 539px; /* +80 for padding, +1 border */
}

.page-bottom div.main p {
	margin-top: 10px;
}

#page .main ul {
	text-align: center;
}

#page .main ul li {
	margin-top: 30px;
}

#page .main #committee div {
	float: left;
	width: 260px;
}

#page .main #committee div.first {
	margin-right: 19px;
}

#page .main #committee div h4 {
	margin-top: 20px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
}

#page .main #committee div p {
	font-family: sans-serif;
	font-size: 13px;
	margin-left: 25px;
}

#page .main #committee div dl,
#page .main #committee div ul {
	margin-top: 10px;
	text-align: left;
}

#page .main #committee div dl dt {
	margin-top: 8px;
	font-family: sans-serif;
	font-size: 12px;
}

#page .main #committee div dl dd {
	margin-left: 25px;
	font-family: sans-serif;
	font-size: 12px;
}

#page .main #committee div ul li {
	margin: 0 0 0 18px;
	float: left;
	font-family: sans-serif;
	font-size: 11.5px;
	width: 112px;
}

#page .main #auction ul.donors {
	margin-top: 10px;
	text-align: left;
}

#page .main #auction ul.donors li {
	margin: 5px 0 0 25px;
	float: left;
	font-family: sans-serif;
	font-size: 13px;
	width: 230px;
}

#page .main #auction ul.logo {
	margin-left: 10px;
}

#page .main #auction ul.logo li {
	float: left;
	width: 176px;
}

.bottom {
	margin-top: 30px;
}

.bottom div {
	margin-left: 13px;
}

.bottom div.first {
	margin-left: 19.5px;
}

.bottom div div {
	border: 1px black solid;
	margin: 0;
	height: 273px;
	width: 273px;
}

.bottom div div img {
	height: 150px;
	width: 255px;
	margin: 10px 10px 0;
}

.bottom div div h3 {
	margin: 10px 15px 0;
}

.bottom div div p {
	margin: 12px 15px 0;
	font-size: 11px;
	line-height: 14px;
}	

#sponsors li.border img {
	border: 2px solid #715D4D; /* 113-93-77 */
	padding: 30px;
}

#page .main #sponsors ul {
	margin-top: 20px;
}

#page .main #sponsors ul li {
	margin-top: 60px;
}

#sponsors ul li.sponsor-text {
	font-family: Arial, sans-serif;
	font-style: italic;
	font-size: 24px;
}

ul.row {
	margin-left: 10px;
}

ul.row li {
	float: left;
	width: 176px;
}

#sponsors ul.row li p {
	margin: 0;
}

