/* Styles Must Be Added to Both Stylesheets!!!! And the Function
http://www.wdmac.com/how-to-use-custom-styles-in-the-word-press-post-editor
-------------------------------------------------------------- */




/* =Buttons
-------------------------------------------------------------- */

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {background: #7a0000; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ae1313', endColorstr='#7a0000'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#ae1313), to(#7a0000)); /* for webkit browsers */
background: -moz-linear-gradient(top,  #ae1313,  #7a0000); /* for firefox 3.6+ */ 
 -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px; -ms-border-radius:5px; -khtml-border-radius:5px; border-radius:5px;
 font-size: 26px; color:#fff;
 display:inline-block; padding:0.35em 0.65em; border:1px solid rgba(0,0,0,0.1); 
text-shadow: 0 1px 0 rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
text-decoration: none;
 }


.button-orange {color:#333;cursor:pointer;font:bold 15px / 1.4em georgia, times, serif;border-width:1px;border-style:solid;border-color:#e38000 #de7d00 #ce7400;display:inline-block;padding:6px
16px;-moz-text-shadow:0 1px 0 rgba(255,255,255,0.4);-webkit-text-shadow:0 1px 0 rgba(255,255,255,0.4);text-shadow:0 1px 0 rgba(255,255,255,0.4);width:auto;height:auto;text-align:center;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;-o-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.3) , inset 1px 0 0 rgba(255,255,255,0.2) , inset -1px 0 0 rgba(255,255,255,0.2) , inset 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(0,0,0,0.1) , 0 1px 2px rgba(0,0,0,0.1);-moz-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.3) , inset 1px 0 0 rgba(255,255,255,0.2) , inset -1px 0 0 rgba(255,255,255,0.2) , inset 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(0,0,0,0.1) , 0 1px 2px rgba(0,0,0,0.1);-webkit-box-shadow:inset 0 -1px 0 rgba(255,255,255,0.3) , inset 1px 0 0 rgba(255,255,255,0.2) , inset -1px 0 0 rgba(255,255,255,0.2) , inset 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(0,0,0,0.1) , 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 -1px 0 rgba(255,255,255,0.3) , inset 1px 0 0 rgba(255,255,255,0.2) , inset -1px 0 0 rgba(255,255,255,0.2) , inset 0 1px 0 rgba(255,255,255,0.4) , 0 1px 0 rgba(0,0,0,0.1) , 0 1px 2px rgba(0,0,0,0.1);background:#ffbd68;background:-moz-linear-gradient(top,#ffbd68 0,#ff9712 50%,#f78b00 50%,#f28800 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffbd68),color-stop(50%,#ff9712),color-stop(50%,#f78b00),color-stop(100%,#f28800));background:-o-linear-gradient(top,#ffbd68 0,#ff9712 50%,#f78b00 50%,#f28800 100%);background:-ms-linear-gradient(top,#ffbd68 0,#ff9712 50%,#f78b00 50%,#f28800 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffbd68,endColorstr=#f28800,GradientType=0);background:linear-gradient(top,#ffbd68 0,#ff9712 50%,#f78b00 50%,#f28800 100%)}