/**
 * Dark Theme
 * @author Swashata <swashata4u@gmail.com>
 * @package WordPress
 * @subpackage WP Category Post List
 * @since 1.0.0
 */
/** The li background */
.wp-cpl-theme-1 li {
border:
margin: 0px 5px 5px 10px;
color:#C1C0C6;
font-size:12px;
text:georgia;
line-height: 1.3em;
padding-top:10px;
}

/** The thumbnail */
.wp-cpl-theme-1 li span.wp-thumb-overlay {
    background: 
	    }
.wp-cpl-theme-1 li.wp-cpl-sticky span.wp-thumb-overlay {
    background: #EEEEEE !important;
    border: 1px solid #303030 !important;
}
/** The even and odd */
.wp-cpl-theme-1 li.wp-cpl-even {
    background: #EEEEEE!important;
}
.wp-cpl-theme-1 li.wp-cpl-odd {
    background: #EEEEEE !important;
}
/** The sticky post */
.wp-cpl-theme-1 li.wp-cpl-sticky {
    background: #6288AD !important;
    border: 1px solid #463d15 !important;
}


/*************************
 * THE SHORTCODE SECTION
 ************************/
/** Main wrap */
.wp-cpl-sc-theme-1 {
    color: #dddddd !important;
	}
.wp-cpl-sc-theme-1 a {
    color: #33ccff !important;
	}
.wp-cpl-sc-theme-1 .wp-cpl-sc-sticky a {
    color: #ccffcc !important;
}

/** Entry wrap */
.wp-cpl-sc-theme-1 .wp-cpl-sc-post {
    background: #242424 !important;
    border: 1px solid #000 !important;
	}
.wp-cpl-sc-theme-1 .wp-cpl-sc-sticky {
    background: #626400 !important;
    border: 1px solid #463d15 !important;
}

/** Thumb anchor */
.wp-cpl-sc-theme-1 .wp-cpl-sc-post .wp-cpl-sc-thumba {
    background: #666666 !important;
    border: 1px solid #303030 !important;
}
.wp-cpl-sc-theme-1 .wp-cpl-sc-sticky .wp-cpl-sc-thumba {
    background: #999966 !important;
    border: 1px solid #303030 !important;
}

/** Post h2 */
.wp-cpl-sc-theme-1 .wp-cpl-sc-post h2 a {
    color: #ccffff !important;
}
.wp-cpl-sc-theme-1 .wp-cpl-sc-sticky h2 a {
    color: #ccff99 !important;
}

/** Post meta box */
.wp-cpl-sc-theme-1 .wp-cpl-sc-post .wp-cpl-sc-meta {
    background: #666666 !important;
}
.wp-cpl-sc-theme-1 .wp-cpl-sc-sticky .wp-cpl-sc-meta {
    background: #999966 !important;
}
