/* GENERAL RULES */

body {
	background: #361a42;
	font-family: Georgia, serif;
}

#container {
	background: transparent;
}

#wrapper {
	background: transparent;
}

#content {
	background: transparent;
	color: #fef7ec;
}

a:link, a:visited {
	color: #aee4ef;
}

a:hover,
a:active,
a:focus {
	color: #fef485;
}


/* TEXT CONTENT */

#listname {
	margin: 0;
	padding: 60px;
	color: #f4c7f4;
	font-size: 220%;
	line-height: 1.3;
	text-align: center;
	letter-spacing: 0.4em;
	font-weight: normal;
	font-style: italic;
	background: transparent url(/res/themes/flowerpower/listname_bg.gif) 50% 50% no-repeat;
}

#intro_image {
	margin: 0 0 60px 0;
	height: 340px;
	background: transparent url(/res/themes/flowerpower/intro.jpg) 50% 50% no-repeat;
}

#content #listintro {
	padding: 0 60px;
	margin-bottom: 30px;
}

#honeymoon_image {
	width: 100%;
	height: 213px;
	background: transparent url(/res/themes/flowerpower/honeymoon.jpg) 50% 50% no-repeat;
	margin: 0 0 40px 0;
}

#honeymoon {
	margin: 60px 0;
}

#listlink {
	margin: 60px 0;
}

#listlink a {
	width: 40ex;
	background: #4a305f;
	color: #fef7ec;
	letter-spacing: 0.4em;
}

#listlink a:hover,
#listlink a:active,
#listlink a:focus {
	background: #fef7ec;
	color: #361a42;
}


/* CATEGORY */

h2 {
	margin: 60px 0 30px 0;
	letter-spacing: 0.4em;
	font-size: 130%;
	padding-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}


/* GENERAL ITEM RULES */

div.available h3, div.open h3, div.taken h3 {
	font-size: 120%;
	letter-spacing: 3px;
}

div.costs {
	top: 0;
}

p.secondary_currency {
	color: #c8c6c4;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #f3e5b6;
}

div.available p.buylink a.buyanchor:link,
div.available p.buylink a.buyanchor:visited,
div.available p.buylink a.buyanchor:hover,
div.available p.buylink a.buyanchor:active {
	color: #361a42;
	background: #f3e5b6;
	letter-spacing: 0.4em;
}

div.available p.buylink a.buyanchor:hover {
	background: #fff;
}


/* OPEN ITEM */

div.open {
	border: 1px solid #f3e5b6;
	background: #4a305f;
}

div.open h3 {
	background: #f3e5b6;
	color: #361a42;
}

div.open p.primary_currency {
	color: #361a42;
}

div.open p.secondary_currency {
	color: #a8a6a4;
}

div.open div.description {
	color: #fff;
}

div.open p.buylink {
	background: #f3e5b6;
}

div.open p.buylink a.buyanchor:link,
div.open p.buylink a.buyanchor:visited,
div.open p.buylink a.buyanchor:hover,
div.open p.buylink a.buyanchor:active {
	color: #361a42;
	background: #f3e5b6;
}

div.open p.buylink a.buyanchor:hover {
	color: #000;	
}


/* TAKEN ITEM */

div.taken h3,
div.taken p.primary_currency,
div.taken p.secondary_currency,
div.taken div.description,
div.taken span.smallprint,
div.taken span.smallprint a:link,
div.taken span.smallprint a:visited,
div.taken span.smallprint a:hover,
div.taken span.smallprint a:active,
div.taken span.smallprint a:focus {
	color: #725f7b;
}


/* BUY BLOCK */

div.buyblock {
	background: #4a305f;
}

div.available div.buyblock {
	background: transparent;
}

div.buyblock p.prompt {
	font-weight: normal;
	font-style: italic;
	color: #f3e5b6;
}

div.buyblock p.problem {
	color: #faa;
}

div.buyblock p.formitem input,
div.buyblock p.formitem textarea,
div.buyblock p.formitem select,
#form_0 p.formitem input,
#form_0 p.formitem textarea,
#form_0 p.formitem select {
	border: 1px solid #fef7ec;
	background: #472c55;
	color: #fef7ec;
}

div.buyblock span.required,
#form_0 span.required {
	color: #f3e5b6;
}

div.buyblock p.formsubmit input,
#form_0 p.formsubmit input {
	font-family: Georgia, serif;
	background: #fff;
	color: #361a42;
	border: 1px solid #361a42;
}

div.buyblock p.thanks {
	color: #bdfb1c;
}

/* PROMO BAR */

* html #promobar {
	background: #333;
}


/* CHECKOUT BAR AND LINKS */

a.thanks_checkout_btn:link,
a.thanks_checkout_btn:visited {
	color: #361a42;
	background: #f3e5b6;
}

a.thanks_checkout_btn:active,
a.thanks_checkout_btn:focus,
a.thanks_checkout_btn:hover {
	color: #361a42;
	background: #fff;
}

.checkout_bar {
	background: #f3e5b6;
	color: #361a42;
}

.checkout_bar a.checkout_bar_btn:link,
.checkout_bar a.checkout_bar_btn:visited {
	background: #361a42;
	color: #f3e5b6;
}

.checkout_bar a.checkout_bar_btn:hover,
.checkout_bar a.checkout_bar_btn:active,
.checkout_bar a.checkout_bar_btn:focus {
	background: #f3e5b6;
	color: #361a42;
}


/* PAYMENT REVIEW */

table#payment_summary th {
	border-bottom: 2px solid #725f7b;
}

td.guest_name {
	border-bottom: 1px dotted #725f7b;
}

td.gift_total {
	border-top: 1px solid #725f7b;
}

tr.unincluded td {
	color: #725f7b;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	font-family: Georgia, serif;
	background: #f3e5b6;
	color: #361a42;
}

#paypal_btn #paypal_go button.over strong {
	background: #fff;
	color: #361a42;
}

#paypal_btn #paypal_cc {
	color: #fef7ec;	
}

#sendnow form button {
	font-family: Georgia, serif;
	color: #fef7ec;
}