/*
Theme Name: decode_child
Template: decode
Author: Child Theme Configurator by Lilaea Media
Version: 1.0
Updated: 2014-01-25 03:15:53
*/

@charset "UTF-8";
@import url('../decode/style.css');

.site-main 
{  
background-image:url(/wp-content/uploads/semi_transparent_bg.png);
}  

iframe {
    display: block;
    margin: 0 auto;
}

?*
.popup-text
{  
background-image:url(/wp-content/uploads/2014/semi_transparent_bg.png);
float:left;
}  
*/

/*
body .sidebar
{
 background: rgba(0,0,0,0.5);
}
*/
/*
body .sidebar.constant.left 
{
border-right: none;
}
*/ 
#FadeIn_CSS a {
text-decoration:none;
}
.CssButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f24537), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #f24537 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f');
	background-color:#f24537;
	-webkit-border-top-left-radius:20px;
	-moz-border-radius-topleft:20px;
	border-top-left-radius:20px;
	-webkit-border-top-right-radius:20px;
	-moz-border-radius-topright:20px;
	border-top-right-radius:20px;
	-webkit-border-bottom-right-radius:20px;
	-moz-border-radius-bottomright:20px;
	border-bottom-right-radius:20px;
	-webkit-border-bottom-left-radius:20px;
	-moz-border-radius-bottomleft:20px;
	border-bottom-left-radius:20px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:131px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
}
.CssButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #f24537) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #f24537 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#f24537');
	background-color:#c62d1f;
}.CssButton:active {
	position:relative;
	top:1px;
}
.centeredImage
    {
    text-align:center;
    display:block;
    }
#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input
 {
color: #1e90ff !important;
}