/** Adrift in Dreams * @package WordPress * @subpackage WP Category Post List * @since 1.0.0 * Color Scheme from http://www.colourlovers.com/palette/580974/Adrift_in_Dreams *//** The li background */.wp-cpl-theme-3 li {    border: 4px solid #009999 !important; border-radius: 10px;}/** The thumbnail */.wp-cpl-theme-3 li span.wp-thumb-overlay {    background: #FFF !important;}.wp-cpl-theme-3 li.wp-cpl-sticky span.wp-thumb-overlay {    background: #99cc99 !important;    border: 1px solid #669966 !important;}/** The even and odd */.wp-cpl-theme-3 li.wp-cpl-even {}.wp-cpl-theme-3 li.wp-cpl-odd {    background: #fff !important;}/** The sticky post */.wp-cpl-theme-3 li.wp-cpl-sticky {    background: #CFF09E !important;    border: 1px solid #3B8686 !important;}.wp-cpl-theme-3 li.wp-cpl-sticky a {    color: #0B486B !important;}.wp-cpl-theme-3 li.wp-cpl-sticky span.wp-thumb-overlay {    background: #A8DBA8 !important;}/************************* * THE SHORTCODE SECTION ************************//** Main wrap */.wp-cpl-sc-theme-3 {    color: #333 !important;}.wp-cpl-sc-theme-3 a {    color: #339966 !important;}.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky a {    color: #3B8686 !important;}/** Entry wrap */.wp-cpl-sc-theme-3 .wp-cpl-sc-post {    background: #d6ffea !important;    border: 1px solid #79BD9A !important;}.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky {    background: #CFF09E !important;    border: 1px solid #3B8686 !important;}/** Thumb anchor */.wp-cpl-sc-theme-3 .wp-cpl-sc-post .wp-cpl-sc-thumba {    background: #99cccc !important;}.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky .wp-cpl-sc-thumba {    background: #99cc99 !important;}/** Post h2 */.wp-cpl-sc-theme-3 .wp-cpl-sc-post h2 a {    color: #003333 !important;}.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky h2 a {    color: #336633 !important;}/** Post meta box */.wp-cpl-sc-theme-3 .wp-cpl-sc-post .wp-cpl-sc-meta {    background: #99cccc !important;    color: #333 !important;}.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky .wp-cpl-sc-meta {    background: #99cc99 !important;    color: #333 !important;}