/* awesome.css */
/* This is an enhanced version of Awesome buttons (added hover and flexible sizing) 
   Original here:http://www.zurb.com/article/266/super-awesome-buttons-with-css3-and-rgba */ 
.awesome,.awesome:link,.awesome:visited{background:#222 url(//d1nu2rn22elx8m.cloudfront.net/static/images/button-shadow.png) repeat-x;display:inline-block;padding:.6em 1.3em .7em;color:#fff;text-decoration:none !important;-moz-border-radius:.4em;-webkit-border-radius:.4em;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.5);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);text-shadow:0 -1px 1px rgba(0,0,0,0.25);border-bottom:1px solid rgba(0,0,0,0.25);position:relative;cursor:pointer;font-weight:bold;}
.awesome:hover{opacity:0.87;-moz-opacity: 0.87;filter:alpha(opacity=87);}
.awesome:active{top:1px;}
.small.awesome,.small.awesome:visited{font-size:11px;}
.awesome,.awesome:visited,.medium.awesome,.medium.awesome:visited{font-size:13px;line-height:1;text-shadow:0 -1px 1px rgba(0,0,0,0.5);}
.large.awesome,.large.awesome:visited{font-size:20px;}
.green.awesome,.green.awesome:visited{background-color:#090;}
.green.awesome:hover{background-color:#060;}
.blue.awesome,.blue.awesome:visited{background-color:#2daebf;}
.blue.awesome:hover{background-color:#007d9a;}
.red.awesome,.red.awesome:visited{background-color:#CC1100;}
.red.awesome:hover{background-color:#991100;}
.magenta.awesome,.magenta.awesome:visited{background-color:#a9014b;}
.magenta.awesome:hover{background-color:#630030;}
.orange.awesome,.orange.awesome:visited{background-color:#ff5c00;}
.orange.awesome:hover{background-color:#d45500;}
.yellow.awesome,.yellow.awesome:visited{background-color:#ffb515;}
.yellow.awesome:hover{background-color:#fc9200;}