/* This style sheet contains additional styles used on the Acoustic Sausage index page. */

/* INDEX MAILING LIST */
.index_mailinglist {
	background-color: #cc9;
	background-image: url(../images/template-index-mailinglist-bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-top: 1px solid #990;
	width: 220px;
}

.index_mailinglist p {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}

.index_mailinglist label {
	color: #660;
	letter-spacing: .08em;
}

.index_mailinglist .textbox {
	border: 1px solid #000;
	width: 215px;
}

/* INDEX ERROR */
.indexerror {
	color: #900;
	margin-top: 5px;
}

.indexerror ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.indexerror li {
	background-image: url(../images/template-icon-error.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	line-height: 20px;
	margin: 0;
	padding-left: 20px;
}

/* INDEX CONFIRMATION */
.indexconfirmation {
	background-image: url(../images/template-icon-confirmation.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color: #360;
	line-height: 20px;
	margin-top: 5px;
	padding-left: 20px;
}

/* INDEX THE SCOOP */
.index_thescoop {
	background-color: #c93;
	border-top: 1px solid #630;
	color: #630;
	width: 445px;
}

.index_thescoop p {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}

/* INDEX PRESSKIT */
.index_presskit {
	background-color: #e9e9e9;
	background-image: url(../images/template-index-presskit-bkgrnd.gif);
	background-repeat: no-repeat;
	background-position: top;
	border-bottom: 1px solid #ccc;
	color: #036;
	width: 694px;
}

.index_presskit p {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}

/* INDEX VOTE */
.index_vote {
	background-color: #fff;
	width: 220px;
}

.index_vote p {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}

.index_vote label {
	color: #666;
	margin-top: 20px;
	letter-spacing: .08em;
}

#voteresults {
	border: 1px solid #ccc;
	margin-top: 10px;
	padding: 5px;
}

.heading_egg {
	color: #666;
	margin-top: 20px;
	letter-spacing: .08em;
}

.heading_broccoli {
	color: #666;
	margin-top: 20px;
	letter-spacing: .08em;
	width: 100px;
}

.winning {
	color: #360;
}

.losing {
	color: #900;
}

.tied {
	color: #c90;
}

/* INDEX QUOTES */
.index_quote {
	background-color: #fff;
	width: 445px;
	color: #666;
}

.index_quote p {
	line-height: 1.5em;
	margin: 5px 0 0 0;
}

.quote_author {
	color: #036;
	font-size: 10px;
}