#stacks_in_543680_wrapper {
	padding: 20px;
	-webkit-box-shadow: inset 0px 0px 8px rgba(0,0,0,0.35);
	border-radius: 4px;
	background: url('http://dl.dropbox.com/u/64179093/RWtuts%20Resources/Background%20Patterns%20for%20Stacks/whitey.png') repeat;
}

#stacks_in_543680_header {
	color: #626263;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_543680_title {
	color: #626263;
	text-shadow: #fefefc 0 1px 0;
	text-align: left;
	margin-bottom: 16px;
	font: bold 13px/15px "Helvetica Neue", Helvetica, sans-serif;
}

#stacks_in_543680_beta {
	color: #E65011;
	text-shadow: #fefefc 0 1px 0;
	text-align: center;
	margin-bottom: 16px;
	font: bold 26px/30px "Helvetica Neue", Helvetica, sans-serif;
}
/* Start Responsive Shim stack CSS code */.stacks_in_543662shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code */
#stacks_in_531274 {
	margin:  20px;
	padding:  20px;
}
/* GlitchButtonThing by RapidWeaver Central  */

#glitchbuttonthingstacks_in_543770 {
	text-decoration: none !important;
	margin: 0 20px 0 20px;
	text-align: left;
}

#stacks_in_543770 .glitchbuttonthing {
	background-color: #FA3942;
	display: inline-block;
	cursor: pointer;
	height: 48px;
	line-height: 48px !important;
	padding: 0 32px 0 20px;
	position: relative;
	vertical-align: bottom;
	-webkit-transition: color .3s ease;
	   -moz-transition: color .3s ease;
			transition: color .3s ease;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

#stacks_in_543770 .glitchbuttonthing .labelthing {
	white-space: nowrap !important; 
   	background: transparent;
  	text-align: center;
	color: #FFFFFF;
	font-size: 23px;
	text-transform: none;;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .3), 0 -1px 0 rgba(0, 0, 0, .3); 
	letter-spacing:0px;;
	font-weight:bold;;
  	-webkit-user-select: none;
	   -moz-user-select: none;
			user-select: none;
}

#glitchbuttonthingstacks_in_543770 a:link {
	text-decoration: none !important;
	white-space: normal !important; 
}

#stacks_in_543770 .glitchbuttonthing:before{
	position: absolute;
	content: '';
	right: 10px;
	top: 10px;
	width: 12px;
	height: 12px;
	background: #FFFFFF;
	-webkit-transition: all .3s ease;
	   -moz-transition: all .3s ease;
			transition: all .3s ease;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
}

#stacks_in_543770 .glitchbuttonthing:hover:before{
	background-color: #000000;
}

#stacks_in_543770 .glitchbuttonthing:active {
	margin-top: 2px;	
  	margin-bottom:-2px;
}

#stacks_in_543770 .glitchbuttonthing:active:before{
	background-color: #FFFFFF;
}

#stacks_in_543770 .glitchbuttonthing:before,
#stacks_in_543770 .glitchbuttonthing:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

.glitchbuttonthing:hover  {
    color: #FA3942;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAGCAYAAAAL+1RLAAAAF0lEQVQIW2NkwAIYgWKS6OIgQQxAoUoAE4AAUnD/0ugAAAAASUVORK5CYII=) repeat;
    -webkit-animation: glitch_thing 0.3s linear;
       -moz-animation: glitch_thing 0.3s linear;
    		animation: glitch_thing 0.3s linear;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
    		animation-fill-mode: forwards;
}

@-webkit-keyframes glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #FA3942;
    }
    to {
        background-color: #FA3942;
    }
}

@-webkit-keyframes glitch_thing {
   from {
        color: #FA3942;
        -webkit-transform: skewX(0deg);
           -moz-transform: skewX(0deg);
        		transform: skewX(0deg);
    }
    25.00% {
        color: #FA3942;
        -webkit-transform: skewX(70deg);
           -moz-transform: skewX(70deg);
        		transform: skewX(70deg);
    }
    75.00% {
        color: #ffffff;
        -webkit-transform: skewX(-20deg);
           -moz-transform: skewX(-20deg);
        		transform: skewX(-20deg);
  	}
    90.00% {
        -webkit-transform: skewX(10deg);
           -moz-transform: skewX(10deg);
        		transform: skewX(10deg);
    }
    to {
        color: #ffffff;
        -webkit-transform: skewX(0deg);
           -moz-transform: skewX(0deg);
        		transform: skewX(0deg);
    }
}

@-moz-keyframes glitch_bg {
    49.00% {
        background-color: #ffffff;
    }
    50.00% {
        background-color: #FA3942;
    }
    to {
        background-color: #FA3942;
    }
}

@-moz-keyframes glitch_thing {
    from {
        color: #FA3942;
        -webkit-transform: skewX(0deg);
           -moz-transform: skewX(0deg);
        		transform: skewX(0deg);
    }
    25.00% {
        color: #FA3942;
        -webkit-transform: skewX(80deg);
           -moz-transform: skewX(80deg);
        		transform: skewX(80deg);
    }
    75.00% {
        color: #ffffff;
        -webkit-transform: skewX(-20deg);
           -moz-transform: skewX(-20deg);
        		transform: skewX(-20deg);
  	}
    90.00% {
        -webkit-transform: skewX(0deg);
           -moz-transform: skewX(0deg);
        		transform: skewX(0deg);
    }
    to {
        color: #ffffff;
        -webkit-transform: skewX(0deg);
           -moz-transform: skewX(0deg);
        		transform: skewX(0deg);
    }
}



#stacks_in_543770 {
	margin:  20px;
	padding:  20px;
}
/* Start Responsive Shim stack CSS code */.stacks_in_543769shim{	padding-top: 3%;}/* End Responsive Shim stack CSS code *//* -- Start Bellboy Each css Template -- */

.stacks_in_543740bellboywrapper{
	width: 50px;
	margin: 0 auto;
	
	display : none;
	
}

.stacks_in_543740bellboy{
	position: relative;
	cursor: pointer;
	background: rgba(0, 0, 0, 1.00);
	width: 50px;
	height: 50px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: rgba(255, 255, 255, 1.00);
	text-align: center;
	line-height: 50px;
	font-size: 22.727272px;
	margin: 5px;
	z-index: 1000;
	background: rgba(0, 0, 0, 1.00);
}


.stacks_in_543740bellboy i {
	position: relative;
	display: block;
	margin: 0 auto 0 auto;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 22.727272px;
	vertical-align: middle;
}


.stacks_in_543740bellboy:hover{
	color: rgba(235, 235, 235, 1.00);
	background: rgba(15, 15, 15, 1.00); /* Old browsers */
}

/* -- End Bellboy Each css Template -- */