/* @group Base */
body {
	color: #000;
	background-color: #fff;
	font: 11px/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h3 {
		text-align: center;
}
.wrapper p {
		margin-left: 20px;
		margin-right: 20px;
}
a:link {
	color: #;
	text-decoration: none;
}
a:visited {
	color: #;
}
a:hover,a:focus {
	color: #;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
/* @end */

.wrapper {
		overflow: hidden;
		width: 22em;
		background-color: #f1f1f1;
		margin-right: 50px;
		float: left;
}
.gap {
		margin: 20px auto 60px;
}
/* @group Hover */
.wrapper > * {
-webkit-transition: all 0.12s ease-out;
   -moz-transition: all 0.12s ease-out;
	 -o-transition: all 0.12s ease-out;
}
.wrapper > *:hover {
-webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
	 -o-transform: scale(1.1);
}
/* @end */
/* @group RSS Icons */
#rss_icon_wrapper {
		width: 10em;
		height: 10em;
		background-color: #f86c11;
		border: 0.3em solid #c63e0d;
		position: relative;
-webkit-border-radius: 1.5em;
 -khtml-border-radius: 1.5em;
   -moz-border-radius: 1.5em;
		border-radius: 1.5em;
		background: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0.12, rgb(255,107,28)),
		    color-stop(1, rgb(255,159,41))
		);
		/*-webkit-border-image: -webkit-gradient(
		    linear,
		    left bottom,
		    left top,
		    color-stop(0.12, rgb(255,107,28)),
		    color-stop(1, rgb(255,159,41))
		);*/
		background: -moz-linear-gradient(
		    center bottom,
		    rgb(255,107,28) 12%,
		    rgb(255,159,41) 100%
		);
		overflow: hidden;
}
#rss_icon_main {
		width: 80%;
		height: 80%;
		position: relative;
		overflow: hidden;
}
#rss_icon_main.inside {
		top: 10%;
		left: 10%;
}
#rss_icon_main.inside span {
		border-color: #fff;
}
#rss_icon_main.outside {
		width: 9em;
		height: 9em;
		margin-right: auto;
		margin-left: auto;
}
#rss_icon_main.outside span {
		border-color: #000;
}
#rss_icon_main.outside .circle {
		background-color: #000;
}
.outer_ring, .middle_ring {
		border: 1.5em solid #fff;
}
.outer_ring, .middle_ring, .circle {
		position: absolute;
}
.outer_ring {
		width: 170%;
		height: 170%;
		right: 0;
		top: 0;
-webkit-border-radius: 10.5em;
 -khtml-border-radius: 10.5em;
   -moz-border-radius: 10.5em;
		border-radius: 10.5em;
}
.middle_ring {
		position: absolute;
		width: 110%;
		height: 110%;
		top: 32%;
-webkit-border-radius: 8em;
 -khtml-border-radius: 8em;
   -moz-border-radius: 8em;
		border-radius: 8em;
		right: 32%;
}
.circle {
		width: 30%;
		height: 30%;
-webkit-border-radius: 4em;
 -khtml-border-radius: 4em;
   -moz-border-radius: 4em;
		border-radius: 4em;
		left: 0;
		bottom: 0;
		background-color: #fff;
}
/* @end */
/* @group 32px RSS */
#rss_icon_wrapper.px32 {
		width: 32px;
		height: 32px;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
		border-radius: 5px;
		border-width: 2px;
}
#rss_icon_main.outside.px32 {
		width: 32px;
		height: 32px;
}
.px32 .outer_ring {
		border: 4px solid #fff;
-webkit-border-radius: 30px;
   -moz-border-radius: 30px;
		border-radius: 30px;
}
.px32 .middle_ring {
		border: 4px solid #fff;
-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
		border-radius: 20px;
}
.px32 .circle {
		width: 34%;
		height: 34%;
}
/* @end */
/* @group 16px RSS */
#rss_icon_wrapper.px16 {
		width: 16px;
		height: 16px;
-webkit-border-radius: 0.2em;
   -moz-border-radius: 0.2em;
		border-radius: 0.2em;
		border-width: 0;
-webkit-box-shadow: 0px 0px 0px #ffffff;
   -moz-box-shadow: 0px 0px 0px #ffffff;
		box-shadow: 0px 0px 0px #ffffff; 
}
#rss_icon_main.outside.px16 {
		width: 16px;
		height: 16px;
}
.px16 #rss_icon_main.inside {
		top: 2px;
		left: 2px;
}
.px16 .outer_ring,.px16 .middle_ring {
		border: 3px solid #fff;
}
.px16 .middle_ring {
		position: absolute;
		width: 110%;
		height: 110%;
		top: 5px;
		right: 5px;
-webkit-border-radius: 10px;
   -moz-border-radius: 10.5em;
		border-radius: 10.5em;
}
.px16 .circle {
		width: 35%;
		height: 35%;
}
/* @end */
/* @group iPhone */
#iphone {
		width: 10em;
		height: 16em;
		background-color: #000;
-webkit-border-radius: 0.8em;
 -khtml-border-radius: 0.8em;
   -moz-border-radius: 0.8em;
		border-radius: 0.8em;
		display: block;
		position: relative;
		overflow: hidden;
}
#iphone span {
		display: block;
		clear: both;
		margin-right: auto;
		margin-left: auto;
		background-color: #f1f1f1;
}
#iphone .earpiece {
		width: 16%;
		height: 3%;
		margin-top: 10%;
}
#iphone .screen {
		width: 80%;
		height: 65%;
		margin-top: 10%;
}
#iphone .home {
		width: 1.2em;
		height: 1.2em;
		margin-top: 9%;
-webkit-border-radius: 1.2em;
   -moz-border-radius: 1.2em;
		border-radius: 1.2em;
} 
/* @end */
/* @group Heart */
#heart {
		width: 18em;
		height: 20em;
		position: relative;
		overflow: hidden;
}
#heart .circle {
		width: 10em;
		height: 10em;
		background-color: #c50011;
-webkit-border-radius: 10em;
 -khtml-border-radius: 10em;
   -moz-border-radius: 10em;
		border-radius: 10em;
		display: block;
		position: absolute;
}
#heart .circle.left {
		left: 0;
		top: 0;
}
#heart .circle.right {
		right: 0;
		top: 0;
}
#heart .point {
		width: 13em;
		height: 13em;
		background-color: #c50011;
-webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
	 -o-transform:rotate(-45deg);
		display: block;
		position: absolute;
		bottom: 33%;
		left: 14%;
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 200px;
-webkit-border-bottom-right-radius: 50px;
-webkit-border-bottom-left-radius: 0px;
   -moz-border-radius-topleft: 50px;
   -moz-border-radius-topright: 200px;
   -moz-border-radius-bottomright: 50px;
   -moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 50px;
		border-top-right-radius: 200px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 0px; 
}
/* @end */
/* @group Heart Two */
#heart_two {
		width: 20em;
		height: 20em;
		position: relative;
		overflow: hidden;
}
#heart_two span {
		display: block;
		position: absolute;
}
#heart_two span.heart_left {
		width: 10em;
		height: 16em;
		background-color: #c50011;
	 -o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
		left: 2.85em;
		bottom: 2.2em;
-webkit-border-top-left-radius: 10em;
-webkit-border-top-right-radius: 10em;
-webkit-border-bottom-right-radius: 10em;
-webkit-border-bottom-left-radius: 0;
   -moz-border-radius-topleft: 10em;
   -moz-border-radius-topright: 10em;
   -moz-border-radius-bottomright: 10em;
   -moz-border-radius-bottomleft: 0;
		border-top-left-radius: 10em;
		border-top-right-radius: 10em;
		border-bottom-right-radius: 10em;
		border-bottom-left-radius: 0;
}
#heart_two span.heart_right {
		width: 10em;
		height: 16em;
		background-color: #c50011;
	 -o-transform:rotate(45deg);
-webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
-webkit-border-top-left-radius: 10em;
-webkit-border-top-right-radius: 10em;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 10em;
   -moz-border-radius-topleft: 10em;
   -moz-border-radius-topright: 10em;
   -moz-border-radius-bottomright: 0;
   -moz-border-radius-bottomleft: 10em;
		border-top-left-radius: 10em;
		border-top-right-radius: 10em;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 10em;
		left: 7.1em;
		bottom: 2.2em;
}
#heart .circle {
		width: 10em;
		height: 10em;
		background-color: #c50011;
		-webkit-border-radius: 10em;
		-khtml-border-radius: 10em;
		-moz-border-radius: 10em;
		border-radius: 10em;
		display: block;
		position: absolute;
}
#heart .circle.left {
		left: 0;
		top: 0;
}
#heart .circle.right {
		right: 0;
		top: 0;
}
#heart .point {
		width: 13em;
		height: 13em;
		background-color: #c50011;
	 -o-transform:rotate(-45deg);
-webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
		display: block;
		position: absolute;
		bottom: 33%;
		left: 14%;
-webkit-border-top-left-radius: 50px;
-webkit-border-top-right-radius: 200px;
-webkit-border-bottom-right-radius: 50px;
-webkit-border-bottom-left-radius: 0px;
   -moz-border-radius-topleft: 50px;
   -moz-border-radius-topright: 200px;
   -moz-border-radius-bottomright: 50px;
   -moz-border-radius-bottomleft: 0px;
		border-top-left-radius: 50px;
		border-top-right-radius: 200px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 0px; 
}
/* @end */
/* @group Voice */
#voice {
		position: relative;
		width: 13em;
		height: 15em;
}
.mic {
		width: 5em;
		height: 10.5em;
		position: absolute;
		background-color: #000;
		left: 4em;
-webkit-border-radius: 3em;
   -moz-border-radius: 3em;
		border-radius: 3em;
}
#voice div.wrap {
		overflow: hidden;
		width: 9em;
		height: 9em;
		position: absolute;
		bottom: 0;
		left: 2em;
}
.shell {
		width: 7em;
		height: 12em;
		position: absolute;
		border: 1em solid #000;
-webkit-border-radius: 5em;
   -moz-border-radius: 5em;
		border-radius: 5em;
		bottom: 2.5em;
}
.stem {
		width: 1em;
		height: 3em;
		position: absolute;
		background-color: #000;
		left: 4em;
		bottom: 0;
}
.base {
		width: 5em;
		height: 1em;
		position: absolute;
		background-color: #000;
		left: 2em;
		bottom: 0;
}
/* @end */
/* @group Block */
#block {
		width: 15em;
		height: 15em;
		position: relative;
		border: 2em solid #000;
-webkit-border-radius: 15em;
   -moz-border-radius: 15em;
		border-radius: 15em;
}
#block span {
		background-color:#000000;
		height: 17em;
		width:2em;
		margin:0 auto;
		position:absolute;
		top: -1em;
		left: 6.5em;
-webkit-transform:rotate(-45deg);
   -moz-transform:rotate(-45deg);
	 -o-transform:rotate(-45deg);
}
/* @group Triangle */
#triangle {
		border: 10em solid #000;
		border-right-color: transparent;
		border-top-color: transparent;
		border-bottom-color: transparent;
		height: 0.001em;
		width: 0.001em;
}
/* @end */

/* @end */
/* @group Disc */
#disc {
		width: 8em;
		height: 8em;
		position: relative;
		border: 6em solid #000;
-webkit-border-radius: 40em;
   -moz-border-radius: 20em;
		border-radius: 20em;
}
#disc span {
		width: 3em;
		height: 3em;
		position: absolute;
		border: 1.5em solid #000;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		left: 1em;
		top: 1em;
}
/* @end */
/* @group Target */
#target {
		width: 15em;
		height: 15em;
		position: relative;
		border: 2em solid #000;
-webkit-border-radius: 40em;
   -moz-border-radius: 40em;
		border-radius: 40em;
}
#target span.inner {
		width: 5em;
		height: 5em;
		position: absolute;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		left: 5em;
		top: 5em;
		background-color: #000;
}
#target span.outer {
		width: 8em;
		height: 8em;
		position: absolute;
		border: 2em solid #000;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		left: 1.5em;
		top: 1.5em;
}
/* @end */
/* @group Can */
#can {
		width: 15em;
		height: 9em;
		position: relative;
		background-color: #000;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
}
#can span {
		width: 3em;
		height: 3em;
		position: absolute;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		background-color: #000;
		border: 1.5em solid #fff;
		top: 1.5em;
		left: 1.5em;
}
/* @end */
/* @group Mini Target */
#mini_target {
		width: 9em;
		height: 9em;
		position: relative;
		background-color: #000;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
}
#mini_target span {
		width: 3em;
		height: 3em;
		position: absolute;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		background-color: #000;
		border: 1.5em solid #fff;
		top: 1.5em;
		left: 1.5em;
}
/* @end */
/* @group Upright Can */
#upright_can {
		width: 9em;
		height: 15em;
		position: relative;
		background-color: #000;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
}
#upright_can span {
		width: 3em;
		height: 3em;
		position: absolute;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		background-color: #000;
		border: 1.5em solid #fff;
		top: 1.5em;
		left: 1.5em;
}
/* @end */
/* @group Eye */
#eye {
		width: 15em;
		height: 15em;
		position: relative;
		background-color: #000;
-webkit-border-top-left-radius: 10em;
-webkit-border-top-right-radius: 1em;
-webkit-border-bottom-right-radius: 10em;
-webkit-border-bottom-left-radius: 1em;
   -moz-border-radius-topleft: 10em;
   -moz-border-radius-topright: 0;
   -moz-border-radius-bottomright: 10em;
   -moz-border-radius-bottomleft: 0;
		border-top-left-radius: 10em;
		border-top-right-radius: 0;
		border-bottom-right-radius: 10em;
		border-bottom-left-radius: 0;
-webkit-transform:rotate(45deg);
   -moz-transform:rotate(45deg);
	 -o-transform:rotate(45deg);
}
#eye span.inner {
		width: 4em;
		height: 4em;
		position: absolute;
-webkit-border-radius: 7em;
   -moz-border-radius: 7em;
		border-radius: 7em;
		background-color: #000;
		border: 2.5em solid #fff;
		top: 3em;
		left: 3em;
}
/* @end */


