.button, .post-links li a {
border: 1px solid #2e2511;
background: #9e5e19;
background: -webkit-gradient(linear, left top, left bottom, from(#473709), to(#9e5e19));
background: -webkit-linear-gradient(top, #473709, #9e5e19);
background: -moz-linear-gradient(top, #473709, #9e5e19);
background: -ms-linear-gradient(top, #473709, #9e5e19);
background: -o-linear-gradient(top, #473709, #9e5e19);
background-image: -ms-linear-gradient(top, #473709 0%, #9e5e19 100%);
padding: 5px 10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
-moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
text-shadow: #0d0900 0 1px 0;
color: #d9a220!important;
font-size: 16px;
font-family: helvetica, serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover, .post-links li a:hover {
border: 1px solid #5c3e03;
text-shadow: #e6d375 0 1px 0;
background: #cc8147;
background: -webkit-gradient(linear, left top, left bottom, from(#473709), to(#cc8147));
background: -webkit-linear-gradient(top, #473709, #cc8147);
background: -moz-linear-gradient(top, #473709, #cc8147);
background: -ms-linear-gradient(top, #473709, #cc8147);
background: -o-linear-gradient(top, #473709, #cc8147);
background-image: -ms-linear-gradient(top, #473709 0%, #cc8147 100%);
color: #d9a220!important;
}
.button:active, .post-links li a:active {
text-shadow: #dbb66b 0 1px 0;
border: 1px solid #2e2511;
background: #9e5e19;
background: -webkit-gradient(linear, left top, left bottom, from(#473709), to(#cc8147));
background: -webkit-linear-gradient(top, #473709, #9e5e19);
background: -moz-linear-gradient(top, #473709, #9e5e19);
background: -ms-linear-gradient(top, #473709, #9e5e19);
background: -o-linear-gradient(top, #473709, #9e5e19);
background-image: -ms-linear-gradient(top, #473709 0%, #9e5e19 100%);
color: #785704;
}