/* 
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.
*/

.entry ul li  {	font-size:12px; }

h1.title { position: relative; padding-right: 75px;}
button.print-button {
  position: absolute;
  top: 0;
  right: 0;
	cursor: pointer;
	text-transform: uppercase;

  	font-family: Arial, Helvetica, sans-serif;
  	font-size: 13px;
  	color: #ffffff;
  	padding: 7px 15px;
  	background: -moz-linear-gradient(
  		top,
  		#99c5f0 0%,
  		#247bd2);
  	background: -webkit-gradient(
  		linear, left top, left bottom, 
  		from(#99c5f0),
  		to(#247bd2));
  	border-radius: 5px;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border: 1px solid #808080;
  	-moz-box-shadow:
  		0px 1px 3px rgba(255,000,255,0),
  		inset 0px 0px 1px rgba(255,255,255,1);
  	-webkit-box-shadow:
  		0px 1px 3px rgba(255,000,255,0),
  		inset 0px 0px 1px rgba(255,255,255,1);
  	text-shadow:
  		0px 0px 0px rgba(000,000,000,0.6),
  		1px 1px 0px rgba(5,29,79,0.9);

}
button.print-button:hover {

  	background: -moz-linear-gradient(
  		top,
  		#f59c36 0%,
  		#d67404);
  	background: -webkit-gradient(
  		linear, left top, left bottom, 
  		from(#f59c36),
  		to(#d67404));

  	-moz-box-shadow:
  		0px 0px 4px rgba(125,125,125,0.5),
  		inset 0px 0px 1px rgba(255,255,255,1);
  	-webkit-box-shadow:
  		0px 0px 4px rgba(125,125,125,0.5),
  		inset 0px 0px 1px rgba(255,255,255,1);
  	text-shadow:
  		-1px -1px 0px rgba(000,000,000,0.3),
  		1px 1px 0px rgba(5,29,79,0.9);
  }

