/** Light Theme
 * @author Swashata <swashata4u@gmail.com>
 * @package WordPress
 * @subpackage WP Category Post List
 * @since 1.0.0
 */

 /*************************
 * THE WIDGET SECTION
 ************************/
/** The li background */
.wp-cpl-theme-0 li {
    border: none !important;	padding:0 0 0 0!important;	margin-top:10px !important;	font-size:12px !important;	line-height:20px !important;
}.wp-cpl-theme-0 li a{	font-size:13px !important;	text-decoration:none !important;	line-height:20px !important;	color:#000 !important;	font-weight:bold !important;}.wp-cpl-theme-0 li p {	font-size:12px !important;	line-height:20px !important;	color:#333 !important;}.wp-cpl-theme-0 li:first-child {	margin-top:0px !important;}

/** The thumbnail */
.wp-cpl-theme-0 li span.wp-thumb-overlay {
    border: none !important;
}
.wp-cpl-theme-0 li.wp-cpl-sticky span.wp-thumb-overlay {
    border: none !important;
}
/** The even and odd */
.wp-cpl-theme-0 li.wp-cpl-even {
}
.wp-cpl-theme-0 li.wp-cpl-odd {
    background: #fff !important;
}
/** The sticky post */
.wp-cpl-theme-0 li.wp-cpl-sticky {
}

/*************************
 * THE SHORTCODE SECTION
 ************************/
/** Main wrap */
.wp-cpl-sc-theme-0, .wp-cpl-sc-theme-0 li {
    color: #333 !important;	font-size:12px !important;
}

.wp-cpl-sc-theme-0 a , .wp-cpl-sc-theme-0 li a{
    color: #000 !important;
}

/** Entry wrap */
.wp-cpl-sc-theme-0 .wp-cpl-sc-post {
    background: #eaeaea !important;
    border: 1px solid #b9b9b9 !important;
}
.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky {
    background: #fcfecb !important;
    border: 1px solid #f4ec51 !important;
}

/** Thumb anchor */
.wp-cpl-sc-theme-0 .wp-cpl-sc-post .wp-cpl-sc-thumba {
    background: #e1e1e1 !important;
}
.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky .wp-cpl-sc-thumba {
    background: #ebe56c !important;
}

/** Post h2 */
.wp-cpl-sc-theme-0 .wp-cpl-sc-post h2 a {
    color: #333366 !important;
}
.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky h2 a {
    color: #666600 !important;
}

/** Post meta box */
.wp-cpl-sc-theme-0 .wp-cpl-sc-post .wp-cpl-sc-meta {
    background: #e1e1e1 !important;
    color: #333 !important;
}
.wp-cpl-sc-theme-0 .wp-cpl-sc-sticky .wp-cpl-sc-meta {
    background: #ebe56c !important;
    color: #333 !important;
}
