/* BEGIN: Custom Header */
	.custom #header #logo a { 
		display: block; 
		height: 200px; 
		width: 967px;
		background-image: url(images/bg_header.png);
		background-repeat: no-repeat;
		outline: none; 
	}
	.custom #header #logo, .custom #header #tagline { 
		text-indent: -9999px; 
	}
	.custom #header #tagline { 
		height: 0; 
	}
	.custom #header {
		border-bottom:none;
		padding:0;
	}
	.custom #header {
		padding: 0;
	}
/* END: Custom Header */

/* BEGIN: Custom Subscriber Count */
	.custom #subscriber_count {
		background-color: #4C1383;
		color: #FFFFFF;
		font-size: 16px;
		padding: .66em 0 .66em 1em;
	}
	.custom #subscriber_count a {
		color: #CCCCCC;
	}
	.custom #subscriber_count a:hover {
		text-decoration: underline;
	}
/* END: Custom Subscriber Count */

/* BEGIN: Subscription Boxes */
.custom #subscribe_box {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(images/bg_subscribe_box.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 44px;
	width: 285px;
}
.custom #subscribe_box ul {
	list-style: none;
	padding-top: 14px;
}
.custom #subscribe_box li {
	display: inline;
}
.custom #subscribe_box .subscribe_text {
	background-color: transparent;
	border: none;
	font-size: 14px;
	padding-left: 10px;
	width: 220px;
}
.custom #subscribe_box .subscribe_button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin-left: 13px;
	width: 39px;
}
/* END: Subscription Boxes */

/* BEGIN: Custom RSS Twitter and Facebook icons on sidebar */
	.custom #sidebar_icons {
		padding-top: 2.2em;
	}
	.custom #sidebar_icons img {
	padding-left: 10px;
	}
	.custom #sidebar_icons h3 {
		color: #555555;
		font-size: 1.3em;
		font-variant: small-caps;
		letter-spacing: 2px;
		line-height: 1.385em;
		margin-bottom: 0.692em;
	}

/* END: Custom RSS Twitter and Facebook icons on sidebar */
