/* @override http://www.zenonstenk.nl/wp-content/plugins/delicious-wishlist-for-wordpress/wdw.css?ver=2.9.2 */

/*
	WordPress Plugin: Delicious Wishlist for WordPress 0.6

	Stylesheet file wdw.css

	Copyright (C) 2009, 2010  Aldo Latino  (email : aldolat@gmail.com)

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.

*/

h3#high, h3#medium, h3#low {
	margin-bottom: 15px;
	color: #959ea1;
}

ul#wishlist-high, ul#wishlist-medium, ul#wishlist-low {
	margin-bottom: 20px;
	list-style-type: none;
}

div.entry ul#wishlist-low:last-child {
	margin-bottom: 0;
}

ul#wishlist-high li.high-stars,
ul#wishlist-high li.high-faces,
ul#wishlist-medium li.medium-stars,
ul#wishlist-medium li.medium-faces,
ul#wishlist-low li.low-stars,
ul#wishlist-low li.low-faces {
	line-height: 130%;
	margin: 0 0 15px 0;
	padding: 0 0 0 55px;
	text-indent: 0; /* for Default WordPress theme */
}

ul#wishlist-high li.high-stars {
	background: transparent url('images/wdw-stars-high.png') no-repeat 0 0;
}

ul#wishlist-high li.high-faces {
	background: transparent url('images/wdw-faces-high.png') no-repeat 0 0;
}

ul#wishlist-medium li.medium-stars {
	background: transparent url('images/wdw-stars-medium.png') no-repeat 0 0;
}

ul#wishlist-medium li.medium-faces {
	background: transparent url('images/wdw-faces-medium.png') no-repeat 0 0;
}

ul#wishlist-low li.low-stars {
	background: transparent url('images/wdw-stars-low.png') no-repeat 0 0;
}

ul#wishlist-low li.low-faces {
	background: transparent url('images/wdw-faces-low.png') no-repeat 0 0;
}

.wishlist-description, .wishlist-timestamp {
	margin: 5px 0;
}

ul#wishlist-high li.high-stars:before,
ul#wishlist-high li.high-faces:before,
ul#wishlist-medium li.medium-stars:before,
ul#wishlist-medium li.medium-faces:before,
ul#wishlist-low li.low-stars:before,
ul#wishlist-low li.low-faces:before { /* for Default WordPress theme */
	content: "";
}

ul#wishlist-high li.high-stars:last-child,
ul#wishlist-high li.high-faces:last-child,
ul#wishlist-medium  li.medium-stars:last-child,
ul#wishlist-medium li.medium-faces:last-child,
ul#wishlist-low  li.low-stars:last-child,
ul#wishlist-low li.low-faces:last-child {
	margin-bottom: 0;
}

.wishlist-timestamp abbr {
	cursor: help;
}

a.wishlist-tag {
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0.09em;
	text-transform: uppercase;
}

.wdw_backlink {
	font-size: 0.8em;
}

.wdw_warning {
	background-color: #ffbb00;
	border: 2px solid #ff0000;
	color: #000;
	font-weight: bold;
	text-align: center;
	padding: 7px;
}