/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles in this file 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. */

.post img,
.type-page img,
.post img.thumbnail,
.type-page img.thumbnail {
  padding: 3px;
  border: 0px solid #cfcfcf;
  box-shadow: 0 0px 0px 0 #e0e0e0;
  -webkit-box-shadow: 0 0px 0px 0 #e0e0e0;
  -moz-box-shadow: 0 0px 0px 0 #e0e0e0;
  -o-box-shadow: 0 0px 0px 0 #e0e0e0;
}

table {
  width: 100%;
  border: 0px solid #cfcfcf;
  margin-bottom: 1.618em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

table th {
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f1f1f1));
  background: -webkit-linear-gradient(#ffffff, #f1f1f1);
  background: -moz-linear-gradient(center top, #ffffff 0%, #f1f1f1 100%);
  background: -moz-gradient(center top, #ffffff 0%, #f1f1f1 100%);
  box-shadow: inset 0 1px 0 0 #ffffff;
  -webkit-box-shadow: inset 0 0px 0 0 #ffffff;
  -moz-box-shadow: inset 0 0px 0 0 #ffffff;
  -o-box-shadow: inset 0 0px 0 0 #ffffff;
  border: 0px solid #cfcfcf;
  text-shadow: 0px 0px #fff;
  box-shadow: inset 0 0 1px 0 #ffffff 3px 3px 3px #888888;
  -webkit-box-shadow: inset 0 0 0px 0 #ffffff 3px 3px 3px #888888;
  -moz-box-shadow: inset 0 0 0px 0 #ffffff 3px 3px 3px #888888;
  -o-box-shadow: inset 0 0 0px 0 #ffffff 3px 3px 3px #888888;
  color: #5a5a5a;
}

table td {
  border: 0px solid #cfcfcf;
  box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.7);
  -moz-box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.7);
  -o-box-shadow: inset 0 0 0 0px rgba(255, 255, 255, 0.7);
}