<!--

/* --------------------------------------- indie.logic --------------------------------------- */

#indielogic_header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #9a0f0f;
}

#indielogic_header h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 6px;
	color: #696969;
}

/* --------------------------------------- Box Left Newsletter --------------------------------------- */

#newsletter_left_box {
	float: left;
	width: 146px;
	margin: 0px 0px 20px 0px;
	padding: 45px 15px 10px 14px;
	background: url(../layout/box_left_newsletter.gif) #ffffff;
	background-repeat: no-repeat;
	border-top: 2px solid #9a0f0f;
	color: #696969;
	line-height: 18px;
}

#newsletter_left_box a {
	font-size: 10px;
	text-decoration: none;
	color: #696969;
}

#newsletter_left_box a:hover { text-decoration: underline; }

#newsletter_input {
	font-size: 10px;
	border: 1px solid #696969;
	background-color:#ededed;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	width: 140px;
	height: 16px;
	color: #9a0f0f;
}

#newsletter_input:focus {
	background-color:#d8d8d8;
	color: #9a0f0f;
	border: 1px solid #9a0f0f;
}

#newsletter_button {
	margin: 10px 0px 0px 0px;
	width: 73px;
	height: 19px;
	background: url(../layout/newsletter_btn.gif);
	background-repeat: no-repeat;
	border: none;
}

#newsletter_button:hover { background: url(../layout/newsletter_btn_hover.gif); }

/* --------------------------------------- Box Left Donation --------------------------------------- */

#donation_left_box {
	float: left;
	width: 146px;
	margin: 0px 0px 20px 0px;
	padding: 45px 15px 10px 14px;
	background: url(../layout/box_left_donation.gif) #ffffff;
	background-repeat: no-repeat;
	border-top: 2px solid #9a0f0f;
	font-size: 10px;
	color: #696969;
}

-->