/** Black & White -October2010
 * @version		$Id:  k2.css 503 2010-06-24 21: 11: 53Z joomlaworks $
 * @package		K2
 * @author		JoomlaWorks http://www.joomlaworks.gr
 * @copyright	Copyright (c) 2006 -2010 JoomlaWorks, a business unit of Nuevvo Webware Ltd. All rights reserved.
 * @license		GNU/GPL license:  http://www.gnu.org/copyleft/gpl.html
 */
/*----------------------------------------------------------------------
Common Elements
----------------------------------------------------------------------*/
/* ---Global K2 container ---*/
#k2Container {
	padding: 0;
}
body.contentpane #k2Container {
	padding: 16px;
}
/* used in popups */
/* ---General padding ---*/
.k2Padding {
	padding: 4px;
}
/* ---Clearing ---*/
.clr {
	clear: both;
	height: 0;
	line-height: 0;
	display: block;
	float: none;
}
/* ---RSS feed icon ---*/
.k2FeedIcon {
	padding: 4px 8px;
}
.k2FeedIcon a,.k2FeedIcon a:hover {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/fugue/feed.png) no-repeat 50% 50%;
}
.k2FeedIcon a span,.k2FeedIcon a:hover span {
	display: none;
}
/* ---Rating ---*/
.itemRatingForm {
	display: block;
	vertical-align: middle;
	line-height: 25px;
	float: left;
}
.itemRatingLog {
	margin: 0;
	padding: 0 0 0 4px;
	float: left;
}
.itemRatingForm .formLogLoading {
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/loading.gif) no-repeat left center;
	height: 25px;
	padding: 0 0 0 20px;
}
.itemRatingList,.itemRatingList a:hover,.itemRatingList .itemCurrentRating {
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/star.gif) left -1000px repeat-x;
}
.itemRatingList {
	position: relative;
	float: left;
	width: 125px;
	height: 25px;
	overflow: hidden;
	list-style: none;
	margin: 0 !important;
	padding: 0;
	background-position: left top;
}
.itemRatingList li {
	display: inline;
	background: none;
	padding: 0;
}
.itemRatingList a,.itemRatingList .itemCurrentRating {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000px;
	height: 25px;
	line-height: 25px;
	outline: none;
	overflow: hidden;
	border: none;
	cursor: pointer;
}
.itemRatingList a:hover {
	background-position: left bottom;
}
.itemRatingList a.one-star {
	width: 20%;
	z-index: 6;
}
.itemRatingList a.two-stars {
	width: 40%;
	z-index: 5;
}
.itemRatingList a.three-stars {
	width: 60%;
	z-index: 4;
}
.itemRatingList a.four-stars {
	width: 80%;
	z-index: 3;
}
.itemRatingList a.five-stars {
	width: 100%;
	z-index: 2;
}
.itemRatingList .itemCurrentRating {
	z-index: 1;
	background-position: 0 center;
	margin: 0;
	padding: 0;
}
.siteRoot {
	display: none;
}
/* ---CSS added with Javascript ---*/
.smallerFontSize {
	font-size: 100%;
	line-height: inherit;
}
.largerFontSize {
	font-size: 150%;
	line-height: 140%;
}
/* ---ReCaptcha ---*/
.recaptchatable .recaptcha_image_cell,#recaptcha_table {
	background-color: #fff !important;
}
#recaptcha_table {
	border-color: #ccc !important;
}
#recaptcha_response_field {
	border-color: #ccc !important;
	background-color: #fff !important;
}
/* ---Primary lists in modules ---*/
.clearList {
	display: none;
	float: none;
	clear: both;
}
/* this class is used to clear all previous floating list elements */
.lastItem {
	border: none;
}
/* class appended on last list item */
/* ---Avatars ---*/
.k2Avatar img {
	display: block;
	float: left;
	border: 1px solid #dadada;
	padding: 4px;
	margin: 2px 8px 4px 0;
}
/* ---Pagination ---*/

div.k2Pagination {
float:right;
position:relative;
right:20%;

}
div.k2Pagination ul li {
	list-style: none;
	border: 1px solid #333;
	float: left;
	margin: 0 3px;
	padding: 0 4px !important;
	text-align: center;
	position: relative;
	right: 40%;
	color: #FFF;
	background-color: #000;
}  

/* ---Featured flags:  the classes are repeated further below to indicate placement in the CSS structure ---*/
.itemIsFeatured,.catItemIsFeatured,.userItemIsFeatured {
	background: none;
}
/*----------------------------------------------------------------------
Component:  views
----------------------------------------------------------------------*/
.genericItemView {
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 0;
	margin: 0 0 16px 0;
}
/* this is the item container for this view */
.userItemViewUnpublished {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	opacity: 0.9;
	border: 4px solid #dadada;
	background: #fffff2;
	padding: 8px;
}
.itemView {
	padding: 8px 0 24px 0;
	margin: 0 0 24px 0;
}
/* this is the item container for this view */
.userItemEditLink,.catItemEditLink,.itemEditLink {
	display: block;
	text-align: left;
	font-size: 15px;
	font-weight: normal;
	
}
.userItemEditLink a,.catItemEditLink a,.itemEditLink a {
	color: #C03131;
}
.latestItemDateCreated,.genericItemDateCreated,.userItemDateCreated,.catItemDateCreated,.itemDateCreated {
	font-size: 11px;
}
.genericItemDateCreated,.genericView .itemDate {
	border-right: 1px solid #dadada;
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
}
.genericView .itemDate,.genericView .catItemCategory {
	font-size: 11px;
	display: inline;
}
.itemHeader .itemTitle {
	color: #373636;
	font-size: 210%;
	line-height: 110%;
	margin: 0;
	padding: 20px 0 0;
	margin-top: 10px;
	border-top: 1px solid #e5e5e5;
	font-style: normal;
}
.catItemTitle2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 10px 0 4px;
	font-style: normal;
	color: #000;
}
.latestItemHeader .latestItemTitle,.genericItemHeader .genericItemTitle,.userItemHeader .userItemTitle,.catItemHeader .catItemTitle {
	font-size: 28px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 10px 0 4px;
	font-style: normal;
}
.latestItemHeader .latestItemTitle a,.genericItemHeader .genericItemTitle a,.userItemHeader .userItemTitle a,.catItemHeader .catItemTitle a {
	color: #373636;
}
.latestItemHeader .latestItemTitle a:hover,.genericItemHeader .genericItemTitle a:hover,.userItemHeader .userItemTitle a:hover,.catItemHeader .catItemTitle a:hover {
	color: #9c7127;
}
.userItemHeader .userItemTitle span sup,.catItemHeader .catItemTitle span sup,.itemHeader .itemTitle span sup {
	font-size: 18px;
	color: #CF1919;
	text-decoration: none;
	font-style: italic;
}
/* "Featured" presented in superscript */
.catItemHeader .catItemAuthor,.itemHeader .itemAuthor {
	display: block;
	padding: 0;
	margin: 2px 0 2px 5px;
	font-size: 13px;
}
.catItemHeader .catItemAuthor {
	margin: 0 12px 0 0;
}
.itemToolbar {
	margin: 2px 0 25px;
	padding: 4px 0 5px;
	
}
.itemToolbar ul {
	text-align: left;
	list-style: none;
	padding: 0 0 4px !important;
	margin: 0 !important;
	font-size: 11px;
}
.itemToolbar ul li {
	display: inline;
	list-style: none;
	padding: 0 4px 0 8px;
	margin: 0;
	border-left: 1px solid #ccc;
	text-align: center;
	background: none;
}
.itemToolbar ul > li:first-child {
	border: none;
	padding-left: 0 !important;
}
/* remove the first CSS border from the left of the toolbar */
.itemToolbar ul li a {
	font-weight: normal;
}
.itemToolbar ul li a img {
	vertical-align: middle;
}
.itemToolbar ul li a#fontDecrease {
	margin: 0 0 0 2px;
}
.itemToolbar ul li a#fontDecrease img {
	width: 13px;
	height: 13px;
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/font_decrease.gif) no-repeat;
}
.itemToolbar ul li a#fontIncrease {
	margin: 0 0 0 2px;
}
.itemToolbar ul li a#fontIncrease img {
	width: 13px;
	height: 13px;
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/font_increase.gif) no-repeat;
}
.itemToolbar ul li a#fontDecrease span,.itemToolbar ul li a#fontIncrease span {
	display: none;
}
.itemToolbar .itemAuthor a {
	color: #e4a024;
}
.itemToolbar .itemAuthor a:hover {
	color: #000;
}
.catItemRatingBlock,.itemRatingBlock {
	padding: 0 0 4px;
	font-size: 11px;
}
.catItemRatingBlock {
	padding-top: 12px;
}
.itemRatingBlock {
	float: right;
}
.catItemRatingBlock span,.itemRatingBlock span {
	display: block;
	float: left;
	font-style: normal;
	padding: 0 4px 0 0;
	margin: 0;
}
.latestItemBody,.genericItemBody,.userItemBody,.catItemBody,.itemBody {
	padding: 8px 0;
	margin: 0;
}
.genericItemImageBlock,.catItemImageBlock {
	float: left;
	padding: 0;
	clear: right;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0;
}

.catItemImageBlock2 {
	padding: 0;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 0;
	margin-left: 0;
	width: 100%;
}



.userItemImageBlock,.itemImageBlock {
	padding: 0;
	text-align: left;
	float: left;
	clear: right;
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 16px;
	margin-left: 0;
}
.userItemImageBlock {
	float: left;
	margin: 10px 16px 0 0 !important;
}
.userItemView {
	margin-bottom: 40px;
}
.latestItemImageBlock,.genericItemImageBlock,.catItemImageBlock {
	margin: 0;
	padding-right: 20px;
}
.genericItemImageBlock {
	float: left;
	padding: 0;
	border: none;
	margin-right: 20px;
}
span.itemImage {
	display: block;
	text-align: left;
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 10px;
}
span.latestItemImage,span.userItemImage,span.catItemImage {
	display: block;
	text-align: left;
	float: left;
	clear: right;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
span.latestItemImage img,span.genericItemImage img,span.userItemImage img,span.catItemImage img,span.itemImage img {
	
	margin: 0;
	padding: 8px;
}
span.itemImageCaption,span.itemImageCredits {
	font-size: 11px;
}
span.itemImageCredits {
	font-style: italic;
	border-left: 1px solid #ccc;
	padding-left: 5px;
	margin-left: 5px;
}
.latestItemIntroText,.genericItemIntroText,.userItemIntroText,.catItemIntroText,.itemIntroText {
	font-size: 18px;
	font-weight: normal;
	line-height: inherit;
	padding: 4px 0 12px;
}
.latestItemIntroText img,.genericItemIntroText img,.userItemIntroText img,.catItemIntroText img,.itemIntroText img {
	padding: 2px;
	margin: 4px;
	background: #fff;
	
}
.itemFullText h3 {
	margin: 0;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	clear: both;
}
.itemFullText {
	font-size: 18px;
	line-height: 32px;
	margin-left: 15px;
}
.igs_social{
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #F5F5F5;
	display: block;
	padding: 10px;
	height: auto;
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	float: left;
	color: #076FAF;
}

.itemFullText img {
	padding: 2px;
	margin: 4px;
	background: #fff;
	
}


/*---------------------Specials STarts_______________________________*/


.genericItemExtraFields2,.itemExtraFields2 {
	clear: none;
	margin: 10px 0;
	padding: 0;
}


.catItemExtraFields2, .itemExtraFields2 {
	clear: none;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	display: block;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	float: right;
	width: 100%;
	
}

.salebox  {
	display: block;
	clear: left;
	float: left;
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/on_sale.jpg);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 154px;
	width: 154px;
}






.catItemExtraFields2 h4,.genericItemExtraFields2 h4,.itemExtraFields2 h3 {
	font-size: 28px;
	font-weight: normal;
	height: auto;	
	margin: 13px 0 2px;
	padding: 0 0 6px;
	color: #666;
}
.catItemExtraFields2 ul li,.genericItemExtraFields2 ul li,.itemExtraFields2 ul li {
	padding: 2px;
	overflow: hidden;
	
}
.catItemExtraFields2 ul li span.catItemExtraFieldsLabel2,.genericItemExtraFields2 ul li span.genericItemExtraFieldsLabel2,.itemExtraFields2 ul li span.itemExtraFieldsLabel2 {
	display: block;
	float: left;
	width: 30%;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 20px;
	font-weight: bold;
}
.catItemExtraFields2 ul li span.catItemExtraFieldsValue2,.itemExtraFields2 ul li span.itemExtraFieldsValue2 {
	display: block;
	float: left;
	margin: 4px 4px 0 0;
	width: 30%;
	font-size: 16px;
	line-height: 20px;
}




/*---------------------Specials ENDS_______________________________*/



.genericItemExtraFields3,.itemExtraFields3 {
	clear: none;
	margin: 10px 0;
	padding: 0;
}


.catItemExtraFields3, .itemExtraFields3 {
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	width: 73%;
	float: left;
	border-top: 1px solid #ddd;
	position: relative;
	top: 5px;
}




.alwaysbox  {
	display: block;
	float: left;
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/always_page.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 148px;
	width: 174px;
	margin-right: 20px;
}


.winebarbox  {
	display: block;
	float: left;
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/wine_bar_bg.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 120px;
	width: 174px;
	margin-right: 20px;
}


.seasonalbox  {
	display: block;
	float: left;
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/seasonal_box.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 120px;
	width: 174px;
	margin-right: 20px;
}





.catItemExtraFields3 h4,.genericItemExtraFields3 h4,.itemExtraFields3 h3 {
	font-size: 28px;
	font-weight: normal;
	height: auto;	
	margin: 13px 0 2px;
	padding: 0 0 6px;
	color: #666;
}
.catItemExtraFields3 ul li,.genericItemExtraFields3 ul li,.itemExtraFields3 ul li {
	padding: 2px;
	overflow: hidden;
	
}
.catItemExtraFields3 ul li span.catItemExtraFieldsLabel3,.genericItemExtraFields3 ul li span.genericItemExtraFieldsLabel3,.itemExtraFields3 ul li span.itemExtraFieldsLabel3 {
	display: block;
	float: left;
	width: 40%;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;	
	line-height: 20px;
	font-weight: bold;
}
.catItemExtraFields3 ul li span.catItemExtraFieldsValue3,.itemExtraFields3 ul li span.itemExtraFieldsValue3 {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 50%;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}




/*---------------------Always ENDS_______________________________*/






.genericItemExtraFields4,.itemExtraFields4 {
	clear: none;
	margin: 10px 0;
	padding: 0;
}


.catItemExtraFields4, .itemExtraFields4 {
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	display: block;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
	width: 100%;
	float: left;
	position: relative;
	top: 5px;
}




.alwaysbox2  {
	display: block;
	float: left;
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/draw_box_items.png);
	background-repeat: no-repeat;
	background-position: 0 center;
	height: 148px;
	width: 174px;
	margin-right: 20px;
}



.catItemExtraFields4 h4,.genericItemExtraFields4 h4,.itemExtraFields4 h3 {
	font-size: 28px;
	font-weight: normal;
	height: auto;	
	margin: 13px 0 2px;
	padding: 0 0 6px;
	color: #666;
}
.catItemExtraFields4 ul li,.genericItemExtraFields4 ul li,.itemExtraFields4 ul li {
	padding: 2px;
	overflow: hidden;
	
}
.catItemExtraFields4 ul li span.catItemExtraFieldsLabel4,.genericItemExtraFields4 ul li span.genericItemExtraFieldsLabel4,.itemExtraFields4 ul li span.itemExtraFieldsLabel4 {
	display: block;
	float: left;
	width: 40%;
	font-size: 16px;
	margin-top: 5px;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 0;	
	line-height: 20px;
	font-weight: bold;
}
.catItemExtraFields4 ul li span.catItemExtraFieldsValue4,.itemExtraFields4 ul li span.itemExtraFieldsValue4 {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 50%;
	font-size: 16px;
	line-height: 20px;
	margin-top: 5px;
}



/*---------------------PRIZES ENDS_______________________________*/

.genericItemExtraFields,.itemExtraFields {
	clear: none;
	margin: 10px 0;
	padding: 0;
}
.catItemExtraFields, .itemExtraFields {
	clear: none;
	padding: 0;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	display: block;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

.catItemExtraFields h4,.genericItemExtraFields h4,.itemExtraFields h3 {
	font-size: 28px;
	font-weight: normal;
	height: auto;
	line-height: 28px;
	margin: 13px 0 2px;
	padding: 0 0 6px;
	border-bottom: 3px solid #ddd;
	color: #666;
}

.catItemExtraFields ul li,.genericItemExtraFields ul li,.itemExtraFields ul li {
	display: block;
	padding: 2px;
	overflow: hidden;
}
.catItemExtraFields ul li span.catItemExtraFieldsLabel,.genericItemExtraFields ul li span.genericItemExtraFieldsLabel,.itemExtraFields ul li span.itemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.catItemExtraFields ul li span.catItemExtraFieldsValue,.itemExtraFields ul li span.itemExtraFieldsValue {
	margin-left: 30%;
	display: block;
}

/*---------------------90pointends________________________*/


span.itemDateModified {
	display: block;
	font-size: 11px;
	font-style: italic;
	margin: 16px 0 4px;
	padding: 4px;
	text-align: right;
}
.latestItemLinks,.userItemLinks,.catItemLinks,.itemLinks {
	margin: 0 0 4px;
	padding: 0;
	font-size: 11px;
}
.catItemHitsBlock,.itemHitsTwitter,.itemCategory,.latestItemTagsBlock,.userItemTagsBlock,.catItemTagsBlock,.itemTagsBlock,.itemSocialSharing {
	padding: 4px;
	
}
.itemSocialSharing {
	float: left;
	width: 98.7%;
}
.itemSocialSharing div {
	float: left;
	display: inline;
	width: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
span.itemHitsTwitterSep {
	padding: 0 8px;
	color: #ccc;
}
span.itemTwitterLink a {
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/twitter_16.png) no-repeat 0 50%;
	padding: 2px 0 0 20px;
	margin: 8px 0;
	text-decoration: none;
}
span.itemTwitterLink a:hover {
	text-decoration: none;
}
.latestItemCategory,.genericItemCategory,.userItemCategory,.catItemCategory {
	font-size: 11px;
}
.itemCategory span {
	font-weight: normal;
	padding: 0 24px 0 0;
}
.latestItemTagsBlock span,.userItemTagsBlock span,.catItemTagsBlock span,.itemTagsBlock span {
	font-weight: bold;
	padding: 0 24px 0 0;
}
.latestItemTagsBlock ul.latestItemTags,.userItemTagsBlock ul.userItemTags,.catItemTagsBlock ul.catItemTags,.itemTagsBlock ul.itemTags {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.latestItemTagsBlock ul.latestItemTags li,.userItemTagsBlock ul.userItemTags li,.catItemTagsBlock ul.catItemTags li,.itemTagsBlock ul.itemTags li {
	display: inline;
	list-style: none;
	padding: 0 9px;
	margin: 0;
	text-align: center;
	background: #F3F2ED;
	border: 1px solid #E3E3DB;
}
.latestItemTagsBlock ul.latestItemTags li a,.userItemTagsBlock ul.userItemTags li a,.catItemTagsBlock ul.catItemTags li a,.itemTagsBlock ul.itemTags li a {
	color: #9c7127;
}
.latestItemTagsBlock ul.latestItemTags li a:hover,.userItemTagsBlock ul.userItemTags li a:hover,.catItemTagsBlock ul.catItemTags li a:hover,.itemTagsBlock ul.itemTags li a:hover {
	color: #000;
}
.itemSocialLinksBlock span {
	font-weight: bold;
	padding: 0 24px 0 0;
	float: left;
	display: block;
}
.itemSocialLinksBlock ul.itemSocialLinks {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: none;
	float: left;
}
.itemSocialLinksBlock ul.itemSocialLinks li {
	float: left;
	list-style: none;
	padding: 0 4px;
	margin: 0;
}
.itemSocialLinksBlock ul.itemSocialLinks li a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.itemSocialLinksBlock ul.itemSocialLinks li a span {
	display: none;
}
a.delicious {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/delicious_16.png);
}
a.digg {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/digg_16.png);
}
a.facebook {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/facebook_16.png);
}
a.googlebuzz {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/googlebuzz_16.png);
}
a.myspace {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/myspace_16.png);
}
a.reddit {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/reddit_16.png);
}
a.stumble {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/stumbleupon_16.png);
}
a.technorati {
	background-image: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/social/technorati_16.png);
}
.catItemAttachmentsBlock,.itemAttachmentsBlock {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
.catItemAttachmentsBlock span,.itemAttachmentsBlock span {
	font-weight: bold;
	padding: 0 4px 0 0;
}
.catItemAttachmentsBlock ul.catItemAttachments,.itemAttachmentsBlock ul.itemAttachments {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
.catItemAttachmentsBlock ul.catItemAttachments li,.itemAttachmentsBlock ul.itemAttachments li {
	display: inline;
	list-style: none;
	padding: 0 4px;
	margin: 0;
	text-align: center;
}
.catItemAttachmentsBlock ul.catItemAttachments li span,.itemAttachmentsBlock ul.itemAttachments li span {
	font-size: 10px;
	color: #999;
	font-weight: normal;
}
.modulePretext {
	margin: 0 !important;
	padding: 5px 18px !important;
	border-bottom: 1px solid #ddd;
	border-top: 3px solid #ddd;
	background: #f9f9f9;
}
/* Author block & User block*/
.itemAuthorBlock {
	margin: 26px 0;
	padding: 2px 0 0;
}
.itemAuthorBlock img.itemAuthorAvatar,.latestItemsUser img,.userBlock img {
	border: 1px solid #e3e3db;
	background: #fff;
	display: block;
	float: left;
	margin: 12px 24px 12px 12px;
	padding: 5px;
}
.latestItemsUser img,.userBlock img {
	margin: 0 24px 0 0;
}
.itemAuthorBlock .itemAuthorDetails,.latestItemsUser,.userBlock {
	margin: 0;
	padding: 12px;
	background: #f3f2ed;
	border-top: 3px solid #e3e3db;
	border-bottom: 1px solid #e3e3db;
}
.itemAuthorBlock .itemAuthorDetails h3.itemAuthorName,.latestItemsUser h2,.userBlock h2 {
	margin: 0 0 4px 0;
	padding: 0;
	font: normal 150% Georgia, "Times New Roman", Times, serif;
}
.itemAuthorBlock .itemAuthorDetails p {
	margin: 6px 0;
	font-size: 90%;
	color: #999;
}
.latestItemsUser,.userBlock {
	font-size: 90%;
	color: #999;
	margin-bottom: 32px;
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl {
	border-right: 1px solid #ccc;
	padding: 0 8px 0 0;
	margin: 0 4px 0 0;
	font-size: 11px;
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorEmail {
	font-weight: bold;
}
.itemAuthorBlock .itemAuthorDetails span.itemAuthorUrl a,.itemAuthorBlock .itemAuthorDetails span.itemAuthorEmail a {
	font-weight: normal;
}
.latestItemsUser p.ulatestItemsUserDescription,.userBlock p.userDescription {
	padding: 0 !important;
	margin: 0 !important;
}
.latestItemsUser p.latestItemsUserAdditionalInfo,.userBlock p.userAdditionalInfo {
	padding: 8px 0 6px;
	margin: 5px 12px 0;
	font-size: 11px;
}
.userBlock p.userAdditionalInfo span {
	margin-right: 16px;
	font-weight: bold;
}
.userBlock p.userAdditionalInfo span a {
	font-weight: normal;
	margin: 0 6px;
}
/* Author latest  &  Related by tag */
.itemRelated {
	float: left;
	margin-bottom: 16px;
	overflow: hidden;
	width: 49%;
}
.itemRelated h3,.itemAuthorLatest h3 {
	font-size: 19px;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	padding: 0 18px;
	border-bottom: 3px solid #ddd;
}
.itemAuthorLatest ul,.itemRelated ul {
	padding: 0;
}
.itemRelated ul li,.itemAuthorLatest ul li {
	padding: 5px 18px;
	list-style: decimal inside;
	font-size: 110%;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-top: 1px dotted #dadada;
}
.itemRelated ul li:first-child,.itemAuthorLatest ul li:first-child {
	border: none;
}
.itemRelated ul li a,.itemAuthorLatest ul li a {
	font-size: 15px;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
.itemAuthorLatest {
	float: left;
	margin-bottom: 16px;
	overflow: hidden;
	width: 49%;
}
/* Video */
.latestItemVideoBlock,.catItemVideoBlock,.itemVideoBlock {
	margin: 0 0 16px 0;
	padding: 16px;
	background: #010101 url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/videoplayer-bg.gif) repeat-x bottom;
}
.catItemVideoBlock .catItemVideoEmbedded,.itemVideoBlock .itemVideoEmbedded {
	text-align: center;
}
/* for embedded videos (not using AllVideos) */
.latestItemVideoBlock span.latestItemVideo,.catItemVideoBlock span.catItemVideo,.itemVideoBlock span.itemVideo {
	display: block;
	overflow: hidden;
}
.itemVideoBlock span.itemVideoCaption {
	color: #eee;
	float: left;
	display: block;
	font-size: 11px;
	font-weight: bold;
	width: 60%;
}
.itemVideoBlock span.itemVideoCredits {
	color: #eee;
	float: right;
	display: block;
	font-style: italic;
	font-size: 11px;
	width: 35%;
	text-align: right;
}
/* Image Gallery */
.catItemImageGallery,.itemImageGallery {
	margin: 0 0 16px 0;
	padding: 0;
}
/* Article navigation */
.itemNavigation {
	border: 1px solid #e5e5e5;
	border-right: none;
	border-left: none;
	background: #f9f9f9;
	font-size: 12px;
	margin: 12px 0 24px;
	padding: 4px 8px;
}
.itemNavigation span.itemNavigationTitle {
	color: #202020;
}
.itemNavigation a.itemPrevious {
	padding: 0 12px;
}
.itemNavigation a.itemNext {
	padding: 0 12px;
}
/* Comments */
.itemComments {
	margin: 50px 0 0;
}
.itemComments ul.itemCommentsList {
	margin: 0 0 16px;
	padding: 0;
	list-style: none;
}
.itemComments ul.itemCommentsList li {
	padding: 12px;
	margin-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}
.itemComments ul.itemCommentsList li.authorResponse {
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/stripes.png) repeat;
}
.itemComments ul.itemCommentsList li img {
	border: 1px solid #dadada;
	float: left;
	margin: 6px 20px 0 0;
	padding: 4px;
}
.itemComments ul.itemCommentsList li span.commentDate {
	border-right: 1px solid #e5e5e5;
	font-size: 11px;
	color: #333;
	margin: 0 8px 0 0;
	padding: 0 4px 0 0;
}
.itemComments ul.itemCommentsList li span.commentAuthorName {
	color: #9c7127;
}
.itemComments ul.itemCommentsList li p {
	padding: 4px 0;
	font-style: italic;
}
.itemComments ul.itemCommentsList li span.commentAuthorEmail {
	display: none;
}
.itemComments ul.itemCommentsList li span.commentLink {
	float: right;
}
.itemComments ul.itemCommentsList li span.commentLink a {
	font-size: 11px;
	text-decoration: underline;
}
.itemComments ul.itemCommentsList li span.commentLink a:hover {
	text-decoration: underline;
}
.itemCommentsPagination {
	padding: 4px;
	margin: 0 0 24px 0;
}
.itemCommentsPagination span.pagination {
	display: block;
	float: right;
	clear: both;
}
.itemComments h3 {
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f9f9f9;
	color: #373636;
	font-size: 200%;
	line-height: 110%;
	margin: 0 0 20px;
	padding: 15px 18px;
}
.itemCommentsForm p.itemCommentsFormNotes {
	font-size: 11px;
	margin-bottom: 18px;
}
.itemCommentsForm form {
	background: #f7f7f7;
	border: 1px solid #E5E5E5;
	padding: 0 18px 26px;
}
.itemCommentsForm form label.formComment {
	display: block;
	margin: 12px 0 0 2px;
}
.itemCommentsForm form label.formName {
	display: block;
	margin: 12px 0 0 2px;
}
.itemCommentsForm form label.formEmail {
	display: block;
	margin: 12px 0 0 2px;
}
.itemCommentsForm form label.formUrl {
	display: block;
	margin: 12px 0 0 2px;
}
.itemCommentsForm form label.formRecaptcha {
	display: block;
	margin: 12px 0 0 2px;
}
.itemCommentsForm form textarea.inputbox {
	display: block;
	width: 350px;
	height: 160px;
	margin: 0;
}
.itemCommentsForm form input.inputbox {
	display: block;
	width: 350px;
	margin: 0;
}
.itemCommentsForm form input#submitCommentButton {
	margin: 12px 0 0 0;
}
.itemCommentsForm form span#formLog {
	margin: 0 0 0 20px;
	padding: 0 0 0 20px;
	font-weight: bold;
	color: #CF1919;
}
.itemCommentsForm form .formLogLoading {
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/loading.gif) no-repeat left center;
}
/* Back to top link */
.itemBackToTop {
	text-align: right;
	margin-bottom: 20px;
}
.itemBackToTop a {
	text-decoration: underline;
}
.itemBackToTop a:hover {
	text-decoration: underline;
}
.latestItemsContainer {
	float: left;
}
/* ---Category block ---*/
.latestItemsCategory,.itemListCategory {
	padding-top: 0px;
	padding-bottom: 12px;
	Padding-right: 7px;
	padding-left: 7px;
	border-bottom: 1px solid #e5e5e5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 32px;
	margin-left: 0;
}
span.catItemAddLink,span.userItemAddLink {
	clear: both;
	display: block;
	text-align: right;
	padding: 4px;
	margin: 0 0 4px 0;
	border-bottom: 2px dashed #ddd;
}
.latestItemsCategoryImage {
	text-align: center;
}
.latestItemsCategoryImage img,.itemListCategory img {
	float: left;
	display: block;
	background: #fff;
	padding: 4px;
	
	margin: 0 8px 0 0;
}
.latestItemsCategory h2,.itemListCategory h2 {
	font-size: 195%;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}
.latestItemsCategory p,.itemListCategory p {
	margin: 2px 0 !important;
}
/* ---Sub-category block ---*/
.itemListSubCategories h3 {
	font-size: 125%;
	margin: 30px 0 12px 0;
}
.subCategoryContainer {
	float: left;
}
.subCategory {
	margin: 4px 12px 4px 0;
}
.subCategory a.subCategoryImage,.subCategory a.subCategoryImage:hover {
	text-align: center;
	display: block;
}
.subCategory a.subCategoryImage img {
	background: none repeat scroll 0 0 #FFF;
	margin: 0 8px 0 0;
	padding: 6px;
}
.subCategory h2 {
	font-size: 125%;
	font-weight: normal;
	margin: 16px 0 0;
}
/* ---Item groups ---*/
#itemListLinks {
	border-top: 1px solid #e5e5e5;
	margin: 8px 0;
	padding: 8px;
}
.itemContainer {
	float: left;
	margin: 0;
}
#k2Container.genericView .itemContainer {
	float: none;
}
.catItemTitle {
	font-size: 1px;
}
/* ---Item block for each item group ---*/
.catItemView,.latestItemView {
	padding: 0 20px 0 0;
}
.catItemView {
	margin-bottom: 40px;
}
.genericView .catItemView {
	border-bottom: 1px solid #E5E5E5;
	margin: 0 0 16px;
	padding: 8px 0;
}
/* this is the item container for this view -we add a generic padding so that items don't get stuck with each other */
/* Additional class appended to the element above for further styling per group item */
.groupLinks {
	padding: 0;
	margin: 0;
}
/* Anchor link to comments */
.latestItemCommentsLink,.catItemCommentsLink,.userItemCommentsLink {
	font-size: 100%;
	display: inline;
	margin: 0 8px 0 4px;
	padding: 0 8px 0 0;
	border-right: 1px solid #ccc;
}
/* Read more link */
.latestItemReadMore,.userItemReadMore,.catItemReadMore {
	font-size: 100%;
	display: inline;
	float: right;
}
.latestItemReadMore a.k2ReadMore,.userItemReadMore a.k2ReadMore,.catItemReadMore a.k2ReadMore {
	color: #9c7127;
}
.latestItemReadMore a:hover.k2ReadMore,.userItemReadMore a:hover.k2ReadMore,.catItemReadMore a:hover.k2ReadMore {
	color: #000;
}
.genericItemReadMore {
	font-size: 100%;
}
/* Modified date */
span.catItemDateModified {
	display: block;
	text-align: right;
	padding: 4px;
	margin: 4px 0;
	color: #999;
	border-top: 1px solid #ddd;
}
/* Items presented in a list */
h2.latestItemTitleList {
	font-size: 14px;
	padding: 2px 0;
	margin: 8px 0 2px 0;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #ccc;
	line-height: normal;
}
/*----------------------------------------------------------------------
Component:  Register & profile page views (register.php & profile.php)
----------------------------------------------------------------------*/
.k2AccountPage table tr td label {
	white-space: nowrap;
}
img.k2AccountPageImage {
	border: 4px solid #ddd;
	margin: 10px 0;
	padding: 0;
	display: block;
}
.k2AccountPage .k2AccountPageNotice {
	padding: 8px;
}
.k2AccountPage .k2AccountPageUpdate {
	border-top: 1px dotted #ccc;
	margin: 8px 0;
	padding: 8px;
	text-align: right;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_comments
----------------------------------------------------------------------*/
/* Latest Comments */
.k2LatestCommentsBlock ul li {
	background: #fff;
	border: 1px dashed #ccc !important;
	padding: 12px !important;
	margin: 0 0 12px !important;
	font-style: italic;
	line-height: 1.8 !important;
}
.k2LatestCommentsBlock ul li a.lcAvatar img {
	border: 1px solid #dadada;
	display: block;
	float: right;
	margin: 2px 0 2px 8px;
	padding: 4px;
}
.k2LatestCommentsBlock ul li a {
	display: block;
	color: #666;
	margin-bottom: 12px;
}
.k2LatestCommentsBlock ul li a:hover {
	color: #000;
}
.k2LatestCommentsBlock ul li span.lcUsername {
	color: #9c7127;
	font-size: 11px;
}
.k2LatestCommentsBlock ul li span.lcCommentDate {
	font-size: 11px;
	color: #000;
}
/* Top Commenters */
.k2TopCommentersBlock ul li span.tcLatestCommentDate {
	color: #000;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_content
----------------------------------------------------------------------*/
.k2ItemsBlock ul li {
	margin: 0;
	padding: 19px 0 !important;
}
.k2ItemsBlock ul li.odd {
	
}
.k2ItemsBlock ul li.lastItem {
	vertical-align: bottom;
}*/
.k2ItemsBlock ul li a.moduleItemTitle {
	display: block;
	font-weight: bold;
	line-height: 1.6;
}
.k2ItemsBlock ul li .moduleItemAuthor {
	color: #666;
	font-size: 90%;
}
.k2ItemsBlock ul li a.moduleItemAuthorAvatar img {
	border: 1px dotted #dadada;
	display: block;
	float: right;
	height: auto;
	margin: 0 4px 0 0;
	padding: 2px;
	width: 14px;
}
.k2ItemsBlock ul li .moduleItemIntrotext {
	display: block;
	line-height: 1.6;
	float: right;
	padding-top: 16px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
	clear: left;
}
.k2ItemsBlock ul li .moduleItemIntrotext a.moduleItemImage img {
	border: 1px dotted #dadada;
	margin: 2px 8px 4px 0;
	padding: 6px;
}
.k2ItemsBlock ul li .moduleItemIntrotext a:hover.moduleItemImage img {
	background: #edece7;
	
}
.moduleItemExtraFields ul li span.moduleItemExtraFieldsLabel {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 4px 0 0;
	width: 30%;
}
.k2ItemsBlock ul li a.moduleItemCategory {
	font-size: 90%;
}
.k2ItemsBlock ul li .moduleItemTags {
	font-size: 90%;
}
.k2ItemsBlock ul li .moduleItemTags a {
	padding: 0 2px;
}
.k2ItemsBlock ul li .moduleAttachments {
	font-size: 90%;
}
.k2ItemsBlock ul li a.moduleItemComments {
	border-right: 1px solid #dadada;
	padding: 0 4px 0 0;
	margin: 0 8px 0 0;
}
.k2ItemsBlock ul li span.moduleItemHits {
	font-size: 90%;
	border-right: 1px solid #dadada;
	padding: 0 4px 0 0;
	margin: 0 8px 0 0;
}
.k2ItemsBlock ul li a.moduleItemReadMore {
	color: #9c7127;
}
.k2ItemsBlock ul li a:hover.moduleItemReadMore {
	color: #000;
}
.k2ItemsBlock a.moduleCustomLink {
	font-size: 90%;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_login
----------------------------------------------------------------------*/
.k2LoginBlock fieldset.input {
	margin: 0;
	padding: 0 0 8px 0;
}
.k2LoginBlock fieldset.input p {
	margin: 0;
	padding: 0 0 4px 0;
}
.k2LoginBlock fieldset.input p label {
	display: block;
}
.k2LoginBlock fieldset.input p input {
	display: block;
}
.k2LoginBlock fieldset.input p#form-login-remember label,.k2LoginBlock fieldset.input p#form-login-remember input {
	display: inline;
}
.k2UserBlock p.ubGreeting {
	border-bottom: 1px dotted #ccc;
}
.k2UserBlock .k2UserBlockDetails span.ubName {
	display: block;
	font-weight: bold;
	font-size: 14px;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_tools
----------------------------------------------------------------------*/
/* ---Authors ---*/
.k2AuthorsListBlock ul li a.abAuthorLatestItem {
	display: block;
	clear: both;
}
/* ---Breadcrumbs ---*/
.k2BreadcrumbsBlock span.bcTitle {
	padding: 0 4px 0 0;
	color: #999;
}
.k2BreadcrumbsBlock span.bcSeparator {
	padding: 0 4px;
	font-size: 14px;
}
/* ---Calendar ---*/
.k2CalendarBlock {
	height: 250px;
	margin-bottom: 8px;
}
/* use this height value so that the calendar height won't change on Month change via ajax */
.k2CalendarLoader {
	background: #fff url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/system/k2CalendarLoader.gif) no-repeat 50% 50%;
}
.k2CalendarBlock table.calendar {
	margin: 0 auto;
	background: #fff;
	border-collapse: collapse;
}
.k2CalendarBlock table.calendar tr td {
	text-align: center;
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #f4f4f4;
	background: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev {
	background: #f3f3f3;
	text-align: left;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev a {
	font-size: 20px;
	text-decoration: none;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthPrev a:hover {
	font-size: 20px;
	text-decoration: none;
}
.k2CalendarBlock table.calendar tr td.calendarCurrentMonth {
	background: #f3f3f3;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext {
	background: #f3f3f3;
	text-align: right;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext a {
	font-size: 20px;
	text-decoration: none;
}
.k2CalendarBlock table.calendar tr td.calendarNavMonthNext a:hover {
	font-size: 20px;
	text-decoration: none;
}
.k2CalendarBlock table.calendar tr td.calendarDayName {
	background: #e9e9e9;
	font-size: 16px;
	width: 18%;
}
.k2CalendarBlock table.calendar tr td.calendarDateEmpty {
	background: #fbfbfb;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked {
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a {
	display: block;
	padding: 2px;
	text-decoration: none;
	background-color: #333;
}
.k2CalendarBlock table.calendar tr td.calendarDateLinked a:hover {
	display: block;
	color: #fff;
	padding: 2px;
	text-decoration: none;
	background-color: #2673AF;
}
.k2CalendarBlock table.calendar tr td.calendarToday {
	background: #135cae;
	color: #fff;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked {
	background: #135cae;
	color: #fff;
	padding: 0;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a {
	display: block;
	padding: 2px;
	color: #fff;
	text-decoration: none;
}
.k2CalendarBlock table.calendar tr td.calendarTodayLinked a:hover {
	display: block;
	background: #BFD9FF;
	padding: 2px;
	text-decoration: none;
}
/* ---Category Tree Select Box ---*/
.k2CategorySelectBlock form select {
	width: auto;
}
/* ---Category List/Menu ---*/
.k2CategoriesListBlock ul li a {
	padding-left: 12px;
}
.k2CategoriesListBlock ul li.activeCategory a {
	font-weight: bold;
}
.k2CategoriesListBlock ul li ul {
	border-left: 1px dotted #d7d7d7;
	margin: 0 0 6px 10px;
	padding: 0 0 0 12px;
}
/* ---Tag Cloud ---*/
.k2TagCloudBlock {
	padding: 8px 0;
}
.k2TagCloudBlock a {
	margin: 2px 2px 0;
	padding: 2px 4px;
	float: left;
	display: block;
	line-height: 1.3;
}
.k2TagCloudBlock a:hover {
	padding: 2px 4px;
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #000;
}
/* ---Google Search ---*/
#k2Container .gsc-branding-text {
	text-align: right;
}
#k2Container .gsc-control {
	width: 100%;
}
#k2Container .gs-visibleUrl {
	display: none;
}
/*----------------------------------------------------------------------
Modules:  mod_k2_users
----------------------------------------------------------------------*/
a.ubUserFeedIcon,a.ubUserFeedIcon:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/fugue/feed.png) no-repeat 50% 50%;
}
a.ubUserFeedIcon span,a.ubUserFeedIcon:hover span {
	display: none;
}
a.ubUserURL,a.ubUserURL:hover {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/fugue/globe.png) no-repeat 50% 50%;
}
a.ubUserURL span,a.ubUserURL:hover span {
	display: none;
}
span.ubUserEmail {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(/web/20190122195813im_/http://islandhose.ca/templates/gk_simplicity/images/fugue/mail.png) no-repeat 50% 50%;
	overflow: hidden;
}
span.ubUserEmail a {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
}
.k2UsersBlock ul li h3 {
	clear: both;
	margin: 8px 0 0 0;
	padding: 0;
}

/*
     FILE ARCHIVED ON 19:58:13 Jan 22, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:57:50 Jul 17, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.601
  exclusion.robots: 0.035
  exclusion.robots.policy: 0.02
  esindex: 0.01
  cdx.remote: 5.464
  LoadShardBlock: 43.304 (3)
  PetaboxLoader3.datanode: 68.482 (5)
  load_resource: 185.254 (2)
  PetaboxLoader3.resolve: 123.615 (2)
*/