/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

div.entry a.more-link {
-moz-border-radius:4px 4px 4px 4px;
background:url("../images/readmore-arrow.png") no-repeat scroll 128px 50% #CCCCCC;
border:1px solid #BBBBBB;
clear:both;
color:#686868;
display:block;
font-size:0.8em;
font-weight:bold;
margin-right:18px;
margin-top:20px;
margin-bottom:40px;
padding:5px 12px 5px 5px;
text-align:center;
text-decoration:none;
text-shadow:1px 1px #E8E8E8;
text-transform:uppercase;
width:75px;
}
div.entry a.more-link:hover {
background:url("../images/readmore-arrow.png") no-repeat scroll 128px 50% #E1E1E1;
border:1px solid #CCCCCC;
}
