/* below added re narrow body for no-distraction opt-in page */
.custom .no_sidebars #content {
    width: 600px;
    margin-left:120px;
}
/* Feature Box Mods */
.custom #feature_box { background:#f6f6f6; }
    .custom #feature_box #welcome-message { padding-top:1em; font-family:Georgia,"Times New Roman",Times,serif; font-size:10px; }
        .custom #feature_box h3 { color:#BA0000; margin-top:1em; font-family:Verdana,sans-serif; font-size: 22px; line-height:14px; }
/* from rtfm for 3 column widget footer, for simple first footer */
.custom #footer-widget-block { text-align:left; overflow:hidden; }
.custom .footer-widgets { width:50%; float:left; }
.custom .my-footer-one {    background: #F0F0F0;
}
.custom .my-footer-two {}
/* Below re css3 buttons */
.custom a.standard {
	border: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	display: inline-block;
	padding: .5em .8em;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3)
}
	.custom .standard.red {
			background: #960e17 url(images/red.png) repeat-x top;
			border: 1px solid #111;
			color: #fff;
			text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
			cursor: pointer;
			font-size: 14px;
			font-weight: bold;
			padding: 8px 0;
			margin-top:6px;
			width: 25%;
			text-decoration:none;
			text-align:center;
			margin-left:30px;
			margin-right:30px;
			margin-top:-9px;
		}
			.custom a.standard.red:hover { color: #fff; BACKGROUND: #e30000;}

	.format_text .standard.orange {
		background: #f99015;
		background: linear-gradient(top, #f99015 0%, #f76c0f 100%);
		background: -moz-linear-gradient(top, #f99015 0%, #f76c0f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f99015), color-stop(100%,#f76c0f));
		background: -webkit-linear-gradient(top, #f99015 0%,#f76c0f 100%)
	}
	.custom .standard.green {
		padding: .5em .9em;
		background: #30a146;
		background: linear-gradient(top, #30a146 0%, #249334 100%);
		background: -moz-linear-gradient(top, #30a146 0%, #249334 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30a146), color-stop(100%, #249334));
		background: -webkit-linear-gradient(top, #30a146 0%, #249334 100%);
		margin-left:869px;
		margin-top:14px;
		position:absolute;
		font-size:14px;
		font-weight:bold;
		width:auto;
		position:relative;
		z-index:9999;
	}
	.custom .standard.purple {
		border:none;
		background: #312f36;
		background: linear-gradient(top, #e3e3e3 0%, #312f36 100%);
		background: -moz-linear-gradient(top, #e3e3e3 0%, #312f36 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e3e3e3), color-stop(100%, #312f36));
		background: -webkit-linear-gradient(top, #e3e3e3 0%, #312f36 100%);
		margin-left:795px;
		margin-top:14px;
		position:absolute;
		font-size:14px;
		font-weight:bold;
	}

	.format_text .standard.blue {
		background: #16a4c8;
		background: linear-gradient(top, #16a4c8 0%, #1086b6 100%);
		background: -moz-linear-gradient(top, #16a4c8 0%, #1086b6 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #16a4c8), color-stop(100%, #1086b6));
		background: -webkit-linear-gradient(top, #16a4c8 0%, #1086b6 100%)
	}
	.format_text .standard.gray {
		background: #c2c2c2;
		background: linear-gradient(top, #c2c2c2 0%, #aeaeae 100%);
		background: -moz-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2c2c2), color-stop(100%, #aeaeae));
		background: -webkit-linear-gradient(top, #c2c2c2 0%, #aeaeae 100%)
	}
	.format_text .standard.dark {
		background: #464646;
		background: linear-gradient(top, #464646 0%, #343434 100%);
		background: -moz-linear-gradient(top, #464646 0%, #343434 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #464646), color-stop(100%, #343434));
		background: -webkit-linear-gradient(top, #464646 0%, #343434 100%)
	}
	.custom a.standard:hover { color: #FFF;  BACKGROUND: #3bC455;}
