/* =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: 0px 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
	box-shadow: 0px 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;
}