/* =Button-style Widgets
----------------------------------------------- */
#secondary .widget_reachWidget,
#secondary .widget_getnoticed_reachcounter,
#secondary .widget_getnoticed_sociallist a {
	background: #eeeeee; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #d2d4d6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d2d4d6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#d2d4d6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#d2d4d6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#d2d4d6 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#d2d4d6 100%); /* W3C */
	border: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	color: #333333;
	text-shadow: 0 1px 1px #fff;
}
#secondary .widget_reachWidget,
#secondary .widget_getnoticed_reachcounter {
	text-shadow: 0 2px 3px #fff;
}

#secondary .widget_getnoticed_sociallist a:hover {
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #eeeeee 0%, #aaacae 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#aaacae)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#aaacae 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #eeeeee 0%,#aaacae 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #eeeeee 0%,#aaacae 100%); /* IE10+ */
	background: linear-gradient(top,  #eeeeee 0%,#aaacae 100%); /* W3C */
	text-decoration: none;
	text-shadow: 0 1px 1px #eee;
}


/* =Reach Widget
----------------------------------------------- */
#secondary .widget_reachWidget,
#secondary .widget_getnoticed_reachcounter {
	padding: 0.5em 1em;
	overflow: hidden;
}
#secondary .widget_reachWidget .widget-title,
#secondary .widget_getnoticed_reachcounter .widget-title {
	background: none;
	border: none;
	color: #333333;
	float: left;
	font: 300 14px/44px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: left;
	text-transform: none;
	width: 120px;
}
#secondary .widget_reachWidget .count,
#secondary .widget_getnoticed_reachcounter .count {
	border-left: 1px solid #eeeeee;
	float: right;
	width: 125px;
}
#secondary .widget_reachWidget .count span,
#secondary .widget_getnoticed_reachcounter .count span {
	border-left: 1px solid #d6d6d6;
	color: #666666;
	display: block;
	font-size: 28px;
	font-weight: bold;
	line-height: 44px;
	padding: 0 0 0 0.5em;
	text-align: center;
}


/* =Site Search
----------------------------------------------- */
#s {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 2px 3px rgba(0,0,0,0.5);
	box-shadow: inset 0 2px 3px rgba(0,0,0,0.5);
}


/* =Landing page sidebar
----------------------------------------------- */
/*
#secondary .widget_getnoticed_purchasebox {
	background: #eee;
}
#secondary .widget_getnoticed_purchasebox h3 {
	margin: -20px -25px 20px;
}
#secondary #endorsements {
	padding: 20px;
}
#secondary #endorsements h3 {
	margin: -20px -20px 20px;
}
*/
.single-gnt_landingpage #signupform {
	margin: 0 0 20px 0;
}
.single-gnt_landingpage #secondary .fieldset {
	background-color: #f3f3f3;
	border: 1px solid #ccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 20px 25px 5px;
	margin-top: 40px;
}
.single-gnt_landingpage #secondary .fieldset h3 {
	font-size: 13px;
	line-height: 18px;
	margin: -30px auto 10px; /*was 30.0.10*/
	/*padding: 4px 15px; dup*/
	padding: 4px 5%;
	text-transform: uppercase;
	/*width: 216px; dup*/
	width: 90%;
	-moz-box-shadow: 0 0 3px #888;
	-webkit-box-shadow: 0 0 3px #888;
	border-radius: 0;
}
.single-gnt_landingpage #secondary #signupform {
	margin-top: 10px;
}
.single-gnt_landingpage #signupform ul {
	list-style: none;
	margin: 20px 0 0;
	padding: 0;
}
.single-gnt_landingpage #signupform li {
	border: none;
	font-size: 12px;
	margin: 0 0 15px;
	padding: 0;
	height: 1%;
}
.single-gnt_landingpage #signupform label {
	display: block;
	line-height: 1.2em;
	margin-bottom: 2px;
}
.single-gnt_landingpage #signupform input {
	border: 1px solid #cccccc;
	font-size: 14px;
	padding: 4px 6px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-gnt_landingpage #signupform .submitrow {
	margin-bottom: 1em;
	text-align: center;
}
.single-gnt_landingpage #signupform .twocol {
	float: left;
	width: 48%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-gnt_landingpage #signupform .firstcol {
	margin-right: 4%;
}
.single-gnt_landingpage #signupform .longtext {
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.single-gnt_landingpage #signupnowButton,
.single-gnt_landingpage #signupform .button {
    background: #317bd4;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ba7d4), to(#317bd4));
    background: -moz-linear-gradient(top,  #7ba7d4,  #317bd4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ba7d4', endColorstr='#317bd4');
	border: 1px solid #424242;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	color: #fff;
	cursor: pointer;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 15px;
	text-decoration: none;
	text-transform: uppercase;
	width: auto;
}
.single-gnt_landingpage #signupnowButton:hover,
.single-gnt_landingpage #signupform .button:hover {
	border-color: #abd7f4;
}

.single-gnt_landingpage form.success #email_address {
	border-color: #1a9900;
}
.single-gnt_landingpage form.error #email_address {
	border-color: #991a00;
}
.single-gnt_landingpage form.error #ebook_submit,
.single-gnt_landingpage form.error #ebook_submit:hover {
	background: #555;
	border-color: #aaa;
	cursor: wait;
}

.single-gnt_landingpage #secondary .caution {
	background: #ffb;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 -25px;
	padding: 1em 25px;
}
