/** Theme Giant Gold Fish

 * @author Swashata <swashata4u@gmail.com>

 * @package WordPress

 * @subpackage WP Category Post List

 * @since 1.0.0

 * Color Scheme from http://www.colourlovers.com/palette/92095/Giant_Goldfish

 */



/** The li background */

.wp-cpl-theme-2 li {

    border: 1px solid #A7DBD8 !important;

}



/** The thumbnail */

.wp-cpl-theme-2 li span.wp-thumb-overlay {

    background: #A7DBD8 !important;

    border: 1px solid #69D2E7 !important;

}

.wp-cpl-theme-2 li.wp-cpl-sticky span.wp-thumb-overlay {

    background: #ffbd88 !important;

    border: 1px solid #cc9966 !important;

}

/** The even and odd */

.wp-cpl-theme-2 li.wp-cpl-even {

    background: #dcf1f0 !important;

}

.wp-cpl-theme-2 li.wp-cpl-odd {

    background: #eaf7f5 !important;

}

/** The sticky post */

.wp-cpl-theme-2 li.wp-cpl-sticky {

    background: #ffe0c7 !important;

    border: 1px solid #FA6900 !important;

}

.wp-cpl-theme-2 li.wp-cpl-sticky a {

    color: #F38630 !important;

}





/*************************

 * THE SHORTCODE SECTION

 ************************/

/** Main wrap */

.wp-cpl-sc-theme-2 {

    color: #333 !important;

}



.wp-cpl-sc-theme-2 a {

    color: #336666 !important;

}

.wp-cpl-sc-theme-2 .wp-cpl-sc-sticky a {

    color: #f06c22 !important;

}



/** Entry wrap */

.wp-cpl-sc-theme-2 .wp-cpl-sc-post {

    background: #dcf1f0 !important;

    border: 1px solid #A7DBD8 !important;

}

.wp-cpl-sc-theme-2 .wp-cpl-sc-sticky {

    background: #ffe0c7 !important;

    border: 1px solid #FA6900 !important;

}



/** Thumb anchor */

.wp-cpl-sc-theme-2 .wp-cpl-sc-post .wp-cpl-sc-thumba {

    background: #bed2d1 !important;

}

.wp-cpl-sc-theme-2 .wp-cpl-sc-sticky .wp-cpl-sc-thumba {

    background: #ffbd88 !important;

}



/** Post h2 */

.wp-cpl-sc-theme-2 .wp-cpl-sc-post h2 a {

    color: #003333 !important;

}

.wp-cpl-sc-theme-2 .wp-cpl-sc-sticky h2 a {

    color: #dd6100 !important;

}



/** Post meta box */

.wp-cpl-sc-theme-2 .wp-cpl-sc-post .wp-cpl-sc-meta {

    background: #bed2d1 !important;

    color: #333 !important;

}

.wp-cpl-sc-theme-2 .wp-cpl-sc-sticky .wp-cpl-sc-meta {

    background: #ffbd88 !important;

    color: #333 !important;

}

