
/* BUTTONS */

a.round_big_gray_button{
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_gray_button_32x_left-N.png) no-repeat left;
	display: block;
	float: right;
	letter-spacing: normal;
	font: bold 12px Lucida Grande; /* Change 13px as desired */
	line-height: 18px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 32px; /* Height of button background height */
	font-size: 11px; 
	font-weight: bold; 
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a.round_gray_button{
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_gray_button_left-N.png) no-repeat left;
	display: block;
	float: right;
	letter-spacing: normal;
	font: bold 11px Lucida Grande; /* Change 13px as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	font-size: 11px; 
	font-weight: bold; 
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a.round_mini_gray_button{
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_mini_gray_button_left-N.png) no-repeat left;
	display: block;
	float: right;
	letter-spacing: normal;
	font: bold 10px Lucida Grande; /* Change 13px as desired */
	line-height: 12px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 20px) */
	height: 20px; /* Height of button background height */
	font-size: 11px; 
	font-weight: bold; 
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a.round_pink_button{
	background: transparent url(https://shastic.s3.amazonaws.com/buttons/round_pink_button_left-N.png) no-repeat left;
	display: block;
	float: right;
	letter-spacing: normal;
	font: bold 11px Lucida Grande; /* Change 13px as desired */
	line-height: 14px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	font-size: 11px; 
	font-weight: bold; 
	padding-left: 10px; /* Width of left menu image */
	text-decoration: none;
}

a:link.round_gray_button, a:visited.round_gray_button, a:active.round_gray_button, a:link.round_mini_gray_button, a:visited.round_mini_gray_button, a:active.round_mini_gray_button,
a:link.round_big_gray_button, a:visited.round_big_gray_button, a:active.round_big_gray_button {
	color: #4a4a4a; /*button text color*/
}
a:link.round_pink_button, a:visited.round_pink_button, a:active.round_pink_button {
	color: #4e2454; /*button text color*/
}


a.round_big_gray_button span{
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_gray_button_32x_right-N.png) no-repeat top right;
	display: block;
	padding: 5px 18px 9px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.round_gray_button span{
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_gray_button_right-N.png) no-repeat top right;
	display: block;
	padding: 4px 14px 6px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.round_mini_gray_button span{
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_mini_gray_button_right-N.png) no-repeat top right;
	display: block;
	padding: 3px 10px 5px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.round_pink_button span{
	background: transparent url(https://shastic.s3.amazonaws.com/buttons/round_pink_button_right-N.png) no-repeat top right;
	display: block;
	padding: 4px 14px 6px 0; /*Set 11px below to match value of 'padding-left' value above*/
}

a.round_big_gray_button:hover, a.round_gray_button:hover, a.round_mini_gray_button:hover, a.round_pink_button:hover { /* Hover state CSS */
	background-position: bottom left;
}

a.round_big_gray_button:hover span, a.round_gray_button:hover span, a.round_mini_gray_button:hover span, a.round_pink_button:hover span { /* Hover state CSS */
	background-position: bottom right;
	color: #4a4a4a;
}
a.round_pink_button:hover, a.round_pink_button:hover span { 
	color: #4e2454;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	/*width: 100%;*/
}

a.round_gray_button.magic_hat_cap {
	background: transparent url(https://shastic.s3.amazonaws.com/assets/profile/buttons/round_gray_button_left_magic_hat-N.png) no-repeat left;
	padding-left: 40px;
}
