/* 
	-pie-global: enable; 
*/

.connect_widget_like_button {
	border: none;
}
.connect_widget_like_button iframe {
	border: none;
}
/* RS Forms */
.rsform fieldset.formFieldset {
	margin: 0;
}

.rsform .formFieldset legend {
	font-family: "UbuntuCondensed";
	font-size: 140%;
}

.rsform .formFieldset ol li {
	padding: 10px 0 0 0 !important;
	position: relative;
	z-index: 1;
}
.rsform .formFieldset ol li .formBody {
	position: relative;
	z-index: 1;
}
.rsform .formFieldset ol li .formBody .rsform-submit-button {
	position: relative;
	z-index: 2;
	border-radius: 4px;
}

.rsform .formFieldset .formRed {
	color: #cf4d4d;
}

.rsform .formFieldset p.formRed {
	margin: 0;
}

.rsform .formBody .formError {
	font-size: 100% !important;
}

.rsform .formBody .formError:before {
	content: "*";
}

/* Zoo Social buttons 
.yoo-zoo.socialbuttons { overflow: hidden; }

.yoo-zoo.socialbuttons > div {
	margin-left: 10px;
	float: left;
}

.yoo-zoo.socialbuttons > div:first-child { margin-left: 0 }

.yoo-zoo .socialbuttons iframe {
	border: none;
	overflow: hidden;
}
*/

/* Widgetkit slideshows for Zoo article teaser */
.wk-slideshow  {
	z-index: 1;
	position: relative;
	margin: 0 0 15px 0;
}

.wk-slideshow ul.nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	margin: 0;
}

.wk-slideshow-default .nav span {
	background: url('../images/widgetkit/slideshows/nav.png') no-repeat 0 0;
}

.wk-slideshow > div {
	z-index: 1;
}

.wk-slideshow .layout-article div.media-left {
	position: relative;
	z-index: 1;
	margin: 25px 0 0 0;
	padding: 7px;
	background: rgba(30, 30, 30, 0.3);
	border-radius: 5px;
}

.wk-slideshow .layout-article div.description {
	margin: 23px 0 15px 295px;
	text-align: justify;
}

.wk-slideshow .layout-article div.media-left:after,
.wk-slideshow .layout-article div.description:after {
	clear: both;
}

.wk-slideshow .layout-article .buttons {
	-pie-lazy-init:true;
	position: relative;
	z-index: 2;
	clear: left;
	min-height: 24px;
	margin: 0 165px 0 0;
	padding: 10px;
	background: #AFAFB1;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	box-shadow: inset 0 1px 1px 1px #333333;
}

.wk-slideshow .layout-article p.meta {
	margin: 6px 140px 0 0;
	color: #ffffff;
	font-style: normal;
}

.wk-slideshow .layout-article p.meta span.element {
	clear: both;
	display: inline-block;
}

.wk-slideshow .layout-article .buttons div.social {
	float: right;
	margin: 2px 0 0 0;
}

.wk-slideshow .layout-article div.feature-social-wrapper { 
	-pie-lazy-init:true;
	z-index: 1;
}

.wk-slideshow .layout-article div.links {
	-pie-lazy-init:true;
	position: relative;
	clear: both;
	float: right;
	margin: 0;
	background: #AFAFB1;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 5px;
	box-shadow: inset 0 1px 1px 1px #333333;
}

.wk-slideshow .layout-article div.links a {
	-pie: disable;
	display: inline-block;
	width: 100px;
	margin: 7px 6px 5px 6px;
	padding: 8px 20px 9px 20px;
	color: #ffffff;
	font-family: "UbuntuCondensed";
	text-transform: uppercase;
	text-align: center;
	background: #646565;
	background: linear-gradient(top, #8f9090 0%, #646565 100%);
	box-shadow: inset 0 -2px 5px 0 #484848;
}

.wk-slideshow .layout-article div.links a:hover {
	padding: 10px 20px 7px 20px;
	background: #646565;
	box-shadow: inset 0 2px 5px 0 #333333;
}

.style-homepage-featured .wk-slideshow-default .nav span {
	background-image: url('../images/widgetkit/slideshows/nav_news.png');
}

/* Pagination */
.pagination {
	margin: 20px 0 0 0 !important;
	padding: 10px 30px !important;
	color: #fff;
	/*background: linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);*/
	background-color:#0174D5;
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 #333333;
}

.pagination a,
.pagination span {
	padding: 3px 8px;
	border: #bebebe 1px solid;
	border-radius: 4px;
	box-shadow: 1px 1px 1px 0 #ffffff;
	color: #343434;
  background: -moz-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -o-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
}

.pagination span {
	background: #ffffff;
}

.pagination a {
	padding: 3px 8px;
	color: #444444;
}

/* Search */
#maininner #searchForm {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 30px 0 30px;
	color: #3d3d3d;
	/*background: linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);*/
	color: #343434;
  background: -moz-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -o-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 #333333;
}

#maininner #searchForm fieldset {
	margin: 0;
}

#maininner #searchForm legend {
	padding: 0;
	font-family: "UbuntuCondensed";
	font-size: 200%;
	color: #0174d5;
}

#maininner #searchForm div {
	float: left;
	width: 45%;
	margin: 0 5% 15px 0;
}

#maininner #searchForm div.searchword label {
	display: block;
}

#maininner #searchForm div.searchphrase,
#maininner #searchForm div.ordering,
#maininner #searchForm div.searchareas,
#maininner #searchForm div.filter {
	clear: right;
	float: right;
	margin: 0 0 15px 0;
}

#maininner #searchForm div.result_count {
	clear: both;
	float: left;
}

#maininner .search_items {
	overflow: hidden;
	margin: 0 0 15px 0;
	padding: 15px 30px 15px 30px;
	color: #3d3d3d;
	/*background: linear-gradient(top, #f1f1f1 70%, #c3c3c3 100%);*/
	color: #343434;
  background: -moz-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -o-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
  background: linear-gradient(top, #f1f1f1 70%, #eaeaea 100%);
	border-radius: 10px;
	box-shadow: 0 2px 2px 0 #333333;
}

#maininner .search_items .item {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: #bebebe 3px dotted;
}

#maininner .search_items .item:first-child {
	padding: 0;
	margin: 0;
	border-top: none;
}

#maininner .search_items .item h1.title {
	font-family: "UbuntuCondensed";
	font-size: 200% !important;
	color: #0174d5;
}

#maininner .search_items .item h1.title a {
	color: #0174d5;
}