/** 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: 1px solid #d2d2d2 !important;
}

/** The thumbnail */
.wp-cpl-theme-3 li span.wp-thumb-overlay {
    background: #FFF !important;
    border: 1px solid #d2d2d2 !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 {
    background: #d6ffea !important;
}
.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;
	font-size:12px !important;
}

.wp-cpl-sc-theme-3 p{
	height: 82px !important;
    line-height: 16px !important;
    overflow: hidden !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: #FFFFFF !important;
    border-left: 1px solid #f2f2f2 !important;
	border-right: 1px solid #f2f2f2 !important;
	width:134px !important;
	float:left !important;
}
.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky {
    background: #FFFFFF !important;
    border: 1px solid #d2d2d2 !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{
    color: #003333 !important;
	font-size:12px !important;
	height: 40px;
    overflow: hidden;
	letter-spacing:1px;
}
.wp-cpl-sc-theme-3 .wp-cpl-sc-post h2 a {
    color: #F42295 !important;
	text-decoration:none !important;
}
.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky h2 a {
    color: #F42295 !important;
	text-decoration:none !important;
}

/** Post meta box */
.wp-cpl-sc-theme-3 .wp-cpl-sc-post .wp-cpl-sc-meta {
    background: #99cccc !important;
    color: #333 !important;
	display:none;
}
.wp-cpl-sc-theme-3 .wp-cpl-sc-sticky .wp-cpl-sc-meta {
    background: #99cc99 !important;
    color: #333 !important;
	display:none;
}
.wp-cpl-sc-theme-3 p.wp-cpl-sc-readmore{
	height:20px !important;
	text-align:left !important;
	
}
.wp-cpl-sc-theme-3 p.wp-cpl-sc-readmore a{
	text-align:left !important;
	color:#666 !important;
	
}