/* 
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.

*/

/* 2.7 Homepage */
#featured .slide li { list-style: none; color: #fff; background: transparent url(images/arrow-superfish-right.png) 1px 10px no-repeat; padding: 4px 0 4px 24px; }

/* 2.8 Portfolio */
.port-cat { margin-left: 400px; }

/* 3.1 Posts */
.entry ul  { margin-top: 30px; }
.entry ul  { font-size: 14pt; color: #666; line-height: 28px; }
.entry ul li  { font-family: 'Droid Sans', 'Myriad Pro', Helvetica, Arial, sans-serif; list-style-type: none; background: url(images/ico-arrow.png) no-repeat left; padding-left: 30px; }
.post .thumbnail, #portfolio .block a.thumb { -webkit-box-shadow: 1px 1px 1px #ccc; -moz-box-shadow: 1px 1px 1px #ccc; box-shadow: 1px 1px 1px #ccc; border-radius:10px; -moz-border-radius:10px; -webkit-border-radius:10px; padding: 8px;}

/*------sizes------*/
.sizes table { 
	width: 90%;
	height: auto;
	border-right: 1px dotted #000; }
.sizes td {
	padding: 6px; 
	color: #333; }
.sizes strong {
	color: #ff6700;
	font-size: 14px;}
.sizes .price {
	font-size: 14px;
	font-weight: bold;
	background-color: #ffff00;}
.sizes .saleprice {
	color: #fff;
	font-size: 14px;
	font-weight: bold;}

.sizes a:link, .sizes a:visited  { color: #666; text-shadow:#ffff00 0px 1px 0;}


