/*
Theme Name: Blending Curves
Theme URI: http://im.digitalhymn.com/2007/07/26/blending-curvers-wordpress-theme-10/
Description: A nice blend of curves for your blog.
Version: 1.0.2
Author: Davide 'Folletto' Casali
Author URI: http://digitalhymn.com
****************************************************************************************************
* Originally developed for DiscorsiVisivi.org blog.
* Distributed with a CreativeCommons license (by-nc-sa 2.5).
* Copyright (C) 2006-2007 by Davide 'Folletto' Casali.
*/

@import url(lib/bcv.layout.css);
@import url(lib/bcv.light.css);
@import url(lib/bcv.fuxia.css);

/* weekly picks style */

.picks {
width: 535px;
border: 1px solid #000;
padding: 5px;
margin-left:auto;
margin-right:auto;
font-weight: bold;
border: 1px dashed #FF66B1;
}

.picks_inner {
float: left;
width: 380px;
line-height: 60px;
text-align: center;
}

.picks_links {
background: #FF66B1;
}

.picks_links:hover {
background: #FFB3D8;
}

.picks_links a {color: #fff;}
.picks_links a:link {text-decoration: none}
.picks_links a:visited {text-decoration: none}
.picks_links a:active {text-decoration: none}
.picks_links a:hover {border-bottom: 2px dashed #DD0000; color: #000;}

.picks_thumb {
left-margin: 5px;
float: right;
width: 140px;
height: 180px;
}