/* GENERAL RULES */

body {
	background: #91BAE8 url(/res/themes/california/bg.gif) 50% 0 repeat-y;
	font-family: "Trebuchet MS", sans-serif;
}

#container {
	background: transparent url(/res/themes/california/container.jpg) 50% 0 fixed no-repeat;
}

#wrapper {
	background: transparent url(/res/themes/california/wrapper.jpg) 50% 0 fixed no-repeat;
}

#content {
	background: transparent;
	color: #151a36;
}

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

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


/* TEXT CONTENT */

#listname {
	font-weight: normal;
	font-size: 280%;
	line-height: 1.1;
	text-align: center;
	font-style: italic;
	padding: 30px 30px 20px 30px;
}

#intro_image,
#honeymoon_image {
	float: right;
	display: inline;
	position: relative;
	width: 340px;
	height: 412px;
	background: transparent url(/res/themes/california/frame.gif) 0 0 no-repeat;
	margin-bottom: 80px;
}

#intro_image span,
#honeymoon_image span {
	display: block;
	width: 264px;
	height: 346px;
	position: absolute;
	top: 37px;
	left: 38px;
	background: transparent url(/res/themes/california/highway.jpg) 0 0 no-repeat;
}

#honeymoon_image span {
	background: transparent url(/res/themes/california/goldengate.jpg) 0 0 no-repeat;
}

#introtext,
#honeymoon {
	float: left;
	display: inline;
	width: 350px;
	margin: 20px 0 80px 20px;
	line-height: 1.6;
}

#listlink {
	clear: both;
	text-align: center;
	letter-spacing: 0.2em;
	margin-bottom: 80px;
}

* html #listlink {
	height: 1%;
}

#listlink a:link,
#listlink a:visited,
#listlink a:hover,
#listlink a:active {
	width: 30ex;
	color: #fff;
	background: #e23513;
	padding: 10px 0;
}

#listlink a:hover,
#listlink a:active {
	background: #ff620c;
}


/* CATEGORY */

h2 {
	clear: both;
	margin: 40px 0 20px 0;
	font-size: 180%;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	color: #243876;
	zoom: 1;
}

h2 span {
	display: inline-block;
	padding: 0 28px 0 0;
	background: transparent url(/res/themes/california/star.gif) 100% 50% no-repeat;
	
}

h2 span span {
	display: inline-block;
	padding: 0 0 0 28px;
	background: transparent url(/res/themes/california/star.gif) 0 50% no-repeat;
}


/* GENERAL ITEM RULES */

div.available,
div.open,
div.taken {
	margin-top: 25px;
}

div.available h3, div.open h3, div.taken h3 {
	font-weight: bold;
	font-size: 140%;
}

p.primary_currency {
	font-weight: bold;
	color: #243876;
}

p.secondary_currency {
	color: #4e72aa;
}


/* AVAILABLE ITEM */

div.available h3 {
	color: #243876;
}

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: #fff;
	background: #e23513;
}

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


/* OPEN ITEM */

div.open {
	background: #fff;
}

div.open h3 {
	background: #243876;
	color: #fff;
}

div.open p.primary_currency {
	color: #fff;
}

div.open p.secondary_currency {
	color: #8296ae;
}

div.open div.description {
	color: #8296ae;
}

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

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: #fff;
}

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


/* 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: #8296ae;
}


/* BUY BLOCK */

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

div.buyblock form,
#form_0 {
	color: #444;
}

div.buyblock p.formlabel,
#form_0 p.formlabel {
	width: 140px;
}

div.buyblock p.formitem,
#form_0 p.formitem {
	width: 550px;
}

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 #444;
	background: #fff;
}

div.buyblock span.required,
#form_0 span.required {
	color: #ab4632;
	font-size: 90%;
}

div.buyblock p.formsubmit input,
#form_0 p.formsubmit input {
	background: #e23513;
	color: #fff;
	border: 1px solid #444;
}

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


/* CHECKOUT BAR AND LINKS */

a.thanks_checkout_btn:link,
a.thanks_checkout_btn:visited {
	background: #e23513;
	color: #fff;	
}

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

.checkout_bar {
	background: #243876;
	color: #fff;
}

.checkout_bar a.checkout_bar_btn:link,
.checkout_bar a.checkout_bar_btn:visited {
	background: #fff;
	color: #243876;
}

.checkout_bar a.checkout_bar_btn:hover,
.checkout_bar a.checkout_bar_btn:active,
.checkout_bar a.checkout_bar_btn:focus {
	background: #243876;
	color: #fff;
}


/* PAYPAL PAGE */

#page_lists_paypal div.open,
#page_lists_checkout div.open {
	padding: 10px;
	border: 1px solid #444;
}


/* PAYMENT REVIEW */

table#payment_summary th {
	border-bottom: 2px solid #8296ae;
}

td.guest_name {
	border-bottom: 1px dotted #8296ae;
}

td.gift_total {
	border-top: 1px solid #8296ae;
}

tr.unincluded td {
	color: #8296ae;
}

#paypal_btn #paypal_go button strong,
#paypal_btn #paypal_go.greyed button.over strong {
	font-family: "Trebuchet MS", sans-serif;
	background: #e23513;
}

#paypal_btn #paypal_go button.over strong {
	background: #ff620c;
}