/* Custom styles for SummerHouse.com */

#logo {
	margin-top: 10px;
}

.container {
	background-image: url(/static/images/registry/birds_limb.png);
	background-color: transparent;
	background-position: bottom;
	background-repeat: no-repeat;
}

#left-column {
	background: url(/static/images/registry/birds_tree.png) transparent top no-repeat;
	padding-top: 225px;
	text-align: center;
}

h1, h2, #navbar a {
	font-family: Palatino, Bookman, 'New Century Schoolbook', serif;
	text-transform: uppercase;
}

h1 {
	color: #897D67;
	margin: 1.5em 0 0 0;
}

h2 {
	font-size: 160%;
	color: #EEC919;
	border-bottom: 2px solid #EEC919;
	margin: .2em 0 .1em 0;
	line-height: .9em;
	letter-spacing: 2px;
}

h4 {
	text-transform: uppercase;
	color: #897D67;
	font-size: 95%;
	margin-bottom: .75em;
	padding-top: 2em;
}

a {
	color: #897D67;
	text-decoration: none;
}

#logo {
	position: relative;
}

#account_controls {
	position: absolute;
	top: 0;
	right: 0;
}

#navbar {
	border-bottom: 2px solid #C2B499;
	padding: .4em 0 .2em 0;
}

#navbar a {
	color: #897D67;
	font-size: 140%;
	text-decoration: none;
	margin-right: 2em;
}

#navbar a:hover {
	color: #C2B499;
}

#content {
	margin-top: 1em;
	margin-bottom: 1em;
}

body {
	font-family: Palatino, Bookman, 'New Century Schoolbook', serif;
}

.home_column {
	padding-right: 10px;
	padding-left: 10px;
}

.home_column a {
	color: #AEB196;
	font-size: 140%;
	text-decoration: none;
}

.home_column a:after {
	content:url(/static/images/registry/arrow.png);
}

#footer-space {
	height: 225px;
	padding: 10px;
}

.discreet {
	font-style: italic;
	color: #897d67;
}

/* Registry listing styles */

.registry_listing td.registry_names {
	width: 350px;
}

#registry_title {
	margin-top: 2em;
}

.field_name {
	font-size: 110%;
	line-height: 90%;
}

.registry_listing h3,
.registry_listing h4,
.field_name {
	font-family: Palatino, Bookman, 'New Century Schoolbook', serif;
	padding-top: 0;
	font-weight: bold;
}

.view_donate {
	font-weight: bold;
	font-size: 85%;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}

.clear_both {
	clear: both;
}

.paypal {
	padding-top: 4em;
}

.paypal h4 {
	font-size: 140%;
}

#staff-area {
	float: right;
}

.staff_button span {
	background-color: #C2B499;
	color: white;
	padding: 4px;
}

#manage-registry-top {
	text-align: center;
	font-family: Palatino, Bookman, 'New Century Schoolbook', serif;
	font-weight: bold;
}

#manage-registry-top span {
	display: block;
	font-size: 150%;
}

#registry-total {
	font-size: 600%;
	color: #EEC919;
	padding: 0;
	margin: 0;
}

textarea.buyer_message {
	height: 100px;
	width: 400px;
}

.optional {
	font-style: italic;
}

#id_payer_business_name {
	top: 0;
}

