/* LIONSHARE CSS */
ul.lionshare {
	list-style: none;
	padding: 0;
	margin: 5px 0;
	height: 20px;
}
ul.lionshare.circles-lg {
	height: 32px;
}
ul.lionshare.circles-sm {
	height: 16px;
}
ul.lionshare.squares-lg {
	height: 30px;
}
ul.lionshare li {
	float: left;
	margin: 0 5px 0 0;
}
ul.lionshare li a {
	display: block;
	padding: 0 4px 0 20px;
	border: 1px solid #ccc;
	color: #666;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	border-radius: 2px; 
	font-size: 10px;
	height: 20px;
	line-height: 18px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
}
ul.lionshare li a.circles-lg {
	height: 32px;
	width: 32px;
	border: none;
	font-size: 0px;
	line-height: 32px;
	border-radius: 0px;
	text-shadow: none;
	padding: 0;
}
ul.lionshare li a.circles-sm {
	height: 16px;
	width: 16px;
	border: none;
	font-size: 0px;
	line-height: 16px;
	border-radius: 0px;
	text-shadow: none;
	padding: 0;
}
ul.lionshare li a.squares-lg {
	height: 30px;
	width: 30px;
	border: none;
	font-size: 20px;
	line-height: 30px;
	border-radius: 0px;
	text-shadow: none;
	padding: 0;
	background: #6e8689;
	color: white;
	text-align: center;
}
ul.lionshare li a.squares-lg .label {
	display: none;
}
ul.lionshare li a:hover {
	border-color: #aaa;
	color: #333;
}
ul.lionshare li a.squares-lg:hover {
	color: white;
	background: #556a6d;
}
a.fb-button {
	background: #ffffff url(images/fb-share.png) 2px 2px no-repeat; /* Old browsers */
	background: url(images/fb-share.png) 2px 2px no-repeat, -moz-linear-gradient(top,  #ffffff 25%, #eeeeee 100%); /* FF3.6+ */
	background: url(images/fb-share.png) 2px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(images/fb-share.png) 2px 2px no-repeat, -webkit-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/fb-share.png) 2px 2px no-repeat, -o-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(images/fb-share.png) 2px 2px no-repeat, -ms-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* IE10+ */
	background: url(images/fb-share.png) 2px 2px no-repeat, linear-gradient(to bottom,  #ffffff 25%,#eeeeee 100%); /* W3C */
}
a.fb-button.circles-lg {
	background: url(images/circle-icons.png) left -32px no-repeat;
}
a.fb-button.circles-lg:hover {
	background: url(images/circle-icons.png) left -64px no-repeat;
}
a.fb-button.circles-sm {
	background: url(images/circle-icons.png) left top no-repeat;
}
a.fb-button.circles-sm:hover {
	background: url(images/circle-icons.png) left -16px no-repeat;
}
a.li-share {
	background: #ffffff url(images/linked.png) 2px 2px no-repeat; /* Old browsers */
	background: url(images/linked.png) 2px 2px no-repeat, -moz-linear-gradient(top,  #ffffff 25%, #eeeeee 100%); /* FF3.6+ */
	background: url(images/linked.png) 2px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(images/linked.png) 2px 2px no-repeat, -webkit-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/linked.png) 2px 2px no-repeat, -o-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(images/linked.png) 2px 2px no-repeat, -ms-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* IE10+ */
	background: url(images/linked.png) 2px 2px no-repeat, linear-gradient(to bottom,  #ffffff 25%,#eeeeee 100%); /* W3C */

}
a.li-share.circles-lg {
	background: url(images/circle-icons.png) -32px -32px no-repeat;
}
a.li-share.circles-lg:hover {
	background: url(images/circle-icons.png) -32px -64px no-repeat;
}
a.li-share.circles-sm {
	background: url(images/circle-icons.png) -16px top no-repeat;
}
a.li-share.circles-sm:hover {
	background: url(images/circle-icons.png) -16px -16px no-repeat;
}
a.tweet-button {
	background: #ffffff url(images/tweet.png) 2px 1px no-repeat; /* Old browsers */
	background: url(images/tweet.png) 2px 1px no-repeat, -moz-linear-gradient(top,  #ffffff 25%, #eeeeee 100%); /* FF3.6+ */
	background: url(images/tweet.png) 2px 1px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(images/tweet.png) 2px 1px no-repeat, -webkit-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/tweet.png) 2px 1px no-repeat, -o-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(images/tweet.png) 2px 1px no-repeat, -ms-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* IE10+ */
	background: url(images/tweet.png) 2px 1px no-repeat, linear-gradient(to bottom,  #ffffff 25%,#eeeeee 100%); /* W3C */
}
a.tweet-button.circles-lg {
	background: url(images/circle-icons.png) -64px -32px no-repeat;
}
a.tweet-button.circles-lg:hover {
	background: url(images/circle-icons.png) -64px -64px no-repeat;
}
a.tweet-button.circles-sm {
	background: url(images/circle-icons.png) -32px top no-repeat;
}
a.tweet-button.circles-sm:hover {
	background: url(images/circle-icons.png) -32px -16px no-repeat;
}
a.gplus-button {
	background: #ffffff url(images/gplus.jpg) 2px 1px no-repeat; /* Old browsers */
	background: url(images/gplus.jpg) 2px 2px no-repeat, -moz-linear-gradient(top,  #ffffff 25%, #eeeeee 100%); /* FF3.6+ */
	background: url(images/gplus.jpg) 2px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(images/gplus.jpg) 2px 2px no-repeat, -webkit-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/gplus.jpg) 2px 2px no-repeat, -o-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(images/gplus.jpg) 2px 2px no-repeat, -ms-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* IE10+ */
	background: url(images/gplus.jpg) 2px 2px no-repeat, linear-gradient(to bottom,  #ffffff 25%,#eeeeee 100%); /* W3C */
}
a.gplus-button.circles-lg {
	background: url(images/circle-icons.png) -160px -32px no-repeat;
}
a.gplus-button.circles-lg:hover {
	background: url(images/circle-icons.png) -160px -64px no-repeat;
}
a.gplus-button.circles-sm {
	background: url(images/circle-icons.png) -80px top no-repeat;
}
a.gplus-button.circles-sm:hover {
	background: url(images/circle-icons.png) -80px -16px no-repeat;
}
a.pin-button {
	background: #ffffff url(images/pinit.png) 3px 2px no-repeat; /* Old browsers */
	background: url(images/pinit.png) 3px 2px no-repeat, -moz-linear-gradient(top,  #ffffff 25%, #eeeeee 100%); /* FF3.6+ */
	background: url(images/pinit.png) 3px 2px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(images/pinit.png) 3px 2px no-repeat, -webkit-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/pinit.png) 3px 2px no-repeat, -o-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(images/pinit.png) 3px 2px no-repeat, -ms-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* IE10+ */
	background: url(images/pinit.png) 3px 2px no-repeat, linear-gradient(to bottom,  #ffffff 25%,#eeeeee 100%); /* W3C */
}
a.pin-button.circles-lg {
	background: url(images/circle-icons.png) -96px -32px no-repeat;
}
a.pin-button.circles-lg:hover {
	background: url(images/circle-icons.png) -96px -64px no-repeat;
}
a.pin-button.circles-sm {
	background: url(images/circle-icons.png) -48px top no-repeat;
}
a.pin-button.circles-sm:hover {
	background: url(images/circle-icons.png) -48px -16px no-repeat;
}
a.mail-button {
	background: #ffffff url(images/email.jpg) 2px 4px no-repeat; /* Old browsers */
	background: url(images/email.jpg) 2px 4px no-repeat, -moz-linear-gradient(top,  #ffffff 25%, #eeeeee 100%); /* FF3.6+ */
	background: url(images/email.jpg) 2px 4px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(25%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
	background: url(images/email.jpg) 2px 4px no-repeat, -webkit-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
	background: url(images/email.jpg) 2px 4px no-repeat, -o-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* Opera 11.10+ */
	background: url(images/email.jpg) 2px 4px no-repeat, -ms-linear-gradient(top,  #ffffff 25%,#eeeeee 100%); /* IE10+ */
	background: url(images/email.jpg) 2px 4px no-repeat, linear-gradient(to bottom,  #ffffff 25%,#eeeeee 100%); /* W3C */
}
a.mail-button.circles-lg {
	background: url(images/circle-icons.png) -128px -32px no-repeat;
}
a.mail-button.circles-lg:hover {
	background: url(images/circle-icons.png) -128px -64px no-repeat;
}
a.mail-button.circles-sm {
	background: url(images/circle-icons.png) -64px top no-repeat;
}
a.mail-button.circles-sm:hover {
	background: url(images/circle-icons.png) -64px -16px no-repeat;
}